.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f3f2da;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); }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27020c;background-image:none;position:relative;display:block; }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row .container { background-color: transparent; background-image: none; }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row .container > .video-iframe-container { display: none; }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row > .video-iframe-container { display: none; }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .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); }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row .container { border-width: 0; border-radius: 0; }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row > .video-iframe-container {  }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#BKM8n1fNZo3H37cbWLqPDhBFHyuf0okV { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:7.8125rem;height:1.625rem;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/ibQ9y9eG/t_o.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;overflow:visible;position:relative;display:block; }#eoGQX1aOZh9ffaTenAmPqgUOcBJIutSh { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #505664;border-left:0.0625rem solid #505664;border-right:0.0625rem solid #505664;border-bottom:0.0625rem solid #505664;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.6875rem;width:12.5rem;top:15.21875rem;left:45.811719894409rem;overflow:hidden;display:block; }
#BftUMnJXcKZZygB5D9qEIOAVvt1CTHkv { background-color:#f8b903;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f5f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.374984741211rem;left:4rem;display:block; }
#u24WH7wOJ4WOHgLyegWDwgMBSPlZ4ZtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XLmxTA6MOOGQTgEeREn6ysN2PcxiFu8z { color:#5b5456;display:block;width:43.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:15.21875rem;left:1rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nRazCnSLHBNkS9zqxOAxDVRwGVta7b5y { color:#ab8824;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:1.9375rem;left:0rem;height:10.8375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row .container { background-color: transparent; background-image: none; }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row .container > .video-iframe-container { display: none; }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row > .video-iframe-container { display: none; }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .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); }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row .container { border-width: 0; border-radius: 0; }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row > .video-iframe-container {  }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#VT0UBq2vomk4ZzcTsSgi7J6tGD8qKlBF { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.875rem;left:18.218751907349rem;height:1.625rem;font-style:normal;display:block; }
#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row .container { background-color: transparent; background-image: none; }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row .container > .video-iframe-container { display: none; }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row > .video-iframe-container { display: none; }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .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); }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row .container { border-width: 0; border-radius: 0; }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row > .video-iframe-container {  }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#ZhMX8aHqT90cZoMiTKqEMaQI5Qt7CHVG { position:absolute;display:block;z-index:100000;background-color:#ffffff;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:12.6875rem;width:12.5rem;top:2.2867193222046rem;left:1.25rem;display:block; }
#XmcR0w7HGmrTcCwdRs6SqF2h76PwThLt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100039;top:1.1484375rem;left:6.25rem; }
#AVHHncRbgBGcU7P8w4R62B8CCIaTmFp3 { color:#5b5456;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:5.4632806777954rem;left:1.8125rem;height:5.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMcu0vpTAgaxhnoNRs9xaTa2iJbdUCVy { position:absolute;display:block;z-index:100001;background-color:#ffffff;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:12.6875rem;width:12.5rem;top:2.2804687023163rem;left:16.250001907349rem;display:block; }
#VGs31RM9iQh5N5x1Ep2ITXKGZc92mknJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100040;top:1.1476562023163rem;left:21.250001907349rem; }
#D93zMPxUOvdpaBrUHn3TM9SS1MJZywTc { color:#5b5456;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.7;letter-spacing:0;top:5.4624998569489rem;left:16.812501907349rem;height:3.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o70usWr3dKlwsdRIq0gDl5eLGS6zaI5n { position:absolute;display:block;z-index:100002;background-color:#ffffff;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:12.75rem;width:12.5rem;top:2.2804687023163rem;left:31.250001907349rem;display:block; }
#pRO8IavLDWtJiUJPlt09Rdn1DovTJF7i { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100041;top:1.1476562023163rem;left:36.250001907349rem; }
#zTIwnTVKXLhm0kuDyCf12LTTXNqaeNxC { color:#5b5456;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.7;letter-spacing:0;top:5.4624998569489rem;left:31.812501907349rem;height:5.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZAgi3sGXzvRWM2Df2ZXbb7t4BWmAGSn { position:absolute;display:block;z-index:100003;background-color:#ffffff;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:12.8125rem;width:12.5rem;top:2.2804687023163rem;left:46.250001907349rem;display:block; }
#LcfRmIcTMcEIXFVAOT8p0xTNIqSkWTI9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100042;top:1.1476562023163rem;left:51.249998092651rem; }
#bbWduMMHZFRuHAQXx6TTrqUvZQErSkke { color:#5b5456;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:5.5500004291534rem;left:46.811719894409rem;height:3.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row .container { background-color: transparent; background-image: none; }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row .container > .video-iframe-container { display: none; }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row > .video-iframe-container { display: none; }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .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); }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row .container { border-width: 0; border-radius: 0; }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row > .video-iframe-container {  }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#l79U4bCfnyzXODMNNPyBBF1dgbAHNgXu { position:absolute;display:block;z-index:100000;background-color:#ffffff;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.1875rem;width:12.5rem;top:2.2867193222046rem;left:1.25rem;display:block; }
#el97nmoE1o5iiO6fkgVmKLZF79xyKwk5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100039;top:1.1484375rem;left:6.25rem; }
#Hcu7LqDJU0QdrGzulhuP8mogeQyPguUP { color:#5b5456;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:5.4632806777954rem;left:1.8125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZpDbvxwTZkKgNZAky9sRTTOSkvaSdMs { position:absolute;display:block;z-index:100001;background-color:#ffffff;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.1875rem;width:12.5rem;top:2.28125rem;left:16.250001907349rem;display:block; }
#PC5TnWG0kab7uaCRwuXsq3nqs3TGm2dH { color:#5b5456;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.7;letter-spacing:0;top:5.4617195129394rem;left:16.812501907349rem;height:7.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D1mHTx65mQO0AQ1ThSLONTMfJF0gUJ6o { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100040;top:1.1484375rem;left:21.250001907349rem; }
#LbHZ4NQt6AqpJ7cVBZdAZGDto6raiTTq { position:absolute;display:block;z-index:100002;background-color:#ffffff;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.1875rem;width:12.5rem;top:2.28125rem;left:31.250001907349rem;display:block; }
#SUTKtz73pwG0wKMVKzAmVrkiNOKuT7KI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100041;top:1.1484375rem;left:36.250001907349rem; }
#aWf8o5hsTcephHUlRIh6TxJ9oafJ1vvJ { color:#5b5456;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.7;letter-spacing:0;top:5.4617195129394rem;left:31.812501907349rem;height:3.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xA9nRHBSM8eqAn4nnUfpAEJ1M5LBDSIa { position:absolute;display:block;z-index:100003;background-color:#ffffff;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.1875rem;width:12.5rem;top:2.28125rem;left:47.499998092651rem;display:block; }
#Olnb7CNOU9k6TLeumTSewKw7BnyZDUeM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100042;top:1.2109375rem;left:52.499219894409rem; }
#JERAkegqhw4tH94tiKkXKKcHIWeD4uqE { color:#5b5456;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:5.4617195129394rem;left:48.061719894409rem;height:3.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ibQ9y9eG/t_o.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h.adaptive-delivery-prevent-bg, #UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h.lazyload, #UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h.lazyloading { background-image: none; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row .container { background-color: transparent; background-image: none; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #faf9f4; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row .container > .video-iframe-container { display: none; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #faf9f4; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row > .video-iframe-container { display: none; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .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); }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row .container { border-width: 0; border-radius: 0; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row > .video-iframe-container {  }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#L9nsb9VHgVowCUc8XGtS5SnwipiB2nJ9 { color:#5b5456;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.9;letter-spacing:0;top:3.5234377384186rem;left:0rem;height:44.8875rem;display:block; }
#mXMRyM3Ge3ElUd3mVfkUm1taN6bcUTys { color:#ab8824;display:block;width:29.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:2.03125rem;display:block; }
#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf9f4;background-image:none;position:relative;display:block; }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row .container { background-color: transparent; background-image: none; }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row .container > .video-iframe-container { display: none; }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row > .video-iframe-container { display: none; }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .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); }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row .container { border-width: 0; border-radius: 0; }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row > .video-iframe-container {  }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#WxFaQ2sLTT7OT7t2XExmrwlQ9Oo9vZX3 { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.8242197036743rem;left:3.2117195129394rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#o4mV8u2P7hfxy4JcvXfCqhwiwrJgb2zP { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:23.961717605591rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#m9rK2MIysFkTPfhVtMhhMOk6ua6ue17T { color:#5b5456;display:block;width:18.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:40.625001907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#n2L09uscrQztp6MERwDy0hMhfN68TnqH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:9.44921875rem;left:8.4375rem; }
#p5MgqxNawsSCb6n1GAb4FdaGn3Vu4Byl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:9.4492189884187rem;left:48.436719894409rem; }
#iTtwtMJLN1krRGtUsqUyhIABGXP6SUEs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;top:9.4492189884187rem;left:28.437501907349rem; }
#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf9f4;background-image:none;position:relative;display:block; }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row .container { background-color: transparent; background-image: none; }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row .container > .video-iframe-container { display: none; }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row > .video-iframe-container { display: none; }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .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); }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row .container { border-width: 0; border-radius: 0; }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row > .video-iframe-container {  }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#G71eMqrT6AWiZwl5OJ5O8fTMBh9BB6iC { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.8242197036743rem;left:3.2117195129394rem;height:;text-align:center;text-align-last:center;display:block; }
#mPkymb5KNIkTvzy5tM53Cql5wu4wGtNp { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:23.961717605591rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LR3RycdzlQfJHc9vmmIw5INNyDcSwg3N { color:#5b5456;display:block;width:19.8125rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:40.187501907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mEJsz6T1G4kb60npfE5BHLssU49TTP58 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:9.44921875rem;left:8.4375rem; }
#cyTocul72bdueAdOeXCMWT4xwcUuqdHi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:9.4492189884187rem;left:48.436719894409rem; }
#cWItPSQCOcfTf5kmmcaFSxXSQthhhT8Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;top:9.4492189884187rem;left:28.437501907349rem; }
#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf9f4;background-image:none;position:relative;display:block; }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row .container { background-color: transparent; background-image: none; }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row .container > .video-iframe-container { display: none; }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row > .video-iframe-container { display: none; }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .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); }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row .container { border-width: 0; border-radius: 0; }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row > .video-iframe-container {  }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:60rem;position:relative;display:block; }#gUPH3NABqfAbmL5B6VvVRfJsC0Ad1Pch { color:#ab8824;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:29.311718940735rem;left:0rem;height:1.95rem;display:block; }
#BvGSC0PS1ZbBQfy9wNtPg3mMNwDmXx43 { color:#5b5456;display:block;width:60rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:31.875rem;left:0rem;height:10.8375rem;display:block; }
#wV2rVdVCraB2hlfdVfhi1FNkWhi3f3X9 { color:#ab8824;display:block;width:20.1875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:44.36874961853rem;left:0rem;height:1.95rem;display:block; }
#mHuEfFKuKpxMXspbT6pamxt2V2nv2sZx { color:#5b5456;display:block;width:45.6875rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:47.9375rem;left:0rem;height:9.03125rem;display:block; }
#EJLvyJ9aH0B65kBZAaDPXDcOiva6KTHT { color:#5b5456;display:block;width:24.875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:0.9375rem;left:17.562501907349rem;height:1.80625rem;display:block; }
#VoViN0h2aKzTvE0yiKTT7gC75nNQ5xKv { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:20.5625rem;top:10.499218463898rem;left:0rem;overflow:hidden;display:block; }
#aUVBnZgTesTkw6ATQv7mlXiW9zaD26tH { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:60rem;top:3.2859344482422rem;left:0rem;overflow:hidden;display:block; }
#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf9f4;background-image:none;position:relative;display:block; }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row .container { background-color: transparent; background-image: none; }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row .container > .video-iframe-container { display: none; }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row > .video-iframe-container { display: none; }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .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); }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row .container { border-width: 0; border-radius: 0; }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row > .video-iframe-container {  }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#qdTET6OBzONe5KHHVwaI7q0nW4d4P3Oq { color:#5b5456;display:block;width:59.875rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:0.515625rem;left:0rem;height:5.41875rem;display:block; }
#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf9f4;background-image:none;position:relative;display:block; }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row .container { background-color: transparent; background-image: none; }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row .container > .video-iframe-container { display: none; }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row > .video-iframe-container { display: none; }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .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); }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row .container { border-width: 0; border-radius: 0; }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row > .video-iframe-container {  }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#TFyLw2OI8htn90nlGy3V7Qx9SLilnzS8 { color:#5b5456;display:block;width:45.0625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:0.81171894073488rem;left:15.000001907349rem;height:18.7rem;display:block; }
#oUQScqokF175XP093xIpFMVN9GA7C7de { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:13.4375rem;top:0.8124940395355rem;left:0rem;overflow:hidden;display:block; }
#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf9f4;background-image:none;position:relative;display:block; }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row .container { background-color: transparent; background-image: none; }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row .container > .video-iframe-container { display: none; }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row > .video-iframe-container { display: none; }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .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); }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row .container { border-width: 0; border-radius: 0; }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row > .video-iframe-container {  }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#sqDPxSawK9pabeFPMRlEsEByGK3bnVob { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:11.5rem;top:6.0937504768372rem;left:0rem;overflow:hidden;display:block; }
#ysTyAd3z8wve7vK9veiSGBK3wWpvA0eA { color:#5b5456;display:block;width:12rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:14.9375rem;left:29.5rem;height:2.03125rem;display:block; }
#XxQkzChLOgun7T50qeL9NquJBub7RXwo { color:#5b5456;display:block;width:13.0625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:18.125000476837rem;left:30.812501907349rem;height:2.03125rem;display:block; }
#Er7k6Zw8AVQ20auJwbLKcHugxx1CBo0N { color:#5b5456;display:block;width:3.8125rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:14.9375rem;left:41.375rem;height:2.03125rem;display:block; }
#rR7WHt2otD71I2Jh1hLCr9ICcknJZC8J { color:#f80202;display:block;width:6.0625rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:21.3125rem;left:34.3125rem;height:2.84375rem;font-style:normal;display:block; }
#kUylgDnndx7SZ58PF9n8VcqTWzyHQziC { background-color:#f8b903;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f5f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:9.4375rem;left:23.500001907349rem;display:block; }
#khQEtaSGAUoRhpGS11cLHCryZet4ebZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qao4TvEyJ3osQBy49b8xZysTQEI9cucx { color:#5b5456;display:block;width:58.4375rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:1.265625rem;left:0.78125rem;height:4.0375rem;text-align:center;text-align-last:center;display:block; }
#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2da;background-image:none;position:relative;display:block; }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row .container { background-color: transparent; background-image: none; }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row .container > .video-iframe-container { display: none; }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row > .video-iframe-container { display: none; }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .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); }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row .container { border-width: 0; border-radius: 0; }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row > .video-iframe-container {  }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#BNn6DLi7uk22eOnPhQTSrfJBvk9kwyZm { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.25rem;height:1.3rem;display:block; }
#nk9IW3iwUXtHtoB3qRtPsFaiUQKnLTVA { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.8125rem;height:1.3rem;display:block; }
#kZoEUfE6RAlzJqpvbBxVfqef0N55cEu0 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:3.75rem;left:33rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 { display:block; }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKM8n1fNZo3H37cbWLqPDhBFHyuf0okV { top:0.9375rem;left:1.6875rem;width:44.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoGQX1aOZh9ffaTenAmPqgUOcBJIutSh { top:15.1875rem;left:35.125rem;width:12.5rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftUMnJXcKZZygB5D9qEIOAVvt1CTHkv { width:28.9375rem;height:3.4375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u24WH7wOJ4WOHgLyegWDwgMBSPlZ4ZtT { display:block; }
 }@media only screen and (max-width: 763px) { #XLmxTA6MOOGQTgEeREn6ysN2PcxiFu8z { top:15.1875rem;left:0rem;width:43.5625rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRazCnSLHBNkS9zqxOAxDVRwGVta7b5y { top:1.9375rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GopcueTKmvv8QPhraUHRA8EiGSV8rlTX { display:block; }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VT0UBq2vomk4ZzcTsSgi7J6tGD8qKlBF { top:0.875rem;left:12.093751907349rem;width:23.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH { display:block; }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhMX8aHqT90cZoMiTKqEMaQI5Qt7CHVG { top:2.25rem;left:0rem;width:12.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmcR0w7HGmrTcCwdRs6SqF2h76PwThLt { width:2.5rem;height:2.5rem;top:1.125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVHHncRbgBGcU7P8w4R62B8CCIaTmFp3 { width:11.375rem;height:5.6875rem;top:5.4375rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMcu0vpTAgaxhnoNRs9xaTa2iJbdUCVy { top:2.25rem;left:11.375rem;width:12.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGs31RM9iQh5N5x1Ep2ITXKGZc92mknJ { width:2.5rem;height:2.5rem;top:1.125rem;left:16.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #D93zMPxUOvdpaBrUHn3TM9SS1MJZywTc { width:11.375rem;height:3.8125rem;top:5.4375rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o70usWr3dKlwsdRIq0gDl5eLGS6zaI5n { top:2.25rem;left:23.3125rem;width:12.5rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRO8IavLDWtJiUJPlt09Rdn1DovTJF7i { width:2.5rem;height:2.5rem;top:1.125rem;left:28.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIwnTVKXLhm0kuDyCf12LTTXNqaeNxC { width:11.375rem;height:7.625rem;top:5.4375rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZAgi3sGXzvRWM2Df2ZXbb7t4BWmAGSn { top:2.25rem;left:35.25rem;width:12.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcfRmIcTMcEIXFVAOT8p0xTNIqSkWTI9 { width:2.5rem;height:2.5rem;top:1.125rem;left:40.531248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbWduMMHZFRuHAQXx6TTrqUvZQErSkke { width:11.375rem;height:3.8125rem;top:5.5rem;left:36.092969894409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI { display:block; }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l79U4bCfnyzXODMNNPyBBF1dgbAHNgXu { top:2.25rem;left:0rem;width:12.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #el97nmoE1o5iiO6fkgVmKLZF79xyKwk5 { width:2.5rem;height:2.5rem;top:1.125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcu7LqDJU0QdrGzulhuP8mogeQyPguUP { width:11.375rem;height:9.5625rem;top:5.4375rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZpDbvxwTZkKgNZAky9sRTTOSkvaSdMs { top:2.25rem;left:11.375rem;width:12.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC5TnWG0kab7uaCRwuXsq3nqs3TGm2dH { width:11.375rem;height:9.5625rem;top:5.4375rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1mHTx65mQO0AQ1ThSLONTMfJF0gUJ6o { width:2.5rem;height:2.5rem;top:1.125rem;left:16.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHZ4NQt6AqpJ7cVBZdAZGDto6raiTTq { top:2.25rem;left:23.3125rem;width:12.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUTKtz73pwG0wKMVKzAmVrkiNOKuT7KI { width:2.5rem;height:2.5rem;top:1.125rem;left:28.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWf8o5hsTcephHUlRIh6TxJ9oafJ1vvJ { width:11.375rem;height:7.625rem;top:5.4375rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA9nRHBSM8eqAn4nnUfpAEJ1M5LBDSIa { top:2.25rem;left:35.25rem;width:12.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olnb7CNOU9k6TLeumTSewKw7BnyZDUeM { width:2.5rem;height:2.5rem;top:1.1875rem;left:41.780469894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #JERAkegqhw4tH94tiKkXKKcHIWeD4uqE { width:11.375rem;height:5.6875rem;top:5.4375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h { display:block; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9nsb9VHgVowCUc8XGtS5SnwipiB2nJ9 { top:3.5rem;left:0rem;width:47.75rem;height:44.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMRyM3Ge3ElUd3mVfkUm1taN6bcUTys { top:0.5625rem;left:0rem;width:29.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ { display:block; }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxFaQ2sLTT7OT7t2XExmrwlQ9Oo9vZX3 { top:3.8125rem;left:1.1492195129394rem;width:13.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4mV8u2P7hfxy4JcvXfCqhwiwrJgb2zP { top:3.8125rem;left:17.774217605591rem;width:13.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9rK2MIysFkTPfhVtMhhMOk6ua6ue17T { top:3.8125rem;left:28.875rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2L09uscrQztp6MERwDy0hMhfN68TnqH { top:9.4375rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5MgqxNawsSCb6n1GAb4FdaGn3Vu4Byl { top:9.4375rem;left:38.124219894409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtwtMJLN1krRGtUsqUyhIABGXP6SUEs { top:9.4375rem;left:22.250001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1kt6UfBFDassTJQVHc9SI4eITnpCiW { display:block; }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G71eMqrT6AWiZwl5OJ5O8fTMBh9BB6iC { top:3.8125rem;left:1.1492195129394rem;width:13.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPkymb5KNIkTvzy5tM53Cql5wu4wGtNp { top:3.8125rem;left:17.773439407349rem;width:13.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR3RycdzlQfJHc9vmmIw5INNyDcSwg3N { top:3.8125rem;left:27.8125rem;width:19.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEJsz6T1G4kb60npfE5BHLssU49TTP58 { top:9.4375rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyTocul72bdueAdOeXCMWT4xwcUuqdHi { top:9.4375rem;left:38.124219894409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWItPSQCOcfTf5kmmcaFSxXSQthhhT8Z { top:9.4375rem;left:22.250001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 { display:block; }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUPH3NABqfAbmL5B6VvVRfJsC0Ad1Pch { top:29.25rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvGSC0PS1ZbBQfy9wNtPg3mMNwDmXx43 { top:31.875rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV2rVdVCraB2hlfdVfhi1FNkWhi3f3X9 { top:44.3125rem;left:0rem;width:20.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHuEfFKuKpxMXspbT6pamxt2V2nv2sZx { top:47.9375rem;left:0rem;width:45.6875rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJLvyJ9aH0B65kBZAaDPXDcOiva6KTHT { top:0.9375rem;left:11.437501907349rem;width:24.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoViN0h2aKzTvE0yiKTT7gC75nNQ5xKv { top:10.4375rem;left:0rem;width:20.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUVBnZgTesTkw6ATQv7mlXiW9zaD26tH { top:3.25rem;left:0rem;width:47.75rem;height:3.58125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ { display:block; }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdTET6OBzONe5KHHVwaI7q0nW4d4P3Oq { top:0.5rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAMLHybUBCtrACT1UTcS3mInKXi79Fgc { display:block; }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFyLw2OI8htn90nlGy3V7Qx9SLilnzS8 { top:0.75rem;left:2.6875rem;width:45.0625rem;height:18.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUQScqokF175XP093xIpFMVN9GA7C7de { top:0.75rem;left:0rem;width:13.4375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob { display:block; }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqDPxSawK9pabeFPMRlEsEByGK3bnVob { top:6.0625rem;left:0rem;width:11.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTyAd3z8wve7vK9veiSGBK3wWpvA0eA { top:14.9375rem;left:23.375rem;width:12rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQkzChLOgun7T50qeL9NquJBub7RXwo { top:18.125rem;left:24.687501907349rem;width:13.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er7k6Zw8AVQ20auJwbLKcHugxx1CBo0N { top:14.9375rem;left:35.25rem;width:3.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR7WHt2otD71I2Jh1hLCr9ICcknJZC8J { top:21.3125rem;left:28.1875rem;width:6.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUylgDnndx7SZ58PF9n8VcqTWzyHQziC { width:27.25rem;height:3.4375rem;top:9.4375rem;left:17.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQEtaSGAUoRhpGS11cLHCryZet4ebZv { display:block; }
 }@media only screen and (max-width: 763px) { #qao4TvEyJ3osQBy49b8xZysTQEI9cucx { top:1.25rem;left:0rem;width:47.75rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ { display:block; }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNn6DLi7uk22eOnPhQTSrfJBvk9kwyZm { top:3.75rem;left:10.125rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk9IW3iwUXtHtoB3qRtPsFaiUQKnLTVA { top:3.75rem;left:16.6875rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZoEUfE6RAlzJqpvbBxVfqef0N55cEu0 { top:3.75rem;left:26.875rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 { display:block; }#FJzbBCi94RW60WLCpsRzhtxZoEsSE2o0 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKM8n1fNZo3H37cbWLqPDhBFHyuf0okV { width:18.75rem;height:2.7625rem;top:0rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoGQX1aOZh9ffaTenAmPqgUOcBJIutSh { width:9.9375rem;height:15.6875rem;top:31.082812309265rem;left:4.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftUMnJXcKZZygB5D9qEIOAVvt1CTHkv { width:17.5rem;height:3.4375rem;top:25.645313262939rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u24WH7wOJ4WOHgLyegWDwgMBSPlZ4ZtT { display:block; }
 }@media only screen and (max-width: 763px) { #XLmxTA6MOOGQTgEeREn6ysN2PcxiFu8z { width:20rem;height:10.625rem;top:13.832813262939rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRazCnSLHBNkS9zqxOAxDVRwGVta7b5y { width:20rem;height:12.21875rem;top:0.74531245231631rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GopcueTKmvv8QPhraUHRA8EiGSV8rlTX { display:block; }#GopcueTKmvv8QPhraUHRA8EiGSV8rlTX > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VT0UBq2vomk4ZzcTsSgi7J6tGD8qKlBF { width:20rem;height:1.38125rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH { display:block; }#TGOTiH4vHFKLBGgmxRxqZv5ELQWW1ksH > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhMX8aHqT90cZoMiTKqEMaQI5Qt7CHVG { width:12.5rem;height:12.6875rem;top:1.4375rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmcR0w7HGmrTcCwdRs6SqF2h76PwThLt { width:2.5rem;height:2.5rem;top:0.49921417236328rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVHHncRbgBGcU7P8w4R62B8CCIaTmFp3 { width:11.375rem;height:5.1rem;top:4.6140594482422rem;left:4.3124998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMcu0vpTAgaxhnoNRs9xaTa2iJbdUCVy { width:12.5rem;height:12.6875rem;top:16rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGs31RM9iQh5N5x1Ep2ITXKGZc92mknJ { width:2.5rem;height:2.5rem;top:14.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D93zMPxUOvdpaBrUHn3TM9SS1MJZywTc { width:11.375rem;height:3.4rem;top:19.1875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o70usWr3dKlwsdRIq0gDl5eLGS6zaI5n { width:12.5rem;height:12.75rem;top:30.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRO8IavLDWtJiUJPlt09Rdn1DovTJF7i { width:2.5rem;height:2.5rem;top:29.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIwnTVKXLhm0kuDyCf12LTTXNqaeNxC { width:11.375rem;height:5.1rem;top:33.625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZAgi3sGXzvRWM2Df2ZXbb7t4BWmAGSn { width:12.5rem;height:8.4375rem;top:44.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcfRmIcTMcEIXFVAOT8p0xTNIqSkWTI9 { width:2.5rem;height:2.5rem;top:43.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbWduMMHZFRuHAQXx6TTrqUvZQErSkke { width:11.375rem;height:3.4rem;top:48rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI { display:block; }#PCQB6Zc6dJ58zMwBMihTA8u34f24VLvI > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l79U4bCfnyzXODMNNPyBBF1dgbAHNgXu { width:12.5rem;height:11.1875rem;top:1.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #el97nmoE1o5iiO6fkgVmKLZF79xyKwk5 { width:2.5rem;height:2.5rem;top:0.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcu7LqDJU0QdrGzulhuP8mogeQyPguUP { width:11.375rem;height:6.8rem;top:5.125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZpDbvxwTZkKgNZAky9sRTTOSkvaSdMs { width:12.5rem;height:11.1875rem;top:15.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC5TnWG0kab7uaCRwuXsq3nqs3TGm2dH { width:11.375rem;height:6.8rem;top:18.6875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1mHTx65mQO0AQ1ThSLONTMfJF0gUJ6o { width:2.5rem;height:2.5rem;top:14.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHZ4NQt6AqpJ7cVBZdAZGDto6raiTTq { width:12.5rem;height:8.75rem;top:29.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUTKtz73pwG0wKMVKzAmVrkiNOKuT7KI { width:2.5rem;height:2.5rem;top:28.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWf8o5hsTcephHUlRIh6TxJ9oafJ1vvJ { width:11.375rem;height:3.4rem;top:32.3125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xA9nRHBSM8eqAn4nnUfpAEJ1M5LBDSIa { width:12.5rem;height:9.3125rem;top:40.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olnb7CNOU9k6TLeumTSewKw7BnyZDUeM { width:2.5rem;height:2.5rem;top:39rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JERAkegqhw4tH94tiKkXKKcHIWeD4uqE { width:11.375rem;height:3.4rem;top:43.9375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h { display:block; }#UM28Qf92S5y1blswZ6Jcby2BTLzn2U9h > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9nsb9VHgVowCUc8XGtS5SnwipiB2nJ9 { width:20rem;height:67.5rem;top:4.53125rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #mXMRyM3Ge3ElUd3mVfkUm1taN6bcUTys { width:19.3125rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ { display:block; }#tpnnIUL1VwvcH1k2x6mqIFcI1Wp58puQ > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxFaQ2sLTT7OT7t2XExmrwlQ9Oo9vZX3 { width:13.4375rem;height:3.25rem;top:1.25rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4mV8u2P7hfxy4JcvXfCqhwiwrJgb2zP { width:13.4375rem;height:3.25rem;top:10.125rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9rK2MIysFkTPfhVtMhhMOk6ua6ue17T { width:13.4375rem;height:4.875rem;top:19rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2L09uscrQztp6MERwDy0hMhfN68TnqH { width:3.125rem;height:3.125rem;top:5.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5MgqxNawsSCb6n1GAb4FdaGn3Vu4Byl { width:3.125rem;height:3.125rem;top:15.311712265014rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtwtMJLN1krRGtUsqUyhIABGXP6SUEs { width:3.125rem;height:3.125rem;top:25.125015258789rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1kt6UfBFDassTJQVHc9SI4eITnpCiW { display:block; }#gi1kt6UfBFDassTJQVHc9SI4eITnpCiW > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G71eMqrT6AWiZwl5OJ5O8fTMBh9BB6iC { width:13.4375rem;height:4.875rem;top:0.625rem;left:3.2812498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPkymb5KNIkTvzy5tM53Cql5wu4wGtNp { width:13.4375rem;height:3.25rem;top:11.1875rem;left:3.2812498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR3RycdzlQfJHc9vmmIw5INNyDcSwg3N { width:13.4375rem;height:4.875rem;top:20.873443603516rem;left:3.2812498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEJsz6T1G4kb60npfE5BHLssU49TTP58 { width:3.125rem;height:3.125rem;top:6.1250076293945rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyTocul72bdueAdOeXCMWT4xwcUuqdHi { width:3.125rem;height:3.125rem;top:15.624225139618rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWItPSQCOcfTf5kmmcaFSxXSQthhhT8Z { width:3.125rem;height:3.125rem;top:26.5rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 { display:block; }#MWq4bTTgB0qH8TAygiJxfaF72CNFc2w2 > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUPH3NABqfAbmL5B6VvVRfJsC0Ad1Pch { width:10.125rem;height:1.625rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvGSC0PS1ZbBQfy9wNtPg3mMNwDmXx43 { width:20rem;height:25.5rem;top:3.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wV2rVdVCraB2hlfdVfhi1FNkWhi3f3X9 { width:10.875rem;height:1.625rem;top:31.112505912781rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHuEfFKuKpxMXspbT6pamxt2V2nv2sZx { width:20rem;height:17rem;top:33.60000038147rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EJLvyJ9aH0B65kBZAaDPXDcOiva6KTHT { width:20rem;height:1.59375rem;top:52.848443984986rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VoViN0h2aKzTvE0yiKTT7gC75nNQ5xKv { width:16.3125rem;height:12.6875rem;top:59.124219894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUVBnZgTesTkw6ATQv7mlXiW9zaD26tH { width:20rem;height:1.7078125rem;top:55.923438072204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ { display:block; }#xJzaP9kytRqt3GzJeX1TP9PwZpJ4lRiJ > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdTET6OBzONe5KHHVwaI7q0nW4d4P3Oq { width:20rem;height:15.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAMLHybUBCtrACT1UTcS3mInKXi79Fgc { display:block; }#NAMLHybUBCtrACT1UTcS3mInKXi79Fgc > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFyLw2OI8htn90nlGy3V7Qx9SLilnzS8 { width:20rem;height:35.7rem;top:20.812505722046rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUQScqokF175XP093xIpFMVN9GA7C7de { width:13.4375rem;height:18.0625rem;top:1.2968696951866rem;left:3.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob { display:block; }#kZuUVMfTOJpEVF2PTrvpKBbx1kQSbTob > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqDPxSawK9pabeFPMRlEsEByGK3bnVob { width:7.25rem;height:11.4375rem;top:0rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTyAd3z8wve7vK9veiSGBK3wWpvA0eA { width:9.75rem;height:1.4625rem;top:30.375rem;left:5.7812498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQkzChLOgun7T50qeL9NquJBub7RXwo { width:19.3125rem;height:1.625rem;top:34.217969894409rem;left:0.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Er7k6Zw8AVQ20auJwbLKcHugxx1CBo0N { width:7.25rem;height:1.625rem;top:32.046875rem;left:6.3749998807906rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rR7WHt2otD71I2Jh1hLCr9ICcknJZC8J { width:4.8125rem;height:2.6rem;top:35.842969894409rem;left:7.5937503576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUylgDnndx7SZ58PF9n8VcqTWzyHQziC { width:19rem;height:3.4375rem;top:26.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQEtaSGAUoRhpGS11cLHCryZet4ebZv { display:block; }
 }@media only screen and (max-width: 763px) { #qao4TvEyJ3osQBy49b8xZysTQEI9cucx { width:20rem;height:12.1125rem;top:12.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ { display:block; }#ZLl7iyLCTNodrita2Or6g9lbfgkqNUUZ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNn6DLi7uk22eOnPhQTSrfJBvk9kwyZm { width:8.3125rem;height:1.3rem;top:1.75rem;left:5.8437498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nk9IW3iwUXtHtoB3qRtPsFaiUQKnLTVA { width:12.75rem;height:1.3rem;top:4.0492191314697rem;left:3.6249998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZoEUfE6RAlzJqpvbBxVfqef0N55cEu0 { width:16.625rem;height:1.3rem;top:6.72500038147rem;left:1.6875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }