/**************************
* Mobileum Template 2025  *
* CSS styles              *
***************************/

/* Adobe Fonts - Gibson: 200, 200i, 400, 400i, 500, 500i, 600, 600i */
@import url("https://use.typekit.net/cbi3phm.css");


/* Global & typography ------------------------------------ */

html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200; 
  height: 100%;
  color: #000000; 
  font-size: 20px;
}

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

img { max-width: 100% }

a {
  color: #0000ff;
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover, a.active { color: #8080ff }

p, .p {
  font-family: "canada-type-gibson", sans-serif;
  line-height: 150%;
  font-weight: 200;
  margin: 0 0 30px;
  color: inherit;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: "canada-type-gibson", sans-serif;
  color: inherit;
  font-weight: 200;
  line-height: 105%;
  margin: 0 0 30px;
}

h1 { font-size: 70px }
h2 { font-size: 60px }
h3 { font-size: 45px }
h4 { font-size: 32px }
h5 { font-size: 24px }
h6 { font-size: 20px }

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty { display: none }

::-webkit-input-placeholder { color: color: rgba(0, 0, 0, 0.5) !important                }
:-moz-placeholder           { color: color: rgba(0, 0, 2505, 0.5) !important; opacity: 1 }
::-moz-placeholder          { color: color: rgba(0, 0, 0, 0.5) !important; opacity: 1    }
:-ms-input-placeholder      { color: color: rgba(0, 0, 0, 0.5) !important                }
   

/* Containers & structure ------------------------------------ */

.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col {
  flex: 1 0 0%;
  max-width: 100%;
}

.col-1  { flex: 0 0 8.3333%;  max-width: 8.3333%; }
.col-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-3  { flex: 0 0 25%;      max-width: 25%; }
.col-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
.col-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
.col-6  { flex: 0 0 50%;      max-width: 50%; }
.col-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
.col-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
.col-9  { flex: 0 0 75%;      max-width: 75%; }
.col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
.col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
.col-12 { flex: 0 0 100%;     max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-1  { flex: 0 0 8.3333%;  max-width: 8.3333%; }
  .col-sm-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-sm-3  { flex: 0 0 25%;      max-width: 25%; }
  .col-sm-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-sm-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-sm-6  { flex: 0 0 50%;      max-width: 50%; }
  .col-sm-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-sm-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-sm-9  { flex: 0 0 75%;      max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-sm-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-sm-12 { flex: 0 0 100%;     max-width: 100%; }
}

@media (min-width: 768px) {
  .col-md-1  { flex: 0 0 8.3333%;  max-width: 8.3333%; }
  .col-md-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-md-3  { flex: 0 0 25%;      max-width: 25%; }
  .col-md-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-md-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-md-6  { flex: 0 0 50%;      max-width: 50%; }
  .col-md-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-md-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-md-9  { flex: 0 0 75%;      max-width: 75%; }
  .col-md-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-md-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-md-12 { flex: 0 0 100%;     max-width: 100%; }
}

@media (min-width: 992px) {
  .col-lg-1  { flex: 0 0 8.3333%;  max-width: 8.3333%; }
  .col-lg-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-lg-3  { flex: 0 0 25%;      max-width: 25%; }
  .col-lg-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-lg-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-lg-6  { flex: 0 0 50%;      max-width: 50%; }
  .col-lg-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-lg-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-lg-9  { flex: 0 0 75%;      max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-lg-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-lg-12 { flex: 0 0 100%;     max-width: 100%; }
}

@media (min-width: 1200px) {
  .col-xl-1  { flex: 0 0 8.3333%;  max-width: 8.3333%; }
  .col-xl-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-xl-3  { flex: 0 0 25%;      max-width: 25%; }
  .col-xl-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-xl-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-xl-6  { flex: 0 0 50%;      max-width: 50%; }
  .col-xl-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-xl-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-xl-9  { flex: 0 0 75%;      max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-xl-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-xl-12 { flex: 0 0 100%;     max-width: 100%; }
}

.justify-content-center  { justify-content: center; }
.justify-content-start   { justify-content: flex-start; }
.justify-content-end     { justify-content: flex-end; }
.justify-content-around  { justify-content: space-around; }
.justify-content-between { justify-content: space-between; }
.justify-content-evenly  { justify-content: space-evenly; }

/* Loaders ------------------------------------ */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  background-color: #ffffff;
  z-index: 1001;
  transition: all 0.6s ease; 
  opacity: 1;
  visibility: visible;
}

#loader > .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 10;
  width: 80px;
  height: 80px;
  transition: opacity 0.5s ease; 
  opacity: 1;
}

#loader > .loader img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.navbar a.brand {
  opacity: 0;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 1.0s;
}

.header .header-image {
  opacity: 0;    
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.25,0,0,1);
  animation-duration: 1.6s;
}

.header .header-content h1 {  
  opacity: 0;    
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 1.0s;
}

.header .header-content p {  
  opacity: 0;    
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 1.0s;
}

.animate-after {
  opacity: 0;    
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 1.6s;
}

/* Loaded */

body.loaded                   { }
body.loaded #loader           { transition-delay: 0.4s; opacity: 0; visibility: hidden }
body.loaded #loader > .loader { transition-delay: 0.0s; opacity: 0 }

body.loaded .navbar a.brand                 { animation-name: fadeInTopLg  }
body.loaded .header.contact .header-image   { animation-name: animateGraphicContact }
body.loaded .header.datasheet .header-image { animation-name: animateGraphicDatasheet }
body.loaded .header .header-content h1      { animation-name: fadeInLeftXl }
body.loaded .header .header-content p       { animation-name: fadeInTopSm }
body.loaded .animate-after                  { animation-name: fadeIn }

/* Transition before load */

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 1002;
  transition: all 0.25s ease;
}

body.before-load:before {
  visibility: visible;
  opacity: 1;
}


/* Forms ------------------------------------ */

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* One column */
fieldset.form-columns-1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

fieldset.form-columns-1 .field {
  flex: 1 1 100%;
}

/* Two columns */
.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.form-columns-2 .field {
  flex: 1 1 calc(50% - 15px);
  box-sizing: border-box;
}

.hs-main-font-element { width: 100% }
.hs_newsletter_subscription .hs-field-desc { display: none !important }

.legal-consent-container .hs-richtext > p          { font-size: 16px; margin-bottom: 10px }
.legal-consent-container .hs-richtext > p strong   { font-weight: 200 }
.legal-consent-container .hs-richtext > p u        { text-decoration: none }
.legal-consent-container .hs-richtext >:last-child { margin-bottom: 0 }


/* Main sections  ------------------------------------ */

/* Navbar */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 1000;
  background-color: transparent;
  margin: 0;
  padding: 0;
  transition: height 0.4s ease, opacity 0.4s ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100px;
}

.navbar:before {
  content: " ";
  background-color: #000000;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  transform: translateY(-100%);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.navbar a.brand {
  position: relative;
  display: block;
}

.navbar a.brand svg {
  display: block;
  height: 52px;
  transition: 0.2s height ease;
}

.navbar a.brand svg .fill-color path {
  transition: 0.4s all ease;
  fill: #000000;
}

/* Navbar: scrolled */

body.scrolled .navbar                              { height: 70px }
body.scrolled .navbar:before                       { background-color: #000000; transform: translateY(0) }
body.scrolled .navbar a.brand svg                  { height: 42px }
body.scrolled .navbar a.brand svg .fill-color path { fill: #ffffff }

/* Header */

.header {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  background-color: #f2f3ff;
  padding: 160px 0 100px;
  background-image: url("//148794.fs1.hubspotusercontent-na1.net/hubfs/148794/raw_assets/public/mobileum-2025/assets/img/header-bg.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.header .header-image {
  position: absolute;
  top: 30px;
  left: 51%;
  right: -30px;
  bottom: -120px;
  overflow: hidden;
  z-index: 1;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.header.contact .header-image {
  background-image: url("//148794.fs1.hubspotusercontent-na1.net/hubfs/148794/raw_assets/public/mobileum-2025/assets/img/graphic-default-contact.png");
}

.header.datasheet .header-image {
  left: 46%;
  bottom: -280px;
  background-image: url("//148794.fs1.hubspotusercontent-na1.net/hubfs/148794/raw_assets/public/mobileum-2025/assets/img/graphic-default-datasheet.png");
}

.header .header-content {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: -30px;
  max-width: 60%;
  width: 600px;
}

.header .header-content h1 { margin-bottom: 20px }

.header .header-content p {
  line-height: 130%;
  font-size: 26px;
  max-width: 100%;
  width: 450px;
}

/* Sections */

.section {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 3;
  background-color: #ffffff;
  padding: 100px 0;
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.section.b-bottom { border-bottom: solid 2px #f2f3ff }

.section.section-form {
  background-image: url("//148794.fs1.hubspotusercontent-na1.net/hubfs/148794/raw_assets/public/mobileum-2025/assets/img/footer-bg.png");
}

/* Specific */

.m            { margin-bottom: 20px }
.compensate-m { margin-bottom: -20px }

.m-gutter            { margin-bottom: 30px }
.compensate-m-gutter { margin-bottom: -30px }

.m-md            { margin-bottom: 40px }
.compensate-m-md { margin-bottom: -40px }

.m-lg            { margin-bottom: 60px }
.compensate-m-lg { margin-bottom: -60px }

.pad-lateral { padding-left: 100px; padding-right: 100px }
.pad-left    { padding-left: 100px }
.pad-right   { padding-right: 100px }

.text                  { position: relative }
.text.compensate-top   { margin-top: -10px }
.text.compensate-right { margin-right: -30px }

.text ul { 
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.text ul li {
  position: relative;
  color: inherit;
  font-size: 20px;
  font-weight: 200;
  line-height: 150%;
  padding-left: 30px;
  margin-bottom: 10px;
}

.text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid 1px #0000ff;
  border-radius: 50%;
  transition: all 0.4s ease;
  left: 0;
  top: 13px;
}

.text >:first-child { margin-top: 0    }
.text >:last-child  { margin-bottom: 0 }
.text ul >:last-child > ul { margin-bottom: 0 }


.box { 
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}

.item-book {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.item-book img {
  width: 100%;
  box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.25);
}

.line-center {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 50%;
  margin-left: -1px;
  width: 0;
  max-width: 0;
  z-index: 1;
  border-left: solid 2px #f2f3ff;
}

.lines:before,
.lines:after {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  width: 0;
  max-width: 0;
  z-index: -1;
}

.lines:before { border-left: solid 2px #f2f3ff; left: 30px }
.lines:after  { border-right: solid 2px #f2f3ff; right: 30px }

.two-lines:before,
.two-lines:after {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  width: 16.67%;
  max-width: 16.67%;
  border-left: solid 2px #f2f3ff;
  border-right: solid 2px #f2f3ff;
  z-index: -1;
}

.two-lines:before { left: 30px }
.two-lines:after  { right: 30px }


/* Forms ------------------------------------ */

form.hs-form { }

form.hs-form .field {
  display: block;
  margin-bottom: 30px;
}

form.hs-form .field label { 
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
}

form.hs-form .field label * { font-weight: 200 }

form.hs-form .field .hs-input {
  background-color: #f2f3ff !important;
  background-image: none;
  border: 0 !important;
  color: #000000;
  font-family: "canada-type-gibson", sans-serif !important;
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  padding: 0 30px 4px;
  font-size: 18px;
}

.input .inputs-list { 
  list-style-type: none;
  padding: 0;
  margin: 0;
}

form.hs-form .field textarea.hs-input { 
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  min-height: 250px;
  resize: vertical;
}

form.hs-form .field select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 60px;
  background-image: url("//148794.fs1.hubspotusercontent-na1.net/hubfs/148794/raw_assets/public/mobileum-2025/assets/img/form-dropdown.svg");
  background-size: 54px auto;
  background-position: center right;
  background-repeat: no-repeat;
}

form.hs-form .field select.hs-input option { color: #000000; font-weight: 200 }

form.hs-form .field select.hs-input.is-placeholder { color: rgba(0, 0, 0, 0.5) }

/* Checkbox */

form.hs-form .field .hs-form-booleancheckbox { }

form.hs-form .field .hs-form-booleancheckbox .hs-form-booleancheckbox-display {
  background-color: transparent;
  position: relative;
  border-radius: 0;
  margin: 0;
}

form.hs-form .field .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

form.hs-form .field .hs-form-booleancheckbox .hs-form-booleancheckbox-display span {
  display: inline-block;
  padding-left: 35px;
  line-height: 150%;
  font-weight: 200;
  cursor: pointer;
}

form.hs-form .field .hs-form-booleancheckbox .hs-form-booleancheckbox-display span:before {
  content: " ";
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: -7px;
  cursor: pointer;
  background: transparent;
  border: solid 2px #000000;
  transition: all 0.2s ease; 
  transform: scale(1);
}

form.hs-form .field .hs-form-booleancheckbox .hs-form-booleancheckbox-display span:after {
  content: " ";
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  transition: all 0.4s ease; 
  background-color: #0000ff;
  background-image: url("//148794.fs1.hubspotusercontent-na1.net/hubfs/148794/raw_assets/public/mobileum-2025/assets/img/form-check.svg");
  background-size: 90% 90%;
  background-position: center center;
  border-radius: 3px;
  transform: scale(0);
}

form.hs-form .field .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox]:checked + span:before { transform: scale(0) }
form.hs-form .field .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after  { transform: scale(1) }

/* Radio */

form.hs-form .field .hs-form-radio { }

form.hs-form .field .hs-form-radio .hs-form-radio-display {
  background-color: transparent;
  position: relative;
  border-radius: 0;
  margin: 0;
}

form.hs-form .field .hs-form-radio .hs-form-radio-display input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

form.hs-form .field .hs-form-radio .hs-form-radio-display span {
  display: inline-block;
  padding-left: 35px;
  line-height: 150%;
  font-weight: 200;
  cursor: pointer;
}

form.hs-form .field .hs-form-radio .hs-form-radio-display span:before {
  content: " ";
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: -7px;
  cursor: pointer;
  background: transparent;
  border: solid 2px #000000;
  transition: all 0.2s ease; 
  transform: scale(1);
  border-radius: 50%;
}

form.hs-form .field .hs-form-radio .hs-form-radio-display span:after {
  content: " ";
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  transition: all 0.4s ease; 
  background-color: #0000ff;
  background-image: url("//148794.fs1.hubspotusercontent-na1.net/hubfs/148794/raw_assets/public/mobileum-2025/assets/img/form-check.svg");
  background-size: 90% 90%;
  background-position: center center;
  border-radius: 50%;
  transform: scale(0);
}

form.hs-form .field .hs-form-radio .hs-form-radio-display input[type=radio]:checked + span:before { transform: scale(0) }
form.hs-form .field .hs-form-radio .hs-form-radio-display input[type=radio]:checked + span:after  { transform: scale(1) }

/* Errors */

form.hs-form .hs-error-msgs {
  list-style-type: none;
  padding: 0;
  margin: 7px 0 0 0;
}

form.hs-form .hs-error-msgs > li > label {
    display: block;
    font-size: 12px;
    color: #ED2152;
    margin: 0;
}

form.hs-form .hs_error_rollup { 
  margin: 30px 0 0;
  display: block;
  background-color: #f2f3ff;
  /*border: solid 2px #f2f3ff;*/
  padding: 13px 30px 15px;
}

form.hs-form .hs_error_rollup .hs-error-msgs { margin: 0 }
form.hs-form .hs_error_rollup .hs-error-msgs > li > label { font-size: 16px }

/* Submit */

form.hs-form .hs-submit { 
  display: block; 
  margin: 60px auto 0;
  text-align: center;
}

form.hs-form .hs-submit .actions .hs-button { 
  -webkit-appearance:none !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 35px;
  border: solid 2px transparent;
  background-color: #0000ff;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 110%;
  letter-spacing: 1px;
  font-size: 12px;
  outline: 0; 
  height: 50px;
  padding: 0 30px 1px;
  background-clip: padding-box;
}

form.hs-form .hs-submit .actions .hs-button:hover,
form.hs-form .hs-submit .actions .hs-button.active { 
  background-image: linear-gradient(90deg, #0000ff, #2FDCE8);
  background-color: transparent;
}


/* Responsive ------------------------------------ */

/* XL - Extra large devices */
@media (max-width: 1119px) {
  h2 { font-size: 40px }
  h3 { font-size: 32px }
  h4 { font-size: 22px }
  h5 { font-size: 20px }
  h6 { font-size: 18px }
}

/* LG - Large devices */
@media (max-width: 991px) {
  
  .header { padding: 125px 0 60px }
  .header .header-image           { left: 55%; bottom: -60px }
  .header.contact .header-image   {  }
  .header.datasheet .header-image { left: 45%; bottom: -180px }
  
  .section { padding: 60px 0 }
  .pad-lateral { padding-left: 60px; padding-right: 60px }
  .pad-left    { padding-left: 60px }
  .pad-right   { padding-right: 60px }
  
  .text.compensate-top   { margin-top: -7px }
  .text.compensate-right { margin-right: 0 }
  
  .lines:before,
  .lines:after { 
    top: -60px;
    bottom: -60px;
  }
  
  .two-lines:before,
  .two-lines:after { 
    width: 0;
    max-width: 0;
    top: -60px;
    bottom: -60px;
  }
  
  .two-lines:before { border-left: solid 2px #f2f3ff; border-right: none }
  .two-lines:after  { border-left: none; border-right: solid 2px #f2f3ff }
  
  html, body,
  p, .p,
  form.hs-form .field .hs-input,
  .text ul li { font-size: 18px }
  
  .text ul li:before { top: 11px }
        
  form.hs-form .field .hs-input { padding: 0 20px 3px }

  .header .header-content p { font-size: 22px; line-height: 150% } 
    
  h1 { font-size: 40px }

  .navbar a.brand svg { height: 42px }
}

/* MD - Medium devices */
@media (max-width: 767px) {

  .header .header-image { 
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: -30px;
    display: block;
    width: 100%;
    height: 300px;
    margin: 30px 0 -90px 0;
  }
  .header.contact .header-image   { }
  .header.datasheet .header-image { right: -21px; margin: 10px 0 -180px 0 }
  
  .header .header-content { max-width: 100% }
  
  .section.section-form { background-size: 600px auto }
  
  .form-columns-2 { flex-direction: column; gap: 0 }
  .form-columns-2 .field { flex: 1 1 100% }
  
  .line-center { display: none }
  
  .pad-left-mobile  { padding-left: 60px  }
  .pad-right-mobile { padding-right: 60px }
  
  .item-book img { width: 320px }
}

/* SM - Small devices */
@media (max-width: 575px) {
  .pad-lateral { padding-left: 30px; padding-right: 30px }
  .pad-left    { padding-left: 30px }
  .pad-right   { padding-right: 30px }
  
  .pad-left-mobile  { padding-left: 30px }
  .pad-right-mobile { padding-right: 30px }
}


/* Keyframes ------------------------------------ */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInTopSm {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInTop {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInTopLg {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInTopXl {
  from { opacity: 0; transform: translateY(-80px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRightSm {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRightLg {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRightXl {
  from { opacity: 0; transform: translateX(80px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInBottomSm {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInBottom {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInBottomLg {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInBottomXl {
  from { opacity: 0; transform: translateY(80px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeftSm {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInLeftLg {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInLeftXl {
  from { opacity: 0; transform: translateX(-80px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes animateGraphicContact {
  from {
    opacity: 0;
    transform: translate(40%, 40%) rotate(-25deg) scale(0.3);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0%) rotate(0deg) scale(1.0);
  }
}

@keyframes animateGraphicDatasheet {
  from {
    opacity: 0;
    transform: translate(-40%, 40%) rotate(25deg) scale(0.3);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0%) rotate(0deg) scale(1.0);
  }
}