/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 23, 2019, 10:43:30 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/* 
    Created on : Jun 19, 2015, 12:26:26 PM
    Author     : fpereira
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***************
 MV specific reset CSS
*/
* {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html,
body {
  min-height: 100%;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/*****************
 * Util
 */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.noscroll {
  overflow: hidden;
}
.pa-0 {
  padding: 0px !important;
}
.pa-1 {
  padding: 1px !important;
}
.pa-2 {
  padding: 2px !important;
}
.pa-4 {
  padding: 4px !important;
}
.pa-8 {
  padding: 8px !important;
}
.pa-16 {
  padding: 16px !important;
}
.pa-24 {
  padding: 24px !important;
}
.pa-32 {
  padding: 32px !important;
}
.pa-40 {
  padding: 40px !important;
}
.pa-48 {
  padding: 48px !important;
}
.pa-56 {
  padding: 56px !important;
}
.pa-64 {
  padding: 64px !important;
}
.pa-72 {
  padding: 72px !important;
}
.pa-80 {
  padding: 80px !important;
}
.pa-12 {
  padding: 12px !important;
}
.pa-20 {
  padding: 20px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 1px !important;
}
.pt-2 {
  padding-top: 2px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 1px !important;
}
.pl-2 {
  padding-left: 2px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 1px !important;
}
.pr-2 {
  padding-right: 2px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}
.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ma-0 {
  margin: 0px !important;
}
.ma-1 {
  margin: 1px !important;
}
.ma-2 {
  margin: 2px !important;
}
.ma-4 {
  margin: 4px !important;
}
.ma-8 {
  margin: 8px !important;
}
.ma-16 {
  margin: 16px !important;
}
.ma-24 {
  margin: 24px !important;
}
.ma-32 {
  margin: 32px !important;
}
.ma-40 {
  margin: 40px !important;
}
.ma-48 {
  margin: 48px !important;
}
.ma-56 {
  margin: 56px !important;
}
.ma-64 {
  margin: 64px !important;
}
.ma-72 {
  margin: 72px !important;
}
.ma-80 {
  margin: 80px !important;
}
.ma-12 {
  margin: 12px !important;
}
.ma-20 {
  margin: 20px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 1px !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.bg-none {
  background: none !important;
}
.bgr-no-repeat {
  background-repeat: no-repeat !important;
}
.bgi-none {
  background-image: none !important;
}
.bgp-center {
  background-position: center !important;
}
.bgp-top {
  background-position: top !important;
}
.bgp-left {
  background-position: left !important;
}
.bgp-right {
  background-position: right !important;
}
.bgp-bottom {
  background-position: bottom !important;
}
.bgs-cover {
  background-size: cover !important;
}
.bgs-contain {
  background-size: contain !important;
}
.bd-0 {
  border: 0 !important;
}
.bd-1 {
  border: 1px solid #eee !important;
}
.bd-2 {
  border: 2px solid #eee !important;
}
.bd-4 {
  border: 4px solid #eee !important;
}
.bt-0 {
  border-top: 0 !important;
}
.bt-1 {
  border-top: 1px solid #eee !important;
}
.bt-2 {
  border-top: 2px solid #eee !important;
}
.bt-4 {
  border-top: 4px solid #eee !important;
}
.bb-0 {
  border-bottom: 0 !important;
}
.bb-1 {
  border-bottom: 1px solid #eee !important;
}
.bb-2 {
  border-bottom: 2px solid #eee !important;
}
.bb-4 {
  border-bottom: 4px solid #eee !important;
}
.bl-0 {
  border-left: 0 !important;
}
.bl-1 {
  border-left: 1px solid #eee !important;
}
.bl-2 {
  border-left: 2px solid #eee !important;
}
.bl-4 {
  border-left: 4px solid #eee !important;
}
.br-0 {
  border-right: 0 !important;
}
.br-1 {
  border-right: 1px solid #eee !important;
}
.br-2 {
  border-right: 2px solid #eee !important;
}
.br-4 {
  border-right: 4px solid #eee !important;
}
.bw-0 {
  border-width: 0 !important;
}
.bw-1 {
  border-width: 1 !important;
}
.bw-2 {
  border-width: 2 !important;
}
.bw-4 {
  border-width: 4 !important;
}
.bs-solid {
  border-style: solid !important;
}
.rd-0 {
  border-radius: 0px !important;
}
.rd-2 {
  border-radius: 2px !important;
}
.rd-4 {
  border-radius: 4px !important;
}
.rd-8 {
  border-radius: 8px !important;
}
.rd-16 {
  border-radius: 16px !important;
}
.rd-24 {
  border-radius: 24px !important;
}
.rd-32 {
  border-radius: 32px !important;
}
.rd-half {
  border-radius: 50% !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-64 {
  font-size: 64px !important;
}
.fs-small {
  font-size: smaller !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}
.fl-italic {
  font-style: italic !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-10 {
  line-height: 10px !important;
}
.lh-12 {
  line-height: 12px !important;
}
.lh-14 {
  line-height: 14px !important;
}
.lh-16 {
  line-height: 16px !important;
}
.lh-18 {
  line-height: 18px !important;
}
.lh-20 {
  line-height: 20px !important;
}
.lh-24 {
  line-height: 24px !important;
}
.lh-26 {
  line-height: 26px !important;
}
.lh-28 {
  line-height: 28px !important;
}
.lh-32 {
  line-height: 32px !important;
}
.lh-40 {
  line-height: 40px !important;
}
.lh-48 {
  line-height: 48px !important;
}
.lh-64 {
  line-height: 64px !important;
}
.ta-left {
  text-align: left !important;
}
.ta-right {
  text-align: right !important;
}
.ta-center {
  text-align: center !important;
}
.ta-justify {
  text-align: justify !important;
}
.tt-lowercase {
  text-transform: lowercase !important;
}
.tt-uppercase {
  text-transform: uppercase !important;
}
.tt-none {
  text-transform: none !important;
}
.td-none {
  text-decoration: none !important;
}
.td-underline {
  text-decoration: underline !important;
}
.tw-balance {
  text-wrap: balance !important;
}
.to-ellipsis {
  text-overflow: ellipsis !important;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.cl-none {
  clear: none !important;
}
.cl-both {
  clear: both !important;
}
.cl-left {
  clear: left !important;
}
.cl-right {
  clear: right !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-grid {
  display: grid !important;
}
.p-absolute {
  position: absolute !important;
}
.p-relative {
  position: relative !important;
}
.p-static {
  position: static !important;
}
.p-fixed {
  position: fixed !important;
}
.of-cover {
  object-fit: cover !important;
}
.of-contain {
  object-fit: contain !important;
}
.t-0 {
  top: 0px !important;
}
.t-1 {
  top: 1px !important;
}
.t-2 {
  top: 2px !important;
}
.t-4 {
  top: 4px !important;
}
.t-8 {
  top: 8px !important;
}
.t-16 {
  top: 16px !important;
}
.t-24 {
  top: 24px !important;
}
.t-32 {
  top: 32px !important;
}
.t-40 {
  top: 40px !important;
}
.t-48 {
  top: 48px !important;
}
.t-56 {
  top: 56px !important;
}
.t-64 {
  top: 64px !important;
}
.t-72 {
  top: 72px !important;
}
.t-80 {
  top: 80px !important;
}
.t-12 {
  top: 12px !important;
}
.t-20 {
  top: 20px !important;
}
.l-0 {
  left: 0px !important;
}
.l-1 {
  left: 1px !important;
}
.l-2 {
  left: 2px !important;
}
.l-4 {
  left: 4px !important;
}
.l-8 {
  left: 8px !important;
}
.l-16 {
  left: 16px !important;
}
.l-24 {
  left: 24px !important;
}
.l-32 {
  left: 32px !important;
}
.l-40 {
  left: 40px !important;
}
.l-48 {
  left: 48px !important;
}
.l-56 {
  left: 56px !important;
}
.l-64 {
  left: 64px !important;
}
.l-72 {
  left: 72px !important;
}
.l-80 {
  left: 80px !important;
}
.l-12 {
  left: 12px !important;
}
.l-20 {
  left: 20px !important;
}
.r-0 {
  right: 0px !important;
}
.r-1 {
  right: 1px !important;
}
.r-2 {
  right: 2px !important;
}
.r-4 {
  right: 4px !important;
}
.r-8 {
  right: 8px !important;
}
.r-16 {
  right: 16px !important;
}
.r-24 {
  right: 24px !important;
}
.r-32 {
  right: 32px !important;
}
.r-40 {
  right: 40px !important;
}
.r-48 {
  right: 48px !important;
}
.r-56 {
  right: 56px !important;
}
.r-64 {
  right: 64px !important;
}
.r-72 {
  right: 72px !important;
}
.r-80 {
  right: 80px !important;
}
.r-12 {
  right: 12px !important;
}
.r-20 {
  right: 20px !important;
}
.b-0 {
  bottom: 0px !important;
}
.b-1 {
  bottom: 1px !important;
}
.b-2 {
  bottom: 2px !important;
}
.b-4 {
  bottom: 4px !important;
}
.b-8 {
  bottom: 8px !important;
}
.b-16 {
  bottom: 16px !important;
}
.b-24 {
  bottom: 24px !important;
}
.b-32 {
  bottom: 32px !important;
}
.b-40 {
  bottom: 40px !important;
}
.b-48 {
  bottom: 48px !important;
}
.b-56 {
  bottom: 56px !important;
}
.b-64 {
  bottom: 64px !important;
}
.b-72 {
  bottom: 72px !important;
}
.b-80 {
  bottom: 80px !important;
}
.b-12 {
  bottom: 12px !important;
}
.b-20 {
  bottom: 20px !important;
}
.cls-1 {
  columns: 1 !important;
}
.cls-2 {
  columns: 2 !important;
}
.cls-3 {
  columns: 3 !important;
}
.cls-4 {
  columns: 4 !important;
}
.cls-5 {
  columns: 5 !important;
}
.cls-6 {
  columns: 6 !important;
}
.clc-1 {
  column-count: 1 !important;
}
.clc-2 {
  column-count: 2 !important;
}
.clc-3 {
  column-count: 3 !important;
}
.clc-4 {
  column-count: 4 !important;
}
.clc-5 {
  column-count: 5 !important;
}
.clc-6 {
  column-count: 6 !important;
}
.clg-0 {
  column-gap: 0px !important;
}
.clg-4 {
  column-gap: 4px !important;
}
.clg-8 {
  column-gap: 8px !important;
}
.clg-16 {
  column-gap: 16px !important;
}
.clg-24 {
  column-gap: 24px !important;
}
.clg-32 {
  column-gap: 32px !important;
}
.clg-40 {
  column-gap: 40px !important;
}
.clg-80 {
  column-gap: 80px !important;
}
.o-0 {
  opacity: 0 !important;
}
.o-10 {
  opacity: 0.1 !important;
}
.o-20 {
  opacity: 0.2 !important;
}
.o-30 {
  opacity: 0.3 !important;
}
.o-40 {
  opacity: 0.4 !important;
}
.o-50 {
  opacity: 0.5 !important;
}
.o-60 {
  opacity: 0.6 !important;
}
.o-70 {
  opacity: 0.7 !important;
}
.o-80 {
  opacity: 0.9 !important;
}
.o-100 {
  opacity: 1 !important;
}
.w-0 {
  width: 0 !important;
}
.w-auto {
  width: auto !important;
}
.w-half {
  width: 50% !important;
}
.w-full {
  width: 100% !important;
}
.w-window {
  width: 100vw !important;
}
.w-8 {
  width: 8px !important;
}
.w-16 {
  width: 16px !important;
}
.w-24 {
  width: 24px !important;
}
.w-32 {
  width: 32px !important;
}
.w-56 {
  width: 56px !important;
}
.w-64 {
  width: 64px !important;
}
.w-96 {
  width: 96px !important;
}
.w-128 {
  width: 128px !important;
}
.w-256 {
  width: 256px !important;
}
.w-512 {
  width: 512px !important;
}
.w-100 {
  width: 100px !important;
}
.w-200 {
  width: 200px !important;
}
.w-300 {
  width: 300px !important;
}
.w-400 {
  width: 400px !important;
}
.w-500 {
  width: 500px !important;
}
.w-600 {
  width: 600px !important;
}
.h-0 {
  height: 0 !important;
}
.h-auto {
  height: auto !important;
}
.h-half {
  height: 50% !important;
}
.h-full {
  height: 100% !important;
}
.h-window {
  height: 100vh !important;
}
.h-8 {
  height: 8px !important;
}
.h-16 {
  height: 16px !important;
}
.h-24 {
  height: 24px !important;
}
.h-32 {
  height: 32px !important;
}
.h-56 {
  height: 56px !important;
}
.h-64 {
  height: 64px !important;
}
.h-96 {
  height: 96px !important;
}
.h-128 {
  height: 128px !important;
}
.h-256 {
  height: 256px !important;
}
.h-512 {
  height: 512px !important;
}
.h-100 {
  height: 100px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-400 {
  height: 400px !important;
}
.h-500 {
  height: 500px !important;
}
.h-600 {
  height: 600px !important;
}
.maxw-0 {
  max-width: 0px !important;
}
.maxw-1 {
  max-width: 1px !important;
}
.maxw-128 {
  max-width: 128px !important;
}
.maxw-256 {
  max-width: 256px !important;
}
.maxw-375 {
  max-width: 375px !important;
}
.maxw-512 {
  max-width: 512px !important;
}
.maxw-640 {
  max-width: 640px !important;
}
.maxw-1200 {
  max-width: 1200px !important;
}
.maxw-auto {
  max-width: auto !important;
}
.maxw-half {
  max-width: 50% !important;
}
.maxw-full {
  max-width: 100% !important;
}
.maxw-window {
  max-width: 100vw !important;
}
.maxh-0 {
  max-height: 0px !important;
}
.maxh-1 {
  max-height: 1px !important;
}
.maxh-128 {
  max-height: 128px !important;
}
.maxh-256 {
  max-height: 256px !important;
}
.maxh-512 {
  max-height: 512px !important;
}
.maxh-640 {
  max-height: 640px !important;
}
.maxh-auto {
  max-height: auto !important;
}
.maxh-half {
  max-height: 50% !important;
}
.maxh-full {
  max-height: 100% !important;
}
.maxh-window {
  max-height: 100vh !important;
}
.minw-0 {
  min-width: 0px !important;
}
.minw-1 {
  min-width: 1px !important;
}
.minw-128 {
  min-width: 128px !important;
}
.minw-256 {
  min-width: 256px !important;
}
.minw-512 {
  min-width: 512px !important;
}
.minw-640 {
  min-width: 640px !important;
}
.minw-auto {
  min-width: auto !important;
}
.minw-half {
  min-width: 50% !important;
}
.minw-full {
  min-width: 100% !important;
}
.minw-window {
  min-width: 100vw !important;
}
.minh-0 {
  min-height: 0px !important;
}
.minh-1 {
  min-height: 1px !important;
}
.minh-128 {
  min-height: 128px !important;
}
.minh-256 {
  min-height: 256px !important;
}
.minh-512 {
  min-height: 512px !important;
}
.minh-640 {
  min-height: 640px !important;
}
.minh-auto {
  min-height: auto !important;
}
.minh-half {
  min-height: 50% !important;
}
.minh-full {
  min-height: 100% !important;
}
.minh-window {
  min-height: 100vh !important;
}
.ws-nowrap {
  white-space: nowrap !important;
}
.ls-none {
  list-style: none !important;
}
.ls-default {
  list-style: disc inside !important;
}
.lsp-inside {
  list-style-position: inside !important;
}
.lst-disc {
  list-style-type: disc !important;
}
.bxsz-border-box {
  box-sizing: border-box !important;
}
.bxsz-content-box {
  box-sizing: content-box !important;
}
.bxsh-none {
  box-shadow: none !important;
}
.bxsh-default {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.jc-center {
  justify-content: center !important;
}
.jc-space-between {
  justify-content: space-between !important;
}
.jc-end {
  justify-content: end !important;
}
.jc-start {
  justify-content: start !important;
}
.ov-auto {
  overflow: auto !important;
}
.ov-hidden {
  overflow: hidden !important;
}
.ov-visible {
  overflow: visible !important;
}
.od-0 {
  order: 0 !important;
}
.od-1 {
  order: 1 !important;
}
.od-2 {
  order: 2 !important;
}
.od-3 {
  order: 3 !important;
}
.od-4 {
  order: 4 !important;
}
.od-5 {
  order: 5 !important;
}
.od-6 {
  order: 6 !important;
}
.od-7 {
  order: 7 !important;
}
.od-8 {
  order: 8 !important;
}
.od-9 {
  order: 9 !important;
}
.od-10 {
  order: 10 !important;
}
.od-11 {
  order: 11 !important;
}
.od-12 {
  order: 12 !important;
}
.ai-start {
  align-items: start !important;
}
.ai-center {
  align-items: center !important;
}
.ai-end {
  align-items: end !important;
}
.flg-1 {
  flex-grow: 1 !important;
}
.flg-2 {
  flex-grow: 2 !important;
}
.flg-3 {
  flex-grow: 3 !important;
}
.flg-4 {
  flex-grow: 4 !important;
}
.flb-0 {
  flex-basis: 0 !important;
}
.fls-0 {
  flex-shrink: 0 !important;
}
.fld-column {
  flex-direction: column !important;
}
.fld-row {
  flex-direction: row !important;
}
.fld-row-reverse {
  flex-direction: row-reverse !important;
}
.fld-column-reverse {
  flex-direction: column-reverse !important;
}
.flw-wrap {
  flex-wrap: wrap !important;
}
.g-0 {
  gap: 0px !important;
}
.g-1 {
  gap: 1px !important;
}
.g-2 {
  gap: 2px !important;
}
.g-4 {
  gap: 4px !important;
}
.g-8 {
  gap: 8px !important;
}
.g-16 {
  gap: 16px !important;
}
.g-24 {
  gap: 24px !important;
}
.g-32 {
  gap: 32px !important;
}
.g-40 {
  gap: 40px !important;
}
.g-48 {
  gap: 48px !important;
}
.g-56 {
  gap: 56px !important;
}
.g-64 {
  gap: 64px !important;
}
.g-72 {
  gap: 72px !important;
}
.g-80 {
  gap: 80px !important;
}
.g-12 {
  gap: 12px !important;
}
.g-20 {
  gap: 20px !important;
}
.g-128 {
  gap: 128px !important;
}
.rg-0 {
  row-gap: 0px !important;
}
.rg-1 {
  row-gap: 1px !important;
}
.rg-2 {
  row-gap: 2px !important;
}
.rg-4 {
  row-gap: 4px !important;
}
.rg-8 {
  row-gap: 8px !important;
}
.rg-16 {
  row-gap: 16px !important;
}
.rg-24 {
  row-gap: 24px !important;
}
.rg-32 {
  row-gap: 32px !important;
}
.rg-40 {
  row-gap: 40px !important;
}
.rg-48 {
  row-gap: 48px !important;
}
.rg-56 {
  row-gap: 56px !important;
}
.rg-64 {
  row-gap: 64px !important;
}
.rg-72 {
  row-gap: 72px !important;
}
.rg-80 {
  row-gap: 80px !important;
}
.rg-12 {
  row-gap: 12px !important;
}
.rg-20 {
  row-gap: 20px !important;
}
.cg-0 {
  column-gap: 0px !important;
}
.cg-1 {
  column-gap: 1px !important;
}
.cg-2 {
  column-gap: 2px !important;
}
.cg-4 {
  column-gap: 4px !important;
}
.cg-8 {
  column-gap: 8px !important;
}
.cg-16 {
  column-gap: 16px !important;
}
.cg-24 {
  column-gap: 24px !important;
}
.cg-32 {
  column-gap: 32px !important;
}
.cg-40 {
  column-gap: 40px !important;
}
.cg-48 {
  column-gap: 48px !important;
}
.cg-56 {
  column-gap: 56px !important;
}
.cg-64 {
  column-gap: 64px !important;
}
.cg-72 {
  column-gap: 72px !important;
}
.cg-80 {
  column-gap: 80px !important;
}
.cg-12 {
  column-gap: 12px !important;
}
.cg-20 {
  column-gap: 20px !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.ar-1 {
  aspect-ratio: 1 !important;
}
.ar-16-9 {
  aspect-ratio: 16/9 !important;
}
.ar-4-3 {
  aspect-ratio: 4/3 !important;
}
.c-black {
  color: #000 !important;
}
.bgc-black {
  background-color: #000 !important;
}
.bc-black {
  border-color: #000 !important;
}
.c-333 {
  color: #333 !important;
}
.bgc-333 {
  background-color: #333 !important;
}
.bc-333 {
  border-color: #333 !important;
}
.c-4a4a4a {
  color: #4a4a4a !important;
}
.bgc-4a4a4a {
  background-color: #4a4a4a !important;
}
.bc-4a4a4a {
  border-color: #4a4a4a !important;
}
.c-666 {
  color: #666 !important;
}
.bgc-666 {
  background-color: #666 !important;
}
.bc-666 {
  border-color: #666 !important;
}
.c-999 {
  color: #999 !important;
}
.bgc-999 {
  background-color: #999 !important;
}
.bc-999 {
  border-color: #999 !important;
}
.c-ccc {
  color: #ccc !important;
}
.bgc-ccc {
  background-color: #ccc !important;
}
.bc-ccc {
  border-color: #ccc !important;
}
.c-ddd {
  color: #ddd !important;
}
.bgc-ddd {
  background-color: #ddd !important;
}
.bc-ddd {
  border-color: #ddd !important;
}
.c-eee {
  color: #eee !important;
}
.bgc-eee {
  background-color: #eee !important;
}
.bc-eee {
  border-color: #eee !important;
}
.c-f6f6f6 {
  color: #f6f6f6 !important;
}
.bgc-f6f6f6 {
  background-color: #f6f6f6 !important;
}
.bc-f6f6f6 {
  border-color: #f6f6f6 !important;
}
.c-f0f0f0 {
  color: #f0f0f0 !important;
}
.bgc-f0f0f0 {
  background-color: #f0f0f0 !important;
}
.bc-f0f0f0 {
  border-color: #f0f0f0 !important;
}
.c-white {
  color: #fff !important;
}
.bgc-white {
  background-color: #fff !important;
}
.bc-white {
  border-color: #fff !important;
}
.c-primary {
  color: #E8342B !important;
}
.bgc-primary {
  background-color: #E8342B !important;
}
.bc-primary {
  border-color: #E8342B !important;
}
.c-secondary {
  color: #F16023 !important;
}
.bgc-secondary {
  background-color: #F16023 !important;
}
.bc-secondary {
  border-color: #F16023 !important;
}
.c-error {
  color: #ec1d24 !important;
}
.bgc-error {
  background-color: #ec1d24 !important;
}
.bc-error {
  border-color: #ec1d24 !important;
}
.c-success {
  color: green !important;
}
.bgc-success {
  background-color: green !important;
}
.bc-success {
  border-color: green !important;
}
.c-border {
  color: #eee !important;
}
.bgc-border {
  background-color: #eee !important;
}
.bc-border {
  border-color: #eee !important;
}
.c-text {
  color: #333 !important;
}
.bgc-text {
  background-color: #333 !important;
}
.bc-text {
  border-color: #333 !important;
}
.c-text-faded {
  color: #666 !important;
}
.bgc-text-faded {
  background-color: #666 !important;
}
.bc-text-faded {
  border-color: #666 !important;
}
.c-dark {
  color: #272420 !important;
}
.bgc-dark {
  background-color: #272420 !important;
}
.bc-dark {
  border-color: #272420 !important;
}
.c-green {
  color: #00B837 !important;
}
.bgc-green {
  background-color: #00B837 !important;
}
.bc-green {
  border-color: #00B837 !important;
}
.a-primary {
  color: #E8342B !important;
  transition: all ease-in-out 300ms;
}
.a-primary:hover {
  color: #9c1811 !important;
}
.a-default {
  transition: all ease-in-out 300ms !important;
}
.a-default:hover {
  color: #E8342B !important;
}
.a-decoration {
  text-decoration: underline;
  transition: all ease-in-out 300ms !important;
}
.a-decoration:hover {
  color: #E8342B !important;
}
.vm {
  display: flex;
  align-items: center;
  height: 100%;
}
.invisible {
  display: none !important;
}
.tpl-no-spacer {
  padding-left: 0 !important;
}
/*
    Created on : 21/05/2026, 12:21:53
    Author     : ferna
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 24, 2019, 11:06:04 AM
    Author     : mv
*/
button.trans {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.a-block {
  background-color: #f5f5f5;
  /*transition: @transition-default;*/
}
.a-block:hover {
  background-color: #ebebeb;
}
.jc-space-bet {
  justify-content: space-between;
}
.fl-r {
  display: flex;
  flex-direction: row;
}
.fl-r-g {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.fl-r-cen,
.fl-r-cen-g,
.fl-r-cen-g-12,
.fl-r-cen-g-16,
.fl-r-cen-g-24,
.fl-r-cen-g-32 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fl-r-cen-g {
  gap: 8px;
}
.fl-r-cen-g-12 {
  gap: 12px;
}
.fl-r-cen-g-16 {
  gap: 16px;
}
.fl-r-cen-g-24 {
  gap: 24px;
}
.fl-r-cen-g-32 {
  gap: 32px;
}
.fl-c-cen,
.fl-c-cen-g,
.fl-c-cen-g-16,
.fl-c-cen-g-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fl-c-cen-g,
.fl-c-cen-g-16,
.fl-c-cen-g-12 {
  gap: 8px;
}
.fl-c-cen-g-16 {
  gap: 16px;
}
.fl-c-cen-g-12 {
  gap: 12px;
}
.fl-c {
  display: flex;
  flex-direction: column;
}
.fl-c-g,
.fl-c-g-24 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fl-c-g-16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fl-c-g-24 {
  gap: 24px;
}
.fli-r,
.fli-r-cen,
.fli-r-cen-g,
.fli-r-cen-g-16 {
  display: inline-flex;
  flex-direction: row;
}
.fli-r-cen,
.fli-r-cen-g,
.fli-r-cen-g-16 {
  align-items: center;
}
.fli-r-cen-g,
.fli-r-cen-g-16 {
  gap: 8px;
}
.fli-r-cen-g-16 {
  gap: 16px;
}
.fli-c-cen-g,
.fli-c-cen-g-16 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fli-c-cen-g-16 {
  gap: 16px;
}
.text-max-lines {
  --nlines: 1;
  /*.text-max-lines(var(--nlines));*/
}
.text-max-lines[data-nlines="1"] {
  --nlines: 1;
}
.text-max-lines[data-nlines="2"] {
  --nlines: 2;
}
.text-max-lines[data-nlines="3"] {
  --nlines: 3;
}
.text-max-lines[data-nlines="4"] {
  --nlines: 4;
}
.text-max-lines[data-nlines="8"] {
  --nlines: 8;
}
.c-pointer {
  cursor: pointer;
}
.img-block {
  display: block;
  object-fit: cover;
}
.img-contain {
  display: block;
  object-fit: contain;
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.flex-col {
  flex-basis: 0;
  flex-grow: 1;
}
.flex-col-2 {
  flex-basis: 0;
  flex-grow: 2;
}
.flex-col-3 {
  flex-basis: 0;
  flex-grow: 3;
}
.flex-col-4 {
  flex-basis: 0;
  flex-grow: 4;
}
.flex-col-5 {
  flex-basis: 0;
  flex-grow: 5;
}
.flex-col-6 {
  flex-basis: 0;
  flex-grow: 6;
}
.flex-col-7 {
  flex-basis: 0;
  flex-grow: 7;
}
.flex-col-8 {
  flex-basis: 0;
  flex-grow: 8;
}
.flex-col-9 {
  flex-basis: 0;
  flex-grow: 9;
}
.flex-col-10 {
  flex-basis: 0;
  flex-grow: 10;
}
.flex-col-11 {
  flex-basis: 0;
  flex-grow: 11;
}
.invisible {
  display: none !important;
}
.c-cetelem {
  color: var(--color-cetelem);
}
.c-2275C8 {
  /* Used in custom section only */
  color: #2275C8;
}
.h-hero {
  height: var(--dimen-hero-fallback);
  height: var(--dimen-hero);
}
.maxw-970 {
  max-width: 970px;
}
.sticky-right-block {
  position: sticky;
  top: calc(var(--dimen-header) + 32px);
  z-index: 1;
}
body.has-subheader-advice .sticky-right-block {
  top: calc(var(--dimen-header) + 32px + 28px);
}
img.bg-trans {
  mix-blend-mode: multiply;
}
.css-invisible,
.hub-hidden {
  position: absolute !important;
  opacity: 0 !important;
  top: -999999px !important;
  visibility: hidden !important;
  /*display: none !important;*/
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0px !important;
}
.ty-h1 {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.ty-h2 {
  font-size: 20px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 24, 2018, 3:36:26 PM
    Author     : mv
*/
#cookie-law {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: Arial, sans-serif;
  font-family: 'Nexa';
  font-size: 13px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #333;
}
#cookie-law a {
  color: #333;
}
#cookie-law .wrapper {
  position: absolute;
  margin: 0 auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.9);
}
#cookie-law .jp-btn {
  /*position: absolute;*/
  /*right: 0;*/
  /*bottom: 16px;*/
  /*display: block;*/
  /*margin: 0 auto;*/
  /*	
	padding: 0 10px;
	line-height: 30px;
	
	min-width: auto;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	
	margin-top: -15px;
	text-shadow: none;
	opacity: 1;
	background: #ddd;
	color:#4a4a4a;
	border:0;*/
  /*font-family: inherit;*/
}
#cookie-law p {
  padding: 0 10px;
  margin: 0;
}
#cookie-law .text {
  padding: 0 100px;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #cookie-law .text {
    padding: 0;
  }
  #cookie-law .close {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 7, 2018, 4:03:07 PM
    Author     : mv
*/
.btn {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  min-width: 256px;
  height: 48px;
  border-radius: 8px;
  border: 2px solid #F3B20291;
  background: var(--Main-1, #E8342B);
  box-shadow: 0px 8px 16px 0px #0000004D;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 31px;
  font-family: 'Nexa';
  /*letter-spacing: 10%;*/
  text-align: center;
  vertical-align: middle;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 24, 2019, 10:57:16 AM
    Author     : mv
*/
.form.no-submited .form-error {
  display: none;
}
.form.is-submited .form-error {
  display: block;
}
.form-row {
  margin-bottom: 24px;
}
.form-row.has-4-field,
.form-row.has-3-field,
.form-row.has-2-field {
  display: flex;
}
.form-row.has-4-field .form-field,
.form-row.has-3-field .form-field,
.form-row.has-2-field .form-field {
  /*flex-grow: 1;*/
  margin-right: 8px;
}
.form-row.has-4-field .form-field:last-child,
.form-row.has-3-field .form-field:last-child,
.form-row.has-2-field .form-field:last-child {
  margin-right: 0;
}
.form-title {
  font-size: 28px;
  font-weight: 900;
  font-family: 'Nexa';
  margin-bottom: 16px;
}
.form-subtitle {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Nexa';
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.form-desc {
  margin-bottom: 16px;
}
.form-alert {
  margin-bottom: 16px;
}
.form-field.is-invalid .form-control {
  border-color: #f9cdd0;
  background-color: #f9cdd0;
  box-shadow: none;
}
.form-field.has-focus .form-control {
  border-color: #000000;
}
.form-field.is-invalid.has-focus .form-control {
  border-color: #ec1d24;
}
.form-control {
  padding: 0 16px;
  width: 100%;
  display: block;
  resize: none;
  line-height: 20px;
  font-size: 14px;
  background: #fff;
  height: 40px;
  box-shadow: none;
  transition: all ease-in-out 300ms;
  border-radius: 8px;
  border: 2px solid var(--Spices, #E46608);
}
.form-control.is-outline {
  background: transparent;
  border: solid 2px #ffffff;
  color: #fff;
}
.form-control.is-bg-search {
  background-image: url(/images/icn-search.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 24px 24px;
}
.form-control.is-small {
  max-width: 150px;
}
.form-control.is-medium {
  max-width: 300px;
}
.form-control[type=file] {
  height: auto;
}
.form-control[readonly] {
  cursor: default;
  border-color: #eee !important;
}
.form-error {
  font-size: 12px;
  color: #ec1d24;
  line-height: 14px;
  padding-top: 4px;
}
.form-label {
  display: block;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #E8342B;
  font-weight: 900;
}
.form-obs {
  opacity: 0.6;
  font-size: smaller;
  padding-top: 4px;
  padding-bottom: 16px;
}
.form-btns {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.form-btns .btn {
  /*margin-right: 8px;*/
}
textarea.form-control {
  min-height: 100px;
}
.form-number {
  border-radius: 20px;
  border: 2px solid #333;
  display: inline-flex;
}
.form-number .form-control {
  -moz-appearance: textfield;
  appearance: textfield;
  background: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0;
  text-align: center;
  width: 60px;
  height: 28px;
  border-top: 0;
  border-bottom: 0;
}
.form-number .form-control::-webkit-inner-spin-button,
.form-number .form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-number-minus,
.form-number-plus {
  border: 0;
  background: none;
  box-shadow: none;
  width: 40px;
}
.form-recaptcha {
  background-color: #f6f6f6;
  padding: 16px;
  text-align: center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2017, 11:38:11 AM
    Author     : mv
*/
/* base rules*/
.checkbox {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  /*	font-family: @font-mulish;*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
  /* HTML5 Error */
}
.checkbox .checkbox-input {
  opacity: 0;
  position: absolute;
  /*display: none;*/
}
.checkbox .checkbox-fake {
  position: relative;
  display: inline-block;
  line-height: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 8px;
  border: 2px solid #787878;
  background-color: #fff;
}
.checkbox .checkbox-text,
.checkbox .checkbox-txt {
  /*padding-left: 8px;*/
  /*font-weight: 300;*/
  font-size: 14px;
}
.checkbox .checkbox-text:empty,
.checkbox .checkbox-txt:empty {
  display: none;
}
.checkbox .checkbox-fake::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.checkbox .checkbox-fake::after {
  height: 5px;
  width: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 3px;
  top: 4px;
  color: #ffffff;
}
.checkbox .checkbox-input + .checkbox-fake::after {
  content: none;
}
.checkbox .checkbox-input:checked + .checkbox-fake {
  background: #000;
  border-color: #000;
}
.checkbox .checkbox-input:checked + .checkbox-fake::after {
  content: "";
}
.checkbox .checkbox-input:focus + .checkbox-fake {
  /*outline: @color-secondary auto 1px;*/
}
.checkbox .checkbox-input:invalid + .checkbox-fake {
  /*box-shadow: 0 0 3px red;*/
}
.checkbox .checkbox-input[disabled] + .checkbox-fake {
  border: solid 2px #aaa;
}
.checkbox .checkbox-input[disabled] + .checkbox-fake:after {
  content: "";
  background: #aaa;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 24, 2019, 11:00:56 AM
    Author     : mv
*/
.alert {
  display: block;
  padding: 16px;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  border: solid 4px #c2c2c2;
}
.alert.is-success {
  border: solid 4px green;
  color: green;
}
.alert.is-error {
  color: #ec1d24;
  border: solid 4px #ec1d24;
}
.alert.is-info {
  border: solid 4px #d7d860;
  background-color: #f5f699;
}
.alert .alert-icon {
  display: none;
  /*		float:left;
		font-size: 20px;
		margin-right: 8px;*/
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 7, 2018, 3:26:32 PM
    Author     : mv
*/
body {
  font-family: 'Nexa';
  line-height: normal;
  color: #333;
  background: linear-gradient(180deg, #F3B202 0%, #E26235 100%);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 7, 2018, 4:46:13 PM
    Author     : mv
*/
.game-form {
  max-width: 360px;
  text-align: left;
  margin: auto;
}
#game-intro {
  margin: 0;
  /*	height: 100%;
	min-height: 600px;*/
}
body.game-result .game-intro-slide .wrapper {
  min-height: 400px;
}
.game-intro-slide {
  height: 100%;
  padding: 28px;
}
.game-intro-slide .wrapper {
  height: calc(100vh - 28px - 28px);
  min-height: 600px;
  border-radius: 8px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.game-intro-slide h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Nexa';
  color: #E8342B;
  margin-bottom: 32px;
}
.game-intro-slide .jp-btn {
  max-width: 220px;
  margin: 0 auto;
  padding: 0 48px;
}
.game-intro-slide .content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #999;
}
.game-intro-slide .text-big {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 48px;
}
.game-intro-slide-1 .content {
  line-height: 1.5;
}
.game-intro-slide-1 .content img {
  margin-bottom: 32px;
}
.game-intro-slide-2 h2 {
  margin-bottom: 16px;
  line-height: 1;
}
.game-intro-slide-2 .prize {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
.game-intro-slide-2 .prize img {
  display: block;
  margin: 0 auto;
  width: 140px;
}
.game-intro-slide-2 .prize h3 {
  color: #E8342B;
  font-size: 16px;
  font-weight: 600;
}
.game-intro-slide-3 form {
  margin: 0 auto;
  max-width: 600px;
  display: block;
  width: 100%;
}
.game-intro-slide-3 .response {
  background-color: #e3f2ff;
  line-height: 24px;
  font-size: 11px;
  display: none;
}
.game-intro-slide-3 .text {
  margin-bottom: 48px;
  max-width: 600px;
}
.game-intro-slide-3 label {
  display: block;
  margin-bottom: 16px;
  font-size: 12px;
  text-align: left;
}
.game-intro-slide-3 label.last {
  margin-bottom: 32px;
}
.game-intro-slide-3 input[type=password],
.game-intro-slide-3 input[type=email] {
  margin-bottom: 32px;
  width: 100%;
  border: 1px solid #999;
  border-width: 1px 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.game-intro-slide-3 .jp-btn {
  display: block;
  margin-bottom: 16px;
}
.game-intro-slide-3 .email-wrappre {
  position: relative;
}
.game-intro-slide-3 .email-wrappre .eye {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.game-intro-slide-3 .email-wrappre .eye .fa {
  line-height: 48px;
  width: 48px;
  display: block;
  font-size: 20px;
}
.game-intro-slide-3 .email-wrappre .eye .help {
  display: none;
}
@media only screen and (max-width: 499px) {
  .game-intro-slide-3 .email-wrappre .eye {
    position: relative;
    top: -32px;
    /*margin: 0 auto;*/
  }
  .game-intro-slide-3 .email-wrappre .eye .fa {
    float: left;
  }
  .game-intro-slide-3 .email-wrappre .eye .help {
    content: "Mostrar email";
    line-height: 48px;
    text-align: left;
    width: 100%;
    display: block;
  }
  .game-intro-slide-3 .email-wrappre .eye.mostrar .mostrar {
    display: block;
  }
  .game-intro-slide-3 .email-wrappre .eye.mostrar .esconder {
    display: none;
  }
  .game-intro-slide-3 .email-wrappre .eye.esconder .mostrar {
    display: none;
  }
  .game-intro-slide-3 .email-wrappre .eye.esconder .esconder {
    display: block;
  }
}
.game-intro-slide-3 a {
  font-size: 12px;
}
.game-intro-slide-4 .wrapper {
  box-shadow: none;
  padding: 0;
}
.game-intro-slide-4 h2 {
  text-transform: uppercase;
  font-size: 54px;
}
.game-intro-slide-4 img {
  width: 128px;
  height: 128px;
  margin-bottom: 32px;
}
.slick-dots {
  bottom: 16px;
}
.slick-dots li {
  opacity: 0.2;
  margin: 0;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  background: #E8342B;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  content: "";
  border: 0;
  padding: 0;
  margin-left: 6px;
  margin-top: 6px;
}
.slick-dots li button:before {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 10, 2018, 11:52:14 AM
    Author     : mv
*/
.game .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 16px 8px;
  height: 52px;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Nexa';
}
.game .header .time {
  text-align: left;
  width: 70px;
}
.game .header a {
  color: #fff;
  text-align: right;
}
.game .header .fa-pause {
  display: none;
}
.game .header > * {
  width: 33.33%;
}
.game .bar {
  padding: 0 16px;
}
.game .bar .progress {
  height: 4px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.game .bar .progress-bar {
  height: 100%;
  transition: none;
  background-color: #fff;
}
.game .area {
  height: calc(100vh - 146px);
  min-height: 565px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game .finished {
  display: none;
  height: 100%;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.game .finished .texts {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 70px - 44px);
}
.game .finished h2 {
  text-transform: uppercase;
  font-family: 'Nexa';
  font-size: 24px;
  margin-bottom: 16px;
}
.game .finished .jp-btn {
  position: absolute;
  bottom: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.game.finished .board {
  display: none;
}
.game.finished .finished {
  display: block;
}
.game.finished .header .fa-pause {
  display: inline-block;
}
.game.finished .header .fa-clock {
  display: none;
}
.game-pairs {
  /*	
	&.game-level-2{
		.board{
			width: (256px + 16px) * 4;
		}
		
		.responsive-wider-than(@breakpoint-md, {
			.board{
				width: (68px + 16px) * 4 * @md_scale_factor;
			}
		});
	}
	
	&.game-level-3{
		.board{
			width: (68px + 16px) * 5;
			
			@media screen and (orientation : portrait){
				width: (68px + 16px) * 4;
			}
		}
		
		.responsive-wider-than(@breakpoint-md, {
			.board{
				width: (68px + 16px) * 5 * @md_scale_factor;

				@media screen and (orientation : portrait){
					width: (68px + 16px) * 4 * @md_scale_factor;
				}
			}
		});
	}*/
}
.game-pairs .board {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 16px;
}
.game-pairs .game-card {
  position: relative;
  width: 175px;
  height: 235px;
  /*margin: 8px;*/
  display: inline-block;
}
.game-pairs .game-card .background,
.game-pairs .game-card .gift,
.game-pairs .game-card .wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.game-pairs .game-card .background {
  background: url(/images/card-0.png);
  background-size: cover;
  /*			background: @color-main;
			background: repeating-linear-gradient(135deg, #004b87, #004b87 15px, #1F5E91 15px, #1F5E91 30px);*/
}
.game-pairs .game-card .gift {
  border-radius: 20px;
  background: white no-repeat center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*display: none;*/
}
.game-pairs .game-card .gift img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
.game-pairs .game-card .wrapper {
  /*			border:4px solid #fff;
			border-radius: 5px;*/
  transition: transform 0.5s;
  transform-style: preserve-3d;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  transform: rotateY(180deg);
}
.game-pairs .game-card .wrapper-bg {
  z-index: 0;
}
.game-pairs .game-card .wrapper-gift {
  z-index: 1;
  backface-visibility: hidden;
}
.game-pairs .game-card.solved .wrapper,
.game-pairs .game-card.open .wrapper {
  transform: rotateY(0deg);
}
@media only screen and (min-width: 768px) {
  .game-pairs .game-card {
    width: 175px;
    height: 235px;
  }
}
.game-pairs.game-level-1 .board {
  /*width: (@card_width + 16px) * 6;*/
}
@media screen and (orientation: portrait) {
  .game-pairs.game-level-1 .board {
    width: 382px;
  }
}
@media only screen and (min-width: 768px) {
  .game-pairs.game-level-1 .board {
    /*width: (@card_width + 16px) * 3 * @md_scale_factor;*/
  }
}
@media only screen and (min-width: 768px) and screen and (orientation: portrait) {
  .game-pairs.game-level-1 .board {
    width: 382px;
  }
}
.game-discover {
  /*	.block{
		.absolute-fill();
		z-index: 9999;
		display: none;
	}*/
}
.game-discover .board {
  border-radius: 8px;
  /*height: 100%;*/
  background: #fff;
  /*display: flex;*/
  /*flex-direction: column;*/
  align-items: center;
}
.game-discover .img-wrapper {
  height: 60%;
  padding: 24px;
}
.game-discover .image {
  width: 300px;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.game-discover.answered {
  /*		.block{
			display: block;
		}*/
}
.game-discover.answered .square {
  opacity: 0;
}
.game-discover .square {
  width: 50%;
  height: 50%;
  z-index: 1;
  background: #e7e7e7;
  border: 1px solid #fff;
  float: left;
  transition: opacity ease-in-out 1000ms;
}
.game-discover .square.open {
  opacity: 0;
}
.game-discover .options {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  height: 40%;
}
.game-discover .options div {
  color: #999;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding-bottom: 12px;
}
.game-discover .options button {
  background: #fff;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  border: 0;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 75, 135, 0.4);
  text-transform: uppercase;
  color: #E8342B;
  padding: 0;
  margin: 0;
  position: relative;
}
.game-discover .options button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.game-discover .options button.answered {
  background-color: #ececec;
}
.game-discover .options button.correct {
  color: #26ab7d;
}
.game-discover .options button.correct:before {
  content: "\f00c";
}
.game-discover .options button.answered.incorrect {
  color: #cd4531;
}
.game-discover .options button.answered.incorrect:before {
  content: "\f00d";
}
.game-discover.game-level-2 .square {
  width: 25%;
  height: 25%;
}
.game-discover.game-level-3 .square {
  width: 16.6666%;
  height: 16.6666%;
}
.game-result-title {
  font-size: 92.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #a43c23;
  font-family: 'Nexa';
  text-transform: uppercase;
  padding: 80px 0 60px;
}
.game-result-text {
  font-family: 'Nexa';
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #675344;
  padding-bottom: 60px;
}
.game-result-text strong {
  font-size: 48px;
  font-weight: bold;
}
.header-game {
  z-index: 1001;
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.header-game hr {
  margin: 20px auto;
  border: 0;
  height: 1px;
  width: 200px;
  background: #675344;
}
