.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fKG1lc9Z/sfondo1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { background-color:rgba(7,2,84,0.58);background-image:url("https://images.assets-landingi.com/vQiZK9Dr/Senza_titolo_1_copia.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8.adaptive-delivery-prevent-bg, #ttN7d3y8thHwwchZalTg59ddgoiwc1e8.lazyload, #ttN7d3y8thHwwchZalTg59ddgoiwc1e8.lazyloading { background-image: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { background-color: transparent; background-image: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { border-width: 0; border-radius: 0; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container {  }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:75rem;height:36.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:13.375rem;top:5.75rem;left:30.125rem;overflow:hidden;display:block; }
#JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:gilroy;font-size:2.3125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:12rem;left:14.25rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WSlkXi0fASOowmwKgKLPRWbNcE5gktvT { color:#ffffff;display:block;width:44.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:16.123046875rem;left:14.40625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfQTKhgw0ZHzgipuNyxbygTdULpqXwZT { z-index:100004;top:23.18603515625rem;left:28.092041015625rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #ffe200, #feff00);background-image: -moz-linear-gradient(12deg, #ffe200, #feff00);background-image: -ms-linear-gradient(12deg, #ffe200, #feff00);background-image: -o-linear-gradient(12deg, #ffe200, #feff00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe200', endColorstr='#feff00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe200', endColorstr='#feff00' );";background-image: linear-gradient(12deg, #ffe200, #feff00);background-size:auto !important;border-top:0rem solid #0002a8;border-left:0rem solid #0002a8;border-right:0rem solid #0002a8;border-bottom:0.3125rem solid #c9b200;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4365rem;height:3.87329375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PeSrg68Op2dwPUQqTDguD2P4qrkSNmSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(137deg, #131313, #000000);background-image: -moz-linear-gradient(137deg, #131313, #000000);background-image: -ms-linear-gradient(137deg, #131313, #000000);background-image: -o-linear-gradient(137deg, #131313, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000' );";background-image: linear-gradient(137deg, #131313, #000000);background-size:auto !important;position:relative;display:block; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container { background-color: transparent; background-image: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container > .video-iframe-container { display: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row > .video-iframe-container { display: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container { border-width: 0; border-radius: 0; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row > .video-iframe-container {  }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#kThEqmCOZU9WwDV9Qq9T8htgyDZMbZ9R { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:11.218040466309rem;left:9.4375rem;overflow:hidden;display:block; }
#Ll6XKsaRtun98VmTFealg4oZbNntQi0e { color:#ffffff;display:block;width:15.2494375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:16.123935699463rem;left:3.9375rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xD3atviFnpke89bcqaWiz1xnONfKNfBV { color:#ffffff;display:block;width:17.4360625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:16.123046875rem;left:28.75rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jtn2EliGw7UTWaytrCvPFNmGgIFUSqOq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:11.218040466309rem;left:35.25rem;overflow:hidden;display:block; }
#kEls1sVf94HCrEtZmtH9uw7fhhTXPUqU { color:#ffffff;display:block;width:15.2485625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:16.123046875rem;left:54.8125rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKb6Z5nZFp9ZPw3ogvTENIts522G09lQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:11.218040466309rem;left:60.25rem;overflow:hidden;display:block; }
#RMPs21OLCJ5MLZXTI4zgVWbFD0SAsJWf { color:#ffffff;display:block;width:25rem;position:absolute;font-family:gilroy;font-size:1.8125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:4.5605449676514rem;left:24.998225212097rem;height:2.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#au3lhNMNKz2X3Q7qL3PwgmymAF3VVwEV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.410333633423rem;left:8.6875rem;height:2rem;display:block; }
#b9hc2vb9So9ivxGTEWMiWwTlyT5IwcCq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:12.410333633423rem;left:33.9375rem;height:2rem;display:block; }
#IIB2zT0O7b3DT9l6oTikfgyO6DiJOTKW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.410333633423rem;left:59.6875rem;height:2rem;display:block; }
#IVExDX97ImrQARxTeBOd5TTeksxq9uoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aJpivOan/Back.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh.adaptive-delivery-prevent-bg, #IVExDX97ImrQARxTeBOd5TTeksxq9uoh.lazyload, #IVExDX97ImrQARxTeBOd5TTeksxq9uoh.lazyloading { background-image: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { background-color: transparent; background-image: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container > .video-iframe-container { display: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row > .video-iframe-container { display: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { border-width: 0; border-radius: 0; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row > .video-iframe-container {  }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#zE9iadVtw2brOToTsFrq3zW23mhm5Whl { position:absolute;display:block;z-index:100000;background-color:#0066ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 2.25rem rgba(0,0,0,0.36) ;height:21.1875rem;width:55.75rem;top:7rem;left:9.625rem;display:block; }
#EkGlLGhktdh7lCkSemJXrZyxc6MDS7Sc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.6875rem;width:28.25rem;top:5.75rem;left:12.8125rem;overflow:hidden;display:block; }
#uLMWZANr26SbOeoDel2w63d5G4dNrBII { color:#212121;display:block;width:19rem;position:absolute;font-family:rutan;font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:11.375rem;left:42.8125rem;height:4.5rem;font-style:normal;display:block; }
#oWL6TH3tvIwdvw4QCfSg4ZSxTt4UmGGr { background-color:#ffd300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:20.749294281006rem;left:42.8125rem;display:block; }
#GMmMm3hrD0TaafIc8uOcQi3vXT9i23Ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pUTg7MtAp3hNOIvWFbDrMFrRM5ClGXTV { color:#212121;display:block;width:19.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:16.5625rem;left:42.9375rem;height:4.125rem;font-style:normal;display:block; }
#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { background-color: transparent; background-image: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container > .video-iframe-container { display: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row > .video-iframe-container { display: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { border-width: 0; border-radius: 0; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row > .video-iframe-container {  }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#EETzVZFbfOJrhgkMsOxQFXfwX38pWP1X { color:#ffffff;display:block;width:58.8743125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.7054328918457rem;left:8.0610799789431rem;height:1rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { width:13.375rem;height:1.4995318144221rem;top:5.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { width:45.125rem;height:;top:11.9375rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSlkXi0fASOowmwKgKLPRWbNcE5gktvT { width:44.8125rem;height:5.25rem;top:16.0625rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfQTKhgw0ZHzgipuNyxbygTdULpqXwZT { top:23.125rem;left:14.467041015625rem;width:17.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeSrg68Op2dwPUQqTDguD2P4qrkSNmSi { display:block; }
 }@media only screen and (max-width: 763px) { #gGofimGwnLif6L8pQzqPeT2VTlWZNoDd { display:block; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kThEqmCOZU9WwDV9Qq9T8htgyDZMbZ9R { width:4.375rem;height:4.375rem;top:11.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6XKsaRtun98VmTFealg4oZbNntQi0e { width:15.1875rem;height:1.1875rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD3atviFnpke89bcqaWiz1xnONfKNfBV { width:17.375rem;height:1.1875rem;top:16.0625rem;left:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtn2EliGw7UTWaytrCvPFNmGgIFUSqOq { width:4.375rem;height:4.375rem;top:11.1875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEls1sVf94HCrEtZmtH9uw7fhhTXPUqU { width:15.1875rem;height:1.1875rem;top:16.0625rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKb6Z5nZFp9ZPw3ogvTENIts522G09lQ { width:4.375rem;height:4.375rem;top:11.1875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMPs21OLCJ5MLZXTI4zgVWbFD0SAsJWf { width:25rem;height:2.3125rem;top:4.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au3lhNMNKz2X3Q7qL3PwgmymAF3VVwEV { top:12.375rem;left:3.375rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hc2vb9So9ivxGTEWMiWwTlyT5IwcCq { top:12.375rem;left:19.25rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIB2zT0O7b3DT9l6oTikfgyO6DiJOTKW { top:12.375rem;left:35.125rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVExDX97ImrQARxTeBOd5TTeksxq9uoh { display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE9iadVtw2brOToTsFrq3zW23mhm5Whl { top:6.9375rem;left:0rem;width:47.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkGlLGhktdh7lCkSemJXrZyxc6MDS7Sc { width:28.25rem;height:23.687513966048rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLMWZANr26SbOeoDel2w63d5G4dNrBII { width:19rem;height:4.5rem;top:11.3125rem;left:28.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWL6TH3tvIwdvw4QCfSg4ZSxTt4UmGGr { width:18.75rem;height:3.125rem;top:20.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMmMm3hrD0TaafIc8uOcQi3vXT9i23Ox { display:block; }
 }@media only screen and (max-width: 763px) { #pUTg7MtAp3hNOIvWFbDrMFrRM5ClGXTV { width:19.25rem;height:2.75rem;top:16.5625rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EETzVZFbfOJrhgkMsOxQFXfwX38pWP1X { top:1.6875rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { background-color:transparent;background-image: -webkit-linear-gradient(48deg, #000000, #6f00da);background-image: -moz-linear-gradient(48deg, #000000, #6f00da);background-image: -ms-linear-gradient(48deg, #000000, #6f00da);background-image: -o-linear-gradient(48deg, #000000, #6f00da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6f00da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6f00da' );";background-image: linear-gradient(48deg, #000000, #6f00da);background-size:auto !important;display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { background-color: transparent; background-image: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { width:11.125rem;height:1.125rem;top:2.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { width:15.374625rem;height:3.73730625rem;top:6.1239342689514rem;left:2.3117896318436rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSlkXi0fASOowmwKgKLPRWbNcE5gktvT { width:15rem;height:6.12305rem;top:10.4365234375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfQTKhgw0ZHzgipuNyxbygTdULpqXwZT { top:18.1865234375rem;left:2.96875rem;width:14.0625rem;height:3.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeSrg68Op2dwPUQqTDguD2P4qrkSNmSi { display:block; }
 }@media only screen and (max-width: 763px) { #gGofimGwnLif6L8pQzqPeT2VTlWZNoDd { background-color:#000000;background-image:none;display:block; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container { background-color: transparent; background-image: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container > .video-iframe-container { display: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row > .video-iframe-container { display: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kThEqmCOZU9WwDV9Qq9T8htgyDZMbZ9R { width:5.99964375rem;height:5.99964375rem;top:5.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6XKsaRtun98VmTFealg4oZbNntQi0e { width:15.2494375rem;height:1.21875rem;top:12.875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD3atviFnpke89bcqaWiz1xnONfKNfBV { width:15.2494375rem;height:1.21875rem;top:25.8125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtn2EliGw7UTWaytrCvPFNmGgIFUSqOq { width:5.99964375rem;height:5.99964375rem;top:18.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEls1sVf94HCrEtZmtH9uw7fhhTXPUqU { width:15.2494375rem;height:1.21875rem;top:38.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKb6Z5nZFp9ZPw3ogvTENIts522G09lQ { width:5.99964375rem;height:5.99964375rem;top:31.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMPs21OLCJ5MLZXTI4zgVWbFD0SAsJWf { width:20rem;height:2.35595625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au3lhNMNKz2X3Q7qL3PwgmymAF3VVwEV { width:12.5rem;height:2.03125rem;top:7.625rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hc2vb9So9ivxGTEWMiWwTlyT5IwcCq { width:12.5rem;height:2.03125rem;top:20.5625rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIB2zT0O7b3DT9l6oTikfgyO6DiJOTKW { width:12.5rem;height:2.03125rem;top:33.5rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVExDX97ImrQARxTeBOd5TTeksxq9uoh { display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE9iadVtw2brOToTsFrq3zW23mhm5Whl { width:20rem;height:21.1875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkGlLGhktdh7lCkSemJXrZyxc6MDS7Sc { width:16.9375rem;height:14.1875rem;top:6.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLMWZANr26SbOeoDel2w63d5G4dNrBII { width:20rem;height:4.0498rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWL6TH3tvIwdvw4QCfSg4ZSxTt4UmGGr { width:15.999625rem;height:2.9367875rem;top:28.24928855896rem;left:1.9992896318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMmMm3hrD0TaafIc8uOcQi3vXT9i23Ox { display:block; }
 }@media only screen and (max-width: 763px) { #pUTg7MtAp3hNOIvWFbDrMFrRM5ClGXTV { width:19.25rem;height:2.4375rem;top:24.5625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EETzVZFbfOJrhgkMsOxQFXfwX38pWP1X { width:17.125rem;height:3.16845625rem;top:1rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }