@charset "UTF-8";
/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 15px;
  background-color: white;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #13244e;
  overflow-y: overlay;
  position: relative;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 .title-h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.pretitle {
  /*@include font-medium;
  font-size: 1.067rem;
  line-height: 1.2;*/
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .pretitle {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.11;
  }
}
.pretitle:before {
  content: "/";
}
.pretitle h1 {
  display: inline;
  /*@include font-medium;
  font-size: 1.067rem;
  line-height: 1.2;*/
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .pretitle h1 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.11;
  }
}

.title-h1,
.title-1,
h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .title-h1,
  .title-1,
  h1 {
    margin-bottom: 32px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.267rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.8rem;
    line-height: 1.2;
  }
}

.title-h2,
.title-2,
h2 {
  margin-top: 24px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.733rem;
    line-height: 1.2;
  }
}

.title-h3,
.title-3,
h3 {
  margin-top: 24px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.867rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .title-h3,
  .title-3,
  h3 {
    margin-top: 32px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.667rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h3,
  .title-3,
  h3 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.933rem;
    line-height: 1.2;
  }
}

.title-h4,
.title-4,
h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .title-h4,
  .title-4,
  h4 {
    margin-top: 32px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.133rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h4,
  .title-4,
  h4 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

.title-h5,
.title-5,
h5 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .title-h5,
  .title-5,
  h5 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.333rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h5,
  .title-5,
  h5 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.867rem;
    line-height: 1.2;
  }
}

.title-h6,
.title-6,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.25;
}
@media only screen and (min-width: 1440px) {
  .title-h6,
  .title-6,
  h6 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.333rem;
    line-height: 1.25;
  }
}

.text-small {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.3;
}

.text-medium,
.text-important {
  margin-bottom: 30px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .text-medium,
  .text-important {
    margin-bottom: 44px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.467rem;
    line-height: 1.2;
  }
}

blockquote,
.quote {
  margin: 24px 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.333rem;
  font-style: italic;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  blockquote,
  .quote {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.25;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table {
    margin-bottom: 29px;
  }
}
table thead tr {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  border: 1px solid #46a730;
  padding: 8px;
}
table tr {
  vertical-align: baseline;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #245ded;
  text-decoration: none;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
a:hover {
  color: #46a730;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 14px;
}

p:empty {
  display: none;
}

hr {
  margin: 32px 0;
  color: #b2b5b6;
}
@media only screen and (min-width: 768px) {
  hr {
    margin: 44px 0;
  }
}

ul,
ol {
  padding-right: 30px;
}

.btn,
a.button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .btn,
  a.button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.btn:hover,
a.button:hover {
  text-decoration: none;
  color: #46a730;
}
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}
.btn,
a.button {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=submit] {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #46a730;
  color: #fff;
  margin: 0 auto;
  padding: 10px 101px 10px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 22px);
  background-position-y: 17px;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
@media only screen and (min-width: 1440px) {
  input[type=submit] {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 37px 319px 37px 80px;
    background-size: 25px;
    background-position-x: calc(100% - 65px);
    background-position-y: 41px;
    min-width: 600px;
  }
}
input[type=submit]:hover {
  text-decoration: none;
}
input[type=submit]:hover span {
  transform: translateX(10px);
}
input[type=submit] span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
input[type=submit]:disabled {
  opacity: 0.7;
}
input[type=submit] {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=submit]:hover {
  background-color: #358b22;
}

a.button--stroke {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  a.button--stroke {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
a.button--stroke:hover {
  text-decoration: none;
  color: #46a730;
}
a.button--stroke:disabled {
  opacity: 0.7;
}
a.button--stroke {
  background-color: transparent;
  color: #1f356e;
  border: solid 1px #13244e;
}
a.button--stroke:hover {
  color: #fff;
  border-color: #1f356e;
  background-color: #1f356e;
}

a.button-white {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  a.button-white {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
a.button-white:hover {
  text-decoration: none;
  color: #46a730;
}
a.button-white:disabled {
  opacity: 0.7;
}
a.button-white {
  background-color: #fff;
  color: #13244e;
}
a.button-white:hover {
  color: #46a730;
}

a.button-darkblue {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  a.button-darkblue {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
a.button-darkblue:hover {
  text-decoration: none;
  color: #46a730;
}
a.button-darkblue:disabled {
  opacity: 0.7;
}
a.button-darkblue {
  background-color: #1f356e;
  color: #fff;
}
a.button-darkblue:hover {
  background-color: #13244e;
  color: #fff;
}

a.button-green {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  a.button-green {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
a.button-green:hover {
  text-decoration: none;
  color: #46a730;
}
a.button-green:disabled {
  opacity: 0.7;
}
a.button-green {
  background-color: #46a730;
  color: #fff;
}
a.button-green:hover {
  background-color: #358b22;
  color: #fff;
}

a.button-small-stroke-green {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  padding: 10px 101px 10px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 22px);
  background-position-y: 17px;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
@media only screen and (min-width: 1440px) {
  a.button-small-stroke-green {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
a.button-small-stroke-green:hover {
  text-decoration: none;
}
a.button-small-stroke-green:hover span {
  transform: translateX(10px);
}
a.button-small-stroke-green span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
a.button-small-stroke-green:disabled {
  opacity: 0.7;
}
a.button-small-stroke-green {
  background-color: transparent;
  border: solid 1px #46a730;
  color: #46a730;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow-green.png");
}
a.button-small-stroke-green:hover {
  background-color: #46a730;
  color: #fff;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
a.button-small-stroke-green {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a.button-small-green {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  padding: 10px 101px 10px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 22px);
  background-position-y: 17px;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
@media only screen and (min-width: 1440px) {
  a.button-small-green {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
a.button-small-green:hover {
  text-decoration: none;
}
a.button-small-green:hover span {
  transform: translateX(10px);
}
a.button-small-green span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
a.button-small-green:disabled {
  opacity: 0.7;
}
a.button-small-green {
  background-color: #46a730;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a.button-small-blue {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  padding: 10px 101px 10px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 22px);
  background-position-y: 17px;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
@media only screen and (min-width: 1440px) {
  a.button-small-blue {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
a.button-small-blue:hover {
  text-decoration: none;
}
a.button-small-blue:hover span {
  transform: translateX(10px);
}
a.button-small-blue span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
a.button-small-blue:disabled {
  opacity: 0.7;
}
a.button-small-blue {
  background-color: #1f356e;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a.button-big {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #46a730;
  color: #fff;
  margin: 0 auto;
  padding: 10px 101px 10px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 22px);
  background-position-y: 17px;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
@media only screen and (min-width: 1440px) {
  a.button-big {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 37px 319px 37px 80px;
    background-size: 25px;
    background-position-x: calc(100% - 65px);
    background-position-y: 41px;
    min-width: 600px;
  }
}
a.button-big:hover {
  text-decoration: none;
}
a.button-big:hover span {
  transform: translateX(10px);
}
a.button-big span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
a.button-big:disabled {
  opacity: 0.7;
}
a.button-big {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.text-blue {
  color: #245ded;
}

.wrapper {
  padding: 0;
}

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

.link__arrow {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 32px;
}
@media only screen and (min-width: 1440px) {
  .loadmore_posts {
    margin-top: 60px;
  }
}
.loadmore_posts .loader-plus {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .loadmore_posts .loader-plus {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.loadmore_posts .loader-plus:hover {
  text-decoration: none;
  color: #46a730;
}
.loadmore_posts .loader-plus:disabled {
  opacity: 0.7;
}
.loadmore_posts .loader-plus {
  background-color: transparent;
  color: #1f356e;
  border: solid 1px #13244e;
}
.loadmore_posts .loader-plus:hover {
  color: #fff;
  border-color: #1f356e;
  background-color: #1f356e;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #7a7a7a;
}

lite-youtube {
  max-width: 100%;
}

.page-template-default:not(.woocommerce-page) .entry-content,
.page-template-page-basic-page .entry-content {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .page-template-default:not(.woocommerce-page) .entry-content,
  .page-template-page-basic-page .entry-content {
    max-width: 720px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-default:not(.woocommerce-page) .entry-content,
  .page-template-page-basic-page .entry-content {
    max-width: 958px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-default:not(.woocommerce-page) .entry-content,
  .page-template-page-basic-page .entry-content {
    max-width: 958px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-default:not(.woocommerce-page) .entry-content,
  .page-template-page-basic-page .entry-content {
    max-width: 1093px;
    margin-bottom: 140px;
  }
}

body .site-main {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  body .site-main {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  body .site-main {
    padding-top: 80px;
  }
}
body.home .site-main {
  padding-top: 0;
}

.owl-dots .owl-dot {
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #000;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  border: 2.5px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
  }
}

.page-template-page-quizz h1.entry-title {
  display: none;
}
.page-template-page-quizz .site-main {
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  div[id="98HZvBy"] span[aria-label=Close] {
    font-size: 80px !important;
    background: none !important;
    right: 40px !important;
  }
}

.wcc-consent-container [data-tag] {
  visibility: visible;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.grecaptcha-badge {
  display: none;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

:root .page-template-default {
  --gutters: 24px;
}
@media only screen and (min-width: 768px) {
  :root .page-template-default {
    --gutters: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  :root .page-template-default {
    --gutters: 80px;
  }
}
:root body:not(.page-template-default) {
  --gutters: 24px;
}
@media only screen and (min-width: 768px) {
  :root body:not(.page-template-default) {
    --gutters: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  :root body:not(.page-template-default) {
    --gutters: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  :root body:not(.page-template-default) {
    --gutters: 140px;
  }
}

.container, .section__hero-image .owl-dots {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container, .section__hero-image .owl-dots {
    max-width: 100%;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.container-footer {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container-footer {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

@media only screen and (min-width: 1024px) {
  .gap-desktop-32 {
    gap: 32px;
  }
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
/* -------------- FONTS -------------- */
#header-wrapper {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#header-wrapper .header-fixed {
  background-color: #dbed35;
  padding: 5px 0 3px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper .header-fixed {
    padding: 6px 0 5px;
  }
}
#header-wrapper .header-fixed .cont__inner {
  display: grid;
  justify-content: center;
  align-items: center;
}
#header-wrapper .header-fixed .cont__inner p {
  font-size: 0.8rem;
  line-height: 1.08;
  color: #1f356e;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #header-wrapper .header-fixed .cont__inner p {
    font-size: 0.933rem;
    line-height: 1.07;
  }
}
#header-wrapper .header-fixed .cont__inner .cont__left {
  display: none;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper .header-fixed .cont__inner .cont__left {
    display: block;
  }
}
#header-wrapper .header-fixed .cont__inner .cont__center {
  text-align: center;
}
#header-wrapper .header-fixed .cont__inner .cont__right {
  display: none;
  text-align: right;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper .header-fixed .cont__inner .cont__right {
    display: block;
  }
}
#header-wrapper header.site-header {
  background-color: #13244e;
}
#header-wrapper header.site-header .cont__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 23px;
  padding-left: 24px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont__inner {
    padding-left: 60px;
    column-gap: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont__inner {
    column-gap: 63px;
  }
}
#header-wrapper header.site-header .site-branding {
  position: relative;
  flex-grow: 1;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .site-branding .cont--logo img {
  display: block;
  width: inherit;
  max-height: 22px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 36px;
  }
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 64px;
  }
}
#header-wrapper header.site-header .cont__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header-wrapper header.site-header .cont__call {
  display: none;
  background-color: #79A6E3;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont__call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#header-wrapper header.site-header .cont__call:hover {
  background-color: #4864ad;
}
#header-wrapper header.site-header .cont__call a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.22;
  text-align: center;
  color: #fff;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 11px;
  height: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header .cont__call a {
    font-size: 1.2rem;
  }
}
#header-wrapper header.site-header .cont__call a span {
  font-size: 17px;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header .cont__call a span {
    font-size: 20px;
  }
}
#header-wrapper header.site-header .cont__phone {
  display: none;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#header-wrapper header.site-header .cont__phone a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.22;
  text-align: center;
  color: #13244e;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 11px;
  height: 100%;
}
#header-wrapper header.site-header .cont__phone a:hover {
  color: #46a730;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header .cont__phone a {
    font-size: 1.2rem;
  }
}
#header-wrapper header.site-header .cont__phone a span {
  font-size: 17px;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header .cont__phone a span {
    font-size: 20px;
  }
}
#header-wrapper header.site-header .cont__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header-wrapper header.site-header .cont__icons a {
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont__icons a {
    width: 70px;
    height: 70px;
  }
}
#header-wrapper header.site-header .cont__icons a:hover {
  color: #fff;
  /*&::before {
    opacity: 1;
  }*/
}
#header-wrapper header.site-header .cont__icons a {
  /*&::before {
    content: '';
    @include absolute_center_xy;
    width: 50px;
    height: 50px;

    background-color: $dark-blue;
    border-radius: 50%;

    z-index: -1;

    opacity: 0;
    @include transition;
  }*/
}
#header-wrapper header.site-header .cont__icons .cont__tel {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont__icons .cont__tel {
    display: none;
  }
}
#header-wrapper header.site-header .cont__icons .cont__tel:hover .cont__hover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#header-wrapper header.site-header .cont__icons .cont__tel > a {
  font-size: 17px;
  color: #13244e;
}
#header-wrapper header.site-header .cont__icons .cont__tel > a:hover {
  color: #46a730;
}
#header-wrapper header.site-header .cont__icons .cont__tel .cont__hover {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .cont__icons .cont__tel .cont__hover a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.22;
  text-align: center;
  color: #13244e;
  background-color: #fff;
  padding: 18px 22px;
  width: 100%;
  height: initial;
  cursor: pointer;
}
#header-wrapper header.site-header .cont__icons .cont__tel .cont__hover a:hover {
  color: #46a730;
}
#header-wrapper header.site-header .cont__icons .cont__search {
  position: relative;
  background-color: #86aee5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#header-wrapper header.site-header .cont__icons .cont__search:hover {
  background-color: #477ecb;
}
#header-wrapper header.site-header .cont__icons .cont__search .icon-search {
  font-size: 16px;
  color: #fff;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont__icons .cont__search .icon-search {
    width: 70px;
    height: 70px;
  }
}
#header-wrapper header.site-header .cont__icons .cont__search .icon-search:hover {
  color: #fff;
}
#header-wrapper header.site-header .cont__icons .cont__search .dgwt-wcas-sf-wrapp {
  padding: 0;
  background: transparent;
}
#header-wrapper header.site-header .cont__icons .cont__search .dgwt-wcas-search-wrapp {
  position: absolute;
  margin: 0;
  max-width: initial;
}
#header-wrapper header.site-header .cont__icons .cont__search .dgwt-wcas-search-wrapp > svg {
  display: none;
}
#header-wrapper header.site-header .cont__icons .cont__search a.dgwt-wcas-search-icon {
  width: initial;
  height: initial;
}
#header-wrapper header.site-header .cont__icons .cont__search a.dgwt-wcas-search-icon:before {
  content: none;
}
#header-wrapper header.site-header .cont__icons .cont__search a.dgwt-wcas-search-icon > svg {
  display: none;
}
#header-wrapper header.site-header .cont__icons .cont__search form input {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont__icons .cont__search form input {
    height: 70px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    min-width: initial;
    padding-left: 0;
    color: transparent;
  }
}
#header-wrapper header.site-header .cont__icons .cont__search form input::placeholder {
  color: transparent;
}
#header-wrapper header.site-header .cont__icons .cont__search form .dgwt-wcas-close {
  display: none;
}
#header-wrapper header.site-header .cont__icons .cont__search form button.dgwt-wcas-search-submit {
  display: none;
}
#header-wrapper header.site-header .cont__icons .cont__user {
  background-color: #4864ad;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .cont__icons .cont__user:hover {
  background-color: #24459b;
}
#header-wrapper header.site-header .cont__icons .cont__user a {
  font-size: 17px;
}
#header-wrapper header.site-header .cont__icons .cont__cart {
  background-color: #1f356e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .cont__icons .cont__cart:hover {
  background-color: #13244e;
}
#header-wrapper header.site-header .cont__icons .cont__cart a {
  font-size: 18px;
}
#header-wrapper header.site-header .cont__lang {
  display: none;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header .cont__lang {
    display: block;
  }
}
#header-wrapper header.site-header .cont__lang .wpml-ls-legacy-dropdown {
  width: fit-content;
}
#header-wrapper header.site-header .cont__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
}
#header-wrapper header.site-header .cont__lang .wpml-ls-legacy-dropdown ul li a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13244e;
  color: #fff;
  border: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont__lang .wpml-ls-legacy-dropdown ul li a {
    width: 70px;
    height: 70px;
  }
}
#header-wrapper header.site-header .cont__lang .wpml-ls-legacy-dropdown ul li a:after {
  content: none;
}
#header-wrapper header.site-header .cont__lang .wpml-ls-legacy-dropdown ul li a:hover {
  color: #46a730;
}
#header-wrapper header.site-header .cont__lang .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
  padding-right: 8px;
}
#header-wrapper header.site-header .cont__lang .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  margin-top: 1px;
}
#header-wrapper header.site-header .cont--menu__open {
  position: relative;
  z-index: 2;
}
#header-wrapper header.site-header .cont--menu__open .burger {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont--menu__open .burger {
    width: 22px;
    height: 22px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger:hover span,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:before,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:after {
  background-color: #46a730;
  border-color: #46a730;
}
#header-wrapper header.site-header .cont--menu__open .burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #fff;
  border-radius: 20px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before, #header-wrapper header.site-header .cont--menu__open .burger span:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: -1px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before {
  top: -7px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  top: 5px;
}
#header-wrapper header.site-header .cont--menu__open .burger span,
#header-wrapper header.site-header .cont--menu__open .burger span:before,
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont--menu__open .burger span,
  #header-wrapper header.site-header .cont--menu__open .burger span:before,
  #header-wrapper header.site-header .cont--menu__open .burger span:after {
    width: 22px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span {
  background-color: transparent;
  border-color: transparent;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before, #header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
  border-color: white;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before {
  transform: translateY(0.525rem) rotate(45deg);
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}
#header-wrapper header.site-header .cont--menu__open .hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

#footer-wrapper {
  position: relative;
}
#footer-wrapper .footer-logos {
  background-color: #13244e;
  color: #fff;
  padding: 42px 0 32px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .footer-logos {
    padding: 36px 0 38px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .footer-logos {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .footer-logos {
    padding: 26px 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .footer-logos .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
#footer-wrapper .footer-logos .cont__inner .cont__left {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .footer-logos .cont__inner .cont__left {
    margin-bottom: 0;
  }
}
#footer-wrapper .footer-logos .cont__inner .cont__left .cont__logo img {
  max-width: 102px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .footer-logos .cont__inner .cont__left .cont__logo img {
    max-width: initial;
  }
}
#footer-wrapper .footer-logos .cont__inner .cont__left .cont__logo span {
  display: block;
  font-size: 0.467rem;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .footer-logos .cont__inner .cont__left .cont__logo span {
    font-size: 0.661rem;
    letter-spacing: 0.99px;
  }
}
#footer-wrapper .footer-logos .cont__inner .cont__right .cont__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 13px;
}
#footer-wrapper .footer-logos .cont__inner .cont__right .cont__logos .cont__logo {
  width: fit-content;
  display: flex;
  align-items: center;
}
#footer-wrapper .footer-logos .cont__inner .cont__right .cont__logos .cont__logo img {
  max-width: 66px;
  filter: grayscale(1);
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .footer-logos .cont__inner .cont__right .cont__logos .cont__logo img {
    max-width: 103px;
    max-height: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .footer-logos .cont__inner .cont__right .cont__logos .cont__logo img {
    max-width: 140px;
    max-height: 60px;
    width: auto;
  }
}
#footer-wrapper .site-footer .footer__top {
  background-color: #3e72b8;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__left {
  padding-top: 32px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__left {
    width: 53%;
    padding-top: 40px;
    padding-bottom: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__left {
    width: 50%;
    padding-right: 107px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__left {
    padding-top: 48px;
    padding-right: 0;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__left .cont__branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__left .cont__branches {
    column-gap: 4px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__left .cont__branches {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__left .cont__branches {
    column-gap: 45px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__left .cont__branches .cont__branch .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  color: #fff;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__left .cont__branches .cont__branch .cont__title {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 0.8;
    margin-bottom: 15px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__left .cont__branches .cont__branch .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__left .cont__branches .cont__branch .cont__text {
    font-size: 0.933rem;
    line-height: 1.29;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right {
  position: relative;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right {
    width: 47%;
    padding-top: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right {
    width: 50%;
    padding-left: 60px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right:before {
    left: 0;
    transform: none;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__title {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  color: #13244e;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__title {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 0.8;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__title:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  top: 0;
  right: 2px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__title:before {
    content: none;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__title.open:before {
  transform: rotate(180deg);
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts {
  position: relative;
  display: none;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts {
    display: grid !important;
    row-gap: 3px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts {
    display: block !important;
    column-count: 2;
    max-width: 514px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts .cont__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 2px;
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts .cont__contact {
    margin-bottom: 3px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts .cont__contact .cont__contact-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #13244e;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts .cont__contact .cont__contact-title {
    font-size: 0.933rem;
    line-height: 1.29;
  }
}
#footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts .cont__contact .cont__contact-phone a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #13244e;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__inner .cont__right .cont__contacts .cont__contact .cont__contact-phone a {
    font-size: 0.933rem;
    line-height: 1.29;
  }
}
#footer-wrapper .site-footer .footer__middle {
  background-color: #245ded;
  padding-top: 32px;
  padding-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__middle .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#footer-wrapper .site-footer .footer__middle .cont__inner .cont__left {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle .cont__inner .cont__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__middle .cont__inner .cont__left {
    margin-bottom: 0;
  }
}
#footer-wrapper .site-footer .footer__middle .cont__inner .cont__left .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle .cont__inner .cont__left .cont__title {
    font-size: 1.067rem;
    line-height: 1.25;
  }
}
#footer-wrapper .site-footer .footer__middle .cont__inner .cont__left .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle .cont__inner .cont__left .cont__text {
    font-size: 1.067rem;
    line-height: normal;
  }
}
#footer-wrapper .site-footer .footer__middle .cont__inner .cont__right .cont__xxss {
  margin-top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}
#footer-wrapper .site-footer .footer__middle .cont__inner .cont__right .cont__xxss a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
#footer-wrapper .site-footer .footer__middle .cont__inner .cont__right .cont__xxss a:hover i:before {
  color: #dbed35;
}
#footer-wrapper .site-footer .footer__middle .cont__inner .cont__right .cont__xxss a i::before {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer-wrapper .site-footer .footer__bottom {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom > .container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    column-gap: 47px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__bottom > .container-footer {
    align-items: center;
  }
}
#footer-wrapper .site-footer .footer__bottom .menu--menu-legal {
  width: fit-content;
}
#footer-wrapper .site-footer .footer__bottom ul.menu__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 14px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom ul.menu__legal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__bottom ul.menu__legal {
    column-gap: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__bottom ul.menu__legal {
    column-gap: 32px;
  }
}
#footer-wrapper .site-footer .footer__bottom ul.menu__legal li a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.07;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom ul.menu__legal li a {
    line-height: normal;
  }
}
#footer-wrapper .site-footer .footer__bottom ul.menu__legal li a:hover {
  color: #46a730;
}
#footer-wrapper .site-footer .footer__bottom .cont__emfasi a {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  width: fit-content;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .cont__emfasi a {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__bottom .cont__emfasi a {
    margin-top: 10px;
  }
}
#footer-wrapper .site-footer .footer__bottom .cont__emfasi a strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#footer-wrapper .site-footer .footer__bottom .cont__emfasi a strong span {
  color: #004ef8;
}
#footer-wrapper .site-footer .footer__bottom .cont__logo {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .cont__logo {
    margin-top: 0;
  }
}
#footer-wrapper .site-footer .footer__bottom .cont__logo img {
  max-height: 35px;
}

.form-te-llamamos,
.form-presupuesto,
.form-ficha-tecnica,
.form-stocklist,
.form-catalogo,
.form-formacion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-te-llamamos.show,
.form-presupuesto.show,
.form-ficha-tecnica.show,
.form-stocklist.show,
.form-catalogo.show,
.form-formacion.show {
  opacity: 1;
  z-index: 9;
  visibility: visible;
}
.form-te-llamamos .cont__overlay,
.form-presupuesto .cont__overlay,
.form-ficha-tecnica .cont__overlay,
.form-stocklist .cont__overlay,
.form-catalogo .cont__overlay,
.form-formacion .cont__overlay {
  position: relative;
  width: calc(100% - 48px);
  height: fit-content;
  max-height: calc(100vh - 100px);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-te-llamamos .icon-close,
.form-presupuesto .icon-close,
.form-ficha-tecnica .icon-close,
.form-stocklist .icon-close,
.form-catalogo .icon-close,
.form-formacion .icon-close {
  position: absolute;
  right: 19px;
  top: 23px;
  font-size: 14px;
  cursor: pointer;
  color: #13244e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.form-te-llamamos .icon-close:hover,
.form-presupuesto .icon-close:hover,
.form-ficha-tecnica .icon-close:hover,
.form-stocklist .icon-close:hover,
.form-catalogo .icon-close:hover,
.form-formacion .icon-close:hover {
  color: #46a730;
}
.form-te-llamamos .cont__inner,
.form-presupuesto .cont__inner,
.form-ficha-tecnica .cont__inner,
.form-stocklist .cont__inner,
.form-catalogo .cont__inner,
.form-formacion .cont__inner {
  padding: 24px;
  overflow: auto;
  width: 100%;
}

.form-te-llamamos .cont__overlay {
  max-width: 660px;
}

.form-te-llamamos .cont__form form .columns-one,
.form-catalogo .cont__form form .columns-one,
.form-formacion .cont__form form .columns-one {
  row-gap: 0;
  margin-bottom: 21px;
}
.form-te-llamamos .cont__form form .columns-one .wpcf7-form-control-wrap,
.form-catalogo .cont__form form .columns-one .wpcf7-form-control-wrap,
.form-formacion .cont__form form .columns-one .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.form-te-llamamos .cont__form form .columns-two,
.form-catalogo .cont__form form .columns-two,
.form-formacion .cont__form form .columns-two {
  column-gap: 20px;
  margin-bottom: 14px;
}
.form-te-llamamos .cont__form form .wpcf7-checkbox,
.form-te-llamamos .cont__form form .wpcf7-radio,
.form-catalogo .cont__form form .wpcf7-checkbox,
.form-catalogo .cont__form form .wpcf7-radio,
.form-formacion .cont__form form .wpcf7-checkbox,
.form-formacion .cont__form form .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 12px;
  margin: 0 0 1px;
}
@media only screen and (min-width: 1024px) {
  .form-te-llamamos .cont__form form .wpcf7-checkbox,
  .form-te-llamamos .cont__form form .wpcf7-radio,
  .form-catalogo .cont__form form .wpcf7-checkbox,
  .form-catalogo .cont__form form .wpcf7-radio,
  .form-formacion .cont__form form .wpcf7-checkbox,
  .form-formacion .cont__form form .wpcf7-radio {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.form-te-llamamos .cont__form form .wpcf7-checkbox .wpcf7-list-item,
.form-te-llamamos .cont__form form .wpcf7-radio .wpcf7-list-item,
.form-catalogo .cont__form form .wpcf7-checkbox .wpcf7-list-item,
.form-catalogo .cont__form form .wpcf7-radio .wpcf7-list-item,
.form-formacion .cont__form form .wpcf7-checkbox .wpcf7-list-item,
.form-formacion .cont__form form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form-te-llamamos .cont__form form .label,
.form-catalogo .cont__form form .label,
.form-formacion .cont__form form .label {
  display: block;
  line-height: 1.29;
  color: #13244e;
  margin-bottom: 7px;
}
.form-te-llamamos .cont__form form label:has(input[type=checkbox]),
.form-te-llamamos .cont__form form label:has(input[type=radio]),
.form-catalogo .cont__form form label:has(input[type=checkbox]),
.form-catalogo .cont__form form label:has(input[type=radio]),
.form-formacion .cont__form form label:has(input[type=checkbox]),
.form-formacion .cont__form form label:has(input[type=radio]) {
  color: #13244e;
}
.form-te-llamamos .cont__form form label:has(input[type=checkbox]) a,
.form-te-llamamos .cont__form form label:has(input[type=radio]) a,
.form-catalogo .cont__form form label:has(input[type=checkbox]) a,
.form-catalogo .cont__form form label:has(input[type=radio]) a,
.form-formacion .cont__form form label:has(input[type=checkbox]) a,
.form-formacion .cont__form form label:has(input[type=radio]) a {
  color: #13244e;
}
.form-te-llamamos .cont__form form input[type=checkbox],
.form-te-llamamos .cont__form form input[type=radio],
.form-catalogo .cont__form form input[type=checkbox],
.form-catalogo .cont__form form input[type=radio],
.form-formacion .cont__form form input[type=checkbox],
.form-formacion .cont__form form input[type=radio] {
  border: 1px solid #13244e;
  padding: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 2px;
}
.form-te-llamamos .cont__form form input[type=checkbox]:checked,
.form-te-llamamos .cont__form form input[type=radio]:checked,
.form-catalogo .cont__form form input[type=checkbox]:checked,
.form-catalogo .cont__form form input[type=radio]:checked,
.form-formacion .cont__form form input[type=checkbox]:checked,
.form-formacion .cont__form form input[type=radio]:checked {
  background-color: #13244e;
  border-color: #13244e;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #13244e;
}
.form-te-llamamos .cont__form form .cont--input-checkbox,
.form-catalogo .cont__form form .cont--input-checkbox,
.form-formacion .cont__form form .cont--input-checkbox {
  padding: 0 0 12px;
}
.form-te-llamamos .cont__form form input,
.form-te-llamamos .cont__form form textarea,
.form-te-llamamos .cont__form form select,
.form-catalogo .cont__form form input,
.form-catalogo .cont__form form textarea,
.form-catalogo .cont__form form select,
.form-formacion .cont__form form input,
.form-formacion .cont__form form textarea,
.form-formacion .cont__form form select {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 12px 11px;
  background-color: #f9f9f9;
  color: #13244e;
  border: none;
}
.form-te-llamamos .cont__form form input::placeholder,
.form-te-llamamos .cont__form form textarea::placeholder,
.form-te-llamamos .cont__form form select::placeholder,
.form-catalogo .cont__form form input::placeholder,
.form-catalogo .cont__form form textarea::placeholder,
.form-catalogo .cont__form form select::placeholder,
.form-formacion .cont__form form input::placeholder,
.form-formacion .cont__form form textarea::placeholder,
.form-formacion .cont__form form select::placeholder {
  color: #c0c0c0;
}
.form-te-llamamos .cont__form form small,
.form-catalogo .cont__form form small,
.form-formacion .cont__form form small {
  color: #13244e;
  opacity: 0.8;
  margin-bottom: 24px;
}
.form-te-llamamos .cont__form form small a,
.form-catalogo .cont__form form small a,
.form-formacion .cont__form form small a {
  color: #13244e;
}
.form-te-llamamos .cont__form form input[type=submit],
.form-catalogo .cont__form form input[type=submit],
.form-formacion .cont__form form input[type=submit] {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  padding: 10px 101px 10px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 22px);
  background-position-y: 17px;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
@media only screen and (min-width: 1440px) {
  .form-te-llamamos .cont__form form input[type=submit],
  .form-catalogo .cont__form form input[type=submit],
  .form-formacion .cont__form form input[type=submit] {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
.form-te-llamamos .cont__form form input[type=submit]:hover,
.form-catalogo .cont__form form input[type=submit]:hover,
.form-formacion .cont__form form input[type=submit]:hover {
  text-decoration: none;
}
.form-te-llamamos .cont__form form input[type=submit]:hover span,
.form-catalogo .cont__form form input[type=submit]:hover span,
.form-formacion .cont__form form input[type=submit]:hover span {
  transform: translateX(10px);
}
.form-te-llamamos .cont__form form input[type=submit] span,
.form-catalogo .cont__form form input[type=submit] span,
.form-formacion .cont__form form input[type=submit] span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.form-te-llamamos .cont__form form input[type=submit]:disabled,
.form-catalogo .cont__form form input[type=submit]:disabled,
.form-formacion .cont__form form input[type=submit]:disabled {
  opacity: 0.7;
}
.form-te-llamamos .cont__form form input[type=submit],
.form-catalogo .cont__form form input[type=submit],
.form-formacion .cont__form form input[type=submit] {
  background-color: #46a730;
  color: #fff;
}
.form-te-llamamos .cont__form form input[type=submit]:hover,
.form-catalogo .cont__form form input[type=submit]:hover,
.form-formacion .cont__form form input[type=submit]:hover {
  background-color: #358b22;
}
.form-te-llamamos .cont__form form .wpcf7-spinner,
.form-catalogo .cont__form form .wpcf7-spinner,
.form-formacion .cont__form form .wpcf7-spinner {
  position: absolute;
}
.form-te-llamamos .cont__form form .wpcf7-response-output,
.form-catalogo .cont__form form .wpcf7-response-output,
.form-formacion .cont__form form .wpcf7-response-output {
  color: #13244e !important;
}

.form-ficha-tecnica .cont__overlay,
.form-stocklist .cont__overlay {
  max-width: 1200px;
}
@media only screen and (min-width: 1024px) {
  .form-ficha-tecnica .cont__overlay .cont__inner .cont__left,
  .form-ficha-tecnica .cont__overlay .cont__inner .cont__right,
  .form-stocklist .cont__overlay .cont__inner .cont__left,
  .form-stocklist .cont__overlay .cont__inner .cont__right {
    width: calc(50% - 12px);
  }
}

.form-catalogo.download-catalog .cont__overlay {
  max-width: 1061px;
}
.form-catalogo.download-catalog .cont__inner .cont__left {
  padding: 36px 32px 0;
  background-color: #1f356e;
}
@media only screen and (min-width: 1024px) {
  .form-catalogo.download-catalog .cont__inner .cont__left {
    width: calc(56% - 12px);
  }
}
.form-catalogo.download-catalog .cont__inner .cont__left .cont__pretitle {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1440px) {
  .form-catalogo.download-catalog .cont__inner .cont__left .cont__title h2 {
    font-size: 3.6rem;
    line-height: 1.07;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .form-catalogo.download-catalog .cont__inner .cont__right {
    width: calc(44% - 12px);
    padding-top: 12px;
  }
}
.form-catalogo.download-catalog .cont__inner .cont__right .cont__form .cont--input.nombre {
  margin-bottom: 15px;
}
.form-catalogo.download-catalog .cont__inner .cont__right .cont__form input[type=submit] {
  min-width: initial;
}

body.menu-open, body.video-open {
  overflow-y: hidden;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow-y: auto;
  background: #fff;
  transform: translateX(-100%);
  -webkit-transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
}
@media only screen and (min-width: 1024px) {
  .main-navigation {
    opacity: 0;
    transform: none;
  }
}
.main-navigation.show {
  visibility: visible;
  z-index: 3;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  .main-navigation.show {
    z-index: 1;
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation.show .cont--menu .menu--right #primary-menu,
  .main-navigation.show .cont--menu .menu--right .menu--right-bottom {
    animation-name: fadeInMove;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 0.9s;
    animation-fill-mode: backwards;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main-navigation:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 211px;
  bottom: 0;
  left: 0;
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu li.menu-item a {
  display: block;
  text-decoration: none;
}
.main-navigation .cont--menu {
  height: 100%;
}
.main-navigation .cont--menu .cont__image-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  height: 100%;
  z-index: -1;
}
.main-navigation .cont--menu .cont__image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-navigation .cont--menu .menu--right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #245ded;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right {
    max-width: 43%;
  }
}
.main-navigation .cont--menu .menu--right .close-menu {
  font-size: 20px;
  text-align: right;
  margin-top: 32px;
  margin-right: 32px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right .close-menu {
    display: none;
  }
}
.main-navigation .cont--menu .menu--right .close-menu:hover {
  color: #46a730;
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container {
  position: relative;
  padding: 22px 32px;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container {
    padding: 100px 0 22px 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container {
    padding: 70px 0 22px 140px;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu {
  display: grid;
  row-gap: 18px;
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu {
    row-gap: 20px;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu a {
  font-size: 0;
  padding-right: 54px;
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu a {
    padding-right: 45px;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu a:before {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  right: 0;
  top: 3px;
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu a:before {
    font-size: 26px;
    top: 12px;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu a.active {
  color: #13244e;
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.has-submenu a {
  padding-right: 54px;
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.has-submenu a {
    padding-right: 45px;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.has-submenu a:hover {
  color: #fff;
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.has-submenu a:hover:before {
  color: #13244e;
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.has-submenu a:before {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  right: 0;
  top: 3px;
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.has-submenu a:before {
    font-size: 26px;
    top: 12px;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.13;
  color: #fff;
  width: fit-content;
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a {
    font-size: 3rem;
    line-height: 1.11;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a:hover, .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a.active {
  color: #13244e;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  margin-top: 20px;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__lang .wpml-ls-legacy-list-horizontal {
  width: fit-content;
  padding: 0;
  border: none;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  background-color: #13244e;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__lang .wpml-ls-legacy-list-horizontal ul li a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-right: solid 1px #fff;
  background-color: #3453a5;
  color: #fff;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .menu--right .menu--right-bottom .menu__lang .wpml-ls-legacy-list-horizontal ul li a {
    width: 70px;
    height: 70px;
  }
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__lang .wpml-ls-legacy-list-horizontal ul li a:after {
  content: none;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__lang .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #46a730;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #245ded;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__phone a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.22;
  text-align: center;
  color: #fff;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 11px;
  height: 100%;
  width: 100%;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__phone a:hover {
  color: #13244e;
}
.main-navigation .cont--menu .menu--right .menu--right-bottom .menu__phone a span {
  font-size: 20px;
}

.wrapper_submenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 3;
  color: #fff;
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.wrapper_submenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu {
    position: absolute;
    left: 100%;
    right: inherit;
    max-width: 79%;
    transform: none;
    opacity: 0;
    visibility: hidden;
    background-color: transparent !important;
  }
}
.wrapper_submenu.animating {
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu.animating {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu.show:before {
    width: 100%;
  }
}
.wrapper_submenu .cont__top-submenu {
  flex-grow: 1;
  padding: 31px 32px 50px;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu .cont__top-submenu {
    padding: 70px 32px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .wrapper_submenu .cont__top-submenu {
    padding: 52px 80px 50px;
  }
}
.wrapper_submenu .close-menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu .close-menus {
    display: none !important;
  }
}
.wrapper_submenu .close-menus .close-submenu {
  font-size: 37px;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapper_submenu .close-menus .close-menu {
  margin: 0 !important;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper_submenu .close-menus .close-menu:hover {
  color: #245ded !important;
}
.wrapper_submenu .cont__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu .cont__top {
    justify-content: flex-end;
  }
}
.wrapper_submenu .cont__top .cont--submenu__close {
  position: relative;
  font-size: 17px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.wrapper_submenu .cont__top .cont--submenu__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.wrapper_submenu .cont__menu {
  margin-top: 28px;
}
.wrapper_submenu .cont__menu ul.list-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 18px;
}
@media only screen and (min-width: 1440px) {
  .wrapper_submenu .cont__menu ul.list-menu {
    row-gap: 25px;
  }
}
.wrapper_submenu .cont__menu ul.list-menu li a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.867rem;
  line-height: 1.29;
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .wrapper_submenu .cont__menu ul.list-menu li a {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu .menu--right-bottom {
    display: none !important;
  }
}
.wrapper_submenu#alquiler_submenu {
  background-color: #13244e;
}
.wrapper_submenu#alquiler_submenu:before {
  background-color: #13244e;
}
.wrapper_submenu#alquiler_submenu .menu--right-bottom .menu__phone a {
  background-color: #13244e;
}
.wrapper_submenu#alquiler_submenu .cont__menu ul.list-menu li a:hover {
  color: #46a730;
}
.wrapper_submenu#ocasion_submenu, .wrapper_submenu#liftisa_submenu {
  background-color: #46a730;
}
.wrapper_submenu#ocasion_submenu:before, .wrapper_submenu#liftisa_submenu:before {
  background-color: #46a730;
}
.wrapper_submenu#ocasion_submenu .menu--right-bottom .menu__phone a, .wrapper_submenu#liftisa_submenu .menu--right-bottom .menu__phone a {
  background-color: #46a730;
}
.wrapper_submenu#ocasion_submenu .cont__menu ul.list-menu li a:hover, .wrapper_submenu#liftisa_submenu .cont__menu ul.list-menu li a:hover {
  color: #13244e;
}
.wrapper_submenu#venta_submenu, .wrapper_submenu#posventa_submenu {
  background-color: #3e72b8;
}
.wrapper_submenu#venta_submenu:before, .wrapper_submenu#posventa_submenu:before {
  background-color: #3e72b8;
}
.wrapper_submenu#venta_submenu .menu--right-bottom .menu__phone a, .wrapper_submenu#posventa_submenu .menu--right-bottom .menu__phone a {
  background-color: #3e72b8;
}
.wrapper_submenu#venta_submenu .cont__menu ul.list-menu li a:hover, .wrapper_submenu#posventa_submenu .cont__menu ul.list-menu li a:hover {
  color: #46a730;
}

.cta__fixed {
  display: none;
}
.cta__fixed .cta__fixed-button {
  display: none;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(9deg, #46a730 25%, #46a730 111%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cta__fixed .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.cta__fixed .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.cta__fixed .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__fixed .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.cta__fixed .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #7a7a7a;
}
.cta__fixed .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.single-content-ajax,
.overlay-info-product {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
  padding-top: 21px;
  padding-bottom: 37px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax,
  .overlay-info-product {
    max-width: 960px;
    transform: translateY(0) translateX(100%);
    padding-top: 29px;
  }
}
.single-content-ajax > .wrapper,
.overlay-info-product > .wrapper {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.33;
    color: #13244e;
  }
}
.single-content-ajax > .wrapper .title-1,
.overlay-info-product > .wrapper .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1440px) {
  .single-content-ajax > .wrapper .title-1,
  .overlay-info-product > .wrapper .title-1 {
    margin-bottom: 30px;
  }
}
.single-content-ajax .close-product,
.single-content-ajax .close-info-product,
.overlay-info-product .close-product,
.overlay-info-product .close-info-product {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    margin-right: 50px;
  }
}
.single-content-ajax .close-product:before,
.single-content-ajax .close-info-product:before,
.overlay-info-product .close-product:before,
.overlay-info-product .close-info-product:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax .close-product:before,
  .single-content-ajax .close-info-product:before,
  .overlay-info-product .close-product:before,
  .overlay-info-product .close-info-product:before {
    font-size: 26px;
  }
}
.single-content-ajax .close-product:hover:before,
.single-content-ajax .close-info-product:hover:before,
.overlay-info-product .close-product:hover:before,
.overlay-info-product .close-info-product:hover:before {
  color: #7a7a7a;
}

body.product-open,
body.product-info-open,
body.overlay-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.product-open .single-content-ajax,
body.product-open .overlay-info-product.show,
body.product-info-open .single-content-ajax,
body.product-info-open .overlay-info-product.show,
body.overlay-open .single-content-ajax,
body.overlay-open .overlay-info-product.show {
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  body.product-open .single-content-ajax,
  body.product-open .overlay-info-product.show,
  body.product-info-open .single-content-ajax,
  body.product-info-open .overlay-info-product.show,
  body.overlay-open .single-content-ajax,
  body.overlay-open .overlay-info-product.show {
    transform: translateY(0) translateX(0);
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  overflow: hidden;
}
body.show-overlay .site-main:before,
body.product-open .site-main:before,
body.product-info-open .site-main:before,
body.overlay-open .site-main:before {
  visibility: visible;
  opacity: 0.25;
}

.site-main {
  position: relative;
}
.site-main:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pum-theme-1633 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 60px 28px 28px 28px !important;
}

.pum-theme-1633 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: relative;
  width: 50px;
  height: 50px;
  right: 18px !important;
  top: 18px !important;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .pum-theme-1633 .pum-content + .pum-close,
  .pum-theme-enterprise-blue .pum-content + .pum-close {
    width: 60px;
    height: 60px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .pum-theme-1633 .pum-content + .pum-close:before,
  .pum-theme-enterprise-blue .pum-content + .pum-close:before {
    font-size: 26px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:hover:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover:before {
  color: #7a7a7a;
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #13244e;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    text-align: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:hover,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:hover {
  text-decoration: none;
  color: #46a730;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:disabled,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:disabled {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  border-radius: 100px !important;
  color: #fff !important;
  margin: 0 auto !important;
  padding: 10px 42px !important;
  border: none !important;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies {
    float: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  padding-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    padding-top: 0;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
}

form a:hover {
  opacity: 0.7;
}
form .columns-one {
  display: grid;
  row-gap: 4px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  column-gap: 16px;
  row-gap: 4px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  form .columns-two {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    column-gap: 40px;
  }
}
form .columns-two > br {
  display: none;
}
form .cont--input-checkbox {
  padding: 20px 0 15px;
}
@media only screen and (min-width: 1024px) {
  form .cont--input-checkbox {
    padding: 41px 0 20px;
  }
}
form .cont--input-checkbox > br {
  display: none;
}
form .cont--input-checkbox.second {
  padding-top: 0;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  display: block;
  color: #C4C4C4;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  form small {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  form small {
    margin-bottom: 109px;
  }
}
form small a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  color: #c4c4c4;
}
form small a:hover {
  color: #46a730;
}
form .wpcf7-not-valid-tip {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  color: #fff;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  text-align: left;
  color: #fff;
  border: none;
  margin: 0;
  padding: 70px 0 0;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "\e91d";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 45px;
  color: #46a730;
  top: 0;
  left: 8px;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.label {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}

input,
textarea,
select {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 14px 0;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}
input:not(:placeholder-shown) + .label,
textarea:not(:placeholder-shown) + .label,
select:not(:placeholder-shown) + .label {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #fff;
  opacity: 0.8;
}
@media only screen and (min-width: 1440px) {
  input,
  textarea,
  select {
    font-size: 1rem;
    line-height: 1.33;
    padding: 16px 0 19px;
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  /* Fuerza el color de fondo que desees */
  -webkit-box-shadow: 0 0 0 1000px #1f356e inset !important;
  box-shadow: 0 0 0 1000px #1f356e inset !important;
  /* Fuerza el color del texto que desees */
  -webkit-text-fill-color: #fff !important;
  /* Este truco ayuda a prevenir que el navegador aplique el cambio de fondo abrupto */
  transition: background-color 5000s ease-in-out 0s;
}

select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
select option {
  color: #13244e;
  padding: 10px;
}

textarea {
  max-height: 46px;
}
@media only screen and (min-width: 1024px) {
  textarea {
    max-height: 56px;
  }
}

label:has(input[type=checkbox]),
label:has(input[type=radio]) {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.33;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 1440px) {
  label:has(input[type=checkbox]),
  label:has(input[type=radio]) {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.867rem;
    line-height: normal;
  }
}
label:has(input[type=checkbox]) a,
label:has(input[type=radio]) a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  label:has(input[type=checkbox]) a,
  label:has(input[type=radio]) a {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
label:has(input[type=checkbox]) a:hover,
label:has(input[type=radio]) a:hover {
  color: #46a730;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  padding: 0;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  transition: all 0.2s ease;
}
input[type=checkbox]:hover,
input[type=radio]:hover {
  cursor: pointer;
  border-color: #46a730;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #46a730;
  border-color: #46a730;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #46a730;
}

.wpcf7-checkbox {
  display: block;
  margin-bottom: 6px;
}
.wpcf7-checkbox input[type=checkbox] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: transparent;
  border-radius: 2px;
}
.wpcf7-checkbox label:has(input[type=checkbox]) {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.14;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 24px;
}
@media only screen and (min-width: 1024px) {
  .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 32px;
  }
}
.wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}

.page-template-page-contact .cont__contact {
  margin-bottom: 103px;
}
.page-template-page-contact .cont__contact .cont__delegations {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-contact .cont__contact .cont__delegations {
    margin-top: 58px;
  }
}
.page-template-page-contact .cont__contact .cont__delegations .cont__columns .cont__column {
  padding-top: 24px;
  border-top: solid 1px #c0c0c0;
}
.page-template-page-contact .cont__contact .cont__delegations .cont__columns .cont__column .cont__city h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 0.88;
  color: #1f356e;
  margin-top: 0;
  margin-bottom: 31px;
}
.page-template-page-contact .cont__contact .cont__delegations .cont__columns .cont__column .cont__address {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #12163e;
  margin-bottom: 16px;
}
.page-template-page-contact .cont__contact .cont__delegations .cont__columns .cont__column .cont__business_hours {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #12163e;
  margin-bottom: 17px;
}
.page-template-page-contact .cont__contact .cont__delegations .cont__columns .cont__column .cont__business_hours span {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-page-contact .cont__contact .cont__delegations .cont__columns .cont__column .cont__link a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.25;
  color: #245ded;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.page-template-page-contact .cont__contact .cont__delegations .cont__columns .cont__column .cont__link a span {
  font-size: 25px;
}
.page-template-page-contact .cont__contact .cont__delegations .cont__columns .cont__column .cont__link a:hover {
  color: #46a730;
}
.page-template-page-contact .cont__contact .cont__sections h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-contact .cont__contact .cont__sections h2 {
    font-size: 2.8rem;
    line-height: 1.79;
  }
}
.page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column {
  border-top: solid 1px #c0c0c0;
  padding-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column {
    flex-direction: row;
  }
}
.page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column:nth-child(2) .cont__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 32px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column:nth-child(2) .cont__items {
    max-width: 53%;
    min-width: 20%;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column:nth-child(2) .cont__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column .cont__section-name {
  flex-grow: 1;
}
.page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column .cont__section-name h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.17;
  color: #1f356e;
  margin-top: 0;
}
.page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column .cont__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column .cont__items .cont__item a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #12163e;
}
.page-template-page-contact .cont__contact .cont__sections .cont__columns .cont__column .cont__items .cont__item .cont__item-email a:hover {
  color: #46a730;
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #7a7a7a;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont--post {
  width: 320px;
}
@media only screen and (min-width: 1440px) {
  .cont--post {
    width: 371px;
  }
}
.cont--post .cont--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner a:hover .cont--post-info .cont--post-title h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.cont--post .cont--inner a .cont--post-image {
  position: relative;
  overflow: hidden;
}
.cont--post .cont--inner a .cont--post-image img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  object-fit: cover;
}
.cont--post .cont--inner a .cont--post-info {
  position: relative;
  background-color: #fff;
  padding: 18px 32px;
  width: calc(100% - 24px);
  margin-left: auto;
  margin-top: -76px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1440px) {
  .cont--post .cont--inner a .cont--post-info {
    width: calc(100% - 31px);
    margin-top: -67px;
  }
}
.cont--post .cont--inner a .cont--post-info .post-category {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 2;
  color: #c0c0c0;
  margin-bottom: 6px;
}
.cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  color: #1f356e;
  margin-top: 0;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1440px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 1.6rem;
    line-height: 1.17;
  }
}
.cont--post .cont--inner a .cont--post-info .cont--post-read {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.75;
  color: #46a730;
}

.blog,
.category {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  .blog,
  .category {
    padding-bottom: 130px;
  }
}
.blog header .cont__pretitle,
.category header .cont__pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #245ded;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1440px) {
  .blog header .cont__pretitle,
  .category header .cont__pretitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .blog header h1,
  .category header h1 {
    font-size: 4.667rem;
    line-height: 1.14;
    margin-bottom: 40px;
  }
}
.blog .site-main,
.category .site-main {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1440px) {
  .blog .site-main,
  .category .site-main {
    margin-bottom: 136px;
  }
}

.blog-grid.cont__posts,
.archive-grid.cont__posts {
  display: grid;
  row-gap: 24px;
}
@media only screen and (min-width: 768px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 32px;
  }
}
@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1920px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blog-grid.cont__posts .cont--post,
.archive-grid.cont__posts .cont--post {
  width: 100%;
}

.cont--menu-cat {
  overflow: auto;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: -24px;
  margin-left: -24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .cont--menu-cat {
    padding-right: 60px;
    padding-left: 60px;
    margin-right: -60px;
    margin-left: -60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat {
    padding-right: 80px;
    padding-left: 80px;
    margin-right: -80px;
    margin-left: -80px;
  }
}
@media only screen and (min-width: 1440px) {
  .cont--menu-cat {
    padding-right: 140px;
    padding-left: 140px;
    margin-right: -140px;
    margin-left: -140px;
    margin-bottom: 23px;
  }
}
.cont--menu-cat::-webkit-scrollbar {
  display: none;
}
.cont--menu-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cont--menu-cat ul li.current-cat a:before {
  opacity: 1;
}
.cont--menu-cat ul li.current-cat a span {
  display: inline-block;
}
.cont--menu-cat ul li a {
  position: relative;
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.75;
  color: #1f356e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 16px;
  width: max-content;
}
.cont--menu-cat ul li a:hover:before {
  opacity: 1;
}
.cont--menu-cat ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #46a730;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .cont--menu-cat ul li a {
    font-size: 1.333rem;
    line-height: 1.4;
    padding: 8px 16px;
  }
}
.cont--menu-cat ul li a span {
  display: none;
}

#single-post .site-main {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  #single-post .site-main {
    padding-top: 51px;
  }
}
@media only screen and (min-width: 1440px) {
  #single-post .site-main {
    margin-bottom: 50px;
  }
}
#single-post .single-post {
  position: relative;
  margin-bottom: 48px;
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
#single-post .single-post .cont__buttons {
  position: sticky;
  bottom: 30px;
  align-self: flex-end;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 -24px;
}
@media only screen and (min-width: 768px) {
  #single-post .single-post .cont__buttons {
    margin: 0 -60px;
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post .cont__buttons {
    width: 35%;
    bottom: inherit;
    top: 50px;
    align-self: flex-start;
    grid-template-columns: auto;
    row-gap: 16px;
    margin-left: 0;
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1440px) {
  #single-post .single-post .cont__buttons {
    margin-right: -140px;
  }
}
#single-post .single-post .cont__buttons a {
  width: 100%;
  padding: 13px 19px;
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post .cont__buttons a.button-darkblue {
    display: inline-block;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.933rem;
    line-height: 1.79;
    text-align: left;
    text-decoration: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 10px 101px 10px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 22px);
    background-position-y: 17px;
    background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
    background-color: #1f356e;
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  #single-post .single-post .cont__buttons a.button-darkblue {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post .cont__buttons a.button-darkblue:hover {
    text-decoration: none;
  }
  #single-post .single-post .cont__buttons a.button-darkblue:hover span {
    transform: translateX(10px);
  }
  #single-post .single-post .cont__buttons a.button-darkblue span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  #single-post .single-post .cont__buttons a.button-darkblue:disabled {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post .cont__buttons a.button-green {
    display: inline-block;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.933rem;
    line-height: 1.79;
    text-align: left;
    text-decoration: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 10px 101px 10px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 22px);
    background-position-y: 17px;
    background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
    background-color: #46a730;
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  #single-post .single-post .cont__buttons a.button-green {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post .cont__buttons a.button-green:hover {
    text-decoration: none;
  }
  #single-post .single-post .cont__buttons a.button-green:hover span {
    transform: translateX(10px);
  }
  #single-post .single-post .cont__buttons a.button-green span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  #single-post .single-post .cont__buttons a.button-green:disabled {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post .cont__info {
    width: 70%;
  }
}
@media only screen and (min-width: 1440px) {
  #single-post .single-post .cont__info {
    width: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .single-post .cont__info {
    width: 70%;
  }
}
#single-post .single-post .cont__info .cont--header {
  margin-bottom: 31px;
}
#single-post .single-post .cont__info .cont--header .cont__pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: #245ded;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1440px) {
  #single-post .single-post .cont__info .cont--header .cont__pretitle {
    line-height: 1.11;
    margin-bottom: 67px;
  }
}
#single-post .single-post .cont__info .cont--header .cont__pretitle a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1440px) {
  #single-post .single-post .cont__info .cont--header h1 {
    font-size: 4.667rem;
    line-height: 1.14;
  }
}
#single-post .single-post .cont__info .cont--image {
  margin-left: -24px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #single-post .single-post .cont__info .cont--image {
    margin-left: -60px;
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post .cont__info .cont--image {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 1440px) {
  #single-post .single-post .cont__info .cont--image {
    margin-left: -140px;
  }
}
#single-post .single-post .cont__info .cont--image img {
  width: 100%;
}
#single-post .single-post .cont__info .content {
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 20px;
  max-width: 870px;
}
@media only screen and (min-width: 1024px) {
  #single-post .single-post .cont__info .content {
    padding-bottom: 0;
  }
}
#single-post .single-post .cont__info .content h2,
#single-post .single-post .cont__info .content h3,
#single-post .single-post .cont__info .content h4 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#single-post .single-post .cont__info .content h2 strong,
#single-post .single-post .cont__info .content h3 strong,
#single-post .single-post .cont__info .content h4 strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#single-post .related-posts {
  margin-bottom: 49px;
}
#single-post .related-posts .cont__top {
  margin-bottom: 30px;
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (min-width: 1024px) {
  #single-post .related-posts .cont__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    padding-left: 40px;
  }
}
#single-post .related-posts .cont__top a {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #single-post .related-posts .cont__top a {
    display: block;
    margin-right: 0;
  }
}
#single-post .related-posts .cont__top .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #1f356e;
}
@media only screen and (min-width: 1024px) {
  #single-post .related-posts .cont__top .cont__title h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #single-post .related-posts .cont__top .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.79;
  }
}
#single-post .related-posts .cont__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 -14px;
}
@media only screen and (min-width: 1024px) {
  #single-post .related-posts .cont__pagination {
    display: none;
  }
}
#single-post .related-posts .cont__pagination > div {
  font-size: 18px;
  position: relative;
  top: initial;
  bottom: initial;
  right: initial;
  left: initial;
  width: 88px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #13244e;
  background-color: #fff;
  color: #13244e;
  margin: 0;
}
#single-post .related-posts .cont__pagination > div:after {
  content: none;
}

.section__hero-image {
  margin-bottom: 100px;
  min-height: 100vh;
  overflow-x: hidden;
}
.section__hero-image .cont__banners .owl-item {
  font-size: 0;
}
.section__hero-image .cont__banners .owl-item.active .image__product {
  opacity: 1;
  transform: translateY(0);
}
.section__hero-image .cont__banners .owl-item .image__product {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
.section__hero-image .cont__banners .cont__banner {
  max-height: 100vh;
}
.section__hero-image .owl-dots {
  position: relative;
  margin-top: -25px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .owl-dots {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .owl-dots {
    margin-left: auto;
    padding-left: 100px;
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image .owl-dots {
    padding-left: 80px;
    margin-top: -130px;
  }
}

.section__hero-image-video {
  position: relative;
}
.section__hero-image-video.center .cont__info {
  text-align: center;
  top: inherit;
  bottom: 11px;
  transform: none;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 57px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section__hero-image-video.center .cont__info .cont__title {
  padding-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title {
    padding-bottom: 22px;
    margin: 0;
  }
}
.section__hero-image-video.center .cont__info .cont__title span {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 5px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 67px;
    line-height: 1.04;
    letter-spacing: 13.4px;
  }
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont--video--iframe {
  background-color: #000;
}
.section__hero-image-video .cont--video--iframe.active {
  display: flex !important;
}
.section__hero-image-video .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 23px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:hover:before {
  color: #46a730;
}
.section__hero-image-video .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__hero-image-video .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(146deg, rgba(39, 77, 174, 0.9) -9%, rgba(19, 74, 214, 0.8) 21%, rgba(0, 71, 255, 0.3) 88%);
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__image:before {
    background-image: linear-gradient(133deg, rgba(39, 77, 174, 0.9) 43%, rgba(0, 71, 255, 0.3) 73%);
  }
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;*/
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}
.section__hero-image-video .cont__info {
  position: relative;
  padding-top: 32px;
  padding-bottom: 158px;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__info {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont__info {
    padding-top: 80px;
  }
}
.section__hero-image-video .cont__info .cont__pretitle {
  line-height: 1.43;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont__info .cont__pretitle {
    line-height: 1.11;
    margin-bottom: 19px;
  }
}
.section__hero-image-video .cont__info .cont__title {
  max-width: 765px;
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont__info .cont__title {
    max-width: 1099px;
  }
}
.section__hero-image-video .cont__info .cont__title h1 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.667rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__info .cont__title h1 {
    font-size: 4.267rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont__info .cont__title h1 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6.667rem;
    line-height: 0.9;
    margin-bottom: 32px;
  }
}
.section__hero-image-video .cont__info .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.13;
  color: #fff;
  max-width: 470px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont__info .cont__text {
    font-size: 1.667rem;
    line-height: 1.2;
    max-width: 675px;
  }
}
.section__hero-image-video .cont__info .cont__link-video {
  position: relative;
  width: 66px;
  height: 66px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__info .cont__link-video {
    position: absolute;
    top: 53px;
    right: 67px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont__info .cont__link-video {
    width: 134px;
    height: 134px;
  }
}
.section__hero-image-video .cont__info .cont__link-video:hover:before {
  opacity: 0.4;
}
.section__hero-image-video .cont__info .cont__link-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  mix-blend-mode: linear-burn;
  background-color: #156384;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__hero-image-video .cont__info .cont__link-video img {
  position: relative;
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  width: 100%;
}
.section__hero-image-video .cont__info .cont__link-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  margin-left: 2px;
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont__info .cont__link-video span {
    font-size: 30px;
  }
}
.section__hero-image-video > a.button-small-green {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.067rem;
  line-height: 1.56;
  padding: 13px 101px 13px 24px;
  background-position-y: 19px;
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video > a.button-small-green {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 37px 319px 37px 80px;
    background-position-y: 41px;
  }
}
.section__hero-image-video > a.button-small-green:after {
  font-size: 23px;
  right: 67px;
}
.section__hero-image-video .cont__scroll {
  display: none;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.667rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  padding-left: 50px;
  position: absolute;
  bottom: 0;
  left: 65px;
}
@media only screen and (min-width: 1440px) {
  .section__hero-image-video .cont__scroll {
    display: inline-block;
  }
}
.section__hero-image-video .cont__scroll:before {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 23px;
  bottom: -17px;
  left: -32px;
  transform: rotate(180deg);
  color: #13244e;
}
.section__hero-image-video .cont__scroll:after {
  content: "";
  position: absolute;
  font-size: 22px;
  height: 2px;
  width: 28px;
  bottom: -2px;
  left: -28px;
  background-color: #13244e;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cont--video--iframe {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont--video--iframe.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.cont--video--iframe.active {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.cont--video--iframe iframe {
  width: calc(100vw - 50px);
  height: calc(100vh - 156px);
}
@media only screen and (min-width: 1024px) {
  .cont--video--iframe iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
  }
}
.cont--video--iframe .close-video .icon-close {
  font-size: 15px;
  text-align: right;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont--video--iframe .close-video .icon-close:hover {
  color: #46a730;
}

.section__text-full {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .section__text-two-columns .cont__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1279px) {
  .section__text-two-columns .cont__columns {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .section__text-two-columns .cont__columns {
    column-gap: 100px;
  }
}
.section__text-two-columns .cont__columns .cont__column p:last-child {
  margin-bottom: 0;
}

.section__text_image {
  position: relative;
}
.section__text_image.color-grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(89deg, #13244e -247%, rgba(255, 255, 255, 0) 119%);
  opacity: 0.4;
}
@media only screen and (min-width: 1024px) {
  .section__text_image.color-grey.text-position-right:before {
    left: 50%;
    background-image: linear-gradient(270deg, #13244e -247%, rgba(255, 255, 255, 0) 119%);
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image.text-position-right .cont__text_image {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image.text-position-right .cont__text_image .cont__text {
    padding-right: 0;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image.text-position-right .cont__text_image .cont__text {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image.text-position-right .cont__text_image .cont__image {
    margin-right: 0;
    margin-left: -80px;
    width: calc(50% + 80px);
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image.text-position-right .cont__text_image .cont__image {
    margin-right: 0;
    margin-left: -140px;
    width: calc(50% + 140px);
  }
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1279px) {
  .section__text_image .cont__text_image {
    align-items: center;
  }
}
.section__text_image .cont__text_image .cont__text {
  font-size: 1.067rem;
  line-height: 1.38;
  color: #1f356e;
  padding-top: 35px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 50%;
    padding-right: 75px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text {
    padding-right: 100px;
  }
}
.section__text_image .cont__text_image .cont__text .cont__pretitle {
  color: #1f356e;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text .cont__pretitle {
    margin-bottom: 24px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  color: #1f356e;
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text h2.title-1 {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text h2:not(.title-1) {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 18px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text h2:not(.title-1) {
    font-size: 2.8rem;
    line-height: 1.14;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text a {
    margin-top: 15px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #7a7a7a;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
.section__text_image .cont__text_image .cont__text p:last-child {
  margin-bottom: 0;
}
.section__text_image .cont__text_image .cont__text strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.section__text_image .cont__text_image .cont__image {
  margin: 0 -24px;
}
@media only screen and (min-width: 768px) {
  .section__text_image .cont__text_image .cont__image {
    margin: 0 -60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image {
    margin-left: 0;
    margin-right: -80px;
    width: calc(50% + 80px);
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__image {
    margin-right: -140px;
    width: calc(50% + 140px);
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  height: 100%;
  object-fit: cover;
}

.section__text_image_carousel {
  margin-top: 41px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel {
    margin-top: 92px;
    margin-bottom: 60px;
  }
}
.section__text_image_carousel .cont__slides {
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section__text_image_carousel .cont__slides:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__slides {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__text_image_carousel .cont__slides {
    padding-top: 100px;
    padding-bottom: 116px;
  }
}
.section__text_image_carousel .cont__slides .swiper-pagination {
  text-align: left;
  width: auto;
  background-color: #fff;
  bottom: 0;
  left: 40px;
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__slides .swiper-pagination {
    left: 87px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__slides .swiper-pagination {
    left: 134px;
  }
}
.section__text_image_carousel .cont__text_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__text_image {
    flex-direction: row;
  }
}
.section__text_image_carousel .cont__text_image:not(.swiper-slide-active) {
  opacity: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_carousel .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__text_image.text-position-right .cont__text {
    padding-right: 0;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__text_image.text-position-right .cont__text {
    padding-left: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__text_image .cont__text {
    width: 45%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__text_image_carousel .cont__text_image .cont__text {
    width: 39%;
    padding-top: 40px;
    padding-right: 141px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__text_image .cont__text {
    width: 40%;
    padding-right: 112px;
  }
}
.section__text_image_carousel .cont__text_image .cont__text .cont__pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.1;
  color: #46a730;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1279px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__pretitle {
    font-size: 1.867rem;
    line-height: 1.13;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__pretitle {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.733rem;
    line-height: 1.2;
    margin-bottom: 26px;
  }
}
.section__text_image_carousel .cont__text_image .cont__text .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.733rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: #000;
  max-width: 90%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__title {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__title {
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__title {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 29px;
  }
}
.section__text_image_carousel .cont__text_image .cont__text .cont__description {
  max-width: 90%;
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__description {
    max-width: inherit;
  }
}
.section__text_image_carousel .cont__text_image .cont__text .cont__description p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__description p {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__description p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__description p {
    margin-bottom: 29px;
  }
}
.section__text_image_carousel .cont__text_image .cont__text .cont__description p:not(.text-small) {
  font-size: 1.067rem;
  line-height: normal;
  color: #000;
}
@media only screen and (min-width: 1279px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__description p:not(.text-small) {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__text_image .cont__text .cont__description p:not(.text-small) {
    font-size: 2rem;
    line-height: 1.17;
  }
}
.section__text_image_carousel .cont__text_image .cont__text h2 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_carousel .cont__text_image .cont__text h2 {
    margin-bottom: 7px;
  }
}
.section__text_image_carousel .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__text_image_carousel .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image_carousel .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #7a7a7a;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_carousel .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
.section__text_image_carousel .cont__text_image .cont__image {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section__text_image_carousel .cont__text_image .cont__image {
    width: 48%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1279px) {
  .section__text_image_carousel .cont__text_image .cont__image {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__text_image .cont__image {
    width: 54%;
  }
}
.section__text_image_carousel .cont__text_image .cont__image > img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.section__text_image_carousel .cont__text_image .cont__image .cont__link-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__text_image .cont__image .cont__link-video {
    bottom: 48px;
    right: 43px;
  }
}
.section__text_image_carousel .cont__text_image .cont__image .cont__link-video a {
  display: block;
}
.section__text_image_carousel .cont__text_image .cont__image .cont__link-video a .cont__image-video {
  position: relative;
}
.section__text_image_carousel .cont__text_image .cont__image .cont__link-video a .cont__image-video .img-rotate {
  animation: rotation 9s infinite linear;
  max-height: 85px;
  width: auto;
}
@media only screen and (min-width: 1279px) {
  .section__text_image_carousel .cont__text_image .cont__image .cont__link-video a .cont__image-video .img-rotate {
    max-height: 113px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_carousel .cont__text_image .cont__image .cont__link-video a .cont__image-video .img-rotate {
    max-height: 162px;
  }
}
.section__text_image_carousel .cont__text_image .cont__image .cont__link-video a .cont__image-video .img-static {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.section__cta {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__cta .cont__cta {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta {
    padding: 40px 0 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section__cta .cont__cta a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__cta .cont__cta a .cont__description p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.867rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 1.5rem;
    line-height: 1.17;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .link__arrow {
    padding-right: 65px;
  }
}

.section_cta_fixed {
  display: none;
}
.section_cta_fixed a {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 9;
  width: calc(100% - 8px);
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed a {
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_fixed a {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}

.section_info_parallax {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section_info_parallax .cont__parallax {
  position: relative;
  width: 100%;
}
.section_info_parallax .cont__parallax .cont__info {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__info--inner {
  background-color: #fff;
  padding: 60px 25px 35px;
  border-radius: 0 100px 0 0;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    max-width: 543px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    padding: 90px 80px;
    max-width: 750px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.8rem;
    line-height: 1.2;
    margin-bottom: 9px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.467rem;
    line-height: 1.2;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #7a7a7a;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description p {
    margin-bottom: 16px;
  }
}
.section_info_parallax .cont__parallax .cont__info .link__arrow {
  text-decoration: none;
  color: #000;
}
.section_info_parallax .cont__parallax .cont__image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section_image_parallax .cont__parallax {
  position: relative;
  width: 100%;
  min-height: 470px;
}
@media only screen and (min-width: 1440px) {
  .section_image_parallax .cont__parallax {
    min-height: 600px;
  }
}
.section_image_parallax .cont__parallax .cont__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .section_image_parallax .cont__parallax .cont__image {
    background-attachment: fixed;
  }
}

.section__faq {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1600px) {
  .section__faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.section__faq .section__faq--inner .cont__footer {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.2;
  border-top: 2px solid #46a730;
  margin-top: 63px;
  padding-top: 29px;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__footer {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.733rem;
    line-height: 1.2;
    margin-top: 47px;
    padding-top: 39px;
  }
}
.section__faq .section__faq--inner .cont__left {
  max-width: 665px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left {
    width: 35%;
  }
}
.section__faq .section__faq--inner .cont__left .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__left .cont__title {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.733rem;
    line-height: 1.2;
    margin-bottom: 23px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description .pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1;
  color: #245ded;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__left .cont__description .pretitle {
    font-size: 1.2rem;
    line-height: 1.11;
    margin-bottom: 30px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__description h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__left .cont__description h2 {
    font-size: 4.667rem;
    line-height: 1.07;
  }
}
.section__faq .section__faq--inner .cont__left .cont__footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__footer {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right {
    width: 58%;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions {
    margin-top: -30px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question {
  border-bottom: solid 1px #e7e7e7;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  color: #1f356e;
  padding: 22px 45px 19px 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    padding: 30px 95px 29px 0;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  right: 0;
  color: #245ded;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
    right: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    font-size: 1.533rem;
    line-height: 1.3;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3.active:before {
  content: "\e911";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:hover {
  color: #46a730;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
  display: none;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
    padding-bottom: 40px;
    margin-top: -12px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
    margin-bottom: 20px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}
.section__faq .section__faq--inner .cont__right .load-more {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  color: #13244e;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 12px;
}
@media only screen and (min-width: 1440px) {
  .section__faq .section__faq--inner .cont__right .load-more {
    font-size: 1.333rem;
    line-height: 1.25;
    margin-top: 19px;
  }
}
.section__faq .section__faq--inner .cont__right .load-more:hover {
  color: #46a730;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__footer {
    display: none;
  }
}

.section__last-articles {
  margin-top: 32px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1440px) {
  .section__last-articles {
    margin-top: 61px;
    margin-bottom: 81px;
  }
}
.section__last-articles .desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .mobile {
    display: none;
  }
}
.section__last-articles .button-darkblue {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .button-darkblue {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__last-articles .button-darkblue {
    margin-right: -120px;
  }
}
.section__last-articles .cont__top {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 49px;
  }
}
.section__last-articles .cont__bottom {
  text-align: center;
}
.section__last-articles .cont__pretitle {
  color: #245ded;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__last-articles .cont__pretitle {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
  }
}
.section__last-articles .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.13;
  color: #1f356e;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__last-articles .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.14;
  }
}
.section__last-articles .cont--post {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.section__last-articles .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section__last-articles .cont__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 -14px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__pagination {
    display: none;
  }
}
.section__last-articles .cont__pagination > div {
  font-size: 18px;
  position: relative;
  top: initial;
  bottom: initial;
  right: initial;
  left: initial;
  width: 88px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #13244e;
  background-color: #fff;
  color: #13244e;
  margin: 0;
}
.section__last-articles .cont__pagination > div:after {
  content: none;
}

.section__shortcuts .cont__columns .cont__column {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__shortcuts .cont__columns .cont__column:nth-child(1) {
  background-image: linear-gradient(107deg, #13244e -290%, rgba(255, 255, 255, 0) 110%);
}
@media only screen and (min-width: 1279px) {
  .section__shortcuts .cont__columns .cont__column:nth-child(3) {
    background-image: linear-gradient(271deg, rgba(19, 36, 78, 0.6196078431) -430%, rgba(255, 255, 255, 0) 134%);
  }
}
.section__shortcuts .cont__columns .cont__column:nth-child(4) {
  background-image: linear-gradient(107deg, #13244e -290%, rgba(255, 255, 255, 0) 110%);
}
@media only screen and (min-width: 1279px) {
  .section__shortcuts .cont__columns .cont__column:nth-child(4) {
    background-image: none;
  }
}
.section__shortcuts .cont__columns .cont__column a {
  display: block;
  height: 100%;
}
.section__shortcuts .cont__columns .cont__column a:hover {
  background-color: #13244e;
}
.section__shortcuts .cont__columns .cont__column a:hover .cont__link .cont__text {
  transform: translateY(0);
  opacity: 1;
}
.section__shortcuts .cont__columns .cont__column a:hover .cont__pretitle,
.section__shortcuts .cont__columns .cont__column a:hover .cont__title h2,
.section__shortcuts .cont__columns .cont__column a:hover .cont__teaser {
  color: #fff;
}
.section__shortcuts .cont__columns .cont__column .cont__inner {
  padding: 20px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .section__shortcuts .cont__columns .cont__column .cont__inner {
    padding: 60px 40px 65px;
    min-height: 420px;
  }
}
.section__shortcuts .cont__columns .cont__column .cont__pretitle {
  color: #245ded;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__shortcuts .cont__columns .cont__column .cont__pretitle {
    margin-bottom: 30px;
  }
}
.section__shortcuts .cont__columns .cont__column .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.867rem;
  line-height: 1;
  color: #1f356e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1440px) {
  .section__shortcuts .cont__columns .cont__column .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.11;
    margin-bottom: 10px;
  }
}
.section__shortcuts .cont__columns .cont__column .cont__teaser {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #1f356e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .section__shortcuts .cont__columns .cont__column .cont__teaser {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__shortcuts .cont__columns .cont__column .cont__teaser {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.33;
  }
}
.section__shortcuts .cont__columns .cont__column .cont__link {
  display: none;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.25;
  color: #46a730;
}
@media only screen and (min-width: 1024px) {
  .section__shortcuts .cont__columns .cont__column .cont__link {
    display: block;
  }
}
.section__shortcuts .cont__columns .cont__column .cont__link .cont__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(-50px);
  opacity: 0;
}

.section__download-catalog {
  position: relative;
  padding-top: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__download-catalog {
    padding-top: 90px;
  }
}
.section__download-catalog:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 16px);
  height: 100%;
  background-color: #1f356e;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .section__download-catalog:before {
    width: calc(100% - 40px);
  }
}
.section__download-catalog.section__download-file .cont__inner .cont__left {
  max-width: 500px;
}

@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }
}
.download-catalog .cont__inner .cont__left {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__left {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.download-catalog .cont__inner .cont__left .cont__pretitle {
  color: #fff;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1440px) {
  .download-catalog .cont__inner .cont__left .cont__pretitle {
    margin-bottom: 30px;
  }
}
.download-catalog .cont__inner .cont__left .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.733rem;
  line-height: 1.15;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__left .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .download-catalog .cont__inner .cont__left .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 30px;
  }
}
.download-catalog .cont__inner .cont__left .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #fff;
  max-width: 471px;
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__left .cont__text {
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .download-catalog .cont__inner .cont__left .cont__text {
    font-size: 1rem;
    line-height: 1.33;
    margin-bottom: 20px;
  }
}
.download-catalog .cont__inner .cont__left .cont__text p {
  margin-bottom: 0;
}
.download-catalog .cont__inner .cont__left .cont__image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__left .cont__image {
    display: block;
  }
}
.download-catalog .cont__inner .cont__left .cont__image img {
  height: 140px;
  object-fit: contain;
  object-position: left;
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__right {
    width: 41%;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .download-catalog .cont__inner .cont__right {
    padding-top: 52px;
  }
}
.download-catalog .cont__inner .cont__right .cont__form {
  margin-bottom: 61px;
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__right .cont__form {
    margin-bottom: 0;
  }
}
.download-catalog .cont__inner .cont__right .cont__form form {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__right .cont__form input[type=submit] {
    min-width: calc(100% + 80px - 20px);
  }
}
@media only screen and (min-width: 1440px) {
  .download-catalog .cont__inner .cont__right .cont__form input[type=submit] {
    min-width: calc(100% + 140px - 20px);
  }
}
.download-catalog .cont__inner .cont__right .cont__form .wpcf7-spinner {
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__right .cont__form .cont--input-checkbox {
    padding: 32px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__right .cont__form small {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .download-catalog .cont__inner .cont__right .cont__form small {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  .download-catalog .cont__inner .cont__right .cont__image {
    display: none;
  }
}
.download-catalog .cont__inner .cont__right .cont__image img {
  height: 83px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
}

.section__security,
.section__text-video-image {
  position: relative;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1024px) {
  .section__security,
  .section__text-video-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section__security .cont__video,
.section__security .cont__image,
.section__text-video-image .cont__video,
.section__text-video-image .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__security .cont__video video,
.section__security .cont__video img,
.section__security .cont__image video,
.section__security .cont__image img,
.section__text-video-image .cont__video video,
.section__text-video-image .cont__video img,
.section__text-video-image .cont__image video,
.section__text-video-image .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0 7px;
}
@media only screen and (min-width: 1024px) {
  .section__security .cont__video video,
  .section__security .cont__video img,
  .section__security .cont__image video,
  .section__security .cont__image img,
  .section__text-video-image .cont__video video,
  .section__text-video-image .cont__video img,
  .section__text-video-image .cont__image video,
  .section__text-video-image .cont__image img {
    padding: 0 20px;
  }
}
.section__security .cont__info,
.section__text-video-image .cont__info {
  position: relative;
  padding: 31px 8px;
  min-height: 315px;
}
@media only screen and (min-width: 1024px) {
  .section__security .cont__info,
  .section__text-video-image .cont__info {
    padding: 60px 0;
    min-height: 400px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__security .cont__info,
  .section__text-video-image .cont__info {
    padding: 111px 0;
    min-height: 540px;
  }
}
.section__security .cont__info .cont__pretitle,
.section__text-video-image .cont__info .cont__pretitle {
  line-height: 0.71;
  color: #fff;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1440px) {
  .section__security .cont__info .cont__pretitle,
  .section__text-video-image .cont__info .cont__pretitle {
    line-height: 1.11;
  }
}
.section__security .cont__info .cont__pretitle.color-darkblue,
.section__text-video-image .cont__info .cont__pretitle.color-darkblue {
  color: #1f356e;
}
.section__security .cont__info .cont__title.title-small h2,
.section__text-video-image .cont__info .cont__title.title-small h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.06;
  max-width: 470px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1440px) {
  .section__security .cont__info .cont__title.title-small h2,
  .section__text-video-image .cont__info .cont__title.title-small h2 {
    font-size: 2.8rem;
    line-height: 1.14;
    margin-top: 24px;
    margin-bottom: 30px;
  }
}
.section__security .cont__info .cont__title h2,
.section__text-video-image .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.867rem;
  line-height: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  max-width: 576px;
}
@media only screen and (min-width: 1024px) {
  .section__security .cont__info .cont__title h2,
  .section__text-video-image .cont__info .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__security .cont__info .cont__title h2,
  .section__text-video-image .cont__info .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 15px;
  }
}
.section__security .cont__info .cont__texts,
.section__text-video-image .cont__info .cont__texts {
  max-width: 870px;
}
@media only screen and (min-width: 1024px) {
  .section__security .cont__info .cont__texts,
  .section__text-video-image .cont__info .cont__texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 24px;
  }
}
.section__security .cont__info .cont__texts .cont__text:first-child,
.section__text-video-image .cont__info .cont__texts .cont__text:first-child {
  max-width: 373px;
}
.section__security .cont__info .cont__text,
.section__text-video-image .cont__info .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #fff;
  max-width: 494px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .section__security .cont__info .cont__text,
  .section__text-video-image .cont__info .cont__text {
    font-size: 1rem;
    line-height: 1.33;
    margin-bottom: 30px;
  }
}
.section__security .cont__info .cont__text ul,
.section__text-video-image .cont__info .cont__text ul {
  display: grid;
  row-gap: 20px;
  padding-right: 0;
  padding-left: 16px;
}
.section__sectors .cont__sectors {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.section__sectors .cont__sectors:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.section__sectors .cont__sectors .cont__sector {
  width: 300px;
  height: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 1440px) {
  .section__sectors .cont__sectors .cont__sector {
    width: 453px;
  }
}
.section__sectors .cont__sectors .cont__sector .cont__inner {
  position: relative;
  padding: 20px 20px 35px;
  min-height: 418px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1440px) {
  .section__sectors .cont__sectors .cont__sector .cont__inner {
    padding: 43px 37px;
    min-height: 591px;
  }
}
.section__sectors .cont__sectors .cont__sector .cont__inner:hover .cont__text {
  transform: translateY(0);
  opacity: 1;
}
.section__sectors .cont__sectors .cont__sector .cont__inner:hover .cont__image:before {
  opacity: 0;
}
.section__sectors .cont__sectors .cont__sector .cont__inner:hover .cont__image:after {
  opacity: 1;
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 17, 55, 0.25) 0%, rgb(18, 22, 62) 160%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13244e;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__icon {
  width: 30px;
  height: 35px;
  margin-bottom: 146px;
}
@media only screen and (min-width: 1440px) {
  .section__sectors .cont__sectors .cont__sector .cont__inner .cont__icon {
    width: 40px;
    height: 56px;
    margin-bottom: 164px;
  }
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__title h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.13;
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .section__sectors .cont__sectors .cont__sector .cont__inner .cont__title h3 {
    font-size: 3.333rem;
    line-height: 1.1;
    margin-bottom: 30px;
  }
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #fff;
  max-width: 287px;
  transform: translateY(-60px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__link-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
.section__sectors .cont__sectors .cont__sector .cont__inner .cont__link-video a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-color: #fff;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .section__sectors .cont__sectors .cont__sector .cont__inner .cont__link-video a {
    font-size: 1.6rem;
    line-height: 1.33;
    padding: 9px 23px;
  }
}
.section__sectors .cont--video--iframe .cont--video {
  min-width: 55%;
  max-width: 90%;
}
@media only screen and (min-width: 1024px) {
  .section__sectors .cont--video--iframe .cont--video {
    max-width: 70%;
  }
}
.section__sectors .cont--video--iframe .cont--video video {
  width: 100%;
}

.section__cta-text-image {
  margin-top: 19px;
  margin-bottom: 51px;
}
@media only screen and (min-width: 1440px) {
  .section__cta-text-image {
    margin-top: 71px;
    margin-bottom: 105px;
  }
}
.section__cta-text-image .cont__inner {
  position: relative;
}
@media only screen and (min-width: 1279px) {
  .section__cta-text-image .cont__inner {
    padding-bottom: 91px;
  }
}
.section__cta-text-image .cont__inner .cont__info {
  max-width: 645px;
}
@media only screen and (min-width: 1440px) {
  .section__cta-text-image .cont__inner .cont__info {
    max-width: 772px;
  }
}
.section__cta-text-image .cont__inner .cont__info .cont__pretitle {
  color: #245ded;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__cta-text-image .cont__inner .cont__info .cont__pretitle {
    margin-bottom: 30px;
  }
}
.section__cta-text-image .cont__inner .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.13;
  color: #1f356e;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section__cta-text-image .cont__inner .cont__info .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__cta-text-image .cont__inner .cont__info .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 29px;
  }
}
.section__cta-text-image .cont__inner .cont__info .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #13244e;
  max-width: 471px;
}
@media only screen and (min-width: 1440px) {
  .section__cta-text-image .cont__inner .cont__info .cont__text {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.33;
    color: #1f356e;
    margin-bottom: 20px;
  }
}
.section__cta-text-image .cont__inner .cont__info .cont__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 1440px) {
  .section__cta-text-image .cont__inner .cont__info .cont__links {
    gap: 8px;
  }
}
.section__cta-text-image .cont__inner .cont__info .cont__links .cont__link {
  margin-bottom: 23px;
}
@media only screen and (min-width: 1279px) {
  .section__cta-text-image .cont__inner .cont__image {
    position: absolute;
    right: -80px;
    bottom: 0;
    max-width: 680px;
    z-index: -2;
  }
}
@media only screen and (min-width: 1440px) {
  .section__cta-text-image .cont__inner .cont__image {
    right: -140px;
    max-width: 782px;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__cta-text-image .cont__inner .cont__image {
    max-width: 65%;
  }
}
.section__newsletter {
  position: relative;
  padding-top: 42px;
  padding-bottom: 62px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__newsletter {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__newsletter {
    padding-top: 90px;
  }
}
.section__newsletter:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 16px);
  height: 100%;
  background-color: #1f356e;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .section__newsletter:before {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1024px) {
  .section__newsletter .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }
}
.section__newsletter .cont__inner .cont__left {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .section__newsletter .cont__inner .cont__left {
    width: 50%;
    max-width: 580px;
  }
}
.section__newsletter .cont__inner .cont__left .cont__pretitle {
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .section__newsletter .cont__inner .cont__left .cont__pretitle {
    margin-bottom: 30px;
  }
}
.section__newsletter .cont__inner .cont__left .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.733rem;
  line-height: 1.15;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section__newsletter .cont__inner .cont__left .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__newsletter .cont__inner .cont__left .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 27px;
  }
}
.section__newsletter .cont__inner .cont__left .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #fff;
  max-width: 471px;
}
@media only screen and (min-width: 1440px) {
  .section__newsletter .cont__inner .cont__left .cont__text {
    font-size: 1rem;
    line-height: 1.33;
    margin-bottom: 20px;
  }
}
.section__newsletter .cont__inner .cont__left .cont__text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__newsletter .cont__inner .cont__right {
    width: 41%;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__newsletter .cont__inner .cont__right {
    padding-top: 62px;
  }
}
.section__newsletter .cont__inner .cont__right form {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__newsletter .cont__inner .cont__right input[type=submit] {
    min-width: calc(100% + 80px - 20px);
  }
}
@media only screen and (min-width: 1440px) {
  .section__newsletter .cont__inner .cont__right input[type=submit] {
    min-width: calc(100% + 140px - 20px);
  }
}
.section__newsletter .cont__inner .cont__right .wpcf7-spinner {
  position: absolute;
  left: 0;
}

.section__partners {
  position: relative;
  padding-top: 32px;
  padding-bottom: 41px;
}
@media only screen and (min-width: 1440px) {
  .section__partners {
    padding-top: 80px;
    padding-bottom: 149px;
  }
}
.section__partners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) -41%, #13244e 171%);
  opacity: 0.2;
}
.section__partners .cont__inner {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1440px) {
  .section__partners .cont__inner {
    margin-bottom: 48px;
  }
}
.section__partners .cont__inner .cont__pretitle {
  color: #245ded;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__partners .cont__inner .cont__pretitle {
    margin-bottom: 30px;
  }
}
.section__partners .cont__inner .cont__title {
  padding-right: 30px;
}
.section__partners .cont__inner .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.13;
  color: #1f356e;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .section__partners .cont__inner .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__partners .cont__inner .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
  }
}
.section__partners .cont__gallery {
  /* Ajustas el ancho como quieras; normalmente 100% del contenedor */
  width: 100%;
  /* Para ocultar la parte de la animación que sobresale */
  overflow: hidden;
  position: relative;
}
.section__partners .cont__gallery .cont__gallery--inner {
  /* Para alinear los logos en fila */
  display: flex;
  /* El truco es dar un ancho grande para que quepan todos los logos duplicados */
  width: max-content;
  /* Ajusta según tu caso */
  /* Animación de desplazamiento continuo */
  animation: marqueeScroll 30s linear infinite;
}
.section__partners .cont__gallery .cont__gallery--inner .cont__image {
  flex: 0 0 auto;
  /* Para que no se contraigan */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Ajusta el tamaño de cada bloque de logo */
  width: 101px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .section__partners .cont__gallery .cont__gallery--inner .cont__image {
    width: 166px;
  }
}
.section__partners .cont__gallery .cont__gallery--inner .cont__image img {
  filter: grayscale(1);
  opacity: 0.8;
  width: 60px;
}
@media only screen and (min-width: 1024px) {
  .section__partners .cont__gallery .cont__gallery--inner .cont__image img {
    width: 96px;
  }
}

/* Ajusta la velocidad y el desplazamiento en los keyframes */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Se mueve un ancho de “Bloque original” (la mitad de .marquee__track) */
    transform: translateX(-50%);
  }
}
.section__contact {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__contact {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__contact {
    padding-top: 90px;
  }
}
.section__contact:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 16px);
  height: 100%;
  background-image: linear-gradient(176deg, rgba(31, 53, 110, 0) -226%, #1f356e 44%);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .section__contact:before {
    background-image: linear-gradient(75deg, rgba(31, 53, 110, 0) -226%, #1f356e 64%);
    width: calc(100% - 40px);
  }
}
.section__contact .cont__image {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  z-index: -2;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__image {
    left: 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 363px);
  }
}
.section__contact .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }
}
.section__contact .cont__inner .cont__left {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner .cont__left {
    width: 50%;
    margin-bottom: 90px;
  }
}
.section__contact .cont__inner .cont__left .cont__pretitle {
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .section__contact .cont__inner .cont__left .cont__pretitle {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
  }
}
.section__contact .cont__inner .cont__left .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.733rem;
  line-height: 1.15;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner .cont__left .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__contact .cont__inner .cont__left .cont__title h2 {
    font-size: 4.533rem;
    line-height: 1.1;
    margin-bottom: 24px;
  }
}
.section__contact .cont__inner .cont__left .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #fff;
  max-width: 471px;
}
@media only screen and (min-width: 1440px) {
  .section__contact .cont__inner .cont__left .cont__text {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.33;
    margin-bottom: 20px;
  }
}
.section__contact .cont__inner .cont__left .cont__text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner .cont__right {
    width: 41%;
  }
}
@media only screen and (min-width: 1440px) {
  .section__contact .cont__inner .cont__right {
    margin-top: -17px;
  }
}
.section__contact .cont__inner .cont__right form {
  position: relative;
}
.section__contact .cont__inner .cont__right form .cont--input-checkbox {
  padding: 16px 0 4px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner .cont__right input[type=submit] {
    min-width: calc(100% + 80px - 20px);
  }
}
@media only screen and (min-width: 1440px) {
  .section__contact .cont__inner .cont__right input[type=submit] {
    min-width: calc(100% + 140px - 20px);
  }
}
.section__contact .cont__inner .cont__right .wpcf7-spinner {
  position: absolute;
  left: 0;
}

.section__data {
  position: relative;
  padding-top: 34px;
  padding-bottom: 190px;
}
@media only screen and (min-width: 1024px) {
  .section__data {
    padding-top: 65px;
    padding-bottom: 98px;
  }
}
.section__data .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__data .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 36, 78, 0.9);
}
.section__data .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__data .cont__info {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__info {
    max-width: 50%;
    margin-bottom: 138px;
  }
}
.section__data .cont__info .cont__pretitle {
  color: #fff;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__info .cont__pretitle {
    margin-bottom: 31px;
  }
}
.section__data .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__data .cont__info .cont__title h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__info .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
  }
}
.section__data .cont__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
  row-gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .section__data .cont__columns {
    grid-template-columns: repeat(4, 1fr);
    width: 83%;
    margin-left: auto;
  }
}
.section__data .cont__columns .cont__column {
  border-left: 1px solid #fff;
  padding: 12px 16px;
  min-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__columns .cont__column {
    padding: 24px 32px 16px;
    min-height: 266px;
  }
}
.section__data .cont__columns .cont__column .cont__top .cont__number {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__columns .cont__column .cont__top .cont__number {
    font-size: 3.467rem;
    line-height: 0.81;
    margin-bottom: 10px;
  }
}
.section__data .cont__columns .cont__column .cont__top .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__columns .cont__column .cont__top .cont__title {
    font-size: 1.467rem;
    line-height: 1.18;
  }
}
.section__data .cont__columns .cont__column .cont__bottom {
  padding-top: 20px;
}
.section__data .cont__columns .cont__column .cont__bottom .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.29;
  color: #fff;
}

.section__videos {
  margin-top: 51px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 1440px) {
  .section__videos {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.section__videos .cont__info {
  margin-bottom: 23px;
}
@media only screen and (min-width: 1440px) {
  .section__videos .cont__info {
    margin-bottom: 34px;
  }
}
.section__videos .cont__info .cont__pretitle {
  margin-bottom: 11px;
  color: #245ded;
}
@media only screen and (min-width: 1440px) {
  .section__videos .cont__info .cont__pretitle {
    margin-bottom: 31px;
  }
}
.section__videos .cont__info .cont__title {
  padding-right: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__videos .cont__info .cont__title {
    max-width: 70%;
    max-width: 812px;
  }
}
.section__videos .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #13244e;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__videos .cont__info .cont__title h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__videos .cont__info .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
  }
}
.section__videos .cont__columns {
  row-gap: 24px;
}
.section__videos .cont__columns .cont__column .cont__video {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1440px) {
  .section__videos .cont__columns .cont__column .cont__video {
    margin-bottom: 18px;
  }
}
.section__videos .cont__columns .cont__column .cont__video video {
  display: block;
  width: 100%;
}
.section__videos .cont__columns .cont__column .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #13244e;
  margin-bottom: 2px;
}
.section__videos .cont__columns .cont__column .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: #13244e;
}

