.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b7d295c-8345-4188-8c9f-fdcc0494ff39/bennettssac.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV.adaptive-delivery-prevent-bg, #JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV.lazyload, #JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV.lazyloading { background-image: none; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { background-color: transparent; background-image: none; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container > .video-iframe-container { display: none; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row > .video-iframe-container { display: none; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .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); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { border-width: 0; border-radius: 0; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#EqXZXfHhuhSWTceEJKUNcMyeQybLEAFA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:23.875rem;top:7.1875rem;left:25.5625rem;overflow:hidden;display:block; }
#ShaputpIlSI5Mg5GGV4pn4v5QGQSTJA9 { color:#ffffff;display:block;width:62.8125rem;position:absolute;font-family:"bodoni moda";font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.6875rem;left:6.09375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#TUqy4M3FEDvtGBTgxGqrQ0x5M9SGRXim { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:"bodoni moda";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.25rem;left:14.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#iRtadu1OGS7xfwPBXzyiXMTOlDeoxZw0 { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.8125rem;left:10.5rem;display:block; }
#nnGFrZNnIuccbQSHT54tAnhwZE2uDE36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umEAxzQJHZ3ALJ8EVREbUNy32UJ5COyz { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.8125rem;left:29.9375rem;display:block; }
#NrGDtUWcvyU0W0hWm5c7DXBeJO0nsbt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHVPfC2gGT8PpURbT9LA2QQQBwX1bVao { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.8125rem;left:49.4375rem;display:block; }
#DSdlOFWvmoyy5zAEdgn4uR1z92Tl3iaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp { position:relative;display:block; }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp { background-color: transparent; background-image: none; }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .row .container > .video-iframe-container { display: none; }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .row > .video-iframe-container { display: none; }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .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); }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp { border-width: 0; border-radius: 0; }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DofmpIvRJ8ICCRpQxMZRcARkZlXzTxWZ { color:#000000;display:block;width:46.5rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:14.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CClRzpLRECLBIksmtt1cyTFL0qWA9LO0 { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:14.34375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#SRaGvMHTs8OcmDEcdxJqkWLHPSrc0GDx { color:#5f6d70;display:block;width:46.5rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5625rem;left:14.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 { position:relative;display:block; }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 { background-color: transparent; background-image: none; }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .row .container > .video-iframe-container { display: none; }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .row > .video-iframe-container { display: none; }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .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); }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 { border-width: 0; border-radius: 0; }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HMNaXrKskbwMUChHwsmEUhsZbpT4WJvC { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.625rem;left:4.90625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hqxXkiEdltG2NpMtcUXgEqvhpOoGBbKn { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.90625rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#BX034ksxRUzB2TtKyUGJ9fNEbypTkeNM { color:#5f6d70;display:block;width:25.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.8125rem;left:4.625rem;height:15.597625rem;text-align:left;text-align-last:left;display:block; }
#BGqCOrnlP0cTdTCrykUTzl4i3dWMo0Ll { background-color:#252b57;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.2978515625rem;left:4.625rem;display:block; }
#W7rCx2WNSKVeWSCycTxSQwaDzUc7xMuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8Z85UaqMNEGXxVzTtrv2HKzSGaNkwTr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:27.125rem;top:2.21875rem;left:36.84375rem;overflow:hidden;display:block; }
#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah { position:relative;display:block; }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah { background-color: transparent; background-image: none; }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .row .container > .video-iframe-container { display: none; }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .row > .video-iframe-container { display: none; }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .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); }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah { border-width: 0; border-radius: 0; }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MyiBdCAQwuRe0SsgETSFGWlTMnrvEglR { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.625rem;left:36.78125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ppP42gMAlkKk6Teo61mKT7eB6ZQNzURt { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:36.78125rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#vELUdHyANdpmb5A4l7Bvp9Jzd7KOeRyQ { color:#5f6d70;display:block;width:25.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.0625rem;left:36.78125rem;height:15.59761875rem;text-align:left;text-align-last:left;display:block; }
#kq96T6Z5qlEKvIbNQSKKxcMZsaE1sFyW { background-color:#252b57;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.3603515625rem;left:36.78125rem;display:block; }
#TEaEOlysyCr4gxXIXLNmkOIiJeGBZlrw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aEZnbvBbixWnXImASq37ikiDpbuSXD7W { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:27.125rem;top:2.21875rem;left:4.09375rem;overflow:hidden;display:block; }
#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh { position:relative;display:block; }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh { background-color: transparent; background-image: none; }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .row .container > .video-iframe-container { display: none; }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .row > .video-iframe-container { display: none; }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .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); }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh { border-width: 0; border-radius: 0; }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f3r83NzkhFdbEtZWzM04OQx1izuM0T1w { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.625rem;left:4.90625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TlTq91st5nVTZAB7IMgFszrHFu6MdZ7e { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.90625rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#haO3rXT9sgxVoI4TzWVlRmC8Rd3gR3L0 { color:#5f6d70;display:block;width:25.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.90625rem;height:22.09668125rem;text-align:left;text-align-last:left;display:block; }
#tEseda8cvXJyHN4CtNSpmXtxFdhdMg6p { background-color:#252b57;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.1103515625rem;left:4.90625rem;display:block; }
#T9JcbNo1p6tAuLIPrAncxc25eaPPXp1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAqpJNbb8IsRaf6r9PTuWmg1MboCD1ka { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:27.125rem;top:6.125rem;left:36.84375rem;overflow:hidden;display:block; }
#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf { position:relative;display:block; }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf { background-color: transparent; background-image: none; }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .row .container > .video-iframe-container { display: none; }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .row > .video-iframe-container { display: none; }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .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); }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf { border-width: 0; border-radius: 0; }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r9yuq7K4ac8HbIeILlKG3tr4hTIhUS7W { box-sizing:content-box;height:6.375rem;width:60.75rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:2.71875rem;left:7.125rem;display:block; }
#eI9TsALDtTD4R3VwcM9B1MD3SrUP69Vb { color:#fafafa;display:block;width:14.875rem;position:absolute;font-family:"bodoni moda";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.931640625rem;left:8.625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#obGK5kBRdxIhBgKTdZc3l55qCCRMXrWP { color:#fafafa;display:block;width:14.875rem;position:absolute;font-family:"bodoni moda";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.849609375rem;left:23.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Vca3OTuR10pXNwNbqTGVJ6BTLrN21T4M { color:#fafafa;display:block;width:14.875rem;position:absolute;font-family:"bodoni moda";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.849609375rem;left:38.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#eP0bZlzD9TqwGhu7etGkVRBGCX8MVnGk { color:#fafafa;display:block;width:14.875rem;position:absolute;font-family:"bodoni moda";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.849609375rem;left:53.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS { position:relative;display:block; }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS { background-color: transparent; background-image: none; }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .row .container > .video-iframe-container { display: none; }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .row > .video-iframe-container { display: none; }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .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); }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS { border-width: 0; border-radius: 0; }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xscFx7NGArAs2GSAXLQ0ttQu7TGmlsd7 { color:#000000;display:block;width:46.5rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:14.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gs7bPVvmOr15E8yqdmx3IFyrO2iytzGu { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:23.40625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#nGhvALDbSqR7imbxhXbiCKAPWXNvka3U { color:#5f6d70;display:block;width:44.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5rem;left:15.09375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ { position:relative;display:block; }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ { background-color: transparent; background-image: none; }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .row .container > .video-iframe-container { display: none; }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .row > .video-iframe-container { display: none; }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .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); }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ { border-width: 0; border-radius: 0; }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HLTkP0ZII2MNkTInBrkR0UFTWEtFN9nT { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1728515625rem;left:36.59375rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#AppRzMchWfHbfudhCMIay8Hh7nqB42w3 { color:#5f6d70;display:block;width:28.25rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.25rem;left:36.5625rem;height:14.297875rem;text-align:left;text-align-last:left;display:block; }
#hFPitILrbuqWsTbKpzWCaRAPdA2BwKHU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:30.875rem;top:7.6728515625rem;left:3.5439453125rem;overflow:hidden;display:block; }
#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row .container { background-color: transparent; background-image: none; }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row .container > .video-iframe-container { display: none; }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row > .video-iframe-container { display: none; }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .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); }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row .container { border-width: 0; border-radius: 0; }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#O6NJrGKQJHzos7yXXxVTXJ0oCLy5OsJT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:13.1875rem;top:6.78125rem;left:0rem;overflow:hidden;display:block; }
#aerU5dcfD1FybvJa3lgR0AJB3sw99bop { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:5.5625rem;top:5.4375rem;left:20.9580078125rem;overflow:hidden;display:block; }
#Tu9isy03D7ADUWOhnFKHa75w9qCJZBfz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:5.75rem;left:29.5205078125rem;overflow:hidden;display:block; }
#BvJB3BMpfcyprektuLPobva0APlDb3ra { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.25rem;top:5.75rem;left:39.4580078125rem;overflow:hidden;display:block; }
#p5oROaOx8WITWUTnWrEJBD0TyHe0I6iO { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"bodoni moda";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8623046875rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#IQgT12grxERNdSOqwLDPbwtEuGgsn3pm { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.712890625rem;left:0rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#HGPxmIckwklm1ias2iqr9TvlFZZxckLR { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"bodoni moda";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.8623046875rem;left:28.1875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#oDqaVPqdn4KwJ0SmCUSCJhgRILD5Z8LB { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.712890625rem;left:28.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#wtqNepiXf0tQA5TkVeVIP6D4AIOiQgtv { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.462890625rem;left:28.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#G5uycfu050admxQvqqQA2XE0TTOUWmeT { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:27.900390625rem;left:28.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#enEEbE4ZVhkVWVSRCOTXS3UyspBeMrK3 { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:30.462890625rem;left:28.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#aJBzrSwf6TZf6f1vzNLgGIf2bOsAUqR1 { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:22.712890625rem;left:39.625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#plx4z4FvdMMRC7UIaKINUeqbcFMuHAVD { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:25.462890625rem;left:39.625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#t6064q24enhHusMsItqfUt948dubWI1y { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:27.900390625rem;left:39.625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#X75zQmhe8aZN9lyDma4OGRwK4mGqTF3e { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:30.462890625rem;left:35.0625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { background-color: transparent; background-image: none; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container > .video-iframe-container { display: none; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row > .video-iframe-container { display: none; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .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); }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { border-width: 0; border-radius: 0; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#SQEn7MosWgoJZgNGqZy06ty4KcgQCmoQ { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:2.34375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV { display:block; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqXZXfHhuhSWTceEJKUNcMyeQybLEAFA { top:7.1875rem;left:11.9375rem;width:23.875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShaputpIlSI5Mg5GGV4pn4v5QGQSTJA9 { top:19.6875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqy4M3FEDvtGBTgxGqrQ0x5M9SGRXim { top:31.25rem;left:0.625rem;width:46.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtadu1OGS7xfwPBXzyiXMTOlDeoxZw0 { width:15.125rem;height:3.4375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnGFrZNnIuccbQSHT54tAnhwZE2uDE36 { display:block; }
 }@media only screen and (max-width: 763px) { #umEAxzQJHZ3ALJ8EVREbUNy32UJ5COyz { width:15.125rem;height:3.4375rem;top:37.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGDtUWcvyU0W0hWm5c7DXBeJO0nsbt7 { display:block; }
 }@media only screen and (max-width: 763px) { #QHVPfC2gGT8PpURbT9LA2QQQBwX1bVao { width:15.125rem;height:3.4375rem;top:37.8125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdlOFWvmoyy5zAEdgn4uR1z92Tl3iaI { display:block; }
 }@media only screen and (max-width: 763px) { #ZyTB1vT4scA7NtWVI7We7ibhldhMftPp { display:block; }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DofmpIvRJ8ICCRpQxMZRcARkZlXzTxWZ { top:4.5rem;left:0.625rem;width:46.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CClRzpLRECLBIksmtt1cyTFL0qWA9LO0 { top:7.5rem;left:0.71875rem;width:46.3125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRaGvMHTs8OcmDEcdxJqkWLHPSrc0GDx { top:12.5625rem;left:0.625rem;width:46.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 { display:block; }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMNaXrKskbwMUChHwsmEUhsZbpT4WJvC { top:9.625rem;left:0rem;width:24.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqxXkiEdltG2NpMtcUXgEqvhpOoGBbKn { top:6.125rem;left:0rem;width:31.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX034ksxRUzB2TtKyUGJ9fNEbypTkeNM { top:12.8125rem;left:0rem;width:25.375rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGqCOrnlP0cTdTCrykUTzl4i3dWMo0Ll { width:15.125rem;height:3.4375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7rCx2WNSKVeWSCycTxSQwaDzUc7xMuL { display:block; }
 }@media only screen and (max-width: 763px) { #W8Z85UaqMNEGXxVzTtrv2HKzSGaNkwTr { top:2.1875rem;left:20.625rem;width:27.125rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpzBq8trGFuDASRJePJPKTOAMLqz5Eah { display:block; }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyiBdCAQwuRe0SsgETSFGWlTMnrvEglR { top:9.625rem;left:20.1875rem;width:27.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppP42gMAlkKk6Teo61mKT7eB6ZQNzURt { top:6.1875rem;left:15.8125rem;width:31.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vELUdHyANdpmb5A4l7Bvp9Jzd7KOeRyQ { top:13.0625rem;left:22.375rem;width:25.375rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq96T6Z5qlEKvIbNQSKKxcMZsaE1sFyW { width:15.125rem;height:3.4375rem;top:30.3125rem;left:23.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEaEOlysyCr4gxXIXLNmkOIiJeGBZlrw { display:block; }
 }@media only screen and (max-width: 763px) { #aEZnbvBbixWnXImASq37ikiDpbuSXD7W { top:2.1875rem;left:0rem;width:27.125rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh { display:block; }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3r83NzkhFdbEtZWzM04OQx1izuM0T1w { top:9.625rem;left:0rem;width:24.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTq91st5nVTZAB7IMgFszrHFu6MdZ7e { top:6.125rem;left:0rem;width:31.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haO3rXT9sgxVoI4TzWVlRmC8Rd3gR3L0 { top:12.875rem;left:0rem;width:25.375rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEseda8cvXJyHN4CtNSpmXtxFdhdMg6p { width:15.125rem;height:3.4375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9JcbNo1p6tAuLIPrAncxc25eaPPXp1g { display:block; }
 }@media only screen and (max-width: 763px) { #TAqpJNbb8IsRaf6r9PTuWmg1MboCD1ka { top:6.125rem;left:20.625rem;width:27.125rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf { display:block; }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9yuq7K4ac8HbIeILlKG3tr4hTIhUS7W { top:2.6875rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI9TsALDtTD4R3VwcM9B1MD3SrUP69Vb { top:4.875rem;left:0rem;width:14.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGK5kBRdxIhBgKTdZc3l55qCCRMXrWP { top:4.8125rem;left:9.8125rem;width:14.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vca3OTuR10pXNwNbqTGVJ6BTLrN21T4M { top:4.8125rem;left:24.625rem;width:14.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP0bZlzD9TqwGhu7etGkVRBGCX8MVnGk { top:4.8125rem;left:32.875rem;width:14.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7eVaIToFxzTnIezaycJlc7fSPL4gIIS { display:block; }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xscFx7NGArAs2GSAXLQ0ttQu7TGmlsd7 { top:4.5rem;left:0.625rem;width:46.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs7bPVvmOr15E8yqdmx3IFyrO2iytzGu { top:7.4375rem;left:9.78125rem;width:28.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhvALDbSqR7imbxhXbiCKAPWXNvka3U { top:12.5rem;left:1.46875rem;width:44.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ { display:block; }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLTkP0ZII2MNkTInBrkR0UFTWEtFN9nT { top:7.125rem;left:19.5625rem;width:28.1875rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AppRzMchWfHbfudhCMIay8Hh7nqB42w3 { top:14.25rem;left:19.5rem;width:28.25rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFPitILrbuqWsTbKpzWCaRAPdA2BwKHU { top:7.625rem;left:0rem;width:30.875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH { display:block; }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6NJrGKQJHzos7yXXxVTXJ0oCLy5OsJT { top:6.75rem;left:0rem;width:13.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aerU5dcfD1FybvJa3lgR0AJB3sw99bop { top:5.4375rem;left:7.3330078125rem;width:5.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9isy03D7ADUWOhnFKHa75w9qCJZBfz { top:5.75rem;left:15.8955078125rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvJB3BMpfcyprektuLPobva0APlDb3ra { top:5.75rem;left:25.8330078125rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5oROaOx8WITWUTnWrEJBD0TyHe0I6iO { top:19.8125rem;left:0rem;width:28.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQgT12grxERNdSOqwLDPbwtEuGgsn3pm { top:22.6875rem;left:0rem;width:20.0625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGPxmIckwklm1ias2iqr9TvlFZZxckLR { top:19.8125rem;left:14.5625rem;width:28.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDqaVPqdn4KwJ0SmCUSCJhgRILD5Z8LB { top:22.6875rem;left:14.5625rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtqNepiXf0tQA5TkVeVIP6D4AIOiQgtv { top:25.4375rem;left:14.5625rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5uycfu050admxQvqqQA2XE0TTOUWmeT { top:27.875rem;left:14.5625rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEEbE4ZVhkVWVSRCOTXS3UyspBeMrK3 { top:30.4375rem;left:14.5625rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJBzrSwf6TZf6f1vzNLgGIf2bOsAUqR1 { top:22.6875rem;left:26rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plx4z4FvdMMRC7UIaKINUeqbcFMuHAVD { top:25.4375rem;left:26rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6064q24enhHusMsItqfUt948dubWI1y { top:27.875rem;left:26rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X75zQmhe8aZN9lyDma4OGRwK4mGqTF3e { top:30.4375rem;left:21.4375rem;width:12.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF { display:block; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQEn7MosWgoJZgNGqZy06ty4KcgQCmoQ { top:2.3125rem;left:0rem;width:29.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV { display:block; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqXZXfHhuhSWTceEJKUNcMyeQybLEAFA { width:20rem;height:7.7486910994764rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShaputpIlSI5Mg5GGV4pn4v5QGQSTJA9 { width:20rem;height:7.7988125rem;top:12.1230625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqy4M3FEDvtGBTgxGqrQ0x5M9SGRXim { width:20rem;height:3.57421875rem;top:21.1709375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtadu1OGS7xfwPBXzyiXMTOlDeoxZw0 { width:15.125rem;height:3.4375rem;top:25.99515625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnGFrZNnIuccbQSHT54tAnhwZE2uDE36 { display:block; }
 }@media only screen and (max-width: 763px) { #umEAxzQJHZ3ALJ8EVREbUNy32UJ5COyz { width:15.125rem;height:3.4375rem;top:30.68265625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGDtUWcvyU0W0hWm5c7DXBeJO0nsbt7 { display:block; }
 }@media only screen and (max-width: 763px) { #QHVPfC2gGT8PpURbT9LA2QQQBwX1bVao { width:15.125rem;height:3.4375rem;top:35.37015625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdlOFWvmoyy5zAEdgn4uR1z92Tl3iaI { display:block; }
 }@media only screen and (max-width: 763px) { #ZyTB1vT4scA7NtWVI7We7ibhldhMftPp { display:block; }#ZyTB1vT4scA7NtWVI7We7ibhldhMftPp > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DofmpIvRJ8ICCRpQxMZRcARkZlXzTxWZ { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CClRzpLRECLBIksmtt1cyTFL0qWA9LO0 { width:20rem;height:5.19921875rem;top:5.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRaGvMHTs8OcmDEcdxJqkWLHPSrc0GDx { width:20rem;height:10.3984375rem;top:12.19921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 { display:block; }#mntzB4JoWRDg9EICi6TmQ5UFEAaxcnU3 > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMNaXrKskbwMUChHwsmEUhsZbpT4WJvC { width:20rem;height:3.25rem;top:33.224609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqxXkiEdltG2NpMtcUXgEqvhpOoGBbKn { width:20rem;height:2.5996125rem;top:29.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX034ksxRUzB2TtKyUGJ9fNEbypTkeNM { width:20rem;height:20.796875rem;top:37.724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGqCOrnlP0cTdTCrykUTzl4i3dWMo0Ll { width:15.125rem;height:3.4375rem;top:59.771484375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7rCx2WNSKVeWSCycTxSQwaDzUc7xMuL { display:block; }
 }@media only screen and (max-width: 763px) { #W8Z85UaqMNEGXxVzTtrv2HKzSGaNkwTr { width:20rem;height:25.068375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpzBq8trGFuDASRJePJPKTOAMLqz5Eah { display:block; }#cpzBq8trGFuDASRJePJPKTOAMLqz5Eah > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyiBdCAQwuRe0SsgETSFGWlTMnrvEglR { width:20rem;height:3.25rem;top:31.326175rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppP42gMAlkKk6Teo61mKT7eB6ZQNzURt { width:20rem;height:2.5996125rem;top:27.4765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vELUdHyANdpmb5A4l7Bvp9Jzd7KOeRyQ { width:20rem;height:18.19724375rem;top:35.826175rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq96T6Z5qlEKvIbNQSKKxcMZsaE1sFyW { width:15.125rem;height:3.4375rem;top:55.2724875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEaEOlysyCr4gxXIXLNmkOIiJeGBZlrw { display:block; }
 }@media only screen and (max-width: 763px) { #aEZnbvBbixWnXImASq37ikiDpbuSXD7W { width:20rem;height:24.976958525346rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh { display:block; }#bfnLedWkW7QikMRSW2hWIeTHD5RvXZqh > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3r83NzkhFdbEtZWzM04OQx1izuM0T1w { width:20rem;height:1.625rem;top:30.724609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTq91st5nVTZAB7IMgFszrHFu6MdZ7e { width:20rem;height:2.5996125rem;top:26.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #haO3rXT9sgxVoI4TzWVlRmC8Rd3gR3L0 { width:20rem;height:28.59568125rem;top:33.599609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEseda8cvXJyHN4CtNSpmXtxFdhdMg6p { width:15.125rem;height:3.4375rem;top:63.4443359375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9JcbNo1p6tAuLIPrAncxc25eaPPXp1g { display:block; }
 }@media only screen and (max-width: 763px) { #TAqpJNbb8IsRaf6r9PTuWmg1MboCD1ka { width:20rem;height:24.9765625rem;top:0.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf { display:block; }#wd4q65psTCan7vBuE5TifbBrRp0ZQ3Pf > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9yuq7K4ac8HbIeILlKG3tr4hTIhUS7W { width:20rem;height:15.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI9TsALDtTD4R3VwcM9B1MD3SrUP69Vb { width:14.875rem;height:1.94970625rem;top:3.443359375rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGK5kBRdxIhBgKTdZc3l55qCCRMXrWP { width:14.875rem;height:1.7871125rem;top:6.443359375rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vca3OTuR10pXNwNbqTGVJ6BTLrN21T4M { width:14.875rem;height:1.7871125rem;top:9.255859375rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP0bZlzD9TqwGhu7etGkVRBGCX8MVnGk { width:14.875rem;height:1.7871125rem;top:12.568359375rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7eVaIToFxzTnIezaycJlc7fSPL4gIIS { display:block; }#s7eVaIToFxzTnIezaycJlc7fSPL4gIIS > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xscFx7NGArAs2GSAXLQ0ttQu7TGmlsd7 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs7bPVvmOr15E8yqdmx3IFyrO2iytzGu { width:20rem;height:5.19921875rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhvALDbSqR7imbxhXbiCKAPWXNvka3U { width:20rem;height:14.297875rem;top:10.57421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ { display:block; }#LDuOXit48FHvZqf5kR8BqKKKwrMA3TmQ > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLTkP0ZII2MNkTInBrkR0UFTWEtFN9nT { width:20rem;height:5.19921875rem;top:15.7793125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AppRzMchWfHbfudhCMIay8Hh7nqB42w3 { width:20rem;height:19.4970625rem;top:22.22853125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFPitILrbuqWsTbKpzWCaRAPdA2BwKHU { width:20rem;height:13.279352226721rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH { display:block; }#wFyT5RX1efxBlKkRmLW0CZsgTia9ZoWH > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6NJrGKQJHzos7yXXxVTXJ0oCLy5OsJT { width:13.1875rem;height:5.1875rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aerU5dcfD1FybvJa3lgR0AJB3sw99bop { width:5.5625rem;height:7.875rem;top:7.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9isy03D7ADUWOhnFKHa75w9qCJZBfz { width:7.25rem;height:7.25rem;top:16.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvJB3BMpfcyprektuLPobva0APlDb3ra { width:7.25rem;height:7.1875rem;top:25.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5oROaOx8WITWUTnWrEJBD0TyHe0I6iO { width:20rem;height:2.03125rem;top:33.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQgT12grxERNdSOqwLDPbwtEuGgsn3pm { width:20rem;height:10.5rem;top:40.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGPxmIckwklm1ias2iqr9TvlFZZxckLR { width:20rem;height:2.03125rem;top:37.03125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDqaVPqdn4KwJ0SmCUSCJhgRILD5Z8LB { width:8rem;height:1.5rem;top:52.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtqNepiXf0tQA5TkVeVIP6D4AIOiQgtv { width:8rem;height:1.5rem;top:54.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5uycfu050admxQvqqQA2XE0TTOUWmeT { width:8rem;height:1.5rem;top:57rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEEbE4ZVhkVWVSRCOTXS3UyspBeMrK3 { width:8rem;height:1.5rem;top:59.5625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJBzrSwf6TZf6f1vzNLgGIf2bOsAUqR1 { width:8rem;height:1.5rem;top:52.0625rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plx4z4FvdMMRC7UIaKINUeqbcFMuHAVD { width:8rem;height:1.5rem;top:54.5rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6064q24enhHusMsItqfUt948dubWI1y { width:8rem;height:1.5rem;top:57rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X75zQmhe8aZN9lyDma4OGRwK4mGqTF3e { width:12.5625rem;height:1.5rem;top:59.5625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF { display:block; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQEn7MosWgoJZgNGqZy06ty4KcgQCmoQ { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }