.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/uc/a0f36cfa-daee-415c-b303-7aacb2e3b9f9/LaboratorioSolar1249.jpg");background-position: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; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e61bf1d4-010d-4047-82fc-a6da082c8d47/IMG_8105.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(114,114,114,0.77); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(114,114,114,0.77); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container {  }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:75rem;height:43.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:"proxima nova";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:23.3125rem;left:12.96875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKryaqihTupBw1nzsqzVXe007DLD5TFT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.875rem;width:42.125rem;top:3.75rem;left:16.4375rem;overflow:hidden;display:block; }
#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#feca38;background-image:none;position:relative;display:block; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { background-color: transparent; background-image: none; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container > .video-iframe-container { display: none; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row > .video-iframe-container { display: none; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .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); }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { border-width: 0; border-radius: 0; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row > .video-iframe-container {  }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/97362471-eb87-48a1-b339-897289bec0b0/Chaminuka29.JPG");background-position:center !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;height:12.5rem;width:20.6875rem;top:2.6875rem;left:2.375rem;display:block; }#bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps.adaptive-delivery-prevent-bg, #bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps.lazyload, #bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps.lazyloading { background-image: none; }
#Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48b8d076-ae50-4463-aff1-540b174d61f0/LaboratorioSolar1291.jpg");background-position:center !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;height:12.5rem;width:25.687125rem;top:15.9375rem;left:2.375rem;display:block; }#Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm.adaptive-delivery-prevent-bg, #Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm.lazyload, #Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm.lazyloading { background-image: none; }
#bELhuqcs0NP4n9lhEqSWuKlp19THOI3p { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8f1d78b-1486-4c8d-b526-464ca3c20708/GlenNora86.JPG");background-position:center !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;height:25.75rem;width:16.5625rem;top:2.6875rem;left:56.0625rem;display:block; }#bELhuqcs0NP4n9lhEqSWuKlp19THOI3p.adaptive-delivery-prevent-bg, #bELhuqcs0NP4n9lhEqSWuKlp19THOI3p.lazyload, #bELhuqcs0NP4n9lhEqSWuKlp19THOI3p.lazyloading { background-image: none; }
#EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0216d995-a27a-424b-a7be-eb98f2fdc778/LaboratorioSolar12551.jpg");background-position:center !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;height:12.5rem;width:26.5625rem;top:15.9375rem;left:28.8125rem;display:block; }#EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx.adaptive-delivery-prevent-bg, #EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx.lazyload, #EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx.lazyloading { background-image: none; }
#FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d435033b-5d49-4d84-86bd-e1e6839014a6/35_DSC857611.jpg");background-position:center !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;height:12.5rem;width:31.3125rem;top:2.6875rem;left:23.875rem;display:block; }#FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.adaptive-delivery-prevent-bg, #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.lazyload, #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.lazyloading { background-image: none; }
#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row .container { background-color: transparent; background-image: none; }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row .container > .video-iframe-container { display: none; }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row > .video-iframe-container { display: none; }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .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); }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row .container { border-width: 0; border-radius: 0; }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row > .video-iframe-container {  }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#L82DcECV6ym7IXZ6nSb3qWms6NpvORPA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:21.25rem;left:32.375rem; }
#L82DcECV6ym7IXZ6nSb3qWms6NpvORPA > img { max-width: 100%;max-height:100%; }#tGQ18TlLW10w2Va4ZcFwnUWkG68gCeJi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:21.25rem;left:36.6875rem; }
#tGQ18TlLW10w2Va4ZcFwnUWkG68gCeJi > img { max-width: 100%;max-height:100%; }#ZIqHl74VELQl69cyRDVf9qaVCAZtBiLW { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:20.5625rem;left:36rem;display:block; }
#EukDzSe6E1qrhZNrqhtHR5UwrxgyAoH4 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:20.5625rem;left:31.6875rem;display:block; }
#Vk7GMI2iOszfTN8vgWFvdEaCaAbRFSJS { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:20.5625rem;left:40.25rem;display:block; }
#LMkw9dfwlQ9rTTOe4cy7RIU7urZvKEtV { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:25.5625rem;left:26.3125rem;height:1.4rem;font-style:normal;display:block; }
#IHlngk1FPwMNlREQ1iXcfDrDwKKQtwEE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:21.0625rem;left:40.8125rem; }
#IHlngk1FPwMNlREQ1iXcfDrDwKKQtwEE > img { max-width: 100%;max-height:100%; }#SBaX5kFPHKob0k8ggT1TzfWkDGSaf2yg { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:25.5625rem;left:32.875rem;height:1.4rem;font-style:normal;display:block; }
#sV0rXuTRMBLMhLwd2lJ0eViQW5nCKd09 { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:25.5625rem;left:39.9375rem;height:1.4rem;font-style:normal;display:block; }
#Dz7zm5rmp54saLTfR91TkxNmcqQ0HgNC { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:28.25rem;left:16.1875rem;height:1.4rem;font-style:normal;display:block; }
#wrU2q0voXmo8TypeVlIiB4ADPrJnHhZe { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.25rem;left:0rem;height:1.4rem;font-style:normal;display:block; }
#G8JEi8vch3kdqOwzPZZ1miLl7Itgdep0 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.3125rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#yEWGsy6f3Dpdn9o1Z7FEAC9TeXFiAhGw { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.3125rem;left:19.1875rem;height:7.5rem;font-style:normal;display:block; }
#kuTz3c8EAtBsoAOmzhMF69Nkm43Q8JBh { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:5.1875rem;left:19.1875rem;height:1.4rem;font-style:normal;display:block; }
#xEdcf5QclRCJ03xBiAVJZnDXB1WD5Xxk { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.1875rem;left:39.1875rem;height:1.4rem;font-style:normal;display:block; }
#TVi677NGritbKMZkMhmd5q5kcBNf8tV0 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:7.3125rem;left:39.1875rem;height:7.5rem;font-style:normal;display:block; }
#qEtDRGPep8WTULZ0W1D5uQhxgupJE5qi { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.3125rem;left:58.875rem;height:7.5rem;font-style:normal;display:block; }
#TiBw06d0nVIIXczXAyls0G1TdlK3L1vN { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:5.1875rem;left:58.875rem;height:1.4rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKryaqihTupBw1nzsqzVXe007DLD5TFT { top:3.75rem;left:2.8125rem;width:42.125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA { display:block; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps { top:2.6875rem;left:0rem;width:20.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm { top:15.9375rem;left:0rem;width:25.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bELhuqcs0NP4n9lhEqSWuKlp19THOI3p { top:2.6875rem;left:31.1875rem;width:16.5625rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx { top:15.9375rem;left:15.1875rem;width:26.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O { top:2.6875rem;left:10.25rem;width:31.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn { display:block; }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L82DcECV6ym7IXZ6nSb3qWms6NpvORPA { top:21.25rem;left:18.75rem;width:1.875rem;height:1.875rem;display:block; }
#L82DcECV6ym7IXZ6nSb3qWms6NpvORPA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #tGQ18TlLW10w2Va4ZcFwnUWkG68gCeJi { top:21.25rem;left:23.0625rem;width:1.875rem;height:1.875rem;display:block; }
#tGQ18TlLW10w2Va4ZcFwnUWkG68gCeJi > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZIqHl74VELQl69cyRDVf9qaVCAZtBiLW { top:20.5625rem;left:22.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EukDzSe6E1qrhZNrqhtHR5UwrxgyAoH4 { top:20.5625rem;left:18.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk7GMI2iOszfTN8vgWFvdEaCaAbRFSJS { top:20.5625rem;left:26.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMkw9dfwlQ9rTTOe4cy7RIU7urZvKEtV { top:25.5625rem;left:12.6875rem;width:5.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHlngk1FPwMNlREQ1iXcfDrDwKKQtwEE { top:21.0625rem;left:27.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#IHlngk1FPwMNlREQ1iXcfDrDwKKQtwEE > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #SBaX5kFPHKob0k8ggT1TzfWkDGSaf2yg { top:25.5625rem;left:19.25rem;width:5.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV0rXuTRMBLMhLwd2lJ0eViQW5nCKd09 { top:25.5625rem;left:26.3125rem;width:8.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz7zm5rmp54saLTfR91TkxNmcqQ0HgNC { top:28.25rem;left:2.5625rem;width:42.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrU2q0voXmo8TypeVlIiB4ADPrJnHhZe { top:5.25rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8JEi8vch3kdqOwzPZZ1miLl7Itgdep0 { top:7.3125rem;left:0rem;width:19.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEWGsy6f3Dpdn9o1Z7FEAC9TeXFiAhGw { top:7.3125rem;left:5.5625rem;width:13.125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuTz3c8EAtBsoAOmzhMF69Nkm43Q8JBh { top:5.1875rem;left:5.5625rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEdcf5QclRCJ03xBiAVJZnDXB1WD5Xxk { top:5.1875rem;left:25.5625rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVi677NGritbKMZkMhmd5q5kcBNf8tV0 { top:7.3125rem;left:25.5625rem;width:14.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEtDRGPep8WTULZ0W1D5uQhxgupJE5qi { top:7.3125rem;left:33.25rem;width:14.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiBw06d0nVIIXczXAyls0G1TdlK3L1vN { top:5.1875rem;left:34.375rem;width:13.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e61bf1d4-010d-4047-82fc-a6da082c8d47/IMG_8105.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.83); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.83); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:17.75rem;height:4.19921875rem;top:8.88671875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKryaqihTupBw1nzsqzVXe007DLD5TFT { width:15.25rem;height:8.4375rem;top:1.32421875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA { display:block; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps { width:11.625rem;height:12.5rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm { width:19.75rem;height:12.5rem;top:28.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bELhuqcs0NP4n9lhEqSWuKlp19THOI3p { width:7.4375rem;height:12.5rem;top:56.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx { width:11.1875rem;height:12.5rem;top:42.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O { width:7.9980625rem;height:12.5rem;top:15rem;left:6rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d435033b-5d49-4d84-86bd-e1e6839014a6/35_DSC857611.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.adaptive-delivery-prevent-bg, #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.lazyload, #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn { display:block; }#kUqAnKyT6qeiEnF8ffXoM4S6t4kJcLwn > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L82DcECV6ym7IXZ6nSb3qWms6NpvORPA { width:1.875rem;height:1.875rem;top:41.25rem;left:9rem;display:block; }
#L82DcECV6ym7IXZ6nSb3qWms6NpvORPA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #tGQ18TlLW10w2Va4ZcFwnUWkG68gCeJi { width:1.875rem;height:1.875rem;top:45.8125rem;left:9rem;display:block; }
#tGQ18TlLW10w2Va4ZcFwnUWkG68gCeJi > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZIqHl74VELQl69cyRDVf9qaVCAZtBiLW { width:3.0625rem;height:3.0625rem;top:45.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EukDzSe6E1qrhZNrqhtHR5UwrxgyAoH4 { width:3.0625rem;height:3.0625rem;top:40.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk7GMI2iOszfTN8vgWFvdEaCaAbRFSJS { width:3.0625rem;height:3.0625rem;top:49.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMkw9dfwlQ9rTTOe4cy7RIU7urZvKEtV { width:20rem;height:1.04980625rem;top:54.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHlngk1FPwMNlREQ1iXcfDrDwKKQtwEE { width:2.1875rem;height:2.1875rem;top:50.1875rem;left:8.875rem;display:block; }
#IHlngk1FPwMNlREQ1iXcfDrDwKKQtwEE > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #SBaX5kFPHKob0k8ggT1TzfWkDGSaf2yg { width:5.625rem;height:1.04980625rem;top:56.5625rem;left:7.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sV0rXuTRMBLMhLwd2lJ0eViQW5nCKd09 { width:8.8125rem;height:1.04980625rem;top:58.8125rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dz7zm5rmp54saLTfR91TkxNmcqQ0HgNC { width:20rem;height:2.0996125rem;top:61.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrU2q0voXmo8TypeVlIiB4ADPrJnHhZe { width:7.3125rem;height:2.798825rem;top:2.0546875rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8JEi8vch3kdqOwzPZZ1miLl7Itgdep0 { width:14.625rem;height:6.5625rem;top:4.8515625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEWGsy6f3Dpdn9o1Z7FEAC9TeXFiAhGw { width:13.125rem;height:6.5625rem;top:14.1328125rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuTz3c8EAtBsoAOmzhMF69Nkm43Q8JBh { width:11.8125rem;height:1.3994125rem;top:12.734375rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEdcf5QclRCJ03xBiAVJZnDXB1WD5Xxk { width:11.8125rem;height:1.3994125rem;top:21.84375rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVi677NGritbKMZkMhmd5q5kcBNf8tV0 { width:14.25rem;height:6.5625rem;top:23.7421875rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEtDRGPep8WTULZ0W1D5uQhxgupJE5qi { width:14.5rem;height:6.5625rem;top:33.0556640625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiBw06d0nVIIXczXAyls0G1TdlK3L1vN { width:13.375rem;height:1.3994125rem;top:30.84375rem;left:4rem;font-size:1rem;display:block; }
 }