.section__tabs {
  background-image: linear-gradient(90deg, #fff 4%, #13244e 594%);
  padding-top: 32px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 1024px) {
  .section__tabs {
    padding-top: 81px;
    padding-bottom: 86px;
  }
}
.section__tabs .tab__panel {
  display: none;
}
.section__tabs .tab__panel.active {
  display: block;
}
.section__tabs .cont__info {
  margin-bottom: 23px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .cont__info {
    margin-bottom: 69px;
  }
}
.section__tabs .cont__info .cont__pretitle {
  margin-bottom: 11px;
  color: #245ded;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .cont__info .cont__pretitle {
    margin-bottom: 24px;
  }
}
.section__tabs .cont__info .cont__title {
  padding-right: 20px;
  max-width: 70%;
}
.section__tabs .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #13244e;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__tabs .cont__info .cont__title h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__tabs .cont__info .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
  }
}
.section__tabs .cont__title-tab {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.867rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .cont__title-tab {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.133rem;
    line-height: 0.88;
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__tabs .tabs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section__tabs .tabs-wrapper .tabs__list {
    width: 51%;
  }
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner {
  border-top: solid 1px #c0c0c0;
}
@media only screen and (min-width: 1024px) {
  .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner {
    width: 79%;
  }
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button {
  border-bottom: solid 1px #c0c0c0;
  padding: 18px 0;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button {
    padding: 24px 0 23px;
  }
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button.active .tab__label, .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button:hover .tab__label {
  color: #245ded;
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button.active .icon-arrow, .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button:hover .icon-arrow {
  transform: rotate(180deg);
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button.active .icon-arrow, .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button:hover .icon-arrow {
    transform: rotate(-90deg);
  }
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .cont__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .cont__inner {
    column-gap: 18px;
  }
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .tab__image {
  background-color: rgba(19, 36, 78, 0.06);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .tab__image {
    width: 86px;
    height: 86px;
  }
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .tab__image img {
  width: 50%;
  mix-blend-mode: multiply;
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .tab__label {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #1f356e;
  flex-grow: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .tab__label {
    font-size: 1.6rem;
    line-height: 1.17;
  }
}
.section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .icon-arrow {
  font-size: 29px;
  color: #245ded;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .section__tabs .tabs-wrapper .tabs__list .tabs__list--inner .tab__button .icon-arrow {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 1024px) {
  .section__tabs .tabs-wrapper .tabs__content {
    width: 41%;
  }
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__header {
  margin-bottom: 25px;
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__header .product-names {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #1f356e;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__header .product-names {
    font-size: 1.6rem;
    line-height: 1.17;
  }
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__header .product-names strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__header .cont__related-products-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__header .cont__related-products-images .cont__related-products-image {
  background-color: rgba(19, 36, 78, 0.06);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__header .cont__related-products-images .cont__related-products-image {
    width: 86px;
    height: 86px;
  }
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__header .cont__related-products-images .cont__related-products-image img {
  width: 80%;
  mix-blend-mode: multiply;
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  color: #1f356e;
  margin-bottom: 29px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__text {
    font-size: 1.2rem;
    line-height: 1.22;
  }
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__text ul {
  display: grid;
  row-gap: 22px;
  padding-left: 16px;
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__buttons {
    gap: 21px;
  }
}
.section__tabs .tabs-wrapper .tabs__content .tab__panel .tab__buttons a {
  display: block;
  margin: 0;
}
.section__tabs .accordion-mobile {
  border-top: solid 1px #c0c0c0;
}
.section__tabs .accordion-mobile .accordion-item {
  border-bottom: solid 1px #c0c0c0;
}
.section__tabs .accordion-mobile .accordion-item.active .icon-arrow {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  .section__tabs .accordion-mobile .accordion-item.active .icon-arrow {
    transform: rotate(-90deg);
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-header {
  padding: 18px 0;
}
.section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner {
    column-gap: 18px;
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner .tab__image {
  background-color: rgba(19, 36, 78, 0.06);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner .tab__image {
    width: 86px;
    height: 86px;
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner .tab__image img {
  width: 50%;
  mix-blend-mode: multiply;
}
.section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner .tab__label {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #245ded;
  flex-grow: 1;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner .tab__label {
    font-size: 1.6rem;
    line-height: 1.17;
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner .icon-arrow {
  font-size: 29px;
  color: #245ded;
}
@media only screen and (min-width: 1024px) {
  .section__tabs .accordion-mobile .accordion-item .accordion-header .cont__inner .icon-arrow {
    transform: rotate(-90deg);
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-content {
  padding-bottom: 24px;
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__header {
  margin-bottom: 17px;
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__header .product-names {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #1f356e;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .accordion-mobile .accordion-item .accordion-content .tab__header .product-names {
    font-size: 1.6rem;
    line-height: 1.17;
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__header .product-names strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__header .cont__related-products-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__header .cont__related-products-images .cont__related-products-image {
  background-color: rgba(19, 36, 78, 0.06);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .accordion-mobile .accordion-item .accordion-content .tab__header .cont__related-products-images .cont__related-products-image {
    width: 86px;
    height: 86px;
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__header .cont__related-products-images .cont__related-products-image img {
  width: 50%;
  mix-blend-mode: multiply;
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  color: #1f356e;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .accordion-mobile .accordion-item .accordion-content .tab__text {
    font-size: 1.2rem;
    line-height: 1.22;
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (min-width: 1440px) {
  .section__tabs .accordion-mobile .accordion-item .accordion-content .tab__buttons {
    gap: 21px;
  }
}
.section__tabs .accordion-mobile .accordion-item .accordion-content .tab__buttons a {
  display: block;
  margin: 0;
}

.section__reviews {
  overflow: hidden;
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews {
    max-height: 693px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section__reviews .cont__inner {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner {
    min-height: 769px;
  }
}
.section__reviews .cont__inner .cont__left {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__left {
    width: 41%;
    padding-top: 32px;
    padding-bottom: 34px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__left {
    padding-top: 91px;
    padding-bottom: 47px;
  }
}
.section__reviews .cont__inner .cont__left .cont__pretitle {
  color: #245ded;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__left .cont__pretitle {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
  }
}
.section__reviews .cont__inner .cont__left .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.13;
  color: #1f356e;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__left .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__left .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 23px;
  }
}
.section__reviews .cont__inner .cont__left .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #13244e;
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__left .cont__text {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.33;
  }
}
.section__reviews .cont__inner .cont__right {
  position: relative;
  margin: 0 -24px;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__inner .cont__right {
    margin: 0 -60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__right {
    width: 54%;
    max-height: 693px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__right {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .swiper-wrapper {
    flex-direction: column;
  }
}
.section__reviews .cont__inner .cont__right .cont__reviews .cont__review {
  padding: 24px 24px 29px;
  box-sizing: border-box;
  height: auto;
  background-image: linear-gradient(98deg, #13244e -385%, rgba(255, 255, 255, 0) 124%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .cont__review {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .cont__review {
    background-image: none;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .cont__review {
    padding: 32px 111px 33px 57px;
  }
}
@media only screen and (max-width: 1023px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .cont__review {
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .cont__review:nth-child(odd) {
    background-color: #f1f1f1;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .cont__review:nth-child(even) {
    background-color: #fafafa;
  }
}
.section__reviews .cont__inner .cont__right .cont__reviews .cont__review .review__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  color: #1f356e;
  margin-bottom: 39px;
  flex-grow: 1;
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .cont__review .review__text {
    font-size: 1.333rem;
    line-height: 1.1;
    color: #3453a5;
    margin-bottom: 32px;
  }
}
.section__reviews .cont__inner .cont__right .cont__reviews .cont__review .review__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 7px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__right .cont__reviews .cont__review .review__stars {
    column-gap: 8px;
  }
}
.section__reviews .cont__inner .cont__right .cont__reviews .cont__review .review__stars .icon-star {
  font-size: 15px;
  color: rgba(70, 167, 48, 0.3);
}
.section__reviews .cont__inner .cont__right .cont__reviews .cont__review .review__stars .icon-star.active {
  color: #46a730;
}
.section__reviews .cont__inner .cont__right .cont__reviews .cont__review .review__author {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  color: #1f356e;
  margin-bottom: 5px;
}
.section__reviews .cont__inner .cont__right .cont__reviews .cont__review .review__date {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  text-transform: lowercase;
  color: #1f356e;
}
.section__reviews .cont__inner .cont__right .cont__reviews .swiper-pagination {
  position: relative;
  top: initial;
  bottom: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.section__reviews .cont__inner .cont__right .cont__reviews .swiper-pagination .swiper-pagination-bullet {
  background-color: #e7e7e7;
  opacity: 1;
}
.section__reviews .cont__inner .cont__right .cont__reviews .swiper-pagination .swiper-pagination-bullet:hover, .section__reviews .cont__inner .cont__right .cont__reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #13244e;
}

.section__history {
  margin-top: 32px;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1440px) {
  .section__history {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
.section__history .cont__info {
  margin-bottom: 23px;
}
@media only screen and (min-width: 1440px) {
  .section__history .cont__info {
    margin-bottom: 41px;
  }
}
.section__history .cont__info .cont__pretitle {
  margin-bottom: 11px;
}
@media only screen and (min-width: 1440px) {
  .section__history .cont__info .cont__pretitle {
    margin-bottom: 16px;
  }
}
.section__history .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 0;
}
@media only screen and (min-width: 1440px) {
  .section__history .cont__info .cont__title h2 {
    font-size: 2.8rem;
    line-height: 1.31;
  }
}
.section__history .cont__bottom {
  overflow: auto;
}
.section__history .cont__bottom::-webkit-scrollbar {
  display: none;
}
.section__history .cont__years {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
}
@media only screen and (min-width: 1440px) {
  .section__history .cont__years {
    justify-content: space-between;
    width: 100%;
  }
}
.section__history .cont__years:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: calc(100% - 30px - 30px);
  height: 1px;
  background-color: #1f356e;
  margin-top: -10px;
}
.section__history .cont__years .cont__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 275px;
  min-width: 260px;
  margin: 0 -20px;
}
@media only screen and (min-width: 1279px) {
  .section__history .cont__years .cont__item {
    min-width: 217px;
  }
}
.section__history .cont__years .cont__item:nth-child(odd) {
  padding-top: 95px;
}
@media only screen and (min-width: 1279px) {
  .section__history .cont__years .cont__item:nth-child(odd) {
    padding-top: 97px;
  }
}
.section__history .cont__years .cont__item:nth-child(odd) .cont__year {
  padding-bottom: 90px;
}
.section__history .cont__years .cont__item:nth-child(odd) .cont__year:before {
  bottom: 53px;
}
@media only screen and (min-width: 1279px) {
  .section__history .cont__years .cont__item:nth-child(odd) .cont__year:before {
    bottom: 55px;
  }
}
.section__history .cont__years .cont__item:nth-child(odd) .cont__content:before, .section__history .cont__years .cont__item:nth-child(odd) .cont__content:after {
  bottom: calc(100% + 10px);
}
.section__history .cont__years .cont__item:nth-child(even) .cont__year {
  order: 1;
  padding-top: 90px;
}
.section__history .cont__years .cont__item:nth-child(even) .cont__year:before {
  top: 54px;
}
.section__history .cont__years .cont__item:nth-child(even) .cont__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section__history .cont__years .cont__item:nth-child(even) .cont__content:before, .section__history .cont__years .cont__item:nth-child(even) .cont__content:after {
  top: calc(100% + 10px);
}
.section__history .cont__years .cont__item:first-child {
  margin-left: 0;
}
.section__history .cont__years .cont__item:first-child .cont__year {
  text-align: left;
}
.section__history .cont__years .cont__item:first-child .cont__year:before {
  left: 26px;
  transform: none;
}
.section__history .cont__years .cont__item:first-child .cont__content:before {
  transform: none;
  left: 35px;
}
.section__history .cont__years .cont__item:first-child .cont__content:after {
  transform: none;
  left: 33px;
}
.section__history .cont__years .cont__item:last-child {
  margin-right: 0;
}
.section__history .cont__years .cont__item:last-child .cont__year {
  text-align: right;
  color: #245ded;
}
.section__history .cont__years .cont__item:last-child .cont__year:before {
  left: initial;
  right: 26px;
  transform: none;
  background-color: #ffc800;
  z-index: 1;
}
.section__history .cont__years .cont__item:last-child .cont__text {
  text-align: right;
}
.section__history .cont__years .cont__item:last-child .cont__content:before {
  transform: none;
  left: inherit;
  right: 35px;
  background-color: #245ded;
}
.section__history .cont__years .cont__item:last-child .cont__content:after {
  transform: none;
  left: inherit;
  right: 33px;
  background-color: #245ded;
}
.section__history .cont__years .cont__item .cont__year {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.31;
  text-align: center;
  color: #1f356e;
}
.section__history .cont__years .cont__item .cont__year:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #1f356e;
  border-radius: 50%;
}
.section__history .cont__years .cont__item .cont__content {
  position: relative;
  min-height: 100px;
}
.section__history .cont__years .cont__item .cont__content:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 52px;
  background-color: #1f356e;
}
.section__history .cont__years .cont__item .cont__content:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #1f356e;
  border-radius: 50%;
}
.section__history .cont__years .cont__item .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #c0c0c0;
}
.section__history .cont__years .cont__item .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #1f356e;
}

.section__numbered-list {
  position: relative;
}
.section__numbered-list.type_1 {
  margin-top: 50px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 1440px) {
  .section__numbered-list.type_1 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
}
.section__numbered-list.type_1 .cont__columns .cont__column {
  padding: 4px 0 4px 16px;
  border-left: solid 1px #c0c0c0;
}
@media only screen and (min-width: 1024px) {
  .section__numbered-list.type_1 .cont__columns .cont__column {
    min-height: 180px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__numbered-list.type_1 .cont__columns .cont__column {
    min-height: 200px;
    padding: 0 0 0 32px;
  }
}
.section__numbered-list.type_2 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .section__numbered-list.type_2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 672px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__numbered-list.type_2 .container, .section__numbered-list.type_2 .section__hero-image .owl-dots, .section__hero-image .section__numbered-list.type_2 .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 552px;
  }
}
.section__numbered-list.type_2 .cont__info .cont__pretitle,
.section__numbered-list.type_2 .cont__info .cont__title h2 {
  color: #fff;
}
.section__numbered-list.type_2 .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section__numbered-list.type_2 .cont__columns {
  row-gap: 32px;
}
.section__numbered-list.type_2 .cont__columns .cont__column .cont__number {
  line-height: 0.75;
  color: rgba(255, 255, 255, 0.36);
}
@media only screen and (min-width: 1440px) {
  .section__numbered-list.type_2 .cont__columns .cont__column .cont__number {
    margin-bottom: 24px;
  }
}
.section__numbered-list.type_2 .cont__columns .cont__column .cont__number:before {
  content: "/";
}
.section__numbered-list.type_2 .cont__columns .cont__column .cont__title h3,
.section__numbered-list.type_2 .cont__columns .cont__column .cont__text {
  color: #fff;
}
.section__numbered-list.type_2 .cont__columns .cont__column .cont__text {
  font-size: 1rem;
  line-height: 1.2;
}
.section__numbered-list .cont__image {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .section__numbered-list .cont__image {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.section__numbered-list .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__numbered-list .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #13244e;
}
@media only screen and (min-width: 1024px) {
  .section__numbered-list .cont__info {
    max-width: 50%;
  }
}
.section__numbered-list .cont__info .cont__pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 19px;
}
@media only screen and (min-width: 1440px) {
  .section__numbered-list .cont__info .cont__pretitle {
    margin-bottom: 11px;
  }
}
.section__numbered-list .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #1f356e;
  margin-top: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .section__numbered-list .cont__info .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.24;
    margin-bottom: 43px;
  }
}
.section__numbered-list .cont__columns {
  row-gap: 38px;
}
.section__numbered-list .cont__columns .cont__column .cont__number {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.17;
  color: #c0c0c0;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1440px) {
  .section__numbered-list .cont__columns .cont__column .cont__number {
    margin-bottom: 10px;
  }
}
.section__numbered-list .cont__columns .cont__column .cont__title h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.133rem;
  line-height: 1.06;
  margin-top: 0;
  margin-bottom: 8px;
}
.section__numbered-list .cont__columns .cont__column .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.22;
  color: #1f356e;
}
.section__numbered-list .cont__columns .cont__column .cont__text strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.section__numbered-list .cont__columns .cont__column .cont__text p {
  margin-bottom: 0;
}

.section__more-information {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 50px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .section__more-information {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 162px;
  }
}
.section__more-information .cont__image {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .section__more-information .cont__image {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.section__more-information .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__more-information .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #13244e;
}
.section__more-information .cont__grid .cont__left .cont__info {
  margin-bottom: 24px;
}
.section__more-information .cont__grid .cont__left .cont__info .cont__pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1440px) {
  .section__more-information .cont__grid .cont__left .cont__info .cont__pretitle {
    margin-bottom: 23px;
  }
}
.section__more-information .cont__grid .cont__left .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .section__more-information .cont__grid .cont__left .cont__info .cont__title h2 {
    font-size: 2.8rem;
    line-height: 1.1;
  }
}
.section__more-information .cont__grid .cont__left .cont__columns {
  display: grid;
  row-gap: 16px;
}
.section__more-information .cont__grid .cont__left .cont__columns .cont__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 22px;
}
.section__more-information .cont__grid .cont__left .cont__columns .cont__column .cont__icon img {
  width: 40px;
  height: 40px;
}
.section__more-information .cont__grid .cont__left .cont__columns .cont__column .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1;
  color: #fff;
}
.section__more-information .cont__grid .cont__right {
  padding-top: 26px;
}
.section__more-information .cont__grid .cont__right .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  color: #fff;
}
.section__more-information .cont__grid .cont__right .cont__text p {
  margin-bottom: 22px;
}

.section__regulations {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .section__regulations {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 77px;
    padding-bottom: 97px;
  }
}
.section__regulations .cont__image {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .section__regulations .cont__image {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.section__regulations .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__regulations .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #13244e;
}
.section__regulations .cont__info {
  margin-bottom: 23px;
}
.section__regulations .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .section__regulations .cont__info .cont__title h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__regulations .cont__info .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 30px;
  }
}
.section__regulations .cont__info .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  color: #fff;
}
.section__regulations .cont__info .cont__text p {
  margin-bottom: 0;
}
.section__regulations .cont__columns .cont__column .cont__title h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.133rem;
  line-height: 1.06;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
}
.section__regulations .cont__columns .cont__column .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
}

.section__form {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__form {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__form {
    padding-top: 90px;
  }
}
.section__form:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 16px);
  height: 100%;
  background-image: linear-gradient(176deg, rgba(31, 53, 110, 0) -226%, #1f356e 44%);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .section__form:before {
    background-image: linear-gradient(75deg, rgba(31, 53, 110, 0) -226%, #1f356e 64%);
    width: calc(100% - 40px);
  }
}
.section__form .cont__image {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  z-index: -2;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__image {
    left: 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 363px);
  }
}
.section__form .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }
}
.section__form .cont__inner .cont__left {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__inner .cont__left {
    width: 50%;
    margin-bottom: 90px;
  }
}
.section__form .cont__inner .cont__left .cont__pretitle {
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .section__form .cont__inner .cont__left .cont__pretitle {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
  }
}
.section__form .cont__inner .cont__left .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.733rem;
  line-height: 1.15;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__inner .cont__left .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section__form .cont__inner .cont__left .cont__title h2 {
    font-size: 4.533rem;
    line-height: 1.1;
    margin-bottom: 24px;
  }
}
.section__form .cont__inner .cont__left .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.23;
  color: #fff;
  max-width: 471px;
}
@media only screen and (min-width: 1440px) {
  .section__form .cont__inner .cont__left .cont__text {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.33;
    margin-bottom: 20px;
  }
}
.section__form .cont__inner .cont__left .cont__text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__inner .cont__right {
    width: 41%;
  }
}
@media only screen and (min-width: 1440px) {
  .section__form .cont__inner .cont__right {
    margin-top: -17px;
  }
}
.section__form .cont__inner .cont__right form {
  position: relative;
}
.section__form .cont__inner .cont__right form .cont--input-checkbox {
  padding: 16px 0 4px;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__inner .cont__right input[type=submit] {
    min-width: calc(100% + 80px - 20px);
  }
}
@media only screen and (min-width: 1440px) {
  .section__form .cont__inner .cont__right input[type=submit] {
    min-width: calc(100% + 140px - 20px);
  }
}
.section__form .cont__inner .cont__right .wpcf7-spinner {
  position: absolute;
  left: 0;
}

.section__icon-list {
  margin-top: 52px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1440px) {
  .section__icon-list {
    margin-top: 81px;
    margin-bottom: 82px;
  }
}
.section__icon-list .cont__info {
  margin-bottom: 23px;
}
@media only screen and (min-width: 1440px) {
  .section__icon-list .cont__info {
    margin-bottom: 53px;
  }
}
.section__icon-list .cont__info .cont__pretitle {
  margin-bottom: 11px;
  color: #13244e;
}
@media only screen and (min-width: 1440px) {
  .section__icon-list .cont__info .cont__pretitle {
    margin-bottom: 12px;
  }
}
.section__icon-list .cont__info .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 0;
  color: #13244e;
}
@media only screen and (min-width: 1440px) {
  .section__icon-list .cont__info .cont__title h2 {
    font-size: 2.8rem;
    line-height: 1.31;
  }
}
@media only screen and (min-width: 1440px) {
  .section__icon-list .cont__columns {
    row-gap: 45px;
  }
}
.section__icon-list .cont__columns .cont__column .cont__icon {
  margin-bottom: 4px;
}
@media only screen and (min-width: 1440px) {
  .section__icon-list .cont__columns .cont__column .cont__icon {
    margin-bottom: 10px;
  }
}
.section__icon-list .cont__columns .cont__column .cont__icon img {
  width: 46px;
  height: 46px;
  padding: 8px 0;
  object-fit: contain;
}
@media only screen and (min-width: 1440px) {
  .section__icon-list .cont__columns .cont__column .cont__icon img {
    width: 56px;
    height: 56px;
    padding: 11px 0;
  }
}
.section__icon-list .cont__columns .cont__column .cont__title h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #1f356e;
  margin-top: 0;
  margin-bottom: 4px;
}
.section__icon-list .cont__columns .cont__column .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: #1f356e;
}

.section__cross-selling {
  margin-top: 32px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling {
    margin-top: 84px;
    margin-bottom: 67px;
  }
}
.section__cross-selling.alquiler .cont__items .cont__item:nth-child(3) {
  display: none;
}
.section__cross-selling.alquiler .cont__items .cont__item:nth-child(4) {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .section__cross-selling .cont__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.section__cross-selling .cont__items:hover .cont__icon,
.section__cross-selling .cont__items:hover .cont__info {
  opacity: 0.5;
}
.section__cross-selling .cont__items .cont__item {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1024px) {
  .section__cross-selling .cont__items .cont__item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cross-selling .cont__items .cont__item:hover {
    width: 45%;
  }
}
.section__cross-selling .cont__items .cont__item:hover .cont__icon,
.section__cross-selling .cont__items .cont__item:hover .cont__info {
  opacity: 1;
}
.section__cross-selling .cont__items .cont__item:nth-child(4) {
  display: none;
}
.section__cross-selling .cont__items .cont__item .cont__inner {
  position: relative;
  padding: 32px;
  min-height: 419px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling .cont__items .cont__item .cont__inner {
    padding: 42px;
    min-height: 660px;
  }
}
.section__cross-selling .cont__items .cont__item .cont__inner:hover .cont__text {
  opacity: 1;
}
.section__cross-selling .cont__items .cont__item .cont__inner:hover .cont__image:before {
  opacity: 1;
}
.section__cross-selling .cont__items .cont__item .cont__inner:hover .cont__info {
  transform: translateY(-50px);
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling .cont__items .cont__item .cont__inner:hover .cont__info {
    transform: translateY(-130px);
  }
}
.section__cross-selling .cont__items .cont__item .cont__inner:hover .cont__link {
  opacity: 1;
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-color: #13244e;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__icon {
  width: 56px;
  height: 56px;
  background-color: rgba(52, 83, 165, 0.95);
  border-radius: 50%;
  padding: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling .cont__items .cont__item .cont__inner .cont__icon {
    width: 73px;
    height: 73px;
    padding: 22px;
  }
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__info {
  transform: translateY(calc(100% - 73px));
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling .cont__items .cont__item .cont__inner .cont__info {
    transform: translateY(calc(100% - 84px));
  }
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__title {
  min-height: 73px;
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling .cont__items .cont__item .cont__inner .cont__title {
    min-height: 84px;
  }
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__title h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.13;
  color: #fff;
  margin-top: 0;
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling .cont__items .cont__item .cont__inner .cont__title h3 {
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #fff;
  max-width: 287px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling .cont__items .cont__item .cont__inner .cont__text {
    font-size: 1.2rem;
  }
}
.section__cross-selling .cont__items .cont__item .cont__inner .cont__link {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.25;
  color: #46a730;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 32px;
  bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .section__cross-selling .cont__items .cont__item .cont__inner .cont__link {
    left: 42px;
    bottom: 42px;
  }
}

.section__grid-categories {
  overflow: hidden;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__grid-categories {
    margin-top: 81px;
    margin-bottom: 21px;
  }
}
.section__grid-categories .cont__inner {
  position: relative;
  margin-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .section__grid-categories .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 51px;
  }
}
.section__grid-categories .cont__inner .cont__left {
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__grid-categories .cont__inner .cont__left {
    width: 55%;
    max-width: 638px;
    margin-bottom: 0;
  }
}
.section__grid-categories .cont__inner .cont__left .cont__pretitle {
  color: #245ded;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1440px) {
  .section__grid-categories .cont__inner .cont__left .cont__pretitle {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
  }
}
.section__grid-categories .cont__inner .cont__left .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.267rem;
  line-height: 1.12;
  color: #13244e;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section__grid-categories .cont__inner .cont__left .cont__title h2 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__grid-categories .cont__inner .cont__left .cont__title h2 {
    font-size: 4.667rem;
    line-height: 1.07;
  }
}
.section__grid-categories .cont__inner .cont__right {
  position: relative;
}
.section__grid-categories .cont__inner .cont__right .cont__buttons {
  position: relative;
  padding: 6px;
  border-radius: 30px;
  background-color: #e7e7e7;
  width: fit-content;
}
.section__grid-categories .cont__inner .cont__right .cont__buttons .cont__buttons--inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.section__grid-categories .cont__inner .cont__right .cont__buttons .cont__buttons--inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #1f356e;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section__grid-categories .cont__inner .cont__right .cont__buttons .cont__buttons--inner.change:before {
  transform: translateX(100%);
}
.section__grid-categories .cont__inner .cont__right .cont__buttons .cont__button {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  text-align: center;
  color: #1f356e;
  padding: 6px 33px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 118px;
  cursor: pointer;
}
.section__grid-categories .cont__inner .cont__right .cont__buttons .cont__button.active {
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .section__grid-categories .cont__inner .cont__right .cont__buttons .cont__button {
    font-size: 1.067rem;
    line-height: 1.25;
    padding: 10px 39px;
    min-width: 140px;
  }
}
.section__grid-categories .cont__bottom .cont__sales {
  display: none;
}

.section__text-video-overlay {
  position: relative;
  padding-bottom: 27px;
}
@media only screen and (min-width: 1024px) {
  .section__text-video-overlay {
    padding-bottom: 59px;
    margin-top: -51px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text-video-overlay {
    margin-top: -44px;
  }
}
.section__text-video-overlay:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 51px);
  background-color: #dbed35;
  z-index: -1;
}
@media only screen and (min-width: 1440px) {
  .section__text-video-overlay:before {
    height: calc(100% - 44px);
  }
}
.section__text-video-overlay .cont--video--iframe {
  background-color: #000;
}
.section__text-video-overlay .cont--video--iframe.active {
  display: flex !important;
}
.section__text-video-overlay .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__text-video-overlay .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__text-video-overlay .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__text-video-overlay .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__text-video-overlay .cont--video--iframe .close-video .icn-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .section__text-video-overlay .cont--video--iframe .close-video .icn-close:before {
    font-size: 23px;
  }
}
.section__text-video-overlay .cont--video--iframe .close-video .icn-close:hover:before {
  color: #46a730;
}
@media only screen and (min-width: 1024px) {
  .section__text-video-overlay .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.section__text-video-overlay .cont__inner .cont__link-video {
  position: relative;
  width: 110px;
  height: 110px;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .section__text-video-overlay .cont__inner .cont__link-video {
    width: 134px;
    height: 134px;
  }
}
.section__text-video-overlay .cont__inner .cont__link-video:hover:before {
  background-color: #13244e;
}
.section__text-video-overlay .cont__inner .cont__link-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f356e;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__text-video-overlay .cont__inner .cont__link-video img {
  position: relative;
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  width: 100%;
}
.section__text-video-overlay .cont__inner .cont__link-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  margin-left: 2px;
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .section__text-video-overlay .cont__inner .cont__link-video span {
    font-size: 30px;
  }
}
.section__text-video-overlay .cont__inner .cont__info {
  margin-top: 11px;
}
@media only screen and (min-width: 1024px) {
  .section__text-video-overlay .cont__inner .cont__info {
    width: 83%;
    margin-top: 94px;
  }
}
.section__text-video-overlay .cont__inner .cont__info .cont__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.2;
  color: #13244e;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .section__text-video-overlay .cont__inner .cont__info .cont__title {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.133rem;
    line-height: 1.31;
    color: #1f356e;
  }
}
.section__text-video-overlay .cont__inner .cont__info .cont__text {
  color: #1f356e;
}
@media only screen and (min-width: 1440px) {
  .section__text-video-overlay .cont__inner .cont__info .cont__text {
    font-size: 1.067rem;
    line-height: 1.38;
  }
}
.section__text-video-overlay .cont__inner .cont__info .cont__text p {
  margin-bottom: 0;
}
.section__text-video-overlay .cont__inner .cont__info .cont__text a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f356e;
  text-decoration: underline;
}
.section__text-video-overlay .cont__inner .cont__info .cont__text a:hover {
  color: #245ded;
}

.woocommerce-page div.type-product .custom-product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-page div.type-product .cont__disponibilidad {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #1f356e;
  margin-left: auto;
  width: fit-content;
}
.woocommerce-page div.type-product .cont__disponibilidad.sin-stock:before {
  background-color: #db3434;
}
.woocommerce-page div.type-product .cont__disponibilidad.en-stock:before {
  background-color: #46a730;
}
.woocommerce-page div.type-product .cont__disponibilidad.sin-stock, .woocommerce-page div.type-product .cont__disponibilidad.en-stock {
  padding-left: 18px;
}
.woocommerce-page div.type-product .cont__disponibilidad.sin-stock:before, .woocommerce-page div.type-product .cont__disponibilidad.en-stock:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.woocommerce-page div.type-product .cont__left--product {
  position: relative;
  width: 100%;
  max-width: 621px;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__left--product {
    width: 32%;
    max-width: inherit;
    height: fit-content;
    position: sticky;
    top: 24px;
  }
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .swiper,
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .swiper-wrapper {
  z-index: initial;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery {
  position: relative;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal {
    height: 456px;
  }
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal .swiper-slide {
  background-color: #f7f7f7;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 50px;
  box-sizing: border-box;
  display: block;
  mix-blend-mode: multiply;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal .swiper-slide {
  height: auto;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini {
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide {
  width: 102px;
  height: 125px;
  cursor: pointer;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide {
    width: 118px;
    height: 145px;
  }
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide.swiper-slide-thumb-active .cont__img img, .woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide:hover .cont__img img {
  transform: scale(1.1);
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide .cont__img {
  overflow: hidden;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  mix-blend-mode: multiply;
}
.woocommerce-page div.type-product .cont__left--product .section__product-tags {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  display: grid;
  row-gap: 14px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-tags {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    row-gap: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-tags {
    right: -46px;
  }
}
.woocommerce-page div.type-product .cont__left--product .section__product-tags .item img {
  max-width: 51px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-tags .item img {
    max-width: 93px;
  }
}
.woocommerce-page div.type-product .cont__left--product .section__product-icons {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-icons {
    top: -25px;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-icons {
    top: -45px;
    left: 25px;
  }
}
.woocommerce-page div.type-product .cont__left--product .section__product-icons img {
  max-width: 51px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-icons img {
    max-width: 93px;
  }
}
.woocommerce-page div.type-product .cont__right--product {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product {
    width: 66%;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row {
  padding: 0 0 16px;
  border-bottom: solid 1px #e7e7e7;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .cont__title h1 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .cont__title h1 {
    margin-bottom: 0;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .product__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .product__price .label__price {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.1;
  color: #1f356e;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .product__price .label__price {
    text-align: right;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .product__price .price {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.867rem;
  line-height: 1;
  color: #1f356e;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .product__price .price {
    text-align: right;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .product__price .price-note {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .product__info-row .cont__disponibilidad {
    display: none;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row {
  padding-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row > .cont__button-action {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info {
    width: 61%;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.17;
  color: #1f356e;
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info h2.title-h2-first, .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info h2.title-h2-second {
  margin-top: 24px;
  margin-bottom: 16px;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 20px;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__features {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 72px;
    row-gap: 36px;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__features .cont__feature .cont__label {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #a5a5a5;
  margin-bottom: 8px;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__features .cont__feature .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #12163e;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  padding: 10px 101px 10px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 22px);
  background-position-y: 17px;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green:hover {
  text-decoration: none;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green:hover span {
  transform: translateX(10px);
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green {
  background-color: transparent;
  border: solid 1px #46a730;
  color: #46a730;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow-green.png");
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green:hover {
  background-color: #46a730;
  color: #fff;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info a.button-small-stroke-green {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__training {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  color: #13244e;
  padding: 18px;
  background-color: #dbed35;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__training {
    font-size: 1rem;
    line-height: 1.47;
    margin-bottom: 24px;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__training img {
  margin-top: 2px;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__training .cont__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  column-gap: 14px;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-info .cont__training .cont__text p {
  margin-bottom: 0;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-right {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-right {
    display: block;
    width: 36%;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .datasheet__technical-right .cont__form-top {
  margin-bottom: 38px;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action {
  position: sticky;
  bottom: 15px;
  align-self: flex-end;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 -24px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action {
    margin: 0 -60px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action {
    width: calc(100% + 80px);
    bottom: inherit;
    top: 16px;
    align-self: flex-start;
    grid-template-columns: auto;
    row-gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action {
    width: calc(100% + 140px);
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action form.cart {
  margin-bottom: 0;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action form.cart .quantity {
  display: none;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button {
  background-color: #46a730;
  color: #fff;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button:hover {
  background-color: #358b22;
  color: #fff;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button {
  width: 100%;
  padding: 13px 19px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button {
    display: inline-block;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.933rem;
    line-height: 1.79;
    text-align: left;
    text-decoration: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 10px 101px 10px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 22px);
    background-position-y: 17px;
    background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
    background-color: #46a730;
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button:hover {
    text-decoration: none;
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button:hover span {
    transform: translateX(10px);
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button:disabled {
    opacity: 0.7;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action .button.single_add_to_cart_button:disabled {
  background-color: #a1a1a1;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green {
  background-color: #46a730;
  color: #fff;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green:hover {
  background-color: #358b22;
  color: #fff;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green {
  width: 100%;
  padding: 13px 19px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green {
    display: inline-block;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.933rem;
    line-height: 1.79;
    text-align: left;
    text-decoration: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 10px 101px 10px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 22px);
    background-position-y: 17px;
    background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
    background-color: #46a730;
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green:hover {
    text-decoration: none;
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green:hover span {
    transform: translateX(10px);
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-green:disabled {
    opacity: 0.7;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue {
  background-color: #1f356e;
  color: #fff;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue:hover {
  background-color: #13244e;
  color: #fff;
}
.woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue {
  width: 100%;
  padding: 13px 19px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue {
    display: inline-block;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.933rem;
    line-height: 1.79;
    text-align: left;
    text-decoration: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 10px 101px 10px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 22px);
    background-position-y: 17px;
    background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
    background-color: #1f356e;
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue:hover {
    text-decoration: none;
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue:hover span {
    transform: translateX(10px);
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue:disabled {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__right--product .section__titles .datasheet__technical-row .cont__button-action a.button-darkblue {
    padding: 28px 95px 28px 45px !important;
  }
}
.woocommerce-page div.type-product {
  /*.onsale {
      display: none;
  }

  .section-titles {
      max-width: 524px;

      @include desktop {
          max-width: 100%;
      }

      .product-main-category {
          @include Featured-Mobile;

          margin-bottom: 6px;
      }

      .cont__title {
          h1 {
              margin-bottom: 13px;

              @include desktop-1280 {
                  margin-bottom: 13px;
              }
          }
      }

      .cont__features {
          @include font-regular;
          font-size: 1rem;
          line-height: 1.36;
          letter-spacing: normal;

          color: $dark-blue;

          margin-bottom: 20px;

          @include desktop-1280 {
              font-size: 1.143rem;
              line-height: 1.38;
          }
      }

      .cont__subtitle {
          @include font-regular;
          font-size: 1.333rem;
          line-height: 1.2;

          margin-bottom: 21px;

          color: $dark-blue;

          @include tablet {
              font-size: 1.6rem;

              margin-bottom: 36px;
          }

          @include desktop-1280 {
              font-size: 2.667rem;
              line-height: 1.25;

              margin-bottom: 41px;
          }

          @include desktop-1600 {
              @include Featured-Tablet;
          }
      }
  }

  .cont__anchor_table_price {
      padding: 15px 13px 11px;
      border-radius: 20px;
      border: solid 2px $primary;

      @include desktop-1280 {
          padding: 13px 20px;
      }

      .cont__inner {
          @include flexbox_wrap;
          align-items: center;
          justify-content: space-between;
          column-gap: 15px;
      }

      .cont__text {
          @include font-semibold;
          font-size: 1.071rem;
          line-height: 1.33;

          color: $primary;
      }

      a {
          @include font-semibold;
          font-size: 1.071rem;
          line-height: 1.33;

          color: $primary;

          @include flexbox;
          align-items: center;
          column-gap: 10px;

          &:hover {
              color: $primary;
          }

          i {
              width: 30px;
              height: 30px;

              @include flexbox;
              align-items: center;
              justify-content: center;

              border: 1px solid $primary;
              border-radius: 50%;
          }
      }
  }

  .cont__cart {
      >span {
          display: block;

          font-size: 0.929rem;
          font-style: italic;
          line-height: 1.15;

          color: #676767;
          margin-bottom: 8px;

          @include desktop-1280 {
              font-size: 1.071rem;
              line-height: 1.33;
          }
      }
  }

  .cont__pickup-shipping {
      margin-bottom: 65px;

      @include desktop-1280 {
          margin-bottom: 76px;
      }

      @include desktop-1600 {
          margin-bottom: 82px;
      }

      .cont__info-pickup-shipping {
          .cont__inner {
              @include desktop-1280 {
                  border-bottom: 1px solid $black;

                  display: flex;
                  align-items: flex-start;

                  padding: 19px 0;
              }

              .cont__item {
                  display: flex;
                  align-items: center;
                  column-gap: 10px;

                  border-bottom: 1px solid $black;
                  padding: 20px 0 19px;

                  @include desktop-1280 {
                      border-bottom: none;
                      padding: 0 30px;
                  }

                  @include desktop-1600 {
                      padding: 0 80px;
                  }

                  &:first-child {
                      @include desktop-1280 {
                          border-right: 1px solid $black;
                          padding-left: 0;
                      }

                      @include desktop-1600 {
                          width: 40%;
                      }
                  }

                  &:nth-child(2) {
                      @include desktop-1280 {
                          padding-right: 0;
                      }
                  }

                  .cont__icon {
                      width: 40px;
                      height: 40px;

                      svg {
                          width: 40px;
                          height: 40px;
                      }
                  }

                  .cont__text {

                      span {
                          display: inline-block;

                          @include font-semibold;
                          font-size: 1.071rem;
                          line-height: 1.33;


                          margin-bottom: 2px;

                          @include desktop-1280 {
                              margin-bottom: 1px;
                          }

                          strong {
                              @include font-extrabold;
                          }
                      }

                      p {
                          margin-bottom: 0;
                      }

                  }
              }
          }
      }

  }

  .cont__description {
      margin-top: 29px;
      margin-bottom: 30px;

      @include desktop-1280 {
          margin-top: 39px;
          margin-bottom: 52px;
      }

      h2 {
          letter-spacing: normal;
      }
  }

  .cont__top--product {
      display: none;
      width: 100%;

      @include tablet {
          display: block;
      }

      @include desktop {
          display: none;
      }
  }*/
}
.woocommerce-page div.type-product .cont__bottom--product {
  width: 100%;
  margin-top: 41px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__bottom--product {
    margin-top: 154px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__bottom--product {
    margin-top: 87px;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__bottom--product {
    margin-top: 95px;
  }
}
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1920px) {
  .woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
    margin-right: -47px;
  }
}
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products .cont__text {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products .cont__featured_products {
  padding-bottom: 50px;
}
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products .cont__featured_products .next-featuredproducts,
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products .cont__featured_products .prev-featuredproducts {
  top: inherit;
  bottom: 0;
}
.woocommerce-page div.type-product .woocommerce-tabs {
  width: 100%;
}
.woocommerce-page div.type-product .section__cross-selling {
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .section__cross-selling {
    margin-top: 84px;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.2;
  color: #245ded;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.11;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 32px;
  }
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #245ded;
}

.woocommerce-page.single-product .woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}
.woocommerce-page div.type-product .cont__cart {
  margin-top: 40px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart {
    margin-top: 21px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple {
  display: grid;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  padding: 10px 0;
  margin-bottom: 0;
  border-top: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart {
    justify-content: inherit;
    column-gap: 0;
    padding: 0;
    border-top: none;
    border-left: 1px solid #d8d8d8;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart:before, .woocommerce-page div.type-product .cont__cart .product-simple form.cart:after {
  content: none;
}
.woocommerce-page div.type-product .cont__cart .product-simple .price,
.woocommerce-page div.type-product .cont__cart .product-variation .price {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.429rem;
  line-height: 1.2;
  color: #46a730;
  margin-bottom: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 10px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart .product-simple .price,
  .woocommerce-page div.type-product .cont__cart .product-variation .price {
    font-size: 2.143rem;
    line-height: 0.8;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple .price del,
.woocommerce-page div.type-product .cont__cart .product-variation .price del {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.071rem;
  line-height: 1.33;
  color: rgba(102, 102, 102, 0.4);
  order: 1;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart .product-simple .price del,
  .woocommerce-page div.type-product .cont__cart .product-variation .price del {
    font-size: 1.429rem;
    line-height: 1.2;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple .price del .woocommerce-Price-currencySymbol,
.woocommerce-page div.type-product .cont__cart .product-variation .price del .woocommerce-Price-currencySymbol {
  font-size: 100%;
}
.woocommerce-page div.type-product .cont__cart .product-simple .price ins,
.woocommerce-page div.type-product .cont__cart .product-variation .price ins {
  text-decoration: none;
}
.woocommerce-page div.type-product .cont__cart .product-simple .price .woocommerce-Price-currencySymbol,
.woocommerce-page div.type-product .cont__cart .product-variation .price .woocommerce-Price-currencySymbol {
  font-size: 1.333rem;
}
.woocommerce-page div.type-product .cont__cart .product-simple .price .tiered-pricing-dynamic-price-wrapper,
.woocommerce-page div.type-product .cont__cart .product-variation .price .tiered-pricing-dynamic-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart .product-simple .price .tiered-pricing-dynamic-price-wrapper,
  .woocommerce-page div.type-product .cont__cart .product-variation .price .tiered-pricing-dynamic-price-wrapper {
    column-gap: 20px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple .quantity,
.woocommerce-page div.type-product .cont__cart .product-variation .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: inherit;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple .quantity,
  .woocommerce-page div.type-product .cont__cart .product-variation .quantity {
    margin: 0 30px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple .quantity button,
.woocommerce-page div.type-product .cont__cart .product-variation .quantity button {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 0;
  color: #000;
  background: transparent;
  border: 1px solid #13244e;
  border-radius: 50%;
  width: 25px;
  max-width: 25px;
  height: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-page div.type-product .cont__cart .product-simple .quantity button span,
.woocommerce-page div.type-product .cont__cart .product-variation .quantity button span {
  display: block;
}
.woocommerce-page div.type-product .cont__cart .product-simple .quantity button.minus span,
.woocommerce-page div.type-product .cont__cart .product-variation .quantity button.minus span {
  margin-top: -4px;
}
.woocommerce-page div.type-product .cont__cart .product-simple .quantity button:hover,
.woocommerce-page div.type-product .cont__cart .product-variation .quantity button:hover {
  border-color: #46a730;
}
.woocommerce-page div.type-product .cont__cart .product-simple .quantity input,
.woocommerce-page div.type-product .cont__cart .product-variation .quantity input {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.429rem;
  line-height: 1.25;
  color: #000;
  border: none;
  -moz-appearance: textfield;
  width: 64px;
  padding: 0;
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__cart .product-simple .quantity input,
  .woocommerce-page div.type-product .cont__cart .product-variation .quantity input {
    width: 107px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple .quantity input::-webkit-outer-spin-button,
.woocommerce-page div.type-product .cont__cart .product-simple .quantity input::-webkit-inner-spin-button,
.woocommerce-page div.type-product .cont__cart .product-variation .quantity input::-webkit-outer-spin-button,
.woocommerce-page div.type-product .cont__cart .product-variation .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-page div.type-product .cont__cart .product-simple button.single_add_to_cart_button,
.woocommerce-page div.type-product .cont__cart .product-variation button.single_add_to_cart_button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__cart .product-simple button.single_add_to_cart_button,
  .woocommerce-page div.type-product .cont__cart .product-variation button.single_add_to_cart_button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple button.single_add_to_cart_button:hover,
.woocommerce-page div.type-product .cont__cart .product-variation button.single_add_to_cart_button:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-page div.type-product .cont__cart .product-simple button.single_add_to_cart_button:disabled,
.woocommerce-page div.type-product .cont__cart .product-variation button.single_add_to_cart_button:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__cart .product-simple button.single_add_to_cart_button,
.woocommerce-page div.type-product .cont__cart .product-variation button.single_add_to_cart_button {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.929rem;
  line-height: 1.54;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #46a730;
  color: #fff;
  min-height: 44px;
  margin: 0;
  padding: 10px 34px;
  float: inherit;
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__cart .product-simple button.single_add_to_cart_button,
  .woocommerce-page div.type-product .cont__cart .product-variation button.single_add_to_cart_button {
    min-height: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .woocommerce-page div.type-product .cont__cart .product-simple button.single_add_to_cart_button,
  .woocommerce-page div.type-product .cont__cart .product-variation button.single_add_to_cart_button {
    padding: 15px 147px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple button.single_add_to_cart_button:hover,
.woocommerce-page div.type-product .cont__cart .product-variation button.single_add_to_cart_button:hover {
  background-color: #46a730;
  color: #fff;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations {
    margin-bottom: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations {
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations {
    margin-bottom: 36px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr th.label {
  text-align: left;
  padding: 0;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value select {
  min-width: inherit;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0;
  border: 1px solid #46a730;
  margin: 0;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0;
  margin: 0;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .reset_variations {
  display: none !important;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap {
  display: grid;
  row-gap: 15px;
  border-top: 1px solid #13244e;
  border-bottom: 1px solid #13244e;
  padding: 24px 0 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 34px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-grow: 1;
    justify-content: flex-end;
  }
}

.woocommerce ul.products li.product,
.cont__featured_products .product,
.menu_featured_products .product {
  position: relative;
  background-color: #f6f6f8;
  overflow: hidden;
}
.woocommerce ul.products li.product:hover .cont__info,
.cont__featured_products .product:hover .cont__info,
.menu_featured_products .product:hover .cont__info {
  transform: translateY(0);
}
.woocommerce ul.products li.product .cont__top,
.cont__featured_products .product .cont__top,
.menu_featured_products .product .cont__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  padding: 14px 18px;
}
.woocommerce ul.products li.product .cont__top .product-title,
.cont__featured_products .product .cont__top .product-title,
.menu_featured_products .product .cont__top .product-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.86;
  color: #13244e;
  margin: 0;
}
.woocommerce ul.products li.product .cont__top .product-price,
.cont__featured_products .product .cont__top .product-price,
.menu_featured_products .product .cont__top .product-price {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.44;
  text-align: right;
  color: #46a730;
}
.woocommerce ul.products li.product .cont__top .product-price .no-price,
.cont__featured_products .product .cont__top .product-price .no-price,
.menu_featured_products .product .cont__top .product-price .no-price {
  font-size: 0.933rem;
  line-height: 1.14;
}
.woocommerce ul.products li.product .product-thumb,
.cont__featured_products .product .product-thumb,
.menu_featured_products .product .product-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.woocommerce ul.products li.product .product-thumb img,
.cont__featured_products .product .product-thumb img,
.menu_featured_products .product .product-thumb img {
  display: block;
  mix-blend-mode: multiply;
  margin: 0 auto;
  border: none;
}
.woocommerce ul.products li.product .cont__info,
.cont__featured_products .product .cont__info,
.menu_featured_products .product .cont__info {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.88);
  padding-top: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce ul.products li.product .cont__info .product-specs,
.cont__featured_products .product .cont__info .product-specs,
.menu_featured_products .product .cont__info .product-specs {
  display: grid;
  row-gap: 12px;
  margin-bottom: 16px;
  padding: 0 18px;
}
.woocommerce ul.products li.product .cont__info .product-specs .spec-item .spec-label,
.cont__featured_products .product .cont__info .product-specs .spec-item .spec-label,
.menu_featured_products .product .cont__info .product-specs .spec-item .spec-label {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.13;
  color: #787878;
  margin-bottom: 4px;
}
.woocommerce ul.products li.product .cont__info .product-specs .spec-item .spec-value,
.cont__featured_products .product .cont__info .product-specs .spec-item .spec-value,
.menu_featured_products .product .cont__info .product-specs .spec-item .spec-value {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #13244e;
}
.woocommerce ul.products li.product .cont__info .product-buttons,
.cont__featured_products .product .cont__info .product-buttons,
.menu_featured_products .product .cont__info .product-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.woocommerce ul.products li.product .cont__info .product-buttons.catalog,
.cont__featured_products .product .cont__info .product-buttons.catalog,
.menu_featured_products .product .cont__info .product-buttons.catalog {
  grid-template-columns: 1fr;
}
.woocommerce ul.products li.product .cont__info .product-buttons a,
.cont__featured_products .product .cont__info .product-buttons a,
.menu_featured_products .product .cont__info .product-buttons a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem !important;
  line-height: 1.25 !important;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce ul.products li.product .cont__info .product-buttons a.add_to_cart_button,
.cont__featured_products .product .cont__info .product-buttons a.add_to_cart_button,
.menu_featured_products .product .cont__info .product-buttons a.add_to_cart_button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce ul.products li.product .cont__info .product-buttons a.add_to_cart_button,
  .cont__featured_products .product .cont__info .product-buttons a.add_to_cart_button,
  .menu_featured_products .product .cont__info .product-buttons a.add_to_cart_button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce ul.products li.product .cont__info .product-buttons a.add_to_cart_button:hover,
.cont__featured_products .product .cont__info .product-buttons a.add_to_cart_button:hover,
.menu_featured_products .product .cont__info .product-buttons a.add_to_cart_button:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce ul.products li.product .cont__info .product-buttons a.add_to_cart_button:disabled,
.cont__featured_products .product .cont__info .product-buttons a.add_to_cart_button:disabled,
.menu_featured_products .product .cont__info .product-buttons a.add_to_cart_button:disabled {
  opacity: 0.7;
}
.woocommerce ul.products li.product .cont__info .product-buttons a.add_to_cart_button,
.cont__featured_products .product .cont__info .product-buttons a.add_to_cart_button,
.menu_featured_products .product .cont__info .product-buttons a.add_to_cart_button {
  background-color: #46a730;
  color: #fff;
}
.woocommerce ul.products li.product .cont__info .product-buttons a.add_to_cart_button:hover,
.cont__featured_products .product .cont__info .product-buttons a.add_to_cart_button:hover,
.menu_featured_products .product .cont__info .product-buttons a.add_to_cart_button:hover {
  background-color: #358b22;
  color: #fff;
}
#woocommerce-wrapper .product__list_wrapper {
  margin-bottom: 46px;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
  }
}
#woocommerce-wrapper .product__list_wrapper .facetwp-flyout-open {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  #woocommerce-wrapper .product__list_wrapper .facetwp-flyout-open {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
#woocommerce-wrapper .product__list_wrapper .facetwp-flyout-open:hover {
  text-decoration: none;
  color: #46a730;
}
#woocommerce-wrapper .product__list_wrapper .facetwp-flyout-open:disabled {
  opacity: 0.7;
}
#woocommerce-wrapper .product__list_wrapper .facetwp-flyout-open {
  background-color: transparent;
  color: #1f356e;
  border: solid 1px #13244e;
}
#woocommerce-wrapper .product__list_wrapper .facetwp-flyout-open:hover {
  color: #fff;
  border-color: #1f356e;
  background-color: #1f356e;
}
#woocommerce-wrapper .product__list_wrapper .facetwp-flyout-open {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .facetwp-flyout-open {
    display: none;
  }
}
#woocommerce-wrapper .product__list_wrapper .cont__sidebar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .cont__sidebar {
    display: block;
    position: sticky;
    top: 24px;
    height: fit-content;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    width: calc(24% + 10px);
  }
}
@media only screen and (min-width: 1440px) {
  #woocommerce-wrapper .product__list_wrapper .cont__sidebar {
    width: 282px;
  }
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .product__list {
    width: 68%;
  }
}
@media only screen and (min-width: 1440px) {
  #woocommerce-wrapper .product__list_wrapper .product__list {
    width: calc(100% - 272px - 115px);
  }
}
#woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-total_results {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-total_results {
    display: block;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.933rem;
    line-height: 1.43;
    color: #bababa;
    margin-bottom: 16px;
  }
}
#woocommerce-wrapper .product__list_wrapper .product__list ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  column-gap: 3px;
  row-gap: 3px;
  width: 100%;
}
#woocommerce-wrapper .product__list_wrapper .product__list ul.products:before {
  content: none;
}
#woocommerce-wrapper .product__list_wrapper .product__list ul.products li.product {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1440px) {
  #woocommerce-wrapper .product__list_wrapper .product__list ul.products li.product:only-child {
    width: 50%;
  }
}
#woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-load_more {
  text-align: center;
  margin: 30px auto 0;
}
#woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-load_more .facetwp-load-more {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  #woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-load_more .facetwp-load-more {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
#woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-load_more .facetwp-load-more:hover {
  text-decoration: none;
  color: #46a730;
}
#woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-load_more .facetwp-load-more:disabled {
  opacity: 0.7;
}
#woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-load_more .facetwp-load-more {
  background-color: transparent;
  color: #1f356e;
  border: solid 1px #13244e;
}
#woocommerce-wrapper .product__list_wrapper .product__list .facetwp-facet-load_more .facetwp-load-more:hover {
  color: #fff;
  border-color: #1f356e;
  background-color: #1f356e;
}

.woocommerce nav.woocommerce-pagination {
  width: 100%;
  margin-top: 50px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  background-color: #46a730;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
  background-color: #46a730;
  color: #fff;
}

.facetwp-filter,
.flyout-row {
  margin-bottom: 44px;
}
.facetwp-filter.facetwp-filter--propulsion,
.flyout-row.facetwp-filter--propulsion {
  margin-bottom: 0;
}
.facetwp-filter.facetwp-filter--propulsion .facetwp-facet,
.flyout-row.facetwp-filter--propulsion .facetwp-facet {
  margin-bottom: 0;
}
.facetwp-filter.name-reset_filters h3,
.flyout-row.name-reset_filters h3 {
  display: none;
}
.facetwp-filter label,
.facetwp-filter h3,
.flyout-row label,
.flyout-row h3 {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  text-transform: uppercase;
  color: #13244e;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: solid 1px #e7e7e7;
}
.facetwp-filter .facetwp-type-slider,
.flyout-row .facetwp-type-slider {
  margin-top: 21px;
}
.facetwp-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider,
.flyout-row .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider {
  height: 4px;
  border: none;
  background: #f3f3f3;
}
.facetwp-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-connect,
.flyout-row .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-connect {
  background: #13244e;
}
.facetwp-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-base,
.facetwp-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-connects,
.flyout-row .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-base,
.flyout-row .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-connects {
  z-index: 0;
}
.facetwp-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-handle,
.flyout-row .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-handle {
  width: 14px;
  height: 14px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background: #13244e;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.facetwp-filter .facetwp-type-slider .facetwp-slider-label,
.flyout-row .facetwp-type-slider .facetwp-slider-label {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  text-align: right;
  color: #13244e;
}
.facetwp-filter .facetwp-type-slider .facetwp-slider-reset,
.flyout-row .facetwp-type-slider .facetwp-slider-reset {
  display: none;
}
.facetwp-filter .facetwp-type-checkboxes,
.flyout-row .facetwp-type-checkboxes {
  display: grid;
  row-gap: 8px;
}
.facetwp-filter .facetwp-type-checkboxes .facetwp-checkbox,
.flyout-row .facetwp-type-checkboxes .facetwp-checkbox {
  position: relative;
  background: none;
  padding-left: 32px;
}
.facetwp-filter .facetwp-type-checkboxes .facetwp-checkbox:before,
.flyout-row .facetwp-type-checkboxes .facetwp-checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: solid 1px #e7e7e7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.facetwp-filter .facetwp-type-checkboxes .facetwp-checkbox:hover:before,
.flyout-row .facetwp-type-checkboxes .facetwp-checkbox:hover:before {
  border-color: #13244e;
}
.facetwp-filter .facetwp-type-checkboxes .facetwp-checkbox.checked:before,
.flyout-row .facetwp-type-checkboxes .facetwp-checkbox.checked:before {
  border-color: #13244e;
  background-color: #13244e;
}
.facetwp-filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value,
.flyout-row .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  color: #13244e;
}
.facetwp-filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter,
.flyout-row .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}

button.facetwp-reset {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  button.facetwp-reset {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
button.facetwp-reset:hover {
  text-decoration: none;
  color: #46a730;
}
button.facetwp-reset:disabled {
  opacity: 0.7;
}
button.facetwp-reset {
  background-color: transparent;
  color: #1f356e;
  border: solid 1px #13244e;
}
button.facetwp-reset:hover {
  color: #fff;
  border-color: #1f356e;
  background-color: #1f356e;
}
@media only screen and (min-width: 1024px) {
  button.facetwp-reset {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  button.facetwp-reset {
    font-size: 1rem;
    line-height: 1.25;
    padding: 10px 25px;
  }
}

.facetwp-flyout {
  width: 90% !important;
  max-width: 400px !important;
}
@media only screen and (min-width: 1024px) {
  .facetwp-flyout {
    display: none;
  }
}
.facetwp-flyout .facetwp-flyout-close {
  position: relative;
  font-size: 0;
}
.facetwp-flyout .facetwp-flyout-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  top: 10px;
  right: 15px;
  color: #13244e;
}
.facetwp-flyout .facetwp-flyout-wrap .facetwp-flyout-content {
  padding-right: 24px;
  padding-left: 24px;
}

body.tax-product_cat .facetwp-filter--price_rent {
  display: none;
}
body.tax-product_cat[class*=term-][class*=-alquiler] .facetwp-filter--price {
  display: none;
}
body.tax-product_cat[class*=term-][class*=-alquiler] .facetwp-filter--price_rent {
  display: block;
}

body.dgwt-wcas-focused::before,
body.dgwt-wcas-open::before {
  opacity: 0.8;
  visibility: visible;
}
body.dgwt-wcas-focused .dgwt-wcas-search-wrapp,
body.dgwt-wcas-open .dgwt-wcas-search-wrapp {
  position: relative !important;
}
@media only screen and (min-width: 1024px) {
  body.dgwt-wcas-focused .dgwt-wcas-search-wrapp .dgwt-wcas-search-form input,
  body.dgwt-wcas-open .dgwt-wcas-search-wrapp .dgwt-wcas-search-form input {
    color: #fff !important;
    min-width: 315px !important;
  }
}
body.dgwt-wcas-focused .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-close,
body.dgwt-wcas-open .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-close {
  display: flex !important;
}

.dgwt-wcas-details-wrapp {
  width: 344px;
  border-radius: 0 !important;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-details-space {
  padding: 0;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-datails-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.2;
  color: #13244e;
  border-color: #e7e7e7;
  padding-bottom: 8px;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-datails-title .dgwt-wcas-details-title-tax {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-details-product-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.467rem;
  line-height: 1.2;
  color: #1f356e;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-pd-price {
  margin-top: 10px;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-pd-price .amount {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.2;
  color: #1f356e;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-details-desc {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.3;
  color: #12163e;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form {
  flex-direction: column;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: inherit;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity {
    margin: 0 30px 15px;
  }
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity button {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 0;
  color: #000;
  background: transparent;
  border: 1px solid #13244e;
  border-radius: 50%;
  width: 25px;
  max-width: 25px;
  height: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity button span {
  display: block;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity button.minus span {
  margin-top: -4px;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity button:hover {
  border-color: #46a730;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity input {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.429rem;
  line-height: 1.25;
  color: #000;
  border: none;
  -moz-appearance: textfield;
  width: 64px;
  padding: 0;
}
@media only screen and (min-width: 1600px) {
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity input {
    width: 107px;
  }
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity input::-webkit-outer-spin-button,
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form .woocommerce.add_to_cart_inline {
  width: 100%;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form a.button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form a.button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form a.button:hover {
  text-decoration: none;
  color: #46a730;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form a.button:disabled {
  opacity: 0.7;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form a.button {
  background-color: #1f356e;
  color: #fff;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form a.button:hover {
  background-color: #13244e;
  color: #fff;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner form.dgwt-wcas-pd-addtc-form a.button {
  width: 100%;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-tax-product-details {
  padding: 0;
  margin-bottom: 8px;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-tax-product-details:after {
  content: none;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-tax-product-details .dgwt-wcas-tpd-image {
  width: 38px;
  height: 48px;
  padding: 0;
  border: none;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-tax-product-details .dgwt-wcas-tpd-rest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  max-width: initial;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-tax-product-details .dgwt-wcas-tpd-rest .dgwt-wcas-tpd-rest-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.3;
  color: #12163e;
  margin-bottom: 0;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-inner .dgwt-wcas-tax-product-details .dgwt-wcas-tpd-rest .dgwt-wcas-tpd-price {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.3;
  color: #12163e;
  margin-top: 0;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-more-products {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.3;
  text-transform: initial;
  color: #959595;
  border: none;
  padding: 0;
}

.dgwt-wcas-suggestions-wrapp {
  border-radius: 0 !important;
}
.dgwt-wcas-suggestions-wrapp .js-dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.2;
  color: #13244e;
  border-color: #e7e7e7;
  padding-bottom: 8px;
}
.dgwt-wcas-suggestions-wrapp a.dgwt-wcas-suggestion > span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.3;
  color: #12163e;
}
.dgwt-wcas-suggestions-wrapp a.dgwt-wcas-suggestion > span strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.dgwt-wcas-suggestions-wrapp a.dgwt-wcas-suggestion .dgwt-wcas-si {
  min-width: 38px;
}
.dgwt-wcas-suggestions-wrapp a.dgwt-wcas-suggestion .dgwt-wcas-si img {
  padding: 0;
  border: none;
}
.dgwt-wcas-suggestions-wrapp a.dgwt-wcas-suggestion .dgwt-wcas-content-wrapp {
  padding-left: 16px;
}
.dgwt-wcas-suggestions-wrapp a.dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-st-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.3;
  color: #12163e;
}
.dgwt-wcas-suggestions-wrapp a.dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-st-title strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.dgwt-wcas-suggestions-wrapp a.dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-meta .amount {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.3;
  color: #12163e;
}

.js-dgwt-wcas-overlay-mobile form.dgwt-wcas-search-form input {
  color: #000;
}

#woofc-area.woofc-area {
  box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area {
    max-width: 632px;
  }
}
#woofc-area.woofc-area .product-item-thumbnail {
  display: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top {
  background: transparent;
  height: 90px;
  padding: 0 38px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-top {
    height: 100px;
    padding: 0 42px 0 58px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top > span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.67;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #221e1f;
  border-bottom: 1px solid #13244e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  padding-bottom: 9px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top .woofc-close {
  top: 40px;
  right: 6px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-top .woofc-close {
    top: 50px;
    right: 13px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top .woofc-close i {
  font-size: 27px;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13244e;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top .woofc-close i:hover {
  background-color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid {
  padding: 0;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item {
  padding: 0 38px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item {
    padding: 0 42px 0 58px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #a5a5a5;
  border-top: none;
  padding: 15px 0 16px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
  position: relative;
  width: 16%;
  flex: inherit;
  margin-right: 0;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
    width: 15%;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.03;
  pointer-events: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
  flex: inherit;
  margin: 0 0 0 20px;
  width: 50%;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #46a730;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    display: block;
    margin-bottom: 9px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price .wpd-discount-price {
  opacity: 1 !important;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price .wpd-discount-price bdi {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.83;
  color: #46a730;
  opacity: 1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price > .woocommerce-Price-amount bdi {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #221e1f;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price > .woocommerce-Price-amount bdi span {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
  width: 26%;
  margin-left: auto;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
  font-size: 34px;
  font-weight: 400;
  background-color: transparent;
  color: #46a730;
  width: 58px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: inherit !important;
  width: 55px !important;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .quantity {
    width: 15px !important;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .quantity input {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  text-align: center;
  color: #221e1f;
  background-color: transparent;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus {
  font-size: 29px;
  font-weight: 400;
  background-color: transparent;
  color: #46a730;
  margin-top: 1px;
  width: 58px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
  right: -24px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-link .woofc-empty-cart {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  text-transform: initial;
  text-decoration: none;
  border: none;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data {
  border-top: 1px solid #13244e;
  padding: 22px 0 20px;
  margin: 0 24px 0 38px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data {
    margin: 0 42px 0 58px;
    padding: 20px 0 16px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data:empty {
  display: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data.woofc-free-shipping-bar {
  padding: 0;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar .wpcfb-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.25;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar .wpcfb-message {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.25;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar .wpcfb-message > span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data > .woofc-data-left {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  letter-spacing: normal;
  color: #221e1f;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data #woofc-total bdi {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  text-align: right;
  color: #221e1f;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action {
  padding: 0;
  margin: 0 24px 0 38px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action {
    margin: 0 42px 0 58px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner a {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner a {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner a:hover {
  text-decoration: none;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner a:disabled {
  opacity: 0.7;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner a {
  background-color: #46a730;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner a:hover {
  background-color: #358b22;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner a {
  height: initial;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left {
  margin: 0;
  width: 100%;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart:hover {
  text-decoration: none;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart:disabled {
  opacity: 0.7;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart {
  background-color: #1f356e;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart:hover {
  background-color: #13244e;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart {
  height: initial;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right {
  margin: 0;
  width: 100%;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right .woofc-action-checkout {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right .woofc-action-checkout {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right .woofc-action-checkout:hover {
  text-decoration: none;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right .woofc-action-checkout:disabled {
  opacity: 0.7;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right .woofc-action-checkout {
  background-color: #46a730;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right .woofc-action-checkout:hover {
  background-color: #358b22;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested {
  margin: 22px 24px 0 38px;
  padding: 0;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested {
    margin: 13px 42px 0 58px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-heading {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  color: #13244e;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-image {
  width: 80px;
  flex: 0 0 80px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info {
  margin-right: 58px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-name {
  margin-bottom: 6px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-name a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.67;
  color: #46a730;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-name a {
    font-size: 1rem;
    line-height: 1.33;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-price {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  color: #221e1f;
  opacity: 0.5;
  margin-bottom: 10px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a:hover {
  text-decoration: none;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a:disabled {
  opacity: 0.7;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.67;
  border-radius: 0;
  width: 100%;
  max-width: 255px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a {
    font-size: 0.8rem;
    line-height: 1.67;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-continue {
  margin-top: 18px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-continue {
    margin-top: 26px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-continue span.woofc-continue-url {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.43;
  letter-spacing: 0.7px;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells {
  order: -1;
  margin-bottom: 15px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-heading {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  opacity: 0.5;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 7px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-image {
  position: relative;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.03;
  pointer-events: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li {
  width: 8px;
  height: 8px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li.slick-active button, #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li:hover button {
  background-color: #000;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li button:before {
  content: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button:hover {
  text-decoration: none;
  color: #46a730;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button:disabled {
  opacity: 0.7;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button {
  padding: 7px 20px;
  margin-left: 0;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-price {
  opacity: 1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-price del {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.83;
  color: #46a730;
  opacity: 1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-price ins {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.11;
  text-decoration: none;
  color: #46a730;
}
@media only screen and (min-width: 1600px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-price ins {
    font-size: 16px;
    line-height: 1.88;
  }
}

.wpcfb-progress-animated .wpcfb-progress-bar {
  background-color: #f9f9f9 !important;
  height: 5px;
}
.wpcfb-progress-animated .wpcfb-progress-bar .wpcfb-progress-amount {
  background-color: #40b74c !important;
  height: 5px;
}

html:lang(es-ES) .woofc-suggested-product-atc .add-to-cart-container a::after {
  content: "Ver producto";
}

html:lang(ca) .woofc-suggested-product-atc .add-to-cart-container a::after {
  content: "Veure producte";
}

html:lang(en-US) .woofc-suggested-product-atc .add-to-cart-container a::after {
  content: "See product";
}

html:lang(fr-FR) .woofc-suggested-product-atc .add-to-cart-container a::after {
  content: "Voir le produit";
}

.woocommerce-cart .entry-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .entry-header {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items thead .wc-block-cart-items__header {
    font-size: 1.2rem;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cac8c6;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row:last-of-type {
  padding-bottom: 15;
  border: 0;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    justify-content: stretch;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin-right: 30px;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper .price {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 1.2rem;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block label:has(input[type=checkbox]),
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block label:has(input[type=radio]) {
  color: #000;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block input[type=radio]:checked {
  background-color: transparent;
  box-shadow: none;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
    flex-wrap: nowrap;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .components-button {
  width: 100%;
  margin: 10px 0 0;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .components-button {
    width: initial;
    margin: 0 0 0 15px;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__value {
  white-space: break-spaces;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-shipping-block a {
  font-size: 0.8rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__description {
  text-align: right;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a:disabled {
  opacity: 0.7;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
  background-color: #1f356e;
  color: #fff;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a:hover {
  background-color: #13244e;
  color: #fff;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
  border-radius: 0;
}
.woocommerce-cart .wc-block-components-totals-wrapper {
  border-top: 1px solid #cac8c6;
}

.cont__steps {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cont__steps {
    column-gap: 36px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__steps {
    column-gap: 57px;
  }
}
.cont__steps:before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7a7a7a;
}
@media only screen and (min-width: 1279px) {
  .cont__steps:before {
    bottom: 12px;
  }
}
.cont__steps .cont__step {
  position: relative;
  padding-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .cont__steps .cont__step {
    padding-bottom: 25px;
  }
}
.cont__steps .cont__step:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: #46a730;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__steps .cont__step span {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #13244e;
}
@media only screen and (min-width: 768px) {
  .cont__steps .cont__step span {
    font-size: 0.933rem;
    line-height: 2.14;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__steps .cont__step span {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

.woocommerce-checkout label:has(input[type=checkbox]),
.woocommerce-checkout label:has(input[type=radio]) {
  color: #000;
}
.woocommerce-checkout input[type=radio]:checked {
  background-color: transparent;
  box-shadow: none;
}
.woocommerce-checkout .cont__steps .cont__step.cont__step--1:before, .woocommerce-checkout .cont__steps .cont__step.cont__step--3:before {
  opacity: 0;
}
.woocommerce-checkout .cont__steps .cont__step.cont__step--3 {
  opacity: 0.6;
}

.woocommerce-cart .cont__steps .cont__step.cont__step--2:before, .woocommerce-cart .cont__steps .cont__step.cont__step--3:before {
  opacity: 0;
}
.woocommerce-cart .cont__steps .cont__step.cont__step--2, .woocommerce-cart .cont__steps .cont__step.cont__step--3 {
  opacity: 0.6;
}

.woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--1:before, .woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--2:before {
  opacity: 0;
}
.woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--3:before {
  opacity: 1;
}
.woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--1, .woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--2, .woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--3 {
  opacity: 1;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table {
  border: none;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table th {
  border: none;
  padding-left: 0;
  padding-bottom: 0;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
  font-size: 1.3rem;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
    font-size: 1.6rem;
  }
}

.woocommerce-page .wp-block-woocommerce-checkout {
  margin-bottom: 100px;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {
  text-decoration: none;
  color: #46a730;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:disabled {
  opacity: 0.7;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  background-color: #1f356e;
  color: #fff;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {
  background-color: #13244e;
  color: #fff;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  border-radius: 0;
}

.wc-block-components-checkbox__mark {
  display: none;
}

table.wc-block-cart-items .wc-block-components-quantity-selector:after {
  content: none;
}
table.wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  font-size: 23px;
}

.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: none;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
  text-decoration: none;
  color: #46a730;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:disabled {
  opacity: 0.7;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background-color: #1f356e;
  color: #fff;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
  background-color: #13244e;
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    font-size: 1rem;
    padding: 14px 30px;
  }
}

.woocommerce-checkout .site-main .entry-content {
  max-width: initial !important;
  margin-bottom: 100px;
}
.woocommerce-checkout .select2-container.select2-container--open .select2-dropdown--below {
  margin-left: 0;
}
.woocommerce-checkout .wc-block-components-checkout-step__description {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #46a730;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input input[type=password],
.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=url],
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-textarea {
  background-color: transparent;
  color: #46a730;
  border: none;
  border-bottom: 1px solid #d0c8b5;
  border-radius: 0;
  outline: none;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=number]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=password]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=url]:focus,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-checkout .wc-block-components-textarea:focus {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d0c8b5;
  border-radius: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]::placeholder,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]::placeholder,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]::placeholder,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]::placeholder,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]::placeholder,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=email]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=number]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=password]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=tel]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=text]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=url]::placeholder,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select::placeholder,
.woocommerce-checkout .wc-block-components-textarea::placeholder {
  color: #46a730;
}
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input {
  background-color: transparent;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
  background-color: transparent;
}
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none;
  border: 1px solid #46a730;
  border-radius: 80px;
}
.woocommerce-checkout label:has(input[type=checkbox]) {
  color: #000;
}
.woocommerce-checkout label:has(input[type=checkbox]) a {
  color: #000;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.woocommerce-checkout input[type=checkbox],
.woocommerce-checkout input[type=radio] {
  min-height: 20px;
  border: 1px solid #46a730;
  background-color: transparent;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:hover,
.woocommerce-checkout input[type=checkbox]:hover,
.woocommerce-checkout input[type=radio]:hover {
  cursor: pointer;
  border-color: #000;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked,
.woocommerce-checkout input[type=checkbox]:checked,
.woocommerce-checkout input[type=radio]:checked {
  background-color: #46a730;
  border-color: #46a730;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #46a730;
}
.woocommerce-checkout input[type=radio] {
  border-radius: 50%;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.2;
  letter-spacing: normal !important;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:disabled {
  opacity: 0.7;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  background-color: #1f356e;
  color: #fff;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover {
  background-color: #13244e;
  color: #fff;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  border-radius: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce-page #payment #place_order {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
  .woocommerce-checkout .woocommerce #payment #place_order,
  .woocommerce-checkout .woocommerce-page #payment #place_order {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .woocommerce #payment #place_order:hover,
.woocommerce-checkout .woocommerce-page #payment #place_order:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:disabled,
.woocommerce-checkout .woocommerce #payment #place_order:disabled,
.woocommerce-checkout .woocommerce-page #payment #place_order:disabled {
  opacity: 0.7;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce-page #payment #place_order {
  background-color: #1f356e;
  color: #fff;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .woocommerce #payment #place_order:hover,
.woocommerce-checkout .woocommerce-page #payment #place_order:hover {
  background-color: #13244e;
  color: #fff;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce-page #payment #place_order {
  border-radius: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout .checkout-order-summary-block-fill {
  border: none !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-color: #46a730;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-panel,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-coupon,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-item {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-wrapper {
  border-color: #46a730;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper,
  .woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-wrapper {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-footer-item {
  margin-bottom: 30px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value span,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-footer-item .wc-block-components-totals-item__value span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-formatted-money-amount {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.133rem;
  line-height: 1.2;
  letter-spacing: normal !important;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
  .woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large {
  padding: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item {
  border-top: 1px solid #46a730;
  padding-top: 16px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  position: relative;
  margin: 0;
  /*&:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;

      width: 100%;
      height: 100%;

      background: url("/wp-content/themes/gorina/assets/Plantilla_Teixit_Beig.png");
      background-size: cover;
      background-repeat: no-repeat;
  }*/
}
@media only screen and (min-width: 1024px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image,
  .woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    min-width: 37%;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img,
  .woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
    max-width: 100%;
    min-width: 100%;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-product-name,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-product-name {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #46a730;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-product-name,
  .woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-product-name {
    display: block;
    margin-bottom: 9px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .price,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .price {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #46a730;
  padding: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-product-metadata,
.woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-order-summary.is-large .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  display: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form,
.woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form,
  .woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
    flex-wrap: nowrap;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text] {
  background-color: transparent;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button,
.woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button,
  .woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button:hover,
.woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button:hover {
  text-decoration: none;
  color: #46a730;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button:disabled,
.woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button:disabled {
  opacity: 0.7;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button,
.woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button {
  font-size: 1rem !important;
  border-color: #46a730;
  background-color: #46a730;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px !important;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button,
  .woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-button {
    width: initial;
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-checkout form.checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce-checkout form.checkout .woocommerce-NoticeGroup {
  width: 100%;
}
.woocommerce-checkout form.checkout .left-checkout {
  width: 100%;
}
.woocommerce-checkout form.checkout .left-checkout #customer_details:before, .woocommerce-checkout form.checkout .left-checkout #customer_details:after {
  content: none;
}
.woocommerce-checkout form.checkout .right-checkout {
  width: 100%;
}
.woocommerce-checkout .woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
}
.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td {
  border-width: 0 0 1px 0;
}
.woocommerce-checkout .woocommerce table.shop_table small {
  color: rgba(70, 167, 48, 0.8);
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce table.shop_table dl.variation {
  display: none;
}
.woocommerce-checkout #payment {
  background-color: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods .payment_box {
  background-color: rgba(70, 167, 48, 0.1);
}
.woocommerce-checkout #payment ul.payment_methods .payment_box:before {
  border-bottom-color: rgba(70, 167, 48, 0.1);
  top: -13px;
}
.woocommerce-checkout #payment ul.payment_methods img {
  margin-top: 10px !important;
}

.woocommerce-info {
  border-color: #46a730;
}
.woocommerce-info::before {
  color: #46a730;
}

.checkout_coupon.woocommerce-form-coupon button {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .checkout_coupon.woocommerce-form-coupon button {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
.checkout_coupon.woocommerce-form-coupon button:hover {
  text-decoration: none;
  color: #46a730;
}
.checkout_coupon.woocommerce-form-coupon button:disabled {
  opacity: 0.7;
}
.checkout_coupon.woocommerce-form-coupon button {
  background-color: #1f356e;
  color: #fff;
}
.checkout_coupon.woocommerce-form-coupon button:hover {
  background-color: #13244e;
  color: #fff;
}
.checkout_coupon.woocommerce-form-coupon button {
  border-radius: 0;
  padding: 8px 30px !important;
}

.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-width: 0 0 1px 0;
}
.woocommerce table.shop_table small {
  color: rgba(70, 167, 48, 0.8);
}
@media only screen and (min-width: 1024px) {
  .woocommerce table.shop_table .product-thumbnail img {
    min-width: 216px;
  }
}

body.woocommerce-checkout .site-main .entry-content .order-again a {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: #13244e;
  margin: 0 auto;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  body.woocommerce-checkout .site-main .entry-content .order-again a {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 18px 30px;
  }
}
body.woocommerce-checkout .site-main .entry-content .order-again a:hover {
  text-decoration: none;
  color: #46a730;
}
body.woocommerce-checkout .site-main .entry-content .order-again a:disabled {
  opacity: 0.7;
}
body.woocommerce-checkout .site-main .entry-content .order-again a {
  border-color: #46a730;
  background-color: #46a730;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
body.woocommerce-checkout .site-main .entry-content .order-again a:hover {
  border-color: #46a730;
  background-color: #46a730;
  color: #fff;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
}

.related-products {
  margin-top: 53px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .related-products {
    margin-top: 81px;
    margin-bottom: 84px;
  }
}
.related-products .cont__top {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .related-products .cont__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
  }
}
.related-products .cont__top .cont__pretitle {
  color: #245ded;
  margin-bottom: 23px;
}
.related-products .cont__top .cont__title h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #1f356e;
}
@media only screen and (min-width: 1024px) {
  .related-products .cont__top .cont__title h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .related-products .cont__top .cont__title h2 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.related-products .cont__products ul.products {
  margin-bottom: 0;
}
.related-products .cont__products ul.products li.product {
  width: 258px;
  height: auto;
  margin-bottom: 0;
}
.related-products .cont__products ul.products li.product .cont__info .product-buttons a {
  box-sizing: border-box;
}
.related-products .cont__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 -14px;
}
@media only screen and (min-width: 1024px) {
  .related-products .cont__pagination {
    display: none;
  }
}
.related-products .cont__pagination > div {
  font-size: 18px;
  position: relative;
  top: initial;
  bottom: initial;
  right: initial;
  left: initial;
  width: 88px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #13244e;
  background-color: #fff;
  color: #13244e;
  margin: 0;
}
.related-products .cont__pagination > div:after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .page-template-page-cero-accidentes .site-main {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-page-cero-accidentes article.page > .section__cta-text-image:nth-child(3) .cont__inner {
    padding-bottom: 245px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-cero-accidentes article.page > .section__cta-text-image:nth-child(3) .cont__inner .cont__image {
    right: -87px;
    max-width: 90%;
  }
}
.page-template-page-cero-accidentes .entry-header {
  position: relative;
  padding-bottom: 1px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-cero-accidentes .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 73px;
  }
}
.page-template-page-cero-accidentes .entry-header .cont__video {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-cero-accidentes .entry-header .cont__video {
    display: block;
  }
}
.page-template-page-cero-accidentes .entry-header .cont__video video {
  display: block;
  height: 100%;
  width: 96%;
  margin-left: auto;
  object-position: bottom;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-cero-accidentes .entry-header .cont__video video {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-cero-accidentes .entry-header .cont__titles {
    width: 63%;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-cero-accidentes .entry-header .cont__titles {
    width: 53%;
  }
}
.page-template-page-cero-accidentes .entry-header .cont__page-pretitle {
  margin-bottom: 11px;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-cero-accidentes .entry-header .cont__page-pretitle {
    margin-bottom: 59px;
  }
}
.page-template-page-cero-accidentes .entry-header .cont__page-pretitle h1 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #245ded;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-cero-accidentes .entry-header .cont__page-pretitle h1 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.page-template-page-cero-accidentes .entry-header .cont__text .title-1 {
  max-width: 90%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-cero-accidentes .entry-header .cont__text .title-1 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-cero-accidentes .entry-header .cont__text .title-1 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-cero-accidentes .entry-header .cont__text .title-1 {
    font-size: 6.667rem;
    line-height: 1;
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-cero-accidentes .entry-header .cont__text .text-important {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.133rem;
    line-height: 1.31;
  }
}
.page-template-page-cero-accidentes .entry-header .cont__text .text-important strong {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page-template-page-cero-accidentes .entry-header .cont__cta {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-cero-accidentes .entry-header .cont__cta {
    text-align: right;
    width: 35%;
    margin-right: -80px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-cero-accidentes .entry-header .cont__cta {
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-cero-accidentes .entry-header .cont__cta a {
    min-width: 413px;
  }
}

.page-template-page-flexible-hero-image .site-main {
  padding-top: 0;
}
.page-template-page-flexible-hero-image header.entry-header {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  min-height: 557px;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-flexible-hero-image header.entry-header {
    padding-top: 76px;
    padding-bottom: 76px;
    min-height: 756px;
  }
}
.page-template-page-flexible-hero-image header.entry-header .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-template-page-flexible-hero-image header.entry-header .featured-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(136deg, rgba(56, 99, 207, 0.9) 42%, rgba(78, 127, 255, 0.3) 73%);
}
.page-template-page-flexible-hero-image header.entry-header .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-flexible-hero-image header.entry-header .cont__page-pretitle {
  color: #fff;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-flexible-hero-image header.entry-header .cont__page-pretitle {
    margin-bottom: 25px;
  }
}
.page-template-page-flexible-hero-image header.entry-header .cont__page-pretitle h1 {
  color: #fff;
}
.page-template-page-flexible-hero-image header.entry-header .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  color: #fff;
  max-width: 667px;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-flexible-hero-image header.entry-header .cont__text {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.page-template-page-flexible-hero-image header.entry-header .cont__text h2 {
  font-size: 2.667rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-flexible-hero-image header.entry-header .cont__text h2 {
    max-width: 69%;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-flexible-hero-image header.entry-header .cont__text h2 {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 27px;
  }
}
.page-template-page-flexible-hero-image header.entry-header .cont__scroll {
  display: none;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.667rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  padding-left: 50px;
  position: absolute;
  bottom: 0;
  left: 90px;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-flexible-hero-image header.entry-header .cont__scroll {
    display: inline-block;
  }
}
.page-template-page-flexible-hero-image header.entry-header .cont__scroll:before {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 23px;
  bottom: -17px;
  left: -32px;
  transform: rotate(180deg);
  color: #13244e;
}
.page-template-page-flexible-hero-image header.entry-header .cont__scroll:after {
  content: "";
  position: absolute;
  font-size: 22px;
  height: 2px;
  width: 28px;
  bottom: -2px;
  left: -28px;
  background-color: #13244e;
}

@media only screen and (min-width: 768px) {
  .page-template-page-flexible .site-main {
    padding-top: 50px;
  }
}
.page-template-page-flexible .entry-header {
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-flexible .entry-header {
    padding-bottom: 32px;
  }
}
.page-template-page-flexible .entry-header .cont__pretitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 16px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-flexible .entry-header .cont__pretitle {
    margin-bottom: 24px;
  }
}
.page-template-page-flexible .entry-header .cont__page-pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #245ded;
}
.page-template-page-flexible .entry-header .cont__page-pretitle a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-flexible .entry-header h1.entry-title {
    width: 70%;
    max-width: 853px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-flexible .entry-header h1.entry-title {
    font-size: 4.667rem;
    line-height: 1.07;
    margin-bottom: 23px;
  }
}
.page-template-page-flexible .entry-header .cont__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  color: #1f356e;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-flexible .entry-header .cont__text {
    width: 70%;
    max-width: 773px;
  }
}

@media only screen and (min-width: 768px) {
  .page-template-page-flexible-no-header .site-main {
    padding-top: 0;
  }
}

.page-template-page-product-sales .entry-header,
.page-template-page-product-rentals .entry-header,
.page-template-page-product-ocasion .entry-header {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-product-sales .entry-header,
  .page-template-page-product-rentals .entry-header,
  .page-template-page-product-ocasion .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-product-sales .entry-header .cont__info,
  .page-template-page-product-rentals .entry-header .cont__info,
  .page-template-page-product-ocasion .entry-header .cont__info {
    width: 66%;
  }
}
.page-template-page-product-sales .entry-header .cont__info .cont__pretitle,
.page-template-page-product-rentals .entry-header .cont__info .cont__pretitle,
.page-template-page-product-ocasion .entry-header .cont__info .cont__pretitle {
  color: #245ded;
  margin-bottom: 21px;
}
.page-template-page-product-sales .entry-header .cont__info .cont__pretitle .pretitle,
.page-template-page-product-rentals .entry-header .cont__info .cont__pretitle .pretitle,
.page-template-page-product-ocasion .entry-header .cont__info .cont__pretitle .pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page-template-page-product-sales .entry-header .cont__info h1.entry-title,
.page-template-page-product-rentals .entry-header .cont__info h1.entry-title,
.page-template-page-product-ocasion .entry-header .cont__info h1.entry-title {
  color: #1f356e;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-product-sales .entry-header .cont__info h1.entry-title,
  .page-template-page-product-rentals .entry-header .cont__info h1.entry-title,
  .page-template-page-product-ocasion .entry-header .cont__info h1.entry-title {
    font-size: 4.667rem;
    line-height: 1.07;
  }
}
.page-template-page-product-sales .entry-header .cont__info .cont__text,
.page-template-page-product-rentals .entry-header .cont__info .cont__text,
.page-template-page-product-ocasion .entry-header .cont__info .cont__text {
  color: #1f356e;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-product-sales .entry-header .cont__info .cont__text,
  .page-template-page-product-rentals .entry-header .cont__info .cont__text,
  .page-template-page-product-ocasion .entry-header .cont__info .cont__text {
    font-size: 1.067rem;
    line-height: 1.38;
  }
}
.page-template-page-product-sales .entry-header .cont__info .cont__text .text-important,
.page-template-page-product-rentals .entry-header .cont__info .cont__text .text-important,
.page-template-page-product-ocasion .entry-header .cont__info .cont__text .text-important {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-product-sales .entry-header .cont__info .cont__text .text-important,
  .page-template-page-product-rentals .entry-header .cont__info .cont__text .text-important,
  .page-template-page-product-ocasion .entry-header .cont__info .cont__text .text-important {
    font-size: 1.6rem;
    line-height: 1.17;
  }
}
.page-template-page-product-sales .entry-header .cont__buttons,
.page-template-page-product-rentals .entry-header .cont__buttons,
.page-template-page-product-ocasion .entry-header .cont__buttons {
  display: grid;
  row-gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-product-sales .entry-header .cont__buttons,
  .page-template-page-product-rentals .entry-header .cont__buttons,
  .page-template-page-product-ocasion .entry-header .cont__buttons {
    width: 34%;
    margin-top: 36px;
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-product-sales .entry-header .cont__buttons,
  .page-template-page-product-rentals .entry-header .cont__buttons,
  .page-template-page-product-ocasion .entry-header .cont__buttons {
    margin-right: -140px;
  }
}
.page-template-page-product-sales .entry-header .cont__buttons > a,
.page-template-page-product-rentals .entry-header .cont__buttons > a,
.page-template-page-product-ocasion .entry-header .cont__buttons > a {
  display: block;
  margin: 0;
}

.cont__terms {
  border-top: solid 1.4px #e1e0e0;
}
.cont__terms .cont__term {
  border-bottom: solid 1.4px #e1e0e0;
  border-right: solid 1.4px #e1e0e0;
  min-height: 300px;
}
@media only screen and (min-width: 1440px) {
  .cont__terms .cont__term {
    min-height: 400px;
  }
}
.cont__terms .cont__term.cont__term--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__terms .cont__term a.term-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 32px 38px;
}
.cont__terms .cont__term a.term-card:hover .term-image img {
  filter: grayscale(0);
}
.cont__terms .cont__term a.term-card:hover .term-features .feature .feature-name {
  opacity: 1;
}
.cont__terms .cont__term a.term-card .term-features {
  display: grid;
  row-gap: 12px;
  margin-bottom: 32px;
}
.cont__terms .cont__term a.term-card .term-features .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.cont__terms .cont__term a.term-card .term-features .feature .feature-color {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.cont__terms .cont__term a.term-card .term-features .feature .feature-color.green {
  background-color: #46a730;
}
.cont__terms .cont__term a.term-card .term-features .feature .feature-color.blue {
  background-color: #1f356e;
}
.cont__terms .cont__term a.term-card .term-features .feature .feature-name {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.733rem;
  line-height: 1.09;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  color: #12163e;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__terms .cont__term a.term-card .term-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.cont__terms .cont__term a.term-card .term-image img {
  filter: grayscale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
}
.cont__terms .cont__term a.term-card .term-name {
  margin-top: auto;
}
.cont__terms .cont__term a.term-card .term-name h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.467rem;
  line-height: 1.14;
  color: #13244e;
  margin-bottom: 0;
}

.page-template-page-product-rentals .section__cross-selling .cont__items .cont__item:nth-child(3) {
  display: none;
}
.page-template-page-product-rentals .section__cross-selling .cont__items .cont__item:nth-child(4) {
  display: block;
}

.page-template-page-solicitar-presupuesto .solicitar-presupuesto,
.page-template-page-solicitar-presupuesto .solicitar-formacion {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-solicitar-presupuesto .solicitar-presupuesto,
  .page-template-page-solicitar-presupuesto .solicitar-formacion {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-solicitar-presupuesto .solicitar-presupuesto,
  .page-template-page-solicitar-presupuesto .solicitar-formacion {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-solicitar-presupuesto .solicitar-presupuesto > .container, .page-template-page-solicitar-presupuesto .section__hero-image .solicitar-presupuesto > .owl-dots, .section__hero-image .page-template-page-solicitar-presupuesto .solicitar-presupuesto > .owl-dots,
  .page-template-page-solicitar-presupuesto .solicitar-formacion > .container,
  .page-template-page-solicitar-presupuesto .section__hero-image .solicitar-formacion > .owl-dots,
  .section__hero-image .page-template-page-solicitar-presupuesto .solicitar-formacion > .owl-dots {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-solicitar-presupuesto .solicitar-presupuesto > .container, .page-template-page-solicitar-presupuesto .section__hero-image .solicitar-presupuesto > .owl-dots, .section__hero-image .page-template-page-solicitar-presupuesto .solicitar-presupuesto > .owl-dots,
  .page-template-page-solicitar-presupuesto .solicitar-formacion > .container,
  .page-template-page-solicitar-presupuesto .section__hero-image .solicitar-formacion > .owl-dots,
  .section__hero-image .page-template-page-solicitar-presupuesto .solicitar-formacion > .owl-dots {
    padding: 0 140px;
  }
}

@media only screen and (min-width: 1024px) {
  .solicitar-presupuesto .cont__inner,
  .solicitar-formacion .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.solicitar-presupuesto .cont__inner .cont__left,
.solicitar-formacion .cont__inner .cont__left {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .solicitar-presupuesto .cont__inner .cont__left,
  .solicitar-formacion .cont__inner .cont__left {
    width: 54%;
    min-height: 711px;
    padding: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .solicitar-presupuesto .cont__inner .cont__left,
  .solicitar-formacion .cont__inner .cont__left {
    width: calc(33.3333% - 12px);
    min-height: inherit;
  }
}
.solicitar-presupuesto .cont__inner .cont__left .cont__image,
.solicitar-formacion .cont__inner .cont__left .cont__image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .solicitar-presupuesto .cont__inner .cont__left .cont__image,
  .solicitar-formacion .cont__inner .cont__left .cont__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.solicitar-presupuesto .cont__inner .cont__left .cont__image img,
.solicitar-formacion .cont__inner .cont__left .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solicitar-presupuesto .cont__inner .cont__left .cont__image:before,
.solicitar-formacion .cont__inner .cont__left .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 62, 0.4);
}
.solicitar-presupuesto .cont__inner .cont__left .cont__title,
.solicitar-formacion .cont__inner .cont__left .cont__title {
  position: relative;
}
.solicitar-presupuesto .cont__inner .cont__left .cont__title h1,
.solicitar-presupuesto .cont__inner .cont__left .cont__title span,
.solicitar-formacion .cont__inner .cont__left .cont__title h1,
.solicitar-formacion .cont__inner .cont__left .cont__title span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .solicitar-presupuesto .cont__inner .cont__left .cont__title h1,
  .solicitar-presupuesto .cont__inner .cont__left .cont__title span,
  .solicitar-formacion .cont__inner .cont__left .cont__title h1,
  .solicitar-formacion .cont__inner .cont__left .cont__title span {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
    line-height: 1.04;
  }
}
@media only screen and (min-width: 1024px) {
  .solicitar-presupuesto .cont__inner .cont__left .cont__title h1,
  .solicitar-presupuesto .cont__inner .cont__left .cont__title span,
  .solicitar-formacion .cont__inner .cont__left .cont__title h1,
  .solicitar-formacion .cont__inner .cont__left .cont__title span {
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .solicitar-presupuesto .cont__inner .cont__right,
  .solicitar-formacion .cont__inner .cont__right {
    width: 43%;
  }
}
@media only screen and (min-width: 1440px) {
  .solicitar-presupuesto .cont__inner .cont__right,
  .solicitar-formacion .cont__inner .cont__right {
    width: calc(66.666% - 12px);
  }
}
@media only screen and (min-width: 1440px) {
  .solicitar-presupuesto .cont__inner .cont__right .cont__form form .cont__columns,
  .solicitar-formacion .cont__inner .cont__right .cont__form form .cont__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .columns-one,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .columns-two,
.solicitar-formacion .cont__inner .cont__right .cont__form form .columns-one,
.solicitar-formacion .cont__inner .cont__right .cont__form form .columns-two {
  padding: 0;
  row-gap: 0;
  column-gap: 24px;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .columns-one .wpcf7-form-control-wrap,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .columns-two .wpcf7-form-control-wrap,
.solicitar-formacion .cont__inner .cont__right .cont__form form .columns-one .wpcf7-form-control-wrap,
.solicitar-formacion .cont__inner .cont__right .cont__form form .columns-two .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .wpcf7-checkbox,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .wpcf7-radio,
.solicitar-formacion .cont__inner .cont__right .cont__form form .wpcf7-checkbox,
.solicitar-formacion .cont__inner .cont__right .cont__form form .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  margin: 0 0 6px;
}
@media only screen and (min-width: 1024px) {
  .solicitar-presupuesto .cont__inner .cont__right .cont__form form .wpcf7-checkbox,
  .solicitar-presupuesto .cont__inner .cont__right .cont__form form .wpcf7-radio,
  .solicitar-formacion .cont__inner .cont__right .cont__form form .wpcf7-checkbox,
  .solicitar-formacion .cont__inner .cont__right .cont__form form .wpcf7-radio {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .wpcf7-checkbox .wpcf7-list-item,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .wpcf7-radio .wpcf7-list-item,
.solicitar-formacion .cont__inner .cont__right .cont__form form .wpcf7-checkbox .wpcf7-list-item,
.solicitar-formacion .cont__inner .cont__right .cont__form form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .label,
.solicitar-formacion .cont__inner .cont__right .cont__form form .label {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  color: #13244e;
  color: #13244e;
  margin-bottom: 8px;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form label:has(input[type=checkbox]),
.solicitar-presupuesto .cont__inner .cont__right .cont__form form label:has(input[type=radio]),
.solicitar-formacion .cont__inner .cont__right .cont__form form label:has(input[type=checkbox]),
.solicitar-formacion .cont__inner .cont__right .cont__form form label:has(input[type=radio]) {
  color: #13244e;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form label:has(input[type=checkbox]) a,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form label:has(input[type=radio]) a,
.solicitar-formacion .cont__inner .cont__right .cont__form form label:has(input[type=checkbox]) a,
.solicitar-formacion .cont__inner .cont__right .cont__form form label:has(input[type=radio]) a {
  color: #13244e;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=checkbox],
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=radio],
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=checkbox],
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=radio] {
  border: 1px solid #13244e;
  padding: 0;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=checkbox]:checked,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=radio]:checked,
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=checkbox]:checked,
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=radio]:checked {
  background-color: #13244e;
  border-color: #13244e;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #13244e;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .cont--input-checkbox,
.solicitar-formacion .cont__inner .cont__right .cont__form form .cont--input-checkbox {
  padding: 0 0 20px;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .cont--input-checkbox a,
.solicitar-formacion .cont__inner .cont__right .cont__form form .cont--input-checkbox a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .cont--input-checkbox a:hover,
.solicitar-formacion .cont__inner .cont__right .cont__form form .cont--input-checkbox a:hover {
  opacity: 1;
  color: #46a730;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form textarea,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form select,
.solicitar-formacion .cont__inner .cont__right .cont__form form input,
.solicitar-formacion .cont__inner .cont__right .cont__form form textarea,
.solicitar-formacion .cont__inner .cont__right .cont__form form select {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 9px 12px;
  background-color: #f9f9f9;
  color: #13244e;
  border: none;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input::placeholder,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form textarea::placeholder,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form select::placeholder,
.solicitar-formacion .cont__inner .cont__right .cont__form form input::placeholder,
.solicitar-formacion .cont__inner .cont__right .cont__form form textarea::placeholder,
.solicitar-formacion .cont__inner .cont__right .cont__form form select::placeholder {
  color: #c0c0c0;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input:-webkit-autofill,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form textarea:-webkit-autofill,
.solicitar-presupuesto .cont__inner .cont__right .cont__form form select:-webkit-autofill,
.solicitar-formacion .cont__inner .cont__right .cont__form form input:-webkit-autofill,
.solicitar-formacion .cont__inner .cont__right .cont__form form textarea:-webkit-autofill,
.solicitar-formacion .cont__inner .cont__right .cont__form form select:-webkit-autofill {
  /* Fuerza el color de fondo que desees */
  -webkit-box-shadow: 0 0 0 1000px #f9f9f9 inset !important;
  box-shadow: 0 0 0 1000px #f9f9f9 inset !important;
  /* Fuerza el color del texto que desees */
  -webkit-text-fill-color: #13244e !important;
  /* Este truco ayuda a prevenir que el navegador aplique el cambio de fondo abrupto */
  transition: background-color 5000s ease-in-out 0s;
}
@media only screen and (min-width: 1024px) {
  .solicitar-presupuesto .cont__inner .cont__right .cont__form form textarea,
  .solicitar-formacion .cont__inner .cont__right .cont__form form textarea {
    max-height: 135px;
  }
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form small,
.solicitar-formacion .cont__inner .cont__right .cont__form form small {
  color: #13244e;
  opacity: 0.8;
  margin-bottom: 24px;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form small a,
.solicitar-formacion .cont__inner .cont__right .cont__form form small a {
  color: #13244e;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=submit],
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=submit] {
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.79;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  padding: 10px 101px 10px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 22px);
  background-position-y: 17px;
  background-image: url("/wp-content/themes/liftisa/assets/icon-arrow.png");
}
@media only screen and (min-width: 1440px) {
  .solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=submit],
  .solicitar-formacion .cont__inner .cont__right .cont__form form input[type=submit] {
    font-size: 1.333rem;
    line-height: 1.25;
    padding: 28px 148px 28px 45px;
    background-size: 25px;
    background-position-y: 30px;
    background-position-x: calc(100% - 65px);
  }
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=submit]:hover,
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=submit]:hover {
  text-decoration: none;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=submit]:hover span,
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=submit]:hover span {
  transform: translateX(10px);
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=submit] span,
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=submit] span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=submit]:disabled,
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=submit]:disabled {
  opacity: 0.7;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=submit],
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=submit] {
  background-color: #46a730;
  color: #fff;
  min-width: auto;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form input[type=submit]:hover,
.solicitar-formacion .cont__inner .cont__right .cont__form form input[type=submit]:hover {
  background-color: #358b22;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .wpcf7-spinner,
.solicitar-formacion .cont__inner .cont__right .cont__form form .wpcf7-spinner {
  position: absolute;
}
.solicitar-presupuesto .cont__inner .cont__right .cont__form form .wpcf7-response-output,
.solicitar-formacion .cont__inner .cont__right .cont__form form .wpcf7-response-output {
  color: #13244e;
  margin-bottom: 0;
}

.entry-header {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .entry-header .cont__info {
    width: 66%;
  }
}
.entry-header .cont__info .cont__pretitle {
  color: #245ded;
  margin-bottom: 21px;
}
.entry-header .cont__info .cont__pretitle .pretitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.entry-header .cont__info h1.entry-title {
  color: #1f356e;
}
@media only screen and (min-width: 1440px) {
  .entry-header .cont__info h1.entry-title {
    font-size: 4.667rem;
    line-height: 1.07;
  }
}
.entry-header .cont__info .cont__text {
  color: #1f356e;
}
@media only screen and (min-width: 1440px) {
  .entry-header .cont__info .cont__text {
    font-size: 1.067rem;
    line-height: 1.38;
  }
}
.entry-header .cont__info .cont__text .text-important {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1440px) {
  .entry-header .cont__info .cont__text .text-important {
    font-size: 1.6rem;
    line-height: 1.17;
  }
}
.entry-header .cont__buttons {
  display: grid;
  row-gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .entry-header .cont__buttons {
    width: 34%;
    margin-top: 36px;
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-header .cont__buttons {
    margin-right: -140px;
  }
}
.entry-header .cont__buttons > a {
  display: block;
  margin: 0;
}

.site-main {
  margin-bottom: 50px;
}

.page-template-page-formation .section__formation .cont__content {
  display: none;
}
.page-template-page-formation .section__formation {
  border-top: solid 1px #e7e7e7;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-formation .section__formation {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-formation .section__formation > .title {
    display: none;
  }
}
.page-template-page-formation .section__formation .title h2,
.page-template-page-formation .section__formation .title span {
  display: block;
  align-self: stretch;
  font-size: 1.6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-formation .section__formation .title h2,
  .page-template-page-formation .section__formation .title span {
    font-size: 2.4rem;
  }
}
.page-template-page-formation .section__formation .cont__buttons {
  padding-top: 24px;
}
.page-template-page-formation .section__formation .cont__buttons a {
  width: 100%;
}
.page-template-page-formation .section__formation .cont__buttons a.button-small-blue {
  background-image: none !important;
  background-position: initial;
  background-size: auto;
  padding: 10px 24px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-formation .section__formation .cont__buttons a.button-small-blue {
    font-size: 1.33rem;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-formation .section__formation .cont__buttons a.button-small-blue {
    padding: 17.5px 24px !important;
  }
}
.page-template-page-formation .section__formation .cont__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-formation .section__formation .cont__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-template-page-formation .section__formation .cont__item .info {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .page-template-page-formation .section__formation .cont__item .info {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
}
.page-template-page-formation .section__formation .cont__item .info-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #13244e;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-formation .section__formation .cont__item .info-item {
    font-size: 1.75;
  }
}
.page-template-page-formation .section__formation .cont__item .info-item img {
  margin-right: 12.5px;
  height: auto;
  width: 24px;
  object-fit: contain;
}
.page-template-page-formation .section__formation .cont__item .cont__informations {
  border-top: solid 1px #e7e7e7;
}
.page-template-page-formation .section__formation .cont__item .cont__information {
  border-bottom: solid 1px #e7e7e7;
}
.page-template-page-formation .section__formation .cont__item .cont__information h3 {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #1f356e;
  padding: 20px 45px 20px 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-template-page-formation .section__formation .cont__item .cont__information h3:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  right: 0;
  color: #245ded;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-formation .section__formation .cont__item .cont__information h3:before {
    right: 10px;
  }
}
.page-template-page-formation .section__formation .cont__item .cont__information h3.active {
  color: #245ded;
  padding-bottom: 8px;
}
.page-template-page-formation .section__formation .cont__item .cont__information h3.active:before {
  content: "\e911";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "liftisa";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
}
.page-template-page-formation .section__formation .cont__item .cont__information h3:hover {
  color: #46a730;
}
.page-template-page-formation .section__formation .cont__item .cont__information .cont__content {
  display: none;
  padding-bottom: 20px;
}
.page-template-page-formation .section__formation .cont__item .cont__information .cont__content p {
  margin-bottom: 13px;
}
.page-template-page-formation .section__formation .cont__item .cont__information .cont__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-formation .section__formation .cont__left {
    width: 60%;
  }
}
.page-template-page-formation .section__formation .cont__left > .title {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-formation .section__formation .cont__left > .title {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-formation .section__formation .cont__right {
    width: 36%;
  }
}
.page-template-page-formation .section__formation .cont__right img {
  width: 100%;
  flex-grow: 0;
  justify-self: center;
  min-height: 206px;
  object-fit: cover;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-formation .section__formation .cont__right img {
    min-height: 339px;
  }
}

@media only screen and (min-width: 1440px) {
  .solicitar-formacion .cont__overlay {
    width: 50%;
  }
  .solicitar-formacion .cont__overlay .cont__left {
    width: 47.5%;
  }
  .solicitar-formacion .cont__overlay .cont__right {
    width: 50%;
  }
}
.solicitar-formacion .cont__overlay .cont__right .cont__form form label {
  display: block;
  margin-bottom: 20px;
}
.solicitar-formacion .cont__overlay .cont__right .cont__form form input {
  margin-top: 8px;
}
.solicitar-formacion .cont__overlay .cont__right .cont__form .grid-form {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
.solicitar-formacion .cont__overlay .cont__right .cont__form .grid-form label {
  margin-right: 12px;
}
.solicitar-formacion .cont__overlay .cont__right .cont__form .privacy {
  display: block;
  justify-self: right;
  font: small-caption;
}
.solicitar-formacion .cont__overlay .cont__right .cont__form .privacy .privacy__inner {
  display: flex;
}
.solicitar-formacion .cont__overlay .cont__right .cont__form .privacy .privacy__inner p {
  margin-top: 8px;
  margin-left: 5px;
}
.solicitar-formacion .cont__overlay .cont__right .cont__form .privacy .privacy__inner a {
  font-weight: bold;
}/*# sourceMappingURL=styles.css.map */