.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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0b0c;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row .container { background-color: transparent; background-image: none; }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row .container > .video-iframe-container { display: none; }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row > .video-iframe-container { display: none; }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .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); }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row .container { border-width: 0; border-radius: 0; }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#r06AaBf7W6K3slQAx1CUamdKQoXeODez { 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:3.6875rem;width:10.5625rem;top:0.59375rem;left:4.78515625rem;overflow:hidden;display:block; }
#W1BaUSz1Rs7RHZdXnQpBThsKq6is6qcf { color:#f3f7fa;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7062500715256rem;left:35.237500190735rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SJUymxgyrbh92OTCBQ1nav5uptmyy3EA { color:#faf5f6;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7687500715256rem;left:43.687500953674rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lPkTtxzqwUmEP3PO3VqfGU3iCD3WS898 { color:#faf1f3;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7687500715256rem;left:60.875000953674rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPtp63ERGzmHRTsJWQXGZuVMOiZggI06 { color:#faf6f7;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.8562500476837rem;left:54.250000953674rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ur3IVaRKhbkEQAFuZbUOldhX0s7LbEWR { color:#faf6f7;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8812500238419rem;left:67.500000953675rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ee9ec1d-7d1e-474d-aa56-b3e0121106f3/shutterstock_1948064665.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; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW.adaptive-delivery-prevent-bg, #P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW.lazyload, #P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW.lazyloading { background-image: none; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container { background-color: transparent; background-image: none; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,28,29,0.4); }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container > .video-iframe-container { display: none; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,28,29,0.4); }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row > .video-iframe-container { display: none; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .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); }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container { border-width: 0; border-radius: 0; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW::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; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:block; }#VbmCdrspzih8rOWq9i7L8VTByx7ZgstS { box-sizing:content-box;height:5.3125rem;width:49.375rem;position:absolute;display:block;z-index:15015;background-color:#cc9832;background-image:none;top:53.9375rem;left:10.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#faf5f5;padding-top:0.35875rem;padding-right:0.310625rem;padding-bottom:0.35875rem;padding-left:0.310625rem;display:block;align-items:center;width:1.86375rem;min-width:1.86375rem;height:1.929375rem;position:relative;font-family:montserrat;font-size:1.435625rem;font-weight:700;line-height:30.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.224375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.485625rem;height:0.7625rem;position:relative;font-family:montserrat;font-size:0.53875rem;font-weight:700;line-height:12.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.9375rem;height:3.63375rem;padding-top:0.44875rem;padding-right:0.44375rem;padding-bottom:0.44875rem;padding-left:0.44375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:54.5625rem;left:27rem;z-index:15016; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #XtKiMTw2ExODwCq5iHk7qGsJbfK6IOW0 { display:flex;position:relative;top:0rem;left:0rem; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #AWa84yEmzWHOO8KoovmK0NQTbDrQ8lGC { width:auto; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #tes8UwziyVhIqbMb4LFLNTBEfgR9gEdG {  }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #bFR81AzsawDrdiui8mUeN6ShUXcaTGBy { display:flex;position:relative;top:0rem;left:0rem; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #gbJ5GHbT3SbPxtF6y8CTEkM3lHZP8K6P {  }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #fC3fami1wgHWuoUaKO60B3w5PObNJgWf {  }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #k8wrHpU59Qg45xhCZXTV0sdTdNK5nfUM { display:flex;position:relative;top:0rem;left:0rem; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #tXE8McP6x0muy381hmdVPOskp098oT4H {  }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #TnBTtcERmcrfCTc2ZrSHLPWh6NKbpDl9 {  }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #Fv34g1SDrL4UdeaiAZZdUawcALqkTfiQ { display:flex;position:relative;top:0rem;left:0rem; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #vWxOlw0hbJUDsxJZ0oUptgzgenrgmtcf {  }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #lppSUITX4xd7BrkJWdEodefDvErhXMHc {  }
#zEOUTTkU4UxGGMUSSoq6cKGSy8Z6fvqA { box-sizing:content-box;height:3.375rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:#3f444b;background-image:none;top:54.9375rem;left:25.75rem;display:block; }
#fx899H8GubdyA3gC2UlSt4LnzWM0ln3C { box-sizing:content-box;height:3.375rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:#3f444b;background-image:none;top:55rem;left:43.375rem;display:block; }
#ftDwMHdebIJ2SaAu2kZJwIT12bBc7cc4 { background-color:#f1f1f1;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-shadow: none;box-sizing:border-box;color:#170808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:55.375rem;left:46.5625rem;display:block; }
#uQJsoAFKb2py9TNve886LUb9M7XfEIKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfNElWdVnTf7ov2zOw3L8DySGu2JhtED { color:#faefef;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:56.1875rem;left:11.9375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcSTMMiP3WFdPaxMd8RMgrzx7CgXgzSe { color:#001623;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:26.30312538147rem;left:40.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nJ9KNDo6wkMD2vzZpaVwJ0geeSxftKau { color:#001623;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:26.24062538147rem;left:23.6875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kC2zmrqaXqEQkz72t8vJOzhlPsVUFVT9 { position:absolute;display:block;z-index:15025;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:14.4375rem;width:19.5625rem;top:5.1125001907349rem;left:5.3125rem;overflow:hidden;display:block; }
#HyOLwGglByWXqepuJzgfQgfoqeiV4q3H { color:#f1f1f1;display:block;width:51.5625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #190203;top:28.5625rem;left:5.6875rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XQ8oIfsrGJMDnr89JaFc2tOpsi7s9QDK { color:#ffffff;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:37.5625rem;left:13.5rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BrkyoWROhrumKHGq9gzg5qOqzTl9tG9A { box-sizing:content-box;height:5.75rem;width:40.0625rem;position:absolute;display:block;z-index:15031;background-color:#df9d12;background-image:none;top:37.0625rem;left:12.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dhWO31s1m1fvbTwgNV43LdgbgfJEUiZu { position:absolute;display:block;z-index:15039;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:5.1875rem;top:37.34375rem;left:5.3125rem;overflow:hidden;display:block; }
#RPq1C1v2SXNFKfomwJp6SHeTTBIXJmsv { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:ubuntu;font-size:2.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:20.375rem;left:5.6875rem;height:7.675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SmbxtdBuXuE1H62EO8cAfhxapca2CmJU { color:#ffffff;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:39.9375rem;left:13.5rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NHScpGbbagaFDR19LeWm5nu9SamT5f3s { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#f9fafb;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; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { background-color: transparent; background-image: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .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); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { border-width: 0; border-radius: 0; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { font-size:0.875rem;font-family:arial;height:59.4625rem;width:75rem;position:relative;display:block; }#G3u2xnl3cVTgF7TmePl88kpp2L490SaO { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:5.4859390258789rem;left:11.092968940735rem;height:15rem;display:block; }
#TP0znvL70v6kwFrqatlGJLFhGbqPRiKh { color:#000000;display:block;width:48.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:20.435937404633rem;left:12rem;height:10.625rem;display:block; }#TP0znvL70v6kwFrqatlGJLFhGbqPRiKh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TP0znvL70v6kwFrqatlGJLFhGbqPRiKh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31acdd913deef403020b7ad1a6a69cbbe6d74584.svg); }
#tM9vWLTv5U5uqiqyZ5gW2Eyf1NFMWSHW { color:#000000;display:block;width:55.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.66250038147rem;left:10.625rem;height:7.8rem;display:block; }
#EWTHbcJ9M6SMVmMwvZDs05sPI5UZCqKX { 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:10.75rem;width:10.75rem;top:43.118750572204rem;left:12rem;overflow:hidden;display:block; }
#uQnQAOSHD9z95F2g780TiRRu1OGPvo6z { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:43.118750572204rem;left:11.4375rem;display:block; }
#fk7WsOegOX9CfcnSSkKJdX1ItzqpSNBC { box-sizing:content-box;height:1.875rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#cc9832;background-image:none;top:53.743751525879rem;left:12.0625rem;display:block; }
#stB02OoByqg0kyvOfXwCtJWB1TibPWyN { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:53.918750762939rem;left:12.25rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#gAn3yMsELU3yeQx85XS5N16isetAGQvy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:47.656445503235rem;left:26.625rem;height:1.3rem;display:block; }
#w0X6kTyHkHWkxicFmAd3ltWbRzILN9JG { 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:4.0625rem;width:12.1875rem;top:48.956251144409rem;left:25.500001907349rem;overflow:hidden;display:block; }
#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row .container { background-color: transparent; background-image: none; }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row .container > .video-iframe-container { display: none; }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row > .video-iframe-container { display: none; }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .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); }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row .container { border-width: 0; border-radius: 0; }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#EDrXoqzMtQvr0mAM0tCBcfb5wkOxCm0N { color:#cc9832;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:1.9374971389771rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row .container { background-color: transparent; background-image: none; }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row .container > .video-iframe-container { display: none; }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row > .video-iframe-container { display: none; }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .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); }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row .container { border-width: 0; border-radius: 0; }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#avKiTtXPhVdOGlTAoEzUHns6uZ5HqesS { color:#0e0d0c;display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:2.21875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJspTupuQW2LDaoayXZArSnD0EdL7S66 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:8.043749809265rem;left:2.21875rem;height:13.225rem;display:block; }#aJspTupuQW2LDaoayXZArSnD0EdL7S66 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aJspTupuQW2LDaoayXZArSnD0EdL7S66 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg); }
#VBdgBlZWdNLW1d4E3LwRlfwcIfLPIlGM { color:#000000;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:8.0437507629394rem;left:40.875000953674rem;height:15.025rem;display:block; }#VBdgBlZWdNLW1d4E3LwRlfwcIfLPIlGM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VBdgBlZWdNLW1d4E3LwRlfwcIfLPIlGM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95c81089ab7a2162b61a18c40467215e.svg); }
#Ef5ySbFPZUx1vGw3l5q0Lvog2C1VyNkC { 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:1.9375rem;width:12.8125rem;top:24.66796875rem;left:51.500000953674rem;overflow:hidden;display:block; }
#DgsaGPyt4PKC0xX5uvfcqtCoH9qZSxi4 { color:#0e0d0c;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:40.875000953674rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qu0GQMEsmT5C8GhVanATaZBAdHhQdKP1 { color:#0e0d0c;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.01171875rem;left:40.875000953674rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63bf2c;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; }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row .container { background-color: transparent; background-image: none; }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row .container > .video-iframe-container { display: none; }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row > .video-iframe-container { display: none; }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .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); }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row .container { border-width: 0; border-radius: 0; }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#MsbIBxhNwE6qNdAo7KtdvOumlU0RSA46 { color:#ffffff;display:block;width:70.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:2.3609375953674rem;left:1.4351558685302rem;height:25.5rem;text-align:left;text-align-last:left;display:block; }
#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row .container { background-color: transparent; background-image: none; }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row .container > .video-iframe-container { display: none; }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row > .video-iframe-container { display: none; }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .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); }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row .container { border-width: 0; border-radius: 0; }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#DcJunuRpClu91lAg8xXJOqpK5sqLzfS5 { 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:16.6875rem;width:25.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#o0tIvPwwb1gsGniFAwuWfS8vVmzB71Df { 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:16.6875rem;width:25.0625rem;top:0rem;left:25.000000953674rem;overflow:hidden;display:block; }
#btatDMDVL2wcmNKksk0dUSeP9wLuowWU { 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:16.6875rem;width:25.0625rem;top:0rem;left:49.937500953674rem;overflow:hidden;display:block; }
#a4whTN6RhwoO52dLh0eMvJzcbWZH5InQ { background-color:#63bf2c;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-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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.6875rem;left:32.537499427796rem;display:block; }
#v5uFlRgmukyK2s6ZZIi3XtiRrViAWtQ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e29cedb-9e7e-4c29-ac3f-6ec927391250/shutterstock_1931600303.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo.adaptive-delivery-prevent-bg, #tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo.lazyload, #tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo.lazyloading { background-image: none; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row .container { background-color: transparent; background-image: none; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,21,77,0.54); }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row .container > .video-iframe-container { display: none; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,21,77,0.54); }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row > .video-iframe-container { display: none; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .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); }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row .container { border-width: 0; border-radius: 0; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo::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; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row .container { font-size:0.875rem;font-family:arial;height:86.4375rem;width:75rem;position:relative;display:block; }#I2JT0kOk67nqvtrshw1dpUWTXxSJm9T7 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJgCZfREfHQ0oHH2CkmDHTBWounIuQfC { color:#ffeff3;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:23.0625rem;left:3.5rem;height:6.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2mm846n1944uKVGpoTyTpVmekOfXCRE { color:#585858;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3109436035156rem;left:16.487500190735rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pbxTXGr65nJ0Gqb2ARIP6fmeHRpw8SUR { position:absolute;display:block;z-index:15032;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:6.25rem;width:6.25rem;top:11.6875rem;left:8.75rem;overflow:hidden;display:block; }
#sdGhNMXfQGrzQ0ZLn1A1w8eApTeqTXgr { position:absolute;display:block;z-index:15033;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:6.25rem;width:6.25rem;top:11.6875rem;left:34.375rem;overflow:hidden;display:block; }
#uMDdp2pGvcCrFS2RmE2EHiRSLRo3J38m { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:20.6875rem;left:28.125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMNnefRt0SurWZzzP5unmpGiyMC9trzi { color:#ffeff3;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:23.0625rem;left:28.4375rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOrUhxXTk1ehvg1SbvWVdT1CLkGWc7dp { position:absolute;display:block;z-index:15034;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:6.25rem;width:6.25rem;top:11.6875rem;left:59.375rem;overflow:hidden;display:block; }
#xo2ZMSz1n8KD8rkTAksC1ruLFbBof8m2 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:20.6875rem;left:52.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4pEK2lmg59FOXoN5a9FgrUXuixGuDWc { color:#ffeff3;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:23.0625rem;left:53.625rem;height:6.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkqkbZEzLRZcMWzWBuO3N01DFDSfh08E { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:43.5rem;left:3.25rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Txl8vzJgXxQhyIgEXXHX1fMFXamPrhsv { color:#ffeff3;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:46.375rem;left:3.5625rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQZMJyQ27ABfXwiv3b3IxWVBtbxrDlG0 { position:absolute;display:block;z-index:15018;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:6.25rem;width:6.25rem;top:34.375rem;left:8.75rem;overflow:hidden;display:block; }
#uh9MEd25HobkQpctF5ZDHJJP1tuAEc4A { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:43.668750762939rem;left:28.125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkpeIG8ZmPZRDqgOUR02wUMKvnhKgv66 { color:#ffeff3;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:46.375rem;left:28.125rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbxgppOZ5eTrcdBsBWpcRTbeILtIfF0E { position:absolute;display:block;z-index:15019;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:6.25rem;width:6.25rem;top:34.625rem;left:34.1875rem;overflow:hidden;display:block; }
#QCGSgn7IDfofqSTiNKaXksP46vNTOs2y { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:43.668750762939rem;left:53.75rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Niut6OohEihoDhCsJPPhIFPTOMo0sK1L { color:#ffeff3;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:46.4375rem;left:53.8125rem;height:6.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITzH7TQunZtSqsvKt6DAbJBPTqPKtglU { position:absolute;display:block;z-index:15020;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:6.25rem;width:6.25rem;top:34.375rem;left:59.375rem;overflow:hidden;display:block; }
#vMvynixs1W2LVRerrEBWPkMBcQNeEqND { color:#ffeff3;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:71.9375rem;left:16.487500190735rem;height:6.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVXm0cGo6ietacOeRrHK9wTq465q6pPF { color:#ffeff3;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:71.137500762938rem;left:41.612500190735rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIqiuX8RN7hTumJlAwPMmdMC2Vaq45yg { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:68.649999618531rem;left:14.999218940735rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQqtKAA0enkdzZMgnkmPNtBpOB1MQ4UX { color:#585858;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:68.649999618531rem;left:41.612500190735rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJZlpNRUHuHqhJxQzQTukLmNgfZVCpP9 { position:absolute;display:block;z-index:15024;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:6.25rem;width:6.25rem;top:59.75rem;left:21.436718940735rem;overflow:hidden;display:block; }
#kpq9a1G3CFWGqTgbxZr2HPZgR9CFLcvG { position:absolute;display:block;z-index:15025;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:6.25rem;width:6.25rem;top:59.75rem;left:46.562500953674rem;overflow:hidden;display:block; }
#ZeSih40Kl4NQHbEU0cBT7WlVxNGRwa5v { box-sizing:content-box;height:13rem;width:19.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0.59);background-image:none;top:18.962500572204rem;left:2.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#d89d90voFahCWOpU99DahTKf1Pm78P5y { box-sizing:content-box;height:13rem;width:19.4375rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0.59);background-image:none;top:18.96249961853rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Q6WAzV4HKbDaolP4Ol0Cqt4KVmTPK8nM { box-sizing:content-box;height:13rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.59);background-image:none;top:18.96249961853rem;left:52.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Wn90rdxVzP5z7kkFzsUGGc2FytnfsR5g { box-sizing:content-box;height:13rem;width:19.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0.59);background-image:none;top:41.925001144409rem;left:2.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#DmklmUb9UDDqQAPJwoA7dyCQCaBVdGrG { box-sizing:content-box;height:13rem;width:19.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.59);background-image:none;top:41.987501144409rem;left:27.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#MrScLXdX3lnx4EbQDu2f0rxoe55iXm7m { box-sizing:content-box;height:13rem;width:19.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0.59);background-image:none;top:41.83749961853rem;left:52.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#U5GX8Mc3OT9OMpgfUI6iafg4yk2r92Sa { box-sizing:content-box;height:13rem;width:19.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.59);background-image:none;top:66.875rem;left:14.999218940735rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#noAUyiDRo0yhRCb3wRW1g24qOI6CoEoi { box-sizing:content-box;height:13rem;width:19.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0.59);background-image:none;top:66.875rem;left:40.625000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#vgGPKMvAXiWxyybWTEufHIQMNeSg9xbl { 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:42.5625rem;width:29.8125rem;top:86.436721801756rem;left:0rem;overflow:hidden;display:block; }
#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#f9fafb;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; }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row .container { background-color: transparent; background-image: none; }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row .container > .video-iframe-container { display: none; }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row > .video-iframe-container { display: none; }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .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); }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row .container { border-width: 0; border-radius: 0; }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row .container { font-size:0.875rem;font-family:arial;height:42.4625rem;width:75rem;position:relative;display:block; }#TN3Mo00dTX2GRV7Z6ITaz6LsHef8y7s1 { color:#000000;display:block;width:35.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:14.185156822204rem;left:35.25rem;height:21.25rem;display:block; }#TN3Mo00dTX2GRV7Z6ITaz6LsHef8y7s1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TN3Mo00dTX2GRV7Z6ITaz6LsHef8y7s1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31acdd913deef403020b7ad1a6a69cbbe6d74584.svg); }
#l001eohuJ0p0upGkyP4FsNbHc6iEf0Ht { color:#585858;display:block;width:39.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0460941791534rem;left:35.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTTsABTSLZZDHbSCQSWogVPxpPXf1BMX { background-color:#cc9832;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-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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:37.72500038147rem;left:47.1875rem;display:block; }
#tdhvTEioyX9XW9kJcneI9wLpbFqWC17p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV.adaptive-delivery-prevent-bg, #x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV.lazyload, #x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV.lazyloading { background-image: none; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row .container { background-color: transparent; background-image: none; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row .container > .video-iframe-container { display: none; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row > .video-iframe-container { display: none; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .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); }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row .container { border-width: 0; border-radius: 0; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV::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; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#aNTwDXQ5ulwwRTA4Fa2OV2qXOp9eXwbn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15008;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #422319;top:2.59375rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3.adaptive-delivery-prevent-bg, #B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3.lazyload, #B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3.lazyloading { background-image: none; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row .container { background-color: transparent; background-image: none; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row .container > .video-iframe-container { display: none; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row > .video-iframe-container { display: none; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .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); }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row .container { border-width: 0; border-radius: 0; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3::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; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#xJoKO9xCk2WJJm0vEDZyqslZLFMv6RJA { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:21.625rem;width:21.625rem;top:4.1875rem;left:8.6875rem;overflow:hidden;display:block; }
#BhGiAen2HEzqEHHzDAGgafhI3HgrwAWM { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#siGqMOb2ZXSCTv0tQ2cHVTWxOGV4P8Ir { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#SlLwePMZSg4HnGisz87T2O3T62QNRcKZ { position:absolute;display:block;z-index:15044;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;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: none;height:25.6875rem;width:18.3125rem;top:-0.012500047683716rem;left:28.343750953674rem;display:none; }
#B6qoiJy8LUJJG5cwqbNWdgRoqmZ6oDl6 { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#Zu96fSHdkhnGCp5Hlgtoe3QvVNw6AVaU { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#bSeePs3q4yZ8r2TTd2WzkWk6mXxoiMOk { position:absolute;display:block;z-index:15038;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;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: none;height:23.75rem;width:23.25rem;top:3.3125rem;left:8.0625rem;display:block; }
#kJAb5WCZC2pdVH1wAJCZfGmQBrmflxGi { box-sizing:content-box;height:3rem;width:16.3125rem;position:absolute;display:block;z-index:15092;background-color:#cc9832;background-image:none;top:3.3125rem;left:34.125rem;display:block; }
#dUuHkbzsRJelFpoQHJbTvd4MTchuqUud { color:#040303;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:4rem;left:36.0625rem;height:1.625rem;font-style:normal;display:block; }
#zyLDBgo6QnvDtQin1aHl8EDsN0Io5UXW { box-sizing:content-box;height:3rem;width:16.3125rem;position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:none;top:3.3125rem;left:50.4375rem;display:block; }
#myDfoHgTLcH4U285DdvTDOhGKrLwPZcP { color:#040303;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:4rem;left:51.625rem;height:1.625rem;font-style:normal;display:block; }
#Og0ISaA1Gak3mke7Ldr699cHUgTAfhZL { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15095;line-height:1.4;letter-spacing:0;top:7.7367186546325rem;left:34.862500190735rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IUyJZcJxwLEyIm3H12guknPtRWnpX90c { box-sizing:content-box;height:20.6875rem;width:32.875rem;position:absolute;display:block;z-index:15037;background-color:rgba(7,7,7,0.61);background-image:none;top:6.2999997138975rem;left:33.974999427796rem;display:block; }
#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA.adaptive-delivery-prevent-bg, #zAM2dueTLkBv4MvEuasGynzcu1ci6zAA.lazyload, #zAM2dueTLkBv4MvEuasGynzcu1ci6zAA.lazyloading { background-image: none; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row .container { background-color: transparent; background-image: none; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row .container > .video-iframe-container { display: none; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row > .video-iframe-container { display: none; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .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); }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row .container { border-width: 0; border-radius: 0; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA::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; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#VPwOzikGTbQtFMTmHXlVy7RO8fOuNtTg { position:absolute;display:block;z-index:15038;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;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: none;height:25.75rem;width:18.3125rem;top:0rem;left:28.5625rem;display:block; }
#KeSmLWTqZadB4IT5JBAWNd9TCJggF5fo { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:29.8125rem;overflow:hidden;display:block; }
#oi7cp2XrrFqQK6CKzbhdgZvvWZfpSZCD { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:18.8125rem;left:29.625000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRfTTuqQ4uWU28GVdOsMhvw31S8C0bgT { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:22.421875rem;left:28.812500953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpZcIUZDRtn6JLEteTKk990n872XScIq { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:50.75rem;overflow:hidden;display:block; }
#ELM8mX7sq9aVKgWW20zBPZwJZEc8rZmv { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#xmpbtVFol5Tz9xXg5uZKfGH4AxNPdtkL { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#ThB3pt704sf4AuLZW2oVegUzfvve7dCB { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:20.643751144409rem;left:29.625000953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTORtqSlx8XZ9NapKJpVPKJ6fW7F3112 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:17.9375rem;left:50.687500953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZBrnHgZsV99T54Ng9FwA4N5xReMADkC { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:19.47500038147rem;left:51.156250953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZyXqLnTDLcHoNy9WhIf7d7D6xWlxkKF1 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.421875rem;left:49.937500953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUHPriepQ63i2UKtASpJfWzdthZVpLsU { position:absolute;display:block;z-index:15044;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;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: none;height:25.6875rem;width:18.3125rem;top:0rem;left:49.4375rem;display:block; }
#Sn2QKIhEnQD3f6O0ZAkHMEHzWTeoXKxk { position:absolute;display:block;z-index:15044;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;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: none;height:25.6875rem;width:18.3125rem;top:-0.012500047683716rem;left:28.343750953674rem;display:none; }
#Ct9S9xWStVvarwgJQluTDsvmfQzh7NvW { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#rTLvBagCfokG6AlFV5AnUzckwU5oJzFe { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#rmcKaIaNJcPIoIXLyaiXD0ETGBOrwDau { position:absolute;display:block;z-index:15045;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;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: none;height:25.6875rem;width:18.3125rem;top:28.75rem;left:7.4375rem;display:block; }
#ALU6EKAPd4KWzFTJ7yiAattNRQWDsJWr { position:absolute;display:block;z-index:15044;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;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: none;height:25.6875rem;width:18.3125rem;top:28.75rem;left:49.375rem;display:block; }
#toXNEqKOMNy5iEUIyQ0vFHoCr1PLeExc { position:absolute;display:block;z-index:15038;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;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: none;height:25.75rem;width:18.3125rem;top:28.75rem;left:28.4375rem;display:block; }
#bAFE4QEJ3VxW2i9fiNxkB2NAQqShcc4B { position:absolute;display:block;z-index:15039;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;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: none;height:25.75rem;width:18.3125rem;top:0rem;left:7.4375019073488rem;display:block; }
#g9Tn3kXfdKQts4TKnSGUIMXzSFSc76mZ { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.625rem;width:15.625rem;top:0.75rem;left:8.7812519073488rem;overflow:hidden;display:block; }
#Brp6wybTXJ659IpWncGkSr6fE6IEx44S { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:18.88125038147rem;left:8.717968940735rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ls2IHc0XETxGCVexJDvA4Qonf2cLXOwD { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:20.65625rem;left:8.717968940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NSOibEAeXg3nF5gHb5JeUvVpvdql7UMc { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:22.65625rem;left:7.905468940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHDKuad7tzr4z1d5IDugdvUfoz3d0FS4 { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:15.112501144409rem;left:11.061718940735rem;display:block; }
#UUeB4eavDJkZyliUNVx1Ak021FsTeCHr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTqFtZozFktQFi9rT3JgSlSvcb6BN9XF { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:15.050000190735rem;left:32.187500953674rem;display:block; }
#GKbMTKfGdT0azW4InHMVISg9CMS8Mw6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZXwhsxlAgkTdieENpKcUPhhAnnNf53GA { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:15.050000190735rem;left:53.093750953674rem;display:block; }
#cTmFNNTQ4irpEtA9Qi21Jf8lCcOrDXTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9.adaptive-delivery-prevent-bg, #Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9.lazyload, #Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9.lazyloading { background-image: none; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row .container { background-color: transparent; background-image: none; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row .container > .video-iframe-container { display: none; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row > .video-iframe-container { display: none; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .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); }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row .container { border-width: 0; border-radius: 0; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9::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; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#H9SnN8AVTGrW3HhTZpUHVDECnvSSzP7G { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:29.75rem;overflow:hidden;display:block; }
#Q6mVuPRGDaX6N14mkwtp0UafeqeQCIlX { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:18.3125rem;left:29.750000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Og3ssW1Hq66S2MxbGaJiK2fwIa7zCipw { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:22.875rem;left:28.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8OQELhToD6hQ0teO02LxZu98BBQVOKS { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#IotRHVGySKBNTsD521wKoO495OVTf6ip { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#keq2Ni8J1Ok8tEKh8fHfgra6xmVa99Da { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:19.9375rem;left:29.750000953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eLTaEB4BDdlm6trfzdisiCMaWlGvnBkB { position:absolute;display:block;z-index:15039;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;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: none;height:25.625rem;width:18.3125rem;top:28.75rem;left:7.4375rem;display:block; }
#Q7P69pCXhWEV5abccT4UlHniBw3mAVfT { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:50.625rem;overflow:hidden;display:block; }
#mWF1ppFv4nLNtXI10Ed51u4h6oSLXcl2 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:17.75rem;left:50.625000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qaNKoWTS5DOgbIHr2iuRL1dmbMdAgy6x { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:19.25rem;left:51.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuJRNrozAeoD6KzJ0yLHDf35lLye0THZ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:23.125rem;left:49.812500953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nldFze1P5eMkUPGsULLGcP0i6vLTAPce { position:absolute;display:block;z-index:15049;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;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: none;height:25.6875rem;width:18.3125rem;top:28.75rem;left:49.3125rem;display:block; }
#NvgqXCsr2TVdDhhEX0Jr6CTsTFvQx0MO { position:absolute;display:block;z-index:15038;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;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: none;height:25.75rem;width:18.3125rem;top:28.75rem;left:28.375rem;display:block; }
#TDlnT4XlWiHGnKLGtraug6iCeBJ6PNUU { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.625rem;width:15.625rem;top:0.75rem;left:8.8125rem;overflow:hidden;display:block; }
#gbQdUts65dLiKknCqov2XWfwkPQ2NzRU { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:18.5rem;left:8.7499990463256rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRN390n4NkpofvW5DyfM34dXV7sk5pUd { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:20.112501144409rem;left:8.717968940735rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0usbr4GNZ54wzZu2Cw4ABZs3ewkACZm { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.875rem;left:7.905468940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xigg7smIydnTkU2cVvlyRN8ic4O0rp53 { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:15.112501144409rem;left:11.061718940735rem;display:block; }
#GIIAa7oCmpeJkLMHg5lgC5ndnlMKOuNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rl5kAZopwfgQe1RT4GrJhkGkmIykpmgu { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:15.112501144409rem;left:31.968750953674rem;display:block; }
#ahapVca9rc0iQIA9FRGi2s5GD5fiagEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vFvLHsIiXSO105GvAl0nW9K5qwJTz26y { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15103;text-align:center;text-align-last:center;top:15.050001144409rem;left:52.968750953674rem;display:block; }
#lXwxt8Z6nhtDCIE5cbOfdXFGryd03AJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO.adaptive-delivery-prevent-bg, #UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO.lazyload, #UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO.lazyloading { background-image: none; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row .container { background-color: transparent; background-image: none; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row .container > .video-iframe-container { display: none; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row > .video-iframe-container { display: none; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .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); }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row .container { border-width: 0; border-radius: 0; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO::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; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row .container { font-size:0.875rem;font-family:arial;height:117.5625rem;width:75rem;position:relative;display:block; }#TExUS9oModgMTxmxSI5DpNPQ91oQ6SIV { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:29.6875rem;overflow:hidden;display:block; }
#i2L12pV7fQvkcMvi5I4gS7JTareffbl9 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:18.0625rem;left:29.687500953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IpLoVRG5UHNKwlZ3sh8T32rSgLzxoZUo { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:22.875rem;left:28.875000953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#swrw17WVSEaiTv69S9esPS8aiKqEuHER { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#SF2QwIpP4XG3cZAos9aHsqoIPlygGtKV { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#z6qmVKOfmbaKCl5uVBeLTNswSTn9zAfq { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:20.125rem;left:29.687500953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDLMwB9d5KGI8N94OBcdo6EiAv3ihsXd { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:50.625rem;overflow:hidden;display:block; }
#UFq37CIk0O5RVRsvZOuS20Jafs4vDi0h { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:18.0625rem;left:50.625000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eoiM0ugvBSOfMbqeKwmGxaT0a7XDNC65 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:20.125rem;left:51.031250953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OxUqhCwU7zrtuvWVt22xCZQMa86prJV5 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:22.875rem;left:49.812500953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8sxJwOhzaPgCIlzJl1n3T6sIPNzcIcQ { position:absolute;display:block;z-index:15054;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;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: none;height:25.6875rem;width:18.3125rem;top:29.8125rem;left:7.4375rem;display:block; }
#UESmKqvbTTTZTMzKzDVAcXr4zHx808iJ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:52.46875rem;left:7.905468940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7lmHgWafxyBaXHEE9HH0T8RozXe02bm { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:50.40625rem;left:9.124218940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5cAkzIPbtA0QHp7ZZLXeLTSwS0gbT2U { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:48.63125038147rem;left:8.717968940735rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDTbHNBsurRtLclstqSddDRxg43bSUSi { position:absolute;display:block;z-index:15108;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:15.8125rem;width:15.8125rem;top:30.4375rem;left:8.6875rem;overflow:hidden;display:block; }
#Rqp6LD1z91TcUzHqArPcKTXirZdwc2ha { position:absolute;display:block;z-index:15053;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;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: none;height:25.75rem;width:18.3125rem;top:29.75rem;left:28.375rem;display:block; }
#QHymPFEM24gGwsxP2k5zfvd2TGBv9r91 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:48.63125038147rem;left:29.625000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmWef2D8UcKHynT0647kTTvD5wWL9AeO { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:52.46875rem;left:28.812500953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAIWITz6E2NUURK42TRMIxywUpiF64fT { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:50.40625rem;left:29.625000953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ia9vHAJqQFiFIKy3MLtODxyPeO2nk3DC { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.6875rem;width:15.6875rem;top:30.5625rem;left:29.6875rem;overflow:hidden;display:block; }
#ZlRyUwqR0JD3sPufUQVPf2FUL3Xv2TFZ { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:48.63125038147rem;left:50.625000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJZy8gagQvwlvVSFAQuKdttSTQQgUNmy { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:50.40625rem;left:50.625000953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBJPfQWE52wXf9hoNriFBqiVJ4uTIS7T { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:52.46875rem;left:49.812500953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bf6IpIMzXu0hWO3wilT4JbdxtwVWAxbq { position:absolute;display:block;z-index:15054;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;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: none;height:25.75rem;width:18.3125rem;top:29.75rem;left:49.3125rem;display:block; }
#LV2yiMPxc7cGRfBPqM3DEptqLbUaZJx6 { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.6875rem;width:15.6875rem;top:30.625rem;left:50.625rem;overflow:hidden;display:block; }
#hTgRwCeCPcXyoP0FU7Gzl36DcvpE1qHd { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.625rem;width:15.625rem;top:0.75rem;left:8.8125rem;overflow:hidden;display:block; }
#CZIvtw9WINCVzNOvEBZMaMTyVNPeZ0pe { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:18.106250762939rem;left:8.717968940735rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTSnlt1SSGg803upQeUXBpbdfVrLKBEU { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:20.296875rem;left:8.717968940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDxhfQOa5kSdge1cZ4SLXNpgQLWgiRDp { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.9375rem;left:7.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBpTy6dez13rvk7U9HvUn3mchPgqdrQA { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#bWTCD1AiQ0MZ2uSvKedvxN22y92hMyqx { position:absolute;display:block;z-index:15054;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;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: none;height:25.75rem;width:18.3125rem;top:29.75rem;left:49.3125rem;display:none; }
#JTbGc26e0ThpqAU2XPvxTEmFkAHT48qD { position:absolute;display:block;z-index:15064;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;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: none;height:25.6875rem;width:18.3125rem;top:58.125rem;left:7.4375rem;display:block; }
#Zamf59z30OZItSfFqdQoEdU3Bc9ih6O6 { position:absolute;display:block;z-index:15063;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;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: none;height:25.75rem;width:18.3125rem;top:58.0625rem;left:28.375rem;display:block; }
#k8HTSlwpURdcBMd2h8fu7RS27sKH3Iqi { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:77.874992370606rem;left:9.1249990463256rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Idy1uOS7AdhBVixtftce91JfoEowIsAN { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:79.092969894406rem;left:29.625000953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#efeq6K1SgO9GCvxLRUkrXgXxierxuvav { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:76.54296875rem;left:29.625000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALtuB3V4mvdVWSSkFhJJMAL3Xt1JUAvW { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:76.168750762938rem;left:8.717968940735rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NtuIZquprFp8xdbl61PyHUAWa0tTNk7V { position:absolute;display:block;z-index:15118;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:15.75rem;width:15.8125rem;top:58.75rem;left:8.6875rem;overflow:hidden;display:block; }
#lmD5vtSRqpLFsZO33bHIf9yKB9NkTZhX { position:absolute;display:block;z-index:15122;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.625rem;width:15.6875rem;top:58.875rem;left:29.6875rem;overflow:hidden;display:block; }
#kTLoN8O1bN2m2nfa8Ht4TiZa93b5p4AV { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:81.687502861025rem;left:7.905468940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VDtg0GpMTT65mpkOMwPzxRGcRGvVCmR2 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:81.530469894406rem;left:28.812500953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTagGsAERZAMqHM0dkKJovrbeD0WI8pF { position:absolute;display:block;z-index:15068;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;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: none;height:25.75rem;width:18.3125rem;top:58.125rem;left:49.1875rem;display:block; }
#bIuMCZrSlfAEn1Ap0OSny4NGUJPox6Mw { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:79.092969894406rem;left:50.625000953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Waq0BmMFkvqx8RRChFmITJ1saXeZVZJx { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:76.54296875rem;left:50.625000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ahNhAeA6TTh30l9NgJNuekCilVZHWyVf { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.625rem;width:15.6875rem;top:58.9375rem;left:50.5rem;overflow:hidden;display:block; }
#qsQsxkrq2JTkMKIlXTdihIr24Gzme2KT { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:81.75rem;left:50.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ag5tR2QonMFpMloWcDFIXdIAFsW0ve1R { position:absolute;display:block;z-index:15069;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;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: none;height:25.6875rem;width:18.3125rem;top:86.8125rem;left:7.4375rem;display:block; }
#DeRolzoeeCylHDqT23fqcHqOD3bkm1Fe { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:109.42500114441rem;left:7.905468940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GziCm0q8sHzvMGrKHZwG7FitiVnbl2Ou { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:106.61250114441rem;left:9.124218940735rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dZeLa6kuwhtBiNEseHobGnpIwks7VhV6 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:105rem;left:8.717968940735rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwydssSpZZoW6uCeNETQBKpQqPtIGtSE { position:absolute;display:block;z-index:15123;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:15.75rem;width:15.8125rem;top:87.4375rem;left:8.6875rem;overflow:hidden;display:block; }
#lqbxVNHJmn9oRSN3vQM1f3Fv7yu3ri55 { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:15.112501144409rem;left:11.061718940735rem;display:block; }
#vbpeQMp1trniDp8gtdIgBQ2T567QkP31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KiK5Md9GV3KRQpdzHELrCM9tbiR98qWw { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15103;text-align:center;text-align-last:center;top:15.112501144409rem;left:31.968750953674rem;display:block; }
#zHkKoKPyXSGXGRAlTDxGwE696HlSta8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIMl384l930x9mhIPNS6dA6M4oLraJv5 { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:15.112501144409rem;left:53.656250953674rem;display:block; }
#kx5XU7FICAGF5NZE00LuI9Im1Lys7KSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wnRn6xWbq0IanaliIBzyLy4I0gEZxdI4 { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15128;text-align:center;text-align-last:center;top:44.862501144409rem;left:11.061718940735rem;display:block; }
#fTqqsSCKySiOM1gpGGc1PzITVX39HbIm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bennGL4UgTRiw57VzZgIJPPoOQwOJ8o5 { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:44.862501144409rem;left:31.968750953674rem;display:block; }
#EyWOfOS2uhFuodi934iqHiumTLDfE0rs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhHbKgBlKbZlP6DEadH5IVbFygbC4lDZ { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:44.862501144409rem;left:52.968750953674rem;display:block; }
#wz1q65vTye6DpsS6zfK9klDIPdk9CPDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Acmh2TUgLJeG7AWN6eBVs2OKPK7TAWRK { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:73.175001144406rem;left:11.061718940735rem;display:block; }
#mcFcklVzS4tAavcKliwyc90IOZvqTOHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nihgUO4m2Ed5FSf2faQbGcggydSliCfb { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:73.237501144406rem;left:32.031250953674rem;display:block; }
#idpUR4Oz12ulht0Q0gGovfQNaFh8sd8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F16KZFCmq8I8tTTKPfMuTv5xn5eF1qLn { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:101.92500019074rem;left:11.061718940735rem;display:block; }
#T1RTTZUMyBJhw3o7Th8fhqwq06M233or { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXzQuNl7oSkB8GKrUKz01LSA633aELgA { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:73.175001144406rem;left:52.968750953674rem;display:block; }
#HZ0yXo8wu26SUAWecaDA3lX5qKtw3oL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LEF2GMcrLVndkVfZ7ENwLDhmCN0gzDMd { position:absolute;display:block;z-index:15075;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;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: none;height:25.6875rem;width:18.3125rem;top:86.8125rem;left:28.375rem;display:block; }
#CE9b1F527lq1wt1GyNKlx5AiGIKkFZQT { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:106.75rem;left:30.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXwAlfDChSPMvRkt6zx9IrQOoFOchupx { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:105rem;left:29.625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KlXmrt5cXJKsTob3GKphv0ExXK0E4ZaD { position:absolute;display:block;z-index:15129;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:15.75rem;width:15.8125rem;top:87.4375rem;left:29.625rem;overflow:hidden;display:block; }
#pnmth1Hg99xqT6gBy7WT6aD6OWhF685J { background-color:#daa520;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-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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.4375rem;text-decoration:none;z-index:15139;text-align:center;text-align-last:center;top:101.9375rem;left:32rem;display:block; }
#q1gdSccdyEkPfJrZU9SV1AfHJFu709qw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIuIBLRiwuQ8WMiS0WsUdnphqJDqntzQ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:109.4375rem;left:28.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM { position:relative;display:block; }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM { background-color: transparent; background-image: none; }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .row .container > .video-iframe-container { display: none; }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .row > .video-iframe-container { display: none; }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .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); }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM { border-width: 0; border-radius: 0; }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .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; }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:152.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; }#cCagBZwNHq6s0IJ1IdCvbLHuuNUSlKOt { color:#fff8fa;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.7000007629394rem;left:23.343750953674rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INoydFF4UmLlX8Bhqw3Gqmox22S1E59i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.0625rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#OU6cqEl7zsPF4qPdlBKSmJrezk3gcoTa { color:#000000;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.0625rem;left:12.625rem;height:1.4625rem;font-style:normal;display:block; }
#ZJB9MEEORyKd5y9DAn2fxX4TTv3ZRDas { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.3125rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#BtuLw6lFK5z292CMrLaMNxLmuDQE8TSG { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.3125rem;left:12.624999046326rem;height:2.925rem;font-style:normal;display:block; }
#wxJgXgB2GU8pSOWChcTJ9hbVA8IS0LhA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.125rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#NcunUiBw84gguG0OEDcADeKT5aKBbFaC { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.125rem;left:12.624218940735rem;height:1.4625rem;font-style:normal;display:block; }
#D91pf9nXLCpDQJyyvgPe5Q8HfB5bMvaE { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.587500572204rem;left:12.624218940735rem;height:1.4625rem;font-style:normal;display:block; }
#uabQy0fnn8WqAT80a43crOa3VkIwfyPV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.75rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#JEFn0fCQ4TNPas9Nyo1KuTExwE7U2gHR { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.5rem;left:12.625rem;height:1.4625rem;font-style:normal;display:block; }
#qxDKtp4GAbQTkZ4QEKMHPJwrdx8Faw72 { color:#ffffff;display:block;width:58.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24rem;left:12.625rem;height:2.925rem;font-style:normal;display:block; }
#MJiFtFfofo9d4ueQKuhDKatZ29m4tDz6 { color:#050404;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#Vm8GfSEUmcuPTIsGtVo1a4hku3exFTTr { color:#0b0a0a;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.5625rem;left:12.625rem;height:1.4625rem;font-style:normal;display:block; }
#TAOSvNJRTPNn9MN78yK13u4V92JsTBDA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.5rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#MCB5Q2flpAlCDexl5GNqG2ebZSwf8F30 { color:#ffffff;display:block;width:49.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.4375rem;left:12.625rem;height:1.4625rem;font-style:normal;display:block; }
#rWMER2xM4vymfo4t9VbIxcQhZJh4Hv47 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:39.4375rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#WkdNRKwdrr0nIgIGH6QNNnFFhuTx2zuF { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:31.5rem;left:12.625rem;height:4.725rem;font-style:normal;display:block; }
#HkQpVXbCegVADcOk3mJbr0bqn8DTTrZ1 { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.625rem;left:12.625rem;height:1.4625rem;font-style:normal;display:block; }
#Q0T7ZKu6qlByTXIUDZUuT6uKBRmImRoU { box-sizing:content-box;height:2.4375rem;width:66.1875rem;position:absolute;display:block;z-index:14999;background-color:#cc9832;background-image:none;top:11.5625rem;left:3.5rem;display:block; }
#MZ8n9363KVgJAOVGWn9n8Z8qM1U6bhm4 { box-sizing:content-box;height:2.4375rem;width:66.1875rem;position:absolute;display:block;z-index:15000;background-color:#cc9832;background-image:none;top:27.875rem;left:3.5rem;display:block; }
#NbzVEWlu84O4Wg6XKB0gd5TFdWnTCf7x { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.249992370606rem;left:4.09765625rem;height:1.4625rem;font-style:normal;display:block; }
#o0O4SV4ScqgiTO3CIhFpaONti6Jp6puI { color:#ffffff;display:block;width:52.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44.249298095703rem;left:12.597917556762rem;height:1.4625rem;font-style:normal;display:block; }
#WgbatQ1KfAXu2ZiDDWDEidmPiXdaNvbS { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:45.749992370606rem;left:12.598437309265rem;height:1.4625rem;font-style:normal;display:block; }
#fdhDzhk7QtEVOrfZ22kv8PrTHP7e58WO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:48.749992370606rem;left:4.09765625rem;height:1.4625rem;font-style:normal;display:block; }
#lT10XlWVKbvnoVqIQ8qw9PBSlyzzRZoA { color:#ffffff;display:block;width:61.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:48.749992370606rem;left:12.598437309265rem;height:1.4625rem;font-style:normal;display:block; }
#fMbcR8uPgQvFelQZxUTlKQaBQ0tcP8h5 { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:50.499992370606rem;left:12.598437309265rem;height:1.4625rem;font-style:normal;display:block; }
#u5t1lT0hCQbTSbrBklgHmlITnaKvBohP { color:#0c0c0c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:53.812492370606rem;left:4.09765625rem;height:1.4625rem;font-style:normal;display:block; }
#QW8E4mTI0TKgAykultD63JzIROVZd0vk { color:#0b0a0a;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:53.812492370606rem;left:12.598437309265rem;height:1.4625rem;font-style:normal;display:block; }
#EiBx6DLQSqX6ICmI7pdgupNoFlAxOn5H { box-sizing:content-box;height:2.4375rem;width:66.1875rem;position:absolute;display:block;z-index:15001;background-color:#cc9832;background-image:none;top:53.324996948243rem;left:3.47265625rem;display:block; }
#lekPCBIQQqCEBHCe98o0tpOynW10sAWK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:56.874992370606rem;left:4.09765625rem;height:1.4625rem;font-style:normal;display:block; }
#gug6M31OU3vCBffDCc04WgQcG0dNcTCw { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:40.875rem;left:12.625rem;height:1.4625rem;font-style:normal;display:block; }
#BtsaeZvRZ1oQscHLczmgAnirR8fNdJ7Q { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:62.299999237061rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#U5kpm9rVFJKeNtDtubqHUuJuToiQP5za { color:#ffffff;display:block;width:61.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:62.3125rem;left:12.624999046326rem;height:1.4625rem;font-style:normal;display:block; }
#WroGH5c1fMWe3npgeWZbZ5lgNiyq8QV3 { color:#ffffff;display:block;width:61.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:63.837499618531rem;left:12.624218940735rem;height:1.4625rem;font-style:normal;display:block; }
#EsIHEAV9TdRcm7asMPAw7pdCpIpnuHXi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:66.248437881469rem;left:4.125rem;height:1.4625rem;font-style:normal;display:block; }
#pkBHaOQ3tkA0OaaRkbC6WTdOpxmeltBx { color:#ffffff;display:block;width:61.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:66.249206542969rem;left:12.598437309265rem;height:1.4625rem;font-style:normal;display:block; }
#B3kfhS8nn7mHELBgcdZg4SGJ4ziEqUcX { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:67.774322509762rem;left:12.625001907349rem;height:1.4625rem;font-style:normal;display:block; }
#KVJJ8Gw4Vuz9l1izlXPOFfWaPmbyeiZ5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:70.212493896488rem;left:4.09765625rem;height:1.4625rem;font-style:normal;display:block; }
#Cl9MbbrZryRlKugR6pSIQ1FdPZ26U70t { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:70.211791992188rem;left:12.597917556762rem;height:2.925rem;font-style:normal;display:block; }
#Tr1OzA0QGMTz1JHQT6baOGnLCyWoNxwv { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:75.581253051756rem;left:12.625001907349rem;height:1.4625rem;font-style:normal;display:block; }
#T9qgMaDckrkzyK4m1spdMGWtwzxnU0OB { color:#100f0f;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:80rem;left:4.375rem;height:1.4625rem;font-style:normal;display:block; }
#OQZAshGGMfD5OK8VlPORlZXCWQUJEBFG { box-sizing:content-box;height:2.4375rem;width:66.1875rem;position:absolute;display:block;z-index:15002;background-color:#cc9832;background-image:none;top:79.5625rem;left:3.75rem;display:block; }
#nwoqyuKlvNdIWnoSXo7KCJmgU5EsMu0a { color:#0b0a0a;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:80.0625rem;left:12.875rem;height:1.4625rem;font-style:normal;display:block; }
#n0u0FOizIDwAfdielCnJTKVu7uRRF0Wv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:83.1875rem;left:4.375rem;height:1.4625rem;font-style:normal;display:block; }
#wigP0AxVrIRqTolX2RtLeMqL2qyWrG80 { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:83.1875rem;left:12.875rem;height:2.925rem;font-style:normal;display:block; }
#Jik1p5q5VzSgdfAfaXbuL0sG5cGsgU5W { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:102.9375rem;left:12.875rem;height:4.85rem;font-style:normal;display:block; }#Jik1p5q5VzSgdfAfaXbuL0sG5cGsgU5W li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jik1p5q5VzSgdfAfaXbuL0sG5cGsgU5W li:before{  }
#MJdNrmA6IthAUV4ZdC2JyOC0dpcAfB7y { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:111.0625rem;left:5rem;height:1.4625rem;font-style:normal;display:block; }
#gnM1wgspymSKtRZBnFT4nWx3C33QTFUa { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:115.6875rem;left:12.624218940735rem;height:1.4625rem;font-style:normal;display:block; }
#lJlNESadr18zneqhwLOqIarHsZerf0iT { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:112.875rem;left:13.5rem;height:1.4625rem;font-style:normal;display:block; }
#AT9fOaw2R6QDfdByEfrUSpwUwbKbJp2X { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:115.6875rem;left:5rem;height:1.4625rem;font-style:normal;display:block; }
#B3ywVrIQQKH1HxuT7dUUrPp7oZKpb5t9 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:111.0625rem;left:12.624218940735rem;height:1.4625rem;font-style:normal;display:block; }
#qDh7d7XB4fuUPFJmfLTuZBw0oQduumut { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:112.52499961853rem;left:12.624218940735rem;height:1.4625rem;font-style:normal;display:block; }
#FPOTli3WZHFU3MOL8TtC4MhuHLIT1hwo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:120.75rem;left:5rem;height:1.4625rem;font-style:normal;display:block; }
#xd1D2SNad29F8Zv0cAe5gw2GD18I0aGP { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:56.874992370606rem;left:12.598437309265rem;height:1.4625rem;font-style:normal;display:block; }
#XlUIm3DiHaiT7THzUHQRpWvN2WKplfc2 { box-sizing:content-box;height:2.4375rem;width:66.1875rem;position:absolute;display:block;z-index:15003;background-color:#cc9832;background-image:none;top:120.1875rem;left:4.375rem;display:block; }
#zzpVqcKZsKvcQ3JTRv5Oaicsa4TMzUK0 { color:#0b0a0a;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:120.8125rem;left:13.5rem;height:1.4625rem;font-style:normal;display:block; }
#Fl3nJTNHP0KfrwHneW5U2WtZyZWzpsUW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:130.4375rem;left:5.0625rem;height:1.4625rem;font-style:normal;display:block; }
#IT8V8X8TfR04mBu3ODzL0DvUoQCxhz71 { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:130.4375rem;left:13.5rem;height:3.15rem;font-style:normal;display:block; }
#a8QwW3t0LuZtyJ77HdOnVhllOzdZefTG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:137.375rem;left:4.9375rem;height:1.4625rem;font-style:normal;display:block; }
#shOToFFecOEWBnza0eBQ4wnFDCL2VIBz { box-sizing:content-box;height:2.4375rem;width:66.1875rem;position:absolute;display:block;z-index:15004;background-color:#cc9832;background-image:none;top:136.8125rem;left:4.3125rem;display:block; }
#EEOvpD1ONcoSwlux7BxK1M1KAElhbyMI { color:#0b0a0a;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:137.375rem;left:13.3125rem;height:1.4625rem;font-style:normal;display:block; }
#O4r0m5rQierVAFBLGGH6BR3KI2sxIRxd { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:134.1875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#vaDPAQ5omm1wVivA13UAufhRZ3hl5Kyo { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:58.336807250976rem;left:12.625001907349rem;height:1.4625rem;font-style:normal;display:block; }
#rui7dygCIwfLMLu2Pr3CZW528xXwMNlJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:124.6875rem;left:5rem;height:1.4625rem;font-style:normal;display:block; }
#OpnTxLB7SSDln1xThc22Fna4Gv6Eb7Op { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:124.6875rem;left:13.499999046326rem;height:4.725rem;font-style:normal;display:block; }
#AqQ0JA9pNpmPZA7rGTWAU89VSwUGufzF { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:87.375rem;left:12.875rem;height:8.775rem;font-style:normal;display:block; }
#pzU7Pu7CZVa3qGJ1M3IEqICVLW4NRUC3 { color:#daa520;display:block;width:34.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:97.25rem;left:12.875rem;height:1.4625rem;font-style:normal;display:block; }
#krGgM2VLwqzkmJ35SNJGGevatPgX24vT { color:#daa520;display:block;width:34.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:101.5rem;left:12.875rem;height:1.4625rem;font-style:normal;display:block; }
#caHIcRGxO4TfXR2emHiszqJRMTKD09qZ { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:98.6875rem;left:12.875rem;height:1.4625rem;font-style:normal;display:block; }#caHIcRGxO4TfXR2emHiszqJRMTKD09qZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#caHIcRGxO4TfXR2emHiszqJRMTKD09qZ li:before{  }
#rEV4acle0FvC6hkd5HIHZRBqV2OW1tuM { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:73.698614120481rem;left:12.625001907349rem;height:1.4625rem;font-style:normal;display:block; }
#C59saq9qmJ1mu4FDoM6sf7Lx3v9WOCsP { color:#ffffff;display:block;width:66.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:140.375rem;left:4.375rem;height:6.75rem;font-style:normal;display:block; }
#io0vBsi05LeSCnytSXxCKZgZ0EnGiP6i { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:117.14999961853rem;left:12.624218940735rem;height:1.4625rem;font-style:normal;display:block; }
#yIglGxkoSwTMHhPTqIamoeCPTTtMIOJg { color:#ffffff;display:block;width:61.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:58.336824417114rem;left:12.625001907349rem;height:2.925rem;font-style:normal;display:block; }
#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { background-color: transparent; background-image: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .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); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { border-width: 0; border-radius: 0; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#Jn59KGqeewwk56yuNod3flqyoMbmF1Le { color:#cc9832;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:.8;letter-spacing:0;top:3.28125rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row .container { background-color: transparent; background-image: none; }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row .container > .video-iframe-container { display: none; }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row > .video-iframe-container { display: none; }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .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); }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row .container { border-width: 0; border-radius: 0; }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#MlLMmsMMQTWh9Ee2AiafeMyTqU4zQ40L { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.875rem;width:27.4375rem;top:3.03125rem;left:23.781250953674rem;display:block; }
#qvEFxTTZ9OGpgInWm5x40mNuXXGhIKrM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.125rem;width:22.9375rem;top:4.09375rem;left:52.062500953674rem;display:block; }
#sXl10LQlrk9Lnb4TI4cHkdKKWIiKV3x2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:22.875rem;top:4.0625rem;left:0rem;display:block; }
#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row .container { background-color: transparent; background-image: none; }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row .container > .video-iframe-container { display: none; }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row > .video-iframe-container { display: none; }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .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); }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row .container { border-width: 0; border-radius: 0; }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#f6eTOpBmOUKzb1DJEupmeNfRhrCimveN { 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:16.125rem;width:22.8125rem;top:0rem;left:1.09375rem;overflow:hidden;display:block; }
#RvhzV0C66rESEiAgp5rfZUSHWGntG7t2 { 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:16.1875rem;width:24.3125rem;top:0rem;left:25.000000953674rem;overflow:hidden;display:block; }
#m8ZJeNgu5ixifSvuZTLR5TTwaqOTLlpW { 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:16.25rem;width:24.4375rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#EC6NHEVp8VhLJ1EvxPBTHF59zJfWVfh1 { position:relative;display:none; }#EC6NHEVp8VhLJ1EvxPBTHF59zJfWVfh1 { border-width: 0; border-radius: 0; }#EC6NHEVp8VhLJ1EvxPBTHF59zJfWVfh1 > .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; }#EC6NHEVp8VhLJ1EvxPBTHF59zJfWVfh1 > .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:19.375rem;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:none; }#TxkScVzUk0W1kOJ7REfbHhxTSBqv0MsX { 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:18.75rem;width:28.1875rem;top:0rem;left:4.625rem;overflow:hidden;display:block; }
#kAo9OsUXVX2rlOrKOiJ9kaUGUiGCoWCI { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:41.25rem;height:13rem;display:block; }
#Co3PbLikTbmG5KpihLAhKWcZDc9ApUIh { position:relative;display:none; }#Co3PbLikTbmG5KpihLAhKWcZDc9ApUIh { border-width: 0; border-radius: 0; }#Co3PbLikTbmG5KpihLAhKWcZDc9ApUIh > .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; }#Co3PbLikTbmG5KpihLAhKWcZDc9ApUIh > .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:19.375rem;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:none; }#pys40BmN768IROxmTgmaZ9XRTy0BEzng { 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:18.75rem;width:28.1875rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#dTJghLQCWcqDiL3yPMufLiFE0627nifa { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.875rem;height:13rem;display:block; }
#ZRikL1zItbOmUw7n7utTsxucmStNShVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#ZRikL1zItbOmUw7n7utTsxucmStNShVG > .row .container { border-width: 0; border-radius: 0; }#ZRikL1zItbOmUw7n7utTsxucmStNShVG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRikL1zItbOmUw7n7utTsxucmStNShVG > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:none; }#XzOp1mDvDT7l8H6145e1w0Ez9DSZfDlm { color:#000000;display:block;width:56rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.80859375rem;left:9.499218940735rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { border-width: 0; border-radius: 0; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#sw1rHC7osD1yHFFMZE5EstZ4RrSS2kKG { color:#101010;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9343757629394rem;left:5.5296869277954rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtNe8XpyAaczSTTEN0n6AkiAvU3cspNc { color:#101010;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9343757629394rem;left:31.781250953674rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9Ruq42uH2mkfAbqAO11aIyG4ucyDrbC { color:#101010;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9343757629394rem;left:52.887501716614rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8cXFrITIzhMTFIl3O6npwQPIh9q8mwH { position:absolute;display:block;z-index:14999;background-color:#fbbf5f;background-image:none;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:13.8125rem;top:1.0437507629394rem;left:4.19921875rem;display:block; }
#iyR2qo6rQ5PyyMUCnArDEHiO2iTMpnLm { position:absolute;display:block;z-index:15000;background-color:#fbbf5f;background-image:none;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:11.374rem;top:1.0437507629394rem;left:31.763279914856rem;display:block; }
#qWSgOmyUVRVHfdLFBnSRT7rOS1wgZPG7 { position:absolute;display:block;z-index:15001;background-color:#fbbf5f;background-image:none;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:16.375rem;top:0.98125076293944rem;left:52.887501716614rem;display:block; }
#g9RhCGqvrJyBk1JFNQp78xBVMtXVoFgF { position:absolute;display:block;z-index:15000;background-color:#fbbf5f;background-image:none;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:11.374rem;top:1.0437507629394rem;left:31.763279914856rem;display:none; }
#LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87fa4768-047d-4f90-a14e-dfb2f6f78fbb/shutterstock_22378124972.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh.adaptive-delivery-prevent-bg, #LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh.lazyload, #LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh.lazyloading { background-image: none; }#LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh > .row .container { border-width: 0; border-radius: 0; }#LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh::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; }#LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:none; }#Lz91MEHaaEEa4giF5HvPgxUAM46u3TiM { color:#e9d0ba;display:block;width:49.6875rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #130a08;top:0.9052734375rem;left:8.1875rem;height:2.84375rem;display:block; }
#IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87fa4768-047d-4f90-a14e-dfb2f6f78fbb/shutterstock_22378124972.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs.adaptive-delivery-prevent-bg, #IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs.lazyload, #IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs.lazyloading { background-image: none; }#IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs > .row .container { border-width: 0; border-radius: 0; }#IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs::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; }#IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:none; }#BlgkHuXzZCh3GTu222z98UPVBVRFrkUi { color:#e9d0ba;display:block;width:18.125rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.75rem #391008;top:7.875rem;left:3.25rem;height:9.2625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JqCLZCZ7ydurWBQ6qVT5C4xQ2C5VzL2H { color:#e9d0ba;display:block;width:18.625rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.75rem #391008;top:7.875rem;left:28.1875rem;height:7.71875rem;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;font-style:normal;display:block; }
#H99wnK7NRxaRrXVZm9TDMtal4nFHFzM5 { color:#e9d0ba;display:block;width:17.875rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.75rem #391008;top:7.875rem;left:53.5625rem;height:10.80625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#foXTIvcuUT5M0o9se9D0eTkAgxCmnHV7 { color:#e9d0ba;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.75rem #391008;top:28.6875rem;left:3.625rem;height:10.80625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TA0wLQRvMIUSfq2SQc0XPxXwd7lTTU6K { color:#e9d0ba;display:block;width:17.6875rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.75rem #391008;top:28.6875rem;left:28.625rem;height:6.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3AIwGgstWaVGt6iO6rsOiFeRLmTgkhT { color:#e9d0ba;display:block;width:17.875rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.75rem #391008;top:28.6875rem;left:53.5625rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z2LszeNb0f7lriUcet4JKmmcUhPpgww3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.25rem;left:9rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #391008); }
#Sy6HWinNE6TkH6um2Ol6vNmAkpJRdJJK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.25rem;left:34.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #391008); }
#Cizl1KwoyATKl8fDQCf0F4fIdZ3d6gOn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.25rem;left:59.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #391008); }
#dy37DpoCykSVuqcNvgKt1bhasLOzA19a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.0625rem;left:9.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #391008); }
#AtXdCRpcTpZ2sig1iFke8AhFxIHKrl84 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.0625rem;left:34.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #391008); }
#bV97bo2TgpLFRRL9fXhqUrRUTHikc8OB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.0625rem;left:59.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #391008); }
#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87fa4768-047d-4f90-a14e-dfb2f6f78fbb/shutterstock_22378124972.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x.adaptive-delivery-prevent-bg, #RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x.lazyload, #RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x.lazyloading { background-image: none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { border-width: 0; border-radius: 0; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x::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; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:none; }#yGnTzPC8lesk80avnJhARzLh6GpNwnyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#yGnTzPC8lesk80avnJhARzLh6GpNwnyT > .row .container { border-width: 0; border-radius: 0; }#yGnTzPC8lesk80avnJhARzLh6GpNwnyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGnTzPC8lesk80avnJhARzLh6GpNwnyT > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:none; }#U3TIdsHUqkpXEd01Z19IkdZbcXLhP9I5 { color:#101010;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15008;line-height:.8;letter-spacing:0;top:0.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87fa4768-047d-4f90-a14e-dfb2f6f78fbb/shutterstock_22378124972.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP.adaptive-delivery-prevent-bg, #Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP.lazyload, #Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP.lazyloading { background-image: none; }#Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP > .row .container { border-width: 0; border-radius: 0; }#Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP::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; }#Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:none; }#Ca78JbNfGQiWEJbRZpnfnJ8bpEDWd00K { position:absolute;display:block;z-index:15033;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:12.5rem;top:0.8125rem;left:23.125rem;display:block; }
#eTHTwCA0V4CcXPmQlecXk0tPZGQ3SRkP { position:absolute;display:block;z-index:15086;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:11.375rem;width:9.375rem;top:1.53125rem;left:24.6875rem;overflow:hidden;display:block; }
#EvOOEFf6Fkc530anBSDLTFERIDui4s7p { color:#000000;display:block;width:11.25rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Lp9cLstuTZ4PVth1VgCqC1PtlqfUTS6p { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:15.5625rem;left:23.875rem;height:3.1669875rem;text-align:center;text-align-last:center;display:block; }
#DZuNidUVC2Ti8uo4zRUmTePHRtOBRBaP { background-color:#df1c96;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-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:averta;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:1.3125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:20.375rem;left:27rem;display:block; }
#rGIQtAuSyvSIH0o2TC1Ok3T83vAwBC1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZn9DoVAeZhDsPBXDFM1eUTuvhrU84E4 { position:absolute;display:block;z-index:15043;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:12.5rem;top:0.8125rem;left:53.75rem;display:block; }
#CDLzrpOZlgQuEn4T36ddTqFFT0oZkCxx { color:#000000;display:block;width:11.25rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:13.562501907349rem;left:54.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZgG5r9kUVC2DHJFIkomPx3Z6TaCxMCOm { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:15.56093788147rem;left:54.4375rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#cPSPGd5CdJHGeDoDhM8ths8U9dAdKFd9 { position:absolute;display:block;z-index:15096;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:11.375rem;width:9.375rem;top:1.53125rem;left:55.25rem;overflow:hidden;display:block; }
#uCluroWnr2ZnC9JzZZqX3avV7ZDyPrpR { background-color:#df1c96;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-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:averta;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:1.3125rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:20.375001907349rem;left:57.5625rem;display:block; }
#B3B5PWmKhiHiN18lbbyWfyKWOwxgFEoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FofqWyN6sF1fp7FQFTe4hBwNAoeyLB0y { background-color:#df1c96;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-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:averta;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:1.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:20.375000953674rem;left:12.0625rem;display:block; }
#A07y5zymyrE57iVsZioToRautXrfzUBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lscf4STJooEzFIzzw0b58cNvxMdHJR0h { position:absolute;display:block;z-index:15005;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:12.5rem;top:0.9375rem;left:8.25rem;display:block; }
#ZALITpSRZsnPd9TrUL4iwLcrKHoTD9O5 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.000001907349rem;left:9rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#ZTMBgWvhfo8GQsTihibMAiMreBp7G2Fx { color:#000000;display:block;width:11rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.625001907349rem;left:9rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#KOTb7erUyn3AgP4ru6us2r25OF3xnrd4 { position:absolute;display:block;z-index:15013;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:11.375rem;width:9.5rem;top:1.53125rem;left:9.75rem;overflow:hidden;display:block; }
#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87fa4768-047d-4f90-a14e-dfb2f6f78fbb/shutterstock_22378124972.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v.adaptive-delivery-prevent-bg, #gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v.lazyload, #gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v.lazyloading { background-image: none; }#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v > .row .container { border-width: 0; border-radius: 0; }#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v::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; }#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:none; }#mT4dxzHBsfKReTy3tutKaUeXIHiJiamv { background-color:#cc9832;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-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:ubuntu;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.4375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:26.0625rem;left:39.125rem;display:block; }
#CkwT10LF2U6Bs2m0taThb5oXghif6T5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7ybxqBLqTGCE1qwX9I11MAK0CLZXyrO { color:#000000;display:block;width:11.25rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:22.9375rem;left:31.875rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#RvnzEi6UJWkPQyctwhoWTbWTkq2RHkTt { color:#000000;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:24.25rem;left:28.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#iWXX4XCzCQRlaXAaTRTw71H4RMebzH66 { position:absolute;display:block;z-index:15043;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;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: none;height:24.8125rem;width:18.3125rem;top:1.875rem;left:28.375rem;display:block; }
#SSen0Gbo8CEy4eHwHC3PbwPDxpo3ZCuD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #daa520, #962c04);background-image: -moz-linear-gradient(180deg, #daa520, #962c04);background-image: -ms-linear-gradient(180deg, #daa520, #962c04);background-image: -o-linear-gradient(180deg, #daa520, #962c04);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#962c04' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#962c04' );";background-image: linear-gradient(180deg, #daa520, #962c04);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-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:exo;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:3.3125rem;left:22rem;display:block; }
#r2f6TDQfTNcgeFnMwJbraKNqK3EmndNk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Op9p5gCgSCPRI0H1lwOBmGaZbtH1zxyn { position:absolute;display:block;z-index:15101;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:16.6875rem;width:16.6875rem;top:5.375rem;left:29.125rem;overflow:hidden;display:block; }
#xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9.adaptive-delivery-prevent-bg, #xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9.lazyload, #xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9.lazyloading { background-image: none; }#xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9 > .row .container { border-width: 0; border-radius: 0; }#xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9::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; }#xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:none; }#Rnlfz49PDJGFDJTQgTGwpSfVHbiNwqhc { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:21.625rem;width:21.625rem;top:4.1875rem;left:8.6875rem;overflow:hidden;display:block; }
#SKXgLquB8RbznaP8IxTpUHfcVCTtdgvo { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#DzHXUOulVG5O6NT5EepzWcBUVBV8gTsQ { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#i9ddbamwzIWJu0tiMpkQ71nHmfbVHHmm { position:absolute;display:block;z-index:15044;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;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: none;height:25.6875rem;width:18.3125rem;top:-0.012500047683716rem;left:28.343750953674rem;display:none; }
#PU5awGCTPXerHS61OuM9xRobO9i3l69h { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#C4inLOJv0646atquRyS44Hb2yvD9Vxga { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#MhimkHzsXC7cNPkfRwGWv3VhHPeK6aZg { position:absolute;display:block;z-index:15038;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;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: none;height:23.75rem;width:23.25rem;top:3.3125rem;left:8.0625rem;display:block; }
#UnggAgDK8mXac17cXC91P9xvJxI5DIXR { box-sizing:content-box;height:3rem;width:16.3125rem;position:absolute;display:block;z-index:15092;background-color:#cc9832;background-image:none;top:3.3125rem;left:34.125rem;display:block; }
#lyDh2ncineh2GBc0WMvW09EARR9AHvZI { color:#040303;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:4rem;left:36.0625rem;height:1.625rem;font-style:normal;display:block; }
#HAtr3Rb8881p1oz4kALogea1VKi8zdvH { box-sizing:content-box;height:3rem;width:16.3125rem;position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:none;top:3.3125rem;left:50.4375rem;display:block; }
#M6HwXBtFKfG9BMuGOTgU2dIV23Sh2Kd1 { color:#040303;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:4rem;left:51.625rem;height:1.625rem;font-style:normal;display:block; }
#T4yUys2HlZmErJycrUzC4kUlqwcpTTpy { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15095;line-height:1.4;letter-spacing:0;top:7.7367186546325rem;left:34.862500190735rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#On43la2CV6zwFJDzZbTgPLn5T4UQTA5Q { box-sizing:content-box;height:20.6875rem;width:32.875rem;position:absolute;display:block;z-index:15037;background-color:rgba(7,7,7,0.61);background-image:none;top:6.2999997138975rem;left:33.974999427796rem;display:block; }
#HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut.adaptive-delivery-prevent-bg, #HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut.lazyload, #HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut.lazyloading { background-image: none; }#HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut > .row .container { border-width: 0; border-radius: 0; }#HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut::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; }#HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:none; }#QvbKlv9oE6xFW3Ep7VGXgWiWw8JHhZpr { position:absolute;display:block;z-index:15038;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;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: none;height:25.75rem;width:18.3125rem;top:0rem;left:7.467968940735rem;display:block; }
#hwGIDS0SoJcQOiutVVNsTQH1Xl3xTkeW { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:8.75rem;overflow:hidden;display:block; }
#gsLraANswItpgznRaP886WsE39b3JR7D { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:17.5rem;left:8.780468940735rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ftnqHARpWBmZdIAaTVb2XVnLfQyHE1v9 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.44375038147rem;left:7.936718940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrQvAfM1FTxpb8aH5zc6D7bncTUN3h2q { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:29.6875rem;overflow:hidden;display:block; }
#IJJBVzyL1TivBVfvFeTIUV37T9026T7Q { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.625rem;width:15.625rem;top:0.75rem;left:50.5rem;overflow:hidden;display:block; }
#HD59XP4ZMlsuOQfAKvFIvE41IfiXp8Cr { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#dsWW2l0VwOhsEy6lE5Cd2c2cSakA6tf9 { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#yHtiH3h0ImVSqM12OvQuO9QqzQMrVCv5 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:19.44375038147rem;left:8.780468940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XEiEFrvTxx04qhLRMaQGqCoF6qvq5m7r { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29.625000953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGVFfa6UcwyPOAPJIii0QSNsBCQAM4Bk { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:18.88125038147rem;left:30.031250953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mR1btARsFJdsDbJMFEhhMDED1PCADvn0 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:21.768750190735rem;left:28.812500953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uiO5OqLDtxtr3G2p91DZwtx4wIuLkFWN { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:17.5rem;left:50.437500953674rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ignTw56aUgB8LMtI0MlXACbtdCg2JylP { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:21.815626144409rem;left:49.625000953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQPPQAAlEyILsmPNn4PoTp019y0c6Ci8 { position:absolute;display:block;z-index:15044;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;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: none;height:25.6875rem;width:18.3125rem;top:-0.012500047683716rem;left:28.343750953674rem;display:block; }
#tzXLGzeZJk3k5yc3QavXyJtDAMKHeWtw { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:19.19375038147rem;left:50.500000953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3rp6o5I6ywZJSo6zwpQmBGJZUdwAlcv { position:absolute;display:block;z-index:15044;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;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: none;height:25.6875rem;width:18.3125rem;top:-0.012500047683716rem;left:28.343750953674rem;display:none; }
#wOzl15lKvpSWkC1ETryOvp6ZTilDlTDZ { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#sGFHk1JUPQNW7RlaER9ZrrVSw7Mh4r43 { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#PEMInvxdpdLzmNAfA0bB2xBCMpemop2w { position:absolute;display:block;z-index:15045;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;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: none;height:25.6875rem;width:18.3125rem;top:0rem;left:49.156250953674rem;display:block; }
#XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq.adaptive-delivery-prevent-bg, #XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq.lazyload, #XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq.lazyloading { background-image: none; }#XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq > .row .container { border-width: 0; border-radius: 0; }#XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq::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; }#XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:none; }#E8bANKvx70tIUdeeCaqgRR0pvat02T86 { position:absolute;display:block;z-index:15038;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;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: none;height:25.75rem;width:18.3125rem;top:0rem;left:7.467968940735rem;display:block; }
#pTFO89ydgUDwCitxQvyeS7sNJhIoIWru { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:8.75rem;overflow:hidden;display:block; }
#B6isCZmkALK0vqEsyFOwz8xwmu1f5s2c { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:17.5rem;left:8.780468940735rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FUn7ONUuXNwyWR3TQybTXs7lQCf2HSfD { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:22.906249046326rem;left:7.936111450195rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dmvDffQDcckcPnMDE2V4GAbRKFSGGI45 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.625rem;width:15.625rem;top:0.75rem;left:50.5rem;overflow:hidden;display:block; }
#FLqtaJf4HLNF2E13O30O0cypQOU8ofaz { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#a2HIi4CxkAVBb2y5BuwQ7Tno5WwT6KeT { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#tR7w1mxR0pNlvUePChkSe2fRyoaNsKZC { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:19.44375038147rem;left:8.780468940735rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eLUwwsUDgebbJzRTqpTSQzzFgIGmU8XP { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:17.499995231628rem;left:50.437501907349rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMmtVDqbE4ARCqvhiVF1Gaf9cDhNu5Bu { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.906249046326rem;left:49.625001907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFIqihoNTHEACsKdXd3QP3HxQtHQrAKT { position:absolute;display:block;z-index:15044;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;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: none;height:25.6875rem;width:18.3125rem;top:0rem;left:28.375rem;display:block; }
#nfoF87Dc7l7WHt3BK91wxr9o3KIc2TDk { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:19.442355155945rem;left:50.437501907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbTGLePU8UgfBwB3yP4Ne0FrG66kSqGW { position:absolute;display:block;z-index:15039;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;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: none;height:25.625rem;width:18.3125rem;top:0rem;left:49.156251907349rem;display:block; }
#A3faINq7P9lBu9p4JW9FgvVJJO1lAq1X { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:29.625001907349rem;overflow:hidden;display:block; }
#zMsNVfc9RV6IXJVfMSsfIAdO5QX9yOgr { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29.625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zeiPEb2V57XIlVcKgiKTBMDaEIlRXC6M { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:19.25rem;left:30.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NNkkwvRfk7xVlbiGAFzbkTEFvfLXVtn9 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:23.034029960632rem;left:28.812501907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8559d8ef-d54b-47a5-b8f0-582d3e139f5f/shutterstock_2336434521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0.adaptive-delivery-prevent-bg, #LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0.lazyload, #LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0.lazyloading { background-image: none; }#LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0 > .row .container { border-width: 0; border-radius: 0; }#LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0::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; }#LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:none; }#vtUzAUsGkQttdQA6VgZSSle8KJIlaoGk { position:absolute;display:block;z-index:15038;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;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: none;height:25.75rem;width:18.3125rem;top:0rem;left:7.467968940735rem;display:block; }
#EB6885GIpyEP3ko9BqJOEBBB5MN2bkQN { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:8.75rem;overflow:hidden;display:block; }
#CrnNAKuiCJTMDcZo8H7faQqxCOCdPVED { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:17.5rem;left:8.780468940735rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z228OzaQRsow4Zlmvm4xC7u9vSffBFFy { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.881280899048rem;left:7.936718940735rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gusdWCtQ3b2wFmxCS1cRzxOSZq6BLSZU { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#CoEpkQ0TwahVLWMaDGOgT4nVAlyxSeNS { position:absolute;display:block;z-index:15038;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;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: none;height:24.8125rem;width:18.3125rem;top:0rem;left:7.5rem;display:none; }
#V93U8eE1SEmU305tlWCTKeHi4sgFSWy5 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:19.44375038147rem;left:8.780468940735rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ors9yUxT8k6iReaAJGFaBS3D6cEB5h95 { position:absolute;display:block;z-index:15049;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;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: none;height:25.6875rem;width:18.3125rem;top:0rem;left:28.375rem;display:block; }
#stWQOllD8aCpDmTo30Fs0QQT0segvMoc { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:15.75rem;width:15.75rem;top:0.6875rem;left:29.6875rem;overflow:hidden;display:block; }
#po243JeNsTKlcllxasoMTTtu22LKViyp { color:#000000;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29.625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zd3Rsg6QUQo3TzhuMKrFicvk8Idz97UE { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:19.25rem;left:30.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADIQEb6lmO3u3ncgBaIHKgFrxaQZ4TWq { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:20.75rem;left:28.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wo4Abd1E42ROlA2rh09MpddIKqDlKQ75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#130a08;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:none; }#Wo4Abd1E42ROlA2rh09MpddIKqDlKQ75 > .row .container { border-width: 0; border-radius: 0; }#Wo4Abd1E42ROlA2rh09MpddIKqDlKQ75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wo4Abd1E42ROlA2rh09MpddIKqDlKQ75 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:none; }#bTCSKtrVnTXydPh0dXwO955G1ne9dC1G { color:#e9b37d;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:300;z-index:15008;line-height:.8;letter-spacing:0;top:2.59375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oz9TESZiWuNOUiDPwdixPg7RfV4TH2df { position:relative;display:none; }#Oz9TESZiWuNOUiDPwdixPg7RfV4TH2df { border-width: 0; border-radius: 0; }#Oz9TESZiWuNOUiDPwdixPg7RfV4TH2df > .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; }#Oz9TESZiWuNOUiDPwdixPg7RfV4TH2df > .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:9.9375rem;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:none; }#HONPh6JNcebVpKgAynTeG3lBRg5AzyiV { color:#cc9832;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:5.09375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#km9zVWZDH9cLyRIszCFQZqa28LOKBopp { color:#cc9832;display:block;width:26.6875rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:.8;letter-spacing:0;top:2.84375rem;left:24.125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yu8yRs6VObBB0BWUICAhbxa4mJ0EgFCa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.09375rem;left:23.25rem; }
#pKXVXMslbvETKK26fHNTwCwprI0fI1OL { position:relative;display:none; }#pKXVXMslbvETKK26fHNTwCwprI0fI1OL { border-width: 0; border-radius: 0; }#pKXVXMslbvETKK26fHNTwCwprI0fI1OL > .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; }#pKXVXMslbvETKK26fHNTwCwprI0fI1OL > .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.625rem;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:none; }#kUtiRfDOaQwNRBm1toUmQk93Vuo81Xah { color:#391008;display:block;width:26.8125rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.53125rem;left:39.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HshQnTFN7pUJQVVXg2Aw9r0eB5vREAa9 { position:absolute;display:block;z-index:15011;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:14.125rem;width:30.75rem;top:1.46875rem;left:7.5rem;overflow:hidden;display:block; }
#PM0SoyMIdk7Q0lepW56mAHvm1li4w76t { background-color:#ad5132;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-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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.96875rem;left:15.8125rem;display:block; }
#x7l2CNpFJ3FRfXhNuAg1TU5w1b7KePbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvtNfgEAeQoAQ3d3oWZqazTQBJ469Wf2 { color:#391008;display:block;width:26.8125rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.09375rem;left:39.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZbUbyXEspvvwu25Hh1DD8CXFJ83hN6tx { position:relative;display:none; }#ZbUbyXEspvvwu25Hh1DD8CXFJ83hN6tx { border-width: 0; border-radius: 0; }#ZbUbyXEspvvwu25Hh1DD8CXFJ83hN6tx > .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; }#ZbUbyXEspvvwu25Hh1DD8CXFJ83hN6tx > .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:2.75rem;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:none; }#JtlTzkrG5CIqciTlPHhALfGXdnT0RrOk { position:relative;display:none; }#JtlTzkrG5CIqciTlPHhALfGXdnT0RrOk { border-width: 0; border-radius: 0; }#JtlTzkrG5CIqciTlPHhALfGXdnT0RrOk > .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; }#JtlTzkrG5CIqciTlPHhALfGXdnT0RrOk > .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:8.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:none; }#dJmscf4B5JaTZGnh4RTTbZThQNqE6kPW { color:#cc9832;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:3.34375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Soz2c7tqwTMrKkRqmgCiAxe4Oa1Imiim { position:relative;display:none; }#Soz2c7tqwTMrKkRqmgCiAxe4Oa1Imiim { border-width: 0; border-radius: 0; }#Soz2c7tqwTMrKkRqmgCiAxe4Oa1Imiim > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#Soz2c7tqwTMrKkRqmgCiAxe4Oa1Imiim > .row .container { border-top:0.25rem solid #962c04;border-left:0.25rem solid #962c04;border-right:0.25rem solid #962c04;border-bottom:0rem solid #962c04;background-color:#ad5132;background-image:none;font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:none; }#GP7iAuRkJCFbXnmzQREIOlgwwrwvJV31 { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:41.625rem;height:2.4375rem;display:block; }
#hHTasRgio2cdttoWsT4KoSQKAVONmogW { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.140625rem;left:22.6875rem;height:2.4375rem;display:block; }
#Akl7EsKdk7ToAP9sioEDAXDTzgGOaTWy { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:60.5625rem;height:1.21875rem;display:block; }
#rTx66ZdCKTB4uTTptdwwsK9tiMVKzML1 { box-sizing:content-box;color:#e9b37d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1rem;left:39.375rem;display:block; }
#k09wRG9QeoKWgZuaTiTQPLsedOsSG8Cf { box-sizing:content-box;color:#e9b37d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.015625rem;left:20.625rem;display:block; }
#hlTgApdy6srG5dDxH35K93eo8xd69yxU { box-sizing:content-box;color:#e9b37d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.015625rem;left:58.125rem;display:block; }
#PyKBtRhieFolEJFneSpVmHkgNw1eLKf4 { color:#e9d0ba;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:40.4375rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#hfgHueWlinhOI0PTatXesVkVh4lJ5v41 { color:#e9d0ba;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:21.625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#fXqPMOI0WDkTZQlBe6GqsWH96sEeooyh { color:#e9d0ba;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:59.125rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#oPEFo7cyZ3c5nGtyw5GWRDl2XG1kNV3W { color:#e9d0ba;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:2.875rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#khDF82JlQUe0Ia688Gtr81IpCVuy5cc9 { box-sizing:content-box;color:#e9b37d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.125rem;left:1.875rem;display:block; }
#EPW46D0aZrTXC52dsKQET7yEBSTVcvK4 { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:4rem;height:2.4375rem;display:block; }
#hNH9rwlXbV5dKb1dtUk6Lkzi2vVFUZef { position:relative;display:none; }#hNH9rwlXbV5dKb1dtUk6Lkzi2vVFUZef { border-width: 0; border-radius: 0; }#hNH9rwlXbV5dKb1dtUk6Lkzi2vVFUZef > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#hNH9rwlXbV5dKb1dtUk6Lkzi2vVFUZef > .row .container { border-top:0.25rem solid #962c04;border-left:0.25rem solid #962c04;border-right:0.25rem solid #962c04;border-bottom:0.25rem solid #962c04;background-color:#ad5132;background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:none; }#VTJ1pN66fLJeJa14bQKZEPg7AgV5ECL3 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.5625rem;height:1.21875rem;display:block; }
#tIk6kVZShoPtckMh2IFERFd9BSDDhARP { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.328125rem;left:22.75rem;height:0;display:none; }
#rgcKPKLaGQoDmklVTZ9uydFniy6UvDsC { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:41.5rem;height:1.21875rem;display:block; }
#Hogs0zLdRToSUnyds76zdvGlMXmAz8tl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:60.625rem;height:1.21875rem;display:block; }
#BREQsvySWtxZIMVcqkRglRNTFJsxby5q { box-sizing:content-box;color:#e9b37d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.203125rem;left:1.875rem;display:block; }
#KirDmT0UdgrMDtDqTagDvvBxHUMpvmiI { box-sizing:content-box;color:#e9b37d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.203125rem;left:20.625rem;display:block; }
#eNtIqRtCBadtM4we9mlcTToQzlV1mml8 { box-sizing:content-box;color:#e9b37d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.203125rem;left:39.375rem;display:block; }
#uqkB0TG5ZGO7Hf8QTEENCNSrH1RzKaBz { box-sizing:content-box;color:#e9b37d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.203125rem;left:58.125rem;display:block; }
#gV0CkypK2KSxhkxq5V2Hs3u2TXCXmbAx { color:#e9d0ba;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1875rem;left:2.875rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#PcNRkqCgcd6R7N09pvyVoRTGlszSyvJG { color:#e9d0ba;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:21.625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#iDZTPfy0UGXwsZqRT6GVdhmy7HkM640T { color:#e9d0ba;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:40.375rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#B3dSrxloBzQUmU9xtMxTTKVs1dF4R795 { color:#e9d0ba;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:59.125rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#BEk1cw1kk1gmciRhzdPc9vC7gcbzcm79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#BEk1cw1kk1gmciRhzdPc9vC7gcbzcm79 > .row .container { border-width: 0; border-radius: 0; }#BEk1cw1kk1gmciRhzdPc9vC7gcbzcm79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEk1cw1kk1gmciRhzdPc9vC7gcbzcm79 > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:none; }#dHeFhlyZVVFi78EVmlNtDy2pOOw7wDpA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.875rem;width:27.4375rem;top:3.03125rem;left:23.781250953674rem;display:block; }
#ZpF0UTqtggKbQc01d9w24T4kRChFQT9u { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.125rem;width:22.9375rem;top:4.09375rem;left:52.062500953674rem;display:block; }
#apItTbuABXp7VDdu9dG3AwFzWmt5Wq03 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:22.875rem;top:4.0625rem;left:0rem;display:block; }
#x8KKNWUTGSriCQ7nuuKCp2Jm5HM0Zock { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#x8KKNWUTGSriCQ7nuuKCp2Jm5HM0Zock > .row .container { border-width: 0; border-radius: 0; }#x8KKNWUTGSriCQ7nuuKCp2Jm5HM0Zock > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8KKNWUTGSriCQ7nuuKCp2Jm5HM0Zock > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:none; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row .container { background-color: transparent; background-image: none; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row .container > .video-iframe-container { display: none; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row > .video-iframe-container { display: none; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .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); }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row .container { border-width: 0; border-radius: 0; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#gzLx35NqqrfCAK5kT6rIVP5sDtFTq2XF { color:#cc9832;display:block;width:45.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:7.625rem;left:22.3125rem;height:17.9375rem;text-align:justify;text-align-last:initial;display:block; }#gzLx35NqqrfCAK5kT6rIVP5sDtFTq2XF li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#gzLx35NqqrfCAK5kT6rIVP5sDtFTq2XF li:before{  }
#bSmr9z8Iy34vsrRZFqrX3aowkL58FeH9 { position:absolute;display:block;z-index:14998;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:14.25rem;width:14.25rem;top:8.125rem;left:7.4375rem;overflow:hidden;display:block; }
#Btz1mHmLIfdkoD7iW2CzvBL22XAGeEcI { position:absolute;display:block;z-index:15004;background-color:#cc9832;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:0.125rem;top:7.125rem;left:21.1875rem;display:block; }
#UAKvqmaJWkPcHfHSzlo7CiDbc9SWzc9G { color:#422319;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGcP7GTG7605ekeJU04T21ioy1GzPbnN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:28.5625rem;left:0rem;height:1.65rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed632b1a-097f-4ed5-8c71-6145a5715693/SmartFactoryWorld2024ProductionManager_Katowice_HQ_20241001_44.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp.adaptive-delivery-prevent-bg, #C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp.lazyload, #C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp.lazyloading { background-image: none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container { background-color: transparent; background-image: none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container > .video-iframe-container { display: none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row > .video-iframe-container { display: none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .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); }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container { border-width: 0; border-radius: 0; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp::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; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#wCo9kDyyswTuiFZOpkl1tPTrFpXXEwXy { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15075;line-height:1.5;letter-spacing:0;top:191.375rem;left:59.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:none; }
#N3bGg9zbW5B6iCKZw3ufGcEpb7RJ8vIf { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #422319;top:15.4375rem;left:56.375000953674rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XCXTECeznEuWTed9qra9TgAy4n9DAOTD { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #422319;top:3.625rem;left:8.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBeFGskfOgFh7PCS1lMRNofV4HMS3JEf { background-color:#ffffff;background-image:none;border-top:0.1875rem solid #cc9832;border-left:0.1875rem solid #cc9832;border-right:0.1875rem solid #cc9832;border-bottom:0.1875rem solid #cc9832;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 1.3125rem #cc9832 ;box-sizing:border-box;color:#131311;text-shadow:0.0625rem 0.0625rem 1.3125rem #cc9832;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8rem;height:2.925rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:56.274219512939rem;left:55.224999427796rem;display:block; }
#i8tp9GhKJ1DblsbwtAnRqtAZ9IOnGykT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guLkTspt9mxIEw9nU3QyLZ1HTILnvk8z { position:absolute;display:block;z-index:15083;background-color:#cc9832;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: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 1.3125rem #ad5132 ;height:15.9375rem;width:23rem;top:14.375000238419rem;left:26.000000953674rem;display:block; }
#mp8J0gVyUMTQbZWiNn6gxIaaZpRZxUoq { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #422319;top:15.437500476837rem;left:30.656250953674rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UinBCHfaMHtbqlNCskBKWD4TvyrALgEI { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:34.5625rem;left:27.000000953674rem;height:12.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UinBCHfaMHtbqlNCskBKWD4TvyrALgEI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UinBCHfaMHtbqlNCskBKWD4TvyrALgEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
#sSdcBle0NiJ3wQDyTOOJGZWZrhh8hc7J { background-color:#ffffff;background-image:none;border-top:0.1875rem solid #cc9832;border-left:0.1875rem solid #cc9832;border-right:0.1875rem solid #cc9832;border-bottom:0.1875rem solid #cc9832;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 1.3125rem #cc9832 ;box-sizing:border-box;color:#100f0e;text-shadow:0.0625rem 0.0625rem 1.3125rem #422319;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9898125rem;height:2.94375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:56.264844894409rem;left:30.656250953674rem;display:block; }
#pJkTRXpRAt8HD38Gyyg24GbC67yN5HGt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uczszPWXhJTsXrpBybRDUWDQvD5GMm6J { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:19.875rem;left:27.750000953674rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yC3Hf4ulHOtT1QR4NTTHXr19Qe5ZaQ2a { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:19.875rem;left:52rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0PpNA34uuSpV3uSIOh647uL59t1tOV6 { box-sizing:content-box;height:47.625rem;width:74.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0.69);background-image:none;top:12.9375rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lRSHb8VxxmkKiQmLk6IJU1zTVUSaLHca { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:32.312500953674rem;left:27.000000953674rem;height:1.38125rem;display:block; }
#IqnpmRMmT6FJWooSuvAmunsaV644R7Ne { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:32.3125rem;left:50.9375rem;height:1.38125rem;display:block; }
#su78gTRCgm7gSkEyLQbbEgQKPXatR49g { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:34.5625rem;left:50.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#su78gTRCgm7gSkEyLQbbEgQKPXatR49g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#su78gTRCgm7gSkEyLQbbEgQKPXatR49g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
#ho714DPoaCXiDTHVCuCpDNTw0T4kpvcR { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:20.112500190735rem;left:32.362500190735rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvyhSMtIf45tTQ2OE7VHSWGXHLCOdtHG { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:20.125000953674rem;left:61.125000953674rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BZaETyXSxv43GEhbFJDrm1IwxIAek18C { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:22.6875rem;left:32.562500953674rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xDdNop8W8DzPJdLTZPMJNksPlVwmDnf8 { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:22.6875rem;left:51.375000953674rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#STeVP9lpf1w6smiehovW9mX8ETkMdnVh { position:absolute;display:block;z-index:15079;background-color:#cc9832;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: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 1.3125rem #ad5132 ;height:15.6875rem;width:23rem;top:14.500000238419rem;left:50.125000953674rem;display:block; }
#L96pNa4odZ5GbQMgmmKQwuvaMCT9RK1V { position:absolute;display:block;z-index:15084;background-color:#cc9832;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: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 1.3125rem #ad5132 ;height:15.9375rem;width:23rem;top:14.375rem;left:1.4375rem;display:block; }
#nDrOPlnpWTEFCDGhPlRBkoNhdZ8eyEAi { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #422319;top:15.437500476837rem;left:6.0929689407349rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#adMl4ssmanOXSPIxVXTls6Ptacnwmtsu { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:19.875rem;left:6.311718940735rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M53vrKo0MOaoheSS5h5FyP6BDZnndcwK { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:22.6875rem;left:7.999218940735rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mmT3tSLEQguKFSxUkSHh7blOmw5igPOP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:32.312501907349rem;left:2.375rem;height:1.38125rem;display:block; }
#CiD95ceA6DDOQx1NKCzQ62rISITdOqA2 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:34.562501907349rem;left:2.375rem;height:9.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CiD95ceA6DDOQx1NKCzQ62rISITdOqA2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CiD95ceA6DDOQx1NKCzQ62rISITdOqA2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
#XAOgleKB5uPp9TnnT6TKKNBTo89TolwN { background-color:#ffffff;background-image:none;border-top:0.1875rem solid #cc9832;border-left:0.1875rem solid #cc9832;border-right:0.1875rem solid #cc9832;border-bottom:0.1875rem solid #cc9832;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 1.3125rem #cc9832 ;box-sizing:border-box;color:#100f0e;text-shadow:0.0625rem 0.0625rem 1.3125rem #422319;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9390625rem;height:2.89375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:56.289844512939rem;left:4.80859375rem;display:block; }
#azZnepKOeg0pXfhTDkiuKVsnf088awez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsMcf7AmgJbG36vUmPMZqicPitspewm5 { position:relative;display:block; }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 { background-color: transparent; background-image: none; }#TsMcf7AmgJbG36vUmPMZqicPitspewm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .row .container > .video-iframe-container { display: none; }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .row > .video-iframe-container { display: none; }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .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); }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 { border-width: 0; border-radius: 0; }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .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; }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:14.75rem;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; }#hcK9rfensSzRITMBLafoRQeFGEy1mSu3 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #422319;top:1.75rem;left:2.08984375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qPVAZ5lK5AeKABZVklV7gRH9fIPywvkr { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15088;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:4.38671875rem;left:5.27734375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RVCmyAClT4d8R3deEoftUgW5mylzpT2m { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #e9d0ba;top:6.82421875rem;left:6.964062690735rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V8fXRTXsDDEae4xOJHUB37LLrRDQxbDP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:1.80859375rem;left:24.787499427796rem;height:1.38125rem;display:block; }
#XRlp0c9zCAlDtog02Snsnn1UTkrzTMF2 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:4.6367197036743rem;left:24.787499427796rem;height:7.3375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XRlp0c9zCAlDtog02Snsnn1UTkrzTMF2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XRlp0c9zCAlDtog02Snsnn1UTkrzTMF2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
#sHZnqmWGHz0qNFbczSKetPJAxoNhg4dg { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:4.63671875rem;left:47.724999427796rem;height:5.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sHZnqmWGHz0qNFbczSKetPJAxoNhg4dg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sHZnqmWGHz0qNFbczSKetPJAxoNhg4dg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
#wTO5tMPIGTOR79S8Z6CDFGvg8Uhp7uCb { background-color:#ffffff;background-image:none;border-top:0.1875rem solid #cc9832;border-left:0.1875rem solid #cc9832;border-right:0.1875rem solid #cc9832;border-bottom:0.1875rem solid #cc9832;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 1.3125rem #cc9832 ;box-sizing:border-box;color:#100f0e;text-shadow:0.0625rem 0.0625rem 1.3125rem #422319;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8890625rem;height:2.84375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:9.3664054870606rem;left:5.33984375rem;display:block; }
#Z6MyoeFqcoQ0i2QFIozvqWA023DIzPHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9GuaNJnZWSy1xXfuSETZOz8UUroO71r { position:absolute;display:block;z-index:15084;background-color:#cc9832;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: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 1.3125rem #ad5132 ;height:13.1875rem;width:23rem;top:0.60546875rem;left:0rem;display:block; }
#kIcDSittN4UsFGLscovP5kNWA77toXMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab95e8c2-1705-4c0b-86f1-ac02699c8191/shutterstock_2250196355.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#kIcDSittN4UsFGLscovP5kNWA77toXMQ.adaptive-delivery-prevent-bg, #kIcDSittN4UsFGLscovP5kNWA77toXMQ.lazyload, #kIcDSittN4UsFGLscovP5kNWA77toXMQ.lazyloading { background-image: none; }#kIcDSittN4UsFGLscovP5kNWA77toXMQ > .row .container { border-width: 0; border-radius: 0; }#kIcDSittN4UsFGLscovP5kNWA77toXMQ::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; }#kIcDSittN4UsFGLscovP5kNWA77toXMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kIcDSittN4UsFGLscovP5kNWA77toXMQ > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:none; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row .container { background-color: transparent; background-image: none; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row .container > .video-iframe-container { display: none; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row > .video-iframe-container { display: none; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .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); }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row .container { border-width: 0; border-radius: 0; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ROxLBDmzCgq4atEU9ZIyoZAuzfac0zmo { color:#171615;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.15625rem;left:7.499218940735rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row .container { background-color: transparent; background-image: none; }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row .container > .video-iframe-container { display: none; }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row > .video-iframe-container { display: none; }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .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); }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row .container { border-width: 0; border-radius: 0; }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#IqCoti52rc9ufWsQDnTDTF7ZG5iEUMaN { 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:4.375rem;width:26rem;top:3.9062509536743rem;left:24.500000953674rem;overflow:hidden;display:block; }
#Tf6krtrdSMWBBdB2UOMRLOxODcCCDASI { position:relative;display:none; }#Tf6krtrdSMWBBdB2UOMRLOxODcCCDASI { border-width: 0; border-radius: 0; }#Tf6krtrdSMWBBdB2UOMRLOxODcCCDASI > .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; }#Tf6krtrdSMWBBdB2UOMRLOxODcCCDASI > .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:5.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:none; }#m39ULtPLuOLRrolfXkrXMVvuH3THc94q { 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:1.375rem;width:10.875rem;top:2.0625247955323rem;left:13.3125rem;overflow:hidden;display:block; }
#MACazX9tTsRG3af3aZhLw7sbtxXMmCPI { 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:1.5625rem;width:9.75rem;top:1.9687747955323rem;left:51.375rem;overflow:hidden;display:block; }
#SV7mT8LP9bzoSJUE3N7KxV0t3p9oRc8L { position:relative;display:none; }#SV7mT8LP9bzoSJUE3N7KxV0t3p9oRc8L { border-width: 0; border-radius: 0; }#SV7mT8LP9bzoSJUE3N7KxV0t3p9oRc8L > .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; }#SV7mT8LP9bzoSJUE3N7KxV0t3p9oRc8L > .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:5rem;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:none; }#aMwr2MPEPXyoD6zT2BmyJiS0MKUUOvkz { color:#962c04;display:block;width:60rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.486328125rem;left:7.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLdGITe7wnlcXIe3iySszhJhtbMeMq5T { position:relative;display:none; }#ZLdGITe7wnlcXIe3iySszhJhtbMeMq5T { border-width: 0; border-radius: 0; }#ZLdGITe7wnlcXIe3iySszhJhtbMeMq5T > .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; }#ZLdGITe7wnlcXIe3iySszhJhtbMeMq5T > .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:6.5rem;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:none; }#AhbLBFM3ZVXAhyv8msuGwhawxHvBzRbv { 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:1.375rem;width:10.875rem;top:2.5625rem;left:32.0625rem;overflow:hidden;display:block; }
#AT3o6dK63GF14DDH9XXtIMM1JolCswSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row .container { background-color: transparent; background-image: none; }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row .container > .video-iframe-container { display: none; }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row > .video-iframe-container { display: none; }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .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); }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row .container { border-width: 0; border-radius: 0; }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#PqyxncLBagKi0HM5OXUTJJPPaozWm0T4 { color:#060606;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1406737565994rem;left:7.499218940735rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row .container { background-color: transparent; background-image: none; }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row .container > .video-iframe-container { display: none; }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row > .video-iframe-container { display: none; }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .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); }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row .container { border-width: 0; border-radius: 0; }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#kzqhOGAOTJLvekHvTFpryRPpMpp8aJ4l { 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:3.8125rem;width:12.1875rem;top:1.84228515625rem;left:21.499999046326rem;overflow:hidden;display:block; }
#p7y5196DEsrqbcT7kxSN5p4ueFMTt2DA { 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:2.3125rem;width:11.8125rem;top:2.7796878814698rem;left:3.46875rem;overflow:hidden;display:block; }
#IezB3nOegmiE9R9I3DTSA66WZTgFfB5C { position:absolute;display:block;z-index:15008;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:6.375rem;width:8.4375rem;top:0.56041669845581rem;left:42.656251907349rem;overflow:hidden;display:block; }
#qD54lIk8FTV4h5azWriWJcZxOPhxU82x { 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:4.75rem;width:12.1875rem;top:1.9046878814698rem;left:59.531250953674rem;overflow:hidden;display:block; }
#U1oXD9sdnT8oRzOEwqe7zPXpbmrrakx4 { position:absolute;display:block;z-index:15010;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:4.125rem;width:11.875rem;top:10.25rem;left:22.875rem;overflow:hidden;display:block; }
#y6mn0aOsScZWADrcFwgSN9yA0vgpWO13 { position:absolute;display:block;z-index:15010;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.9375rem;width:13.125rem;top:9.375rem;left:3.5rem;overflow:hidden;display:block; }
#y4ycP8ipBkSSop9TB7XxDTRCGZBxO2Hs { position:absolute;display:block;z-index:15010;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:4.4375rem;width:15rem;top:23.653369903564rem;left:39.375001907349rem;overflow:hidden;display:block; }
#cGfwdeESkJr0B0sTRLHVEAczlvZeNT9y { position:absolute;display:block;z-index:15011;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:4.375rem;width:15rem;top:10.124897003174rem;left:39.375001907349rem;overflow:hidden;display:block; }
#Pz7SXRD3uupomTQuILWvnLSaILtTrAP2 { position:absolute;display:block;z-index:15012;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:3.875rem;width:12.25rem;top:16.65625rem;left:3.25rem;overflow:hidden;display:block; }
#TAHEA7V4MV5O2zWTVHD1Z0Wr3KOreaMn { position:absolute;display:block;z-index:15013;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:6.5625rem;width:12.625rem;top:15.3125rem;left:22.500000953674rem;overflow:hidden;display:block; }
#JIA3wSABqOdoCywOIh6M20zdwwm8WbvG { position:absolute;display:block;z-index:15014;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:1.625rem;width:10.6875rem;top:18.012500762939rem;left:41.531250953674rem;overflow:hidden;display:block; }
#bKMeuE3XkebPMExFlP2J7wdOHvDVh6Hz { position:absolute;display:block;z-index:15015;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:3.75rem;width:9.6875rem;top:17.34218788147rem;left:60.781250953674rem;overflow:hidden;display:block; }
#EnZ4OREpWHNO0sT63VubDEs0zoUQkRBK { position:absolute;display:block;z-index:15016;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:2rem;width:10.75rem;top:24.872221946716rem;left:4rem;overflow:hidden;display:block; }
#iFPFNZPXoUhIUKxxyOaEsrL9czxlvT27 { position:absolute;display:block;z-index:15017;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:1.25rem;width:13.0625rem;top:25.247221946716rem;left:21.593751907349rem;overflow:hidden;display:block; }
#iU2UTlZHiO3nSV18FZBZUgywdUxn8G3u { position:absolute;display:block;z-index:15018;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:10.3125rem;width:10.3125rem;top:7.15625rem;left:60.468751907349rem;overflow:hidden;display:block; }
#T7W47b0ELiJq0xwp9chx1rs9FTuccVib { position:absolute;display:block;z-index:15011;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:4.4375rem;width:12.0625rem;top:23.653125762939rem;left:58.456254005432rem;overflow:hidden;display:block; }
#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row .container { background-color: transparent; background-image: none; }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row .container > .video-iframe-container { display: none; }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row > .video-iframe-container { display: none; }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .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); }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row .container { border-width: 0; border-radius: 0; }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#DitBwA0cGN6KNBthrGPSG6HpPfIoveDD { color:#060606;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1403121948242rem;left:7.6875019073488rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row .container { background-color: transparent; background-image: none; }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row .container > .video-iframe-container { display: none; }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row > .video-iframe-container { display: none; }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .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); }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row .container { border-width: 0; border-radius: 0; }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#QGt4Bwv0IaylSrRWoVHBqMzidQy9tBOG { 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:8rem;width:22.25rem;top:3.4332275390625E-5rem;left:26.375001907349rem;overflow:hidden;display:block; }
#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row .container { background-color: transparent; background-image: none; }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row .container > .video-iframe-container { display: none; }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row > .video-iframe-container { display: none; }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .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); }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row .container { border-width: 0; border-radius: 0; }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#wzgTprOpVXivr0rb7R5lI8ysB9amTEp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#wzgTprOpVXivr0rb7R5lI8ysB9amTEp1 > .row .container { border-width: 0; border-radius: 0; }#wzgTprOpVXivr0rb7R5lI8ysB9amTEp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzgTprOpVXivr0rb7R5lI8ysB9amTEp1 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:none; }#uvFvPkT0bTnceEHKMXaSlhkZ3lJMd2sP { color:#962c04;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.486328125rem;left:7.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNRJzESw7MmNigi0svw3six1kVe5Qhvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#wNRJzESw7MmNigi0svw3six1kVe5Qhvq > .row .container { border-width: 0; border-radius: 0; }#wNRJzESw7MmNigi0svw3six1kVe5Qhvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNRJzESw7MmNigi0svw3six1kVe5Qhvq > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:none; }#RkSsDmT2ZQm7TyECFVto68kkLn7HE0oy { position:absolute;display:block;z-index:15004;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:6.6875rem;width:13.1875rem;top:1.5rem;left:55.875rem;overflow:hidden;display:block; }
#LB25zGaJukgoGoi0h67q3XBUVdrIpk5z { 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:6.3125rem;width:6.6875rem;top:1.6875rem;left:34.125rem;overflow:hidden;display:block; }
#TWcaffAkw4C3KNFDAPud0oAAEsIWNLGM { 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:8.3125rem;width:8.3125rem;top:0.6875rem;left:8.3125rem;overflow:hidden;display:block; }
#rLxTcFnW8JEMdVD8TxHrcUA8rhTaeA2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#rLxTcFnW8JEMdVD8TxHrcUA8rhTaeA2w > .row .container { border-width: 0; border-radius: 0; }#rLxTcFnW8JEMdVD8TxHrcUA8rhTaeA2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLxTcFnW8JEMdVD8TxHrcUA8rhTaeA2w > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:none; }#uEdWxnLTDeFKQDCKuruuONW68qCC2zQD { 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:5.0625rem;width:14.125rem;top:2.3125rem;left:5.0625rem;overflow:hidden;display:block; }
#CdCM6MBVurQAyZ522kSFZhqTplhdHCN5 { 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:4.625rem;width:12.75rem;top:2.53125rem;left:31.125rem;overflow:hidden;display:block; }
#xUyHBRdxdhN59IidQ6CwCDgtgrRGcFxs { 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:2.75rem;width:12.75rem;top:3.46875rem;left:56.125rem;overflow:hidden;display:block; }
#eiGkhRyasLKgFmEIi1zBGF4SVxGysynF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#eiGkhRyasLKgFmEIi1zBGF4SVxGysynF > .row .container { border-width: 0; border-radius: 0; }#eiGkhRyasLKgFmEIi1zBGF4SVxGysynF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiGkhRyasLKgFmEIi1zBGF4SVxGysynF > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:none; }#vQnotRlTePdZgxlkkgZ81LIuSaSXFz3H { 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:6.0625rem;width:15.6875rem;top:1.8125rem;left:29.625rem;overflow:hidden;display:block; }
#lqf6Aiek0FKgkdS5hqee4huD4yGzwRw7 { position:relative;display:none; }#lqf6Aiek0FKgkdS5hqee4huD4yGzwRw7 { border-width: 0; border-radius: 0; }#lqf6Aiek0FKgkdS5hqee4huD4yGzwRw7 > .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; }#lqf6Aiek0FKgkdS5hqee4huD4yGzwRw7 > .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:9.6875rem;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:none; }#QuahCO7HQ7vnaCfwofK2wQL38ix6C74F { 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:3rem;width:14.125rem;top:3.34375rem;left:5.4375rem;overflow:hidden;display:block; }
#CTE3VKsx5VUdHBd1OPXTMml2ZUkGBDV1 { position:relative;display:none; }#CTE3VKsx5VUdHBd1OPXTMml2ZUkGBDV1 { border-width: 0; border-radius: 0; }#CTE3VKsx5VUdHBd1OPXTMml2ZUkGBDV1 > .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; }#CTE3VKsx5VUdHBd1OPXTMml2ZUkGBDV1 > .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:9.6875rem;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:none; }#aDU3FBgbVLlkElWKBquCANGCxVnBvwDW { position:absolute;display:block;z-index:15004;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.9375rem;width:9.9375rem;top:0rem;left:32.5rem;overflow:hidden;display:block; }
#xRCMzkn6fTtSsIQVNMK9N4k4loaiFMfL { position:absolute;display:block;z-index:15004;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.0625rem;width:12.875rem;top:2.4375rem;left:56.0625rem;overflow:hidden;display:block; }
#rLt8oG2WUuW46OJhKffk5mNtAyBdavcW { position:absolute;display:block;z-index:15004;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:11.875rem;width:14.875rem;top:1.46875rem;left:5rem;overflow:hidden;display:block; }
#kh5LqSoiH3xcZW3IPrz3Ed0aNPEryT55 { position:relative;display:none; }#kh5LqSoiH3xcZW3IPrz3Ed0aNPEryT55 { border-width: 0; border-radius: 0; }#kh5LqSoiH3xcZW3IPrz3Ed0aNPEryT55 > .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; }#kh5LqSoiH3xcZW3IPrz3Ed0aNPEryT55 > .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:9.6875rem;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:none; }#nn8b3TqBhGnxoAz4LsgvKAO7wWiWyqNB { 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:4.25rem;width:12.375rem;top:2.71875rem;left:6.3125rem;overflow:hidden;display:block; }
#Tdlik8V15KLKNd1oJ8VeAzWwNRWycgyA { 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:3.4375rem;width:13.4375rem;top:3.125rem;left:30.75rem;overflow:hidden;display:block; }
#mbwrB9xTg24qzx0ElGt9puD5pWRH6moc { 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:2.1875rem;width:12.5625rem;top:3.75rem;left:56.1875rem;overflow:hidden;display:block; }
#yldkWk6wgurNsOCzITUJ59Fid87IOh17 { position:relative;display:none; }#yldkWk6wgurNsOCzITUJ59Fid87IOh17 { border-width: 0; border-radius: 0; }#yldkWk6wgurNsOCzITUJ59Fid87IOh17 > .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; }#yldkWk6wgurNsOCzITUJ59Fid87IOh17 > .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:9.6875rem;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:none; }#HUELcJO9gQagZ8br9SbgtT1diEzzp51A { 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:5.8125rem;width:11.875rem;top:1.9375rem;left:31.5625rem;overflow:hidden;display:block; }
#dfgb3FRCZJ0MBpCfvkLs67ouTtNqdz4y { 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:9.6875rem;width:9.6875rem;top:0rem;left:7.625rem;overflow:hidden;display:block; }
#vaTK5aAImeqIdPIBCPlcTWSBSJTwRIPs { 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:4.125rem;width:8.8125rem;top:2.78125rem;left:58.0625rem;overflow:hidden;display:block; }
#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row .container { background-color: transparent; background-image: none; }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row .container > .video-iframe-container { display: none; }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row > .video-iframe-container { display: none; }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .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); }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row .container { border-width: 0; border-radius: 0; }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#p3PNeWd4aZF5lvC6DBqKv31el2cVrQ12 { color:#040303;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.486328125rem;left:7.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row .container { background-color: transparent; background-image: none; }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row .container > .video-iframe-container { display: none; }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row > .video-iframe-container { display: none; }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .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); }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row .container { border-width: 0; border-radius: 0; }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#Mxsfdk2O9bJLQPoTr4TAFXyAXdPZ3KCH { 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:4rem;width:10.625rem;top:2.3124980926514rem;left:4.0625rem;overflow:hidden;display:block; }
#TgogtqO7w16Ac2frE7g0bg1kr2TFJDL0 { 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:2.625rem;width:13.5625rem;top:2.9984378814698rem;left:21.3125rem;overflow:hidden;display:block; }
#FMNSNcyeIE2pap4fIqhFsnOxPGJzOd5H { 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:4.25rem;width:10.375rem;top:2.1859378814698rem;left:41.6875rem;overflow:hidden;display:block; }
#k1MOy8y7b8N66gppBMgv5mw1L58rhLyM { position:absolute;display:block;z-index:15008;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:4.125rem;width:10.4375rem;top:2.2484378814698rem;left:60.375rem;overflow:hidden;display:block; }
#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row .container { background-color: transparent; background-image: none; }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row .container > .video-iframe-container { display: none; }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row > .video-iframe-container { display: none; }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .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); }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row .container { border-width: 0; border-radius: 0; }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#rctVPLKdJwWX34m7JJoHISqqRBgxQyzW { 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:4.9375rem;width:14.4375rem;top:0.9375rem;left:5.25rem;overflow:hidden;display:block; }
#CBu4wkuG9SpHDCob8DzLRbtxDlCRWibo { 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:5.4375rem;width:14.625rem;top:0.6875rem;left:30.1875rem;overflow:hidden;display:block; }
#ikVzdRSieNXTWF1DmS5HhFOn1vX7hRp5 { position:absolute;display:block;z-index:15004;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:3.4375rem;width:17.6875rem;top:1.84375rem;left:53.625rem;overflow:hidden;display:block; }
#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row .container { background-color: transparent; background-image: none; }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row .container > .video-iframe-container { display: none; }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row > .video-iframe-container { display: none; }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .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); }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row .container { border-width: 0; border-radius: 0; }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row .container { background-color: transparent; background-image: none; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row .container > .video-iframe-container { display: none; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row > .video-iframe-container { display: none; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .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); }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row .container { border-width: 0; border-radius: 0; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#ipCmOm24XSfcCkgTh5eGeDDz9XDedore { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0500001907349rem;left:31.250000953674rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row .container { background-color: transparent; background-image: none; }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row .container > .video-iframe-container { display: none; }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row > .video-iframe-container { display: none; }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .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); }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row .container { border-width: 0; border-radius: 0; }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#qRe0ty1aTxp5swOBsrNBKzBPXT1Jxk7U { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:3.875rem;left:3.25rem;overflow:hidden;display:block; }
#ymH1SbyeuCrsNUc6ISVcM9arcUsXtvi5 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.4375rem;left:15.125rem;height:4.78125rem;display:block; }
#PCDzfqdiMCeTCfZimVC4y1JHTGwfgndK { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:10.3125rem;left:15.125rem;height:2.53125rem;display:block; }
#EasQQ6kwzKhcOZeWUKSbwBKFnALQ0JF9 { position:absolute;display:block;z-index:15004;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.875rem;width:10.875rem;top:3.5625rem;left:40.0625rem;overflow:hidden;display:block; }
#KBQ1dEisOeZh6pMRTJTsVdJbVm71JIru { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.4375rem;left:52.375rem;height:6.375rem;display:block; }
#IoWaO8nnJ0gzDtzsMO5OLXtFCnd1HBb1 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:10.3125rem;left:52.375rem;height:2.53125rem;display:block; }
#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1.adaptive-delivery-prevent-bg, #peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1.lazyload, #peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1.lazyloading { background-image: none; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row .container { background-color: transparent; background-image: none; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row .container > .video-iframe-container { display: none; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row > .video-iframe-container { display: none; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .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); }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row .container { border-width: 0; border-radius: 0; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1::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; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#XkA14hgIwTNk9keISD4BHTnkKXitonJT { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.0430660247803rem;left:14.749218940735rem;height:4.78125rem;display:block; }
#gJWJLv2sdATs0kfSdhpQxDLPCmxFFl3x { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.5rem;width:11.5rem;top:3.2429695129394rem;left:2.4468746185302rem;overflow:hidden;display:block; }
#RfPUUBchTeBxAnR4EfG4J5iMK9tPy3H8 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:10.5859375rem;left:14.842968940735rem;height:2.53125rem;display:block; }
#LitzRMuWkXCHxbC7vPWwM81zv150h8SI { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:10.586669921875rem;left:53.5rem;height:3.375rem;display:block; }
#zCgx0zoKEUt9GEXud5uMtPcxsGIUo0Nu { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:11.375rem;width:11.375rem;top:3.1812496185302rem;left:41.131249427796rem;overflow:hidden;display:block; }
#TqWW8LNszl0zUisy3FcuVXT1FI5piwr7 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0430660247803rem;left:53.468750953674rem;height:4.78125rem;display:block; }
#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row .container { background-color: transparent; background-image: none; }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row .container > .video-iframe-container { display: none; }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row > .video-iframe-container { display: none; }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .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); }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row .container { border-width: 0; border-radius: 0; }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row .container { font-size:0.875rem;font-family:"open sans";height:9.125rem;width:75rem;position:relative;display:block; }#T17RPkefC7OWWCrv6iuCpbLTN5Qz7d9n { color:#422319;display:block;width:33.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0875008106232rem;left:3.40625rem;height:3.9rem;font-style:normal;display:block; }
#oDttDvvH3OWiVgfvv52PQ4m4ucQoSeEn { color:#130a08;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5945312976837rem;left:3.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thzbNT5CQgiSE2FCTTTsGbkrqKeex3B3 { color:#422319;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4132823944092rem;left:36.125000953674rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fAC9H874GvcAL01tPkCZTzo958oBZqoG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row .container { background-color: transparent; background-image: none; }#fAC9H874GvcAL01tPkCZTzo958oBZqoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row .container > .video-iframe-container { display: none; }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row > .video-iframe-container { display: none; }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .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); }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row .container { border-width: 0; border-radius: 0; }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row .container { font-size:0.875rem;font-family:"open sans";height:24rem;width:75rem;position:relative;display:block; }#U9FXPQM2dTWPDTh0acHiJiyuBdhAcd5E { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #cc9832;border-left:0.0625rem solid #cc9832;border-right:0.0625rem solid #cc9832;border-bottom:0.0625rem solid #cc9832;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:37.375rem;top:-0.0625rem;left:37.625rem;overflow:hidden;display:block; }
#t2lrTX2qcPwofF33vrck54sxBaD0sVBg { 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:23.875rem;width:32.0625rem;top:-0.0625rem;left:2.2585935592651rem;overflow:hidden;display:block; }
#ien880dipvzKXayxq8UBoMzmKhq8xmU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row .container { background-color: transparent; background-image: none; }#ien880dipvzKXayxq8UBoMzmKhq8xmU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row .container > .video-iframe-container { display: none; }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row > .video-iframe-container { display: none; }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .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); }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row .container { border-width: 0; border-radius: 0; }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#pNtm7yl9Bz7eHzWxX1MILsQ83t3NpMyn { color:#422319;display:block;width:19.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.250001907349rem;left:8.686718940735rem;height:1.21875rem;display:block; }
#FDo23HH2JHKb5DvolnbNxvg8BfFNWhaw { color:#422319;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.75rem;left:8.6875rem;height:4.875rem;display:block; }
#Ehiuq9ObmpKJxdzVniBshmaUeN5ETcAG { 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:5.9375rem;width:16.4375rem;top:9.8125rem;left:7.5rem;overflow:hidden;display:block; }
#VJWQXfoeTTJTVr6N2fA6TnotQqZJTeuu { color:#962c04;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:5.5500011444092rem;left:8.686718940735rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OdWDBmMooFDdzvboeV3Qanvr6mrFNxyE { color:#422319;display:block;width:36.25rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:23.467969894409rem;left:8.686718940735rem;height:1.95rem;font-style:normal;display:block; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-form-header { font-size:0.75rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:27.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.9375rem;box-sizing:border-box;height:1.3125rem;color:#df1c96;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-text {padding-top: 0; padding-bottom: 0;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.9375rem;box-sizing:border-box;height:2.3125rem;color:#df1c96;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.9375rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-select {padding-top: 0; padding-bottom: 0;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -moz-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -ms-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -o-linear-gradient(13deg, #8c209d, #ff3fbe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );";background-image: linear-gradient(13deg, #8c209d, #ff3fbe);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.8125rem;margin-bottom:0.25rem;margin-left:9.625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:8.625rem;height:3.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL [class*="-text"]:-moz-placeholder { color:#000000;font-family:averta;font-size:0.75rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL [class*="-text"]::-moz-placeholder { color:#000000;font-family:averta;font-size:0.75rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:averta;font-size:0.75rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:averta;font-size:0.75rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:averta;line-height:1.3;font-size:0.5625rem;font-weight:400;color:#000000;vertical-align:top;width:28.8125rem;overflow:hidden;font-style:normal;float:none; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-container:first-of-type{padding-top:0;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-container:last-of-type{padding-bottom:0;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL  { background-color:rgba(0,0,0,0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ;font-size:0.75rem;left:27.375rem;top:6.93359375rem;z-index:100008;position:absolute; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.9375rem;display:block;vertical-align:top; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL {display:block;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL { background-color:rgba(0,0,0,0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ;font-size:0.75rem;left:34.875rem;top:6.93359375rem;z-index:15008;position:absolute;display:none; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #TDaQtmXnAEtvGe5d5dCXfZ50mVLPiKpE { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #dXiBKCfmiOCTwLFcLpqR5r1vg2q821UC { position:relative;display:block; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #eT1fVHUM3XiLThHNE0RfpCmFV8R8onMm { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #sUQ5wTc0HftQL5bWy4od82xW0X3t2tCv { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #yqeP27ZAEiR3Tl8ob9KrTfErsSDkr0WJ { position:relative;display:block; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #luaI3UQXFInhyZVKkNZTlJTVkBkmoX12 { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #SfQS1pb36rHc7kNAksSFTpqOsTZgeCH9 { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #lTfZ54JOOoqgcKwLEGm3QHTUTATC9IlO { position:relative;display:block; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #os5hgCDwHsT3lphmGdJGfsgKQNsBuL8B { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #erfz0znsEBFSP0qVaOBut1GcUwS4BqPD { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #ebz0fAWgg8AHXT17IyWT2yPlaooLon82 { position:relative;display:block; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #iIArxqVTBoDRXbMq0hisLUbVidr0Tidr { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #P8kQMTLUpO3tKfXSFNtkCpe8yGTX7eRn { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #b5nTvaIpq6h1dhRuScUVqm3qm50xqyLJ { position:relative;z-index:2; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #i1Taa3mtFZnwIBTDmJh7inn7Zb5O0FVB { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #IBTbv7miGTCmyFGy83hUlAHSKo0k8Kat { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #LwQb1uNtOp44FCTdADF6T1kHZMJIOdZ7 { position:relative;z-index:2; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #NRsdRISp8bfLQSkDRwqR32y1GTIAZMst { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #CndftJcatw5xqkQUQvUwFq5nGr0nxVZd { position:relative; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #uNFupQRrwcO5hwhhz49eIBzh4FwJW3gG { position:relative; }
#HgMqS1SvsNq1QDLgIcupp7TTKmowDJTb { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:400;z-index:15011;line-height:.8;letter-spacing:0;top:4.9375rem;left:34.875rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-form-header { font-size:0.75rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:29.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:1.3125rem;color:#b85d3a;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-text {padding-top: 0; padding-bottom: 0;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.3125rem;color:#b85d3a;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-select {padding-top: 0; padding-bottom: 0;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #b85d3a, #422319);background-image: -moz-linear-gradient(13deg, #b85d3a, #422319);background-image: -ms-linear-gradient(13deg, #b85d3a, #422319);background-image: -o-linear-gradient(13deg, #b85d3a, #422319);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b85d3a', endColorstr='#422319' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b85d3a', endColorstr='#422319' );";background-image: linear-gradient(13deg, #b85d3a, #422319);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.8125rem;margin-bottom:0.25rem;margin-left:10.1875rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:#ffffff;width:9.125rem;height:3.375rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-style:normal; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:exo;line-height:1.3;font-size:0.5625rem;font-weight:400;color:#422319;vertical-align:top;width:29.875rem;overflow:hidden;font-style:normal;float:none;text-align:center;text-align-last:center; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-container:first-of-type{padding-top:0;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-container:last-of-type{padding-bottom:0;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG  { background-color:rgba(204,152,50,0.72);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ;font-size:0.75rem;left:33.1875rem;top:7rem;z-index:15010;position:absolute; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5rem;display:block;vertical-align:top; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG {display:block;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG { background-color:rgba(204,152,50,0.72);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ;font-size:0.75rem;left:33.1875rem;top:7rem;z-index:15010;position:absolute; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NhexFKUczVlDIGFDTG1g1X0OiqRxeRM0 { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #UiWqF3KhkeGcW0bnemy56lr4iK0nyPA6 { position:relative;display:block; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #VFVNDXW3vBNJ8TP2s22dwMNhTaRHxowf { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #Em98JKc6yv1riUSsmTAEsKvSMKcf2iCT { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #x8nibm4hAQUddn05SfvbhHC0DreQaLZ5 { position:relative;display:block; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #aUkAXIv2gaCMiwgsJv09Q08ibQdx9TvT { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #fmyITlDzb9y7bVSCbZ1AUECcvHTWeWHy { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NP2se6Potim2DT86JX6VXUsQ6q7Hh8zL { position:relative;display:block; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #iMKMLNeXMIhgnqMAGSDJqi7ftKZNKFQ3 { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #SdrwJMqVTZ6buUPLpCOhPv1T0XToOH0p { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #Vh3B5mwHFvyTOhR867nNZ9maeZt9C5wn { position:relative;display:block; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #RQF9VqQcrZ87Sy2ZBWVoCnBabrIZeKS4 { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #FKuy2Q0i4335ZPaTmSkfVC5EMHBBZIDm { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NEawbMo4LyqXawtHOXpiCp0TsGi71lrq { position:relative;z-index:2; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #aJDnJI7fTZP1tpsKn26dxK1tLDPLDqZQ { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #pCHhHzniBzGVmKELKENIbKZ51XFszhEq { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #BExkWTspqlpouRKgJ9eM7PfPuJLRWFGv { position:relative;z-index:2; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #AoSiS0n3GmnLplL0mUJKr3yp8vdw18QT { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #QsJbV35c8iQf6u0oayPC0LrNVnIJT2Ri { position:relative; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #KHiA8qpS7AQL0xDkqW4aGrxTor3gtTnd { position:relative; }
#fxEprDCC3T1gWEEz4IgkTawp0PEspbZ0 { color:#cc9832;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15013;line-height:.8;letter-spacing:0;top:3.6875rem;left:33.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row .container { background-color: transparent; background-image: none; }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row .container > .video-iframe-container { display: none; }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row > .video-iframe-container { display: none; }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .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); }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row .container { border-width: 0; border-radius: 0; }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#lB0okoW11TUUh3FuyfD2ghzWqw5p6vcD { box-sizing:content-box;color:#cc9832;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.25rem;left:23.0625rem;display:block; }
#yxQhUbGrtT5B0Cnq33F876XPuIVdufmc { box-sizing:content-box;color:#cc9832;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:2.25rem;left:39.6875rem;display:block; }
#rg74HOcctcxlkNCOXHsmQrziemn1KSiy { box-sizing:content-box;color:#422319;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.25rem;left:18.25rem;display:block; }
#MWKAsie8ZnS5BC9bk31leFzdmEQvAndP { box-sizing:content-box;color:#422319;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.25rem;left:16.4375rem;display:block; }
#lBTa8TOlevZ4vJRwz6kDZIVcFxfQ0FXg { color:#422319;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:42.0625rem;height:1.3rem;display:block; }
#Xt3Zht4qJT7EVhoVg9dy2XksLr0mIgtJ { color:#422319;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:24.875rem;height:1.3rem;display:block; }
#hPl0O6xXw3atEwrokogIMaU0qVQikmTt { color:rgba(66,35,25,0.52);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wztX46CHQu1g7UqsmssIai1MV4IxeFdW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row .container { background-color: transparent; background-image: none; }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row .container > .video-iframe-container { display: none; }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row > .video-iframe-container { display: none; }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .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); }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row .container { border-width: 0; border-radius: 0; }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#p9mWihbo9HixNbvDTufpwM3lJAmrVAwb { position:relative;z-index:auto;display:none; }#p9mWihbo9HixNbvDTufpwM3lJAmrVAwb { border-width: 0; border-radius: 0; }#p9mWihbo9HixNbvDTufpwM3lJAmrVAwb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9mWihbo9HixNbvDTufpwM3lJAmrVAwb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#PaAmFvmNrenAXJQyCerVO6z9GDAkHQZV { box-sizing:content-box;color:#e3cc87;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:block;z-index:15001;top:-0.0625rem;left:83.625rem;display:block; }
#GwK1D20plTZdNOqCtTnbVPpI65TccW0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:none; }#GwK1D20plTZdNOqCtTnbVPpI65TccW0T > .row .container { border-width: 0; border-radius: 0; }#GwK1D20plTZdNOqCtTnbVPpI65TccW0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GwK1D20plTZdNOqCtTnbVPpI65TccW0T > .row .container { font-size:0.875rem;font-family:"open sans";height:3.25rem;width:75rem;position:relative;display:none; }#UX39FBpAFOuaKdThe9TyMw670rFmh0qy { background-color:#01060d;background-image:none;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;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-shadow: none;box-sizing:border-box;color:#faefe2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:8.3125rem;display:block; }
#fTOnvu6h11nmSGxhgpRtdtzP8r2dl4dF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EbaT2ynwoFA018aXoXXiKd0iIX8obTc2 { background-color:#000000;background-image:none;border-top:0.125rem solid #dfa080;border-left:0.125rem solid #dfa080;border-right:0.125rem solid #dfa080;border-bottom:0.125rem solid #dfa080;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.375rem;left:58.25rem;display:block; }
#N3Rsz0SJsp6ldryqCqAmC1y0RnM4VrCe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2DD0OUZN6blnFbIGb1WEhJ0TMxNrGmd { background-color:#01060d;background-image:none;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;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-shadow: none;box-sizing:border-box;color:#faefe2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.375rem;left:16.375rem;display:block; }
#oAwhXKnXmaSk7mTgqiTWvvfkbyCoWupe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sESZgKQsBcpcwwhFiy0xKhrvT958ffdJ { background-color:#01060d;background-image:none;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;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-shadow: none;box-sizing:border-box;color:#faefe2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:2.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.375rem;left:23rem;display:block; }
#b2kxzCVu19oLDJiwOwANGoC1ueBDZr5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIU97pTfCqbTCbP4L89XWaZ3PnhJNUPQ { background-color:#01060d;background-image:none;border-top:0.0625rem solid #fbbf5f;border-left:0.0625rem solid #fbbf5f;border-right:0.0625rem solid #fbbf5f;border-bottom:0.0625rem solid #fbbf5f;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-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:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.375rem;left:28.625rem;display:block; }
#mBTpFdBTGAn8hX5CzJ6LoosgCFC0I3Jd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKCLUDXMwT5KzqT59In4SlbZkR42Z1Dn { background-color:#dfa080;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-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:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:2.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.40625rem;left:48.3125rem;display:block; }
#s8JaZvhGVclbNTm2NwZQn5eTDNHRwPTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #dfa080, #df9d12);background-image: -moz-linear-gradient(178deg, #dfa080, #df9d12);background-image: -ms-linear-gradient(178deg, #dfa080, #df9d12);background-image: -o-linear-gradient(178deg, #dfa080, #df9d12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa080', endColorstr='#df9d12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa080', endColorstr='#df9d12' );";background-image: linear-gradient(178deg, #dfa080, #df9d12);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.21rem;padding-right:0.236875rem;padding-bottom:0.21rem;padding-left:0.236875rem;display:block;align-items:center;width:1.41875rem;min-width:1.41875rem;height:1.12875rem;position:relative;font-family:arial;font-size:0.841875rem;font-weight:700;line-height:18.06px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-text.counter-label { background-color:;background-image:none;color:#faefe2;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.130625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.893125rem;height:0.86875rem;position:relative;font-family:arial;font-size:0.31625rem;font-weight:700;line-height:13.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:11.5625rem;height:2.548125rem;padding-top:0.02625rem;padding-right:0.035625rem;padding-bottom:0.02625rem;padding-left:0.035625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.3584rem;left:82.75rem;z-index:15009; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #dG5atL94PDJOsrifuKnnIvOi17oXduAw { display:flex;position:relative;top:0rem;left:0rem; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #znUWAshJChiZvLsFqqX9Gdci9IuPdBRT { width:auto; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #SlBTv33F1HOHt2MAPgPCno5bih3KkUws {  }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #gAhlUl9yMMXZotzsQ7p9DD7DkFvQsoyS { display:flex;position:relative;top:0rem;left:0rem; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #q8aQXmEGu4EPX0LaM6SHIMU7ZEq0z3Sp {  }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #HLT3rH6y4U3QOKt880UTSiySQGE1kIZM {  }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #TJ0nkrevM30ykllUvMiuvO3dwLJdT0Wn { display:flex;position:relative;top:0rem;left:0rem; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #EChaLTlHDkdl9ox7iZX7lkS6MsU31O7t {  }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #a02JrQOJDpWJHAIf5S4nvJWzq5GIz4ec {  }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #LPfgFAUC8G3M4HC4ElFWqt2aBiSo608U { display:flex;position:relative;top:0rem;left:0rem; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #wpm7LgFzOFbX3bTkXuQ0Ng3yeF3en4sH {  }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C #GX6M4G4eX5XHCHL0naAb0ppSE2Dq2vJN {  }
#JaRSeCMseJOPT6uRG368rdN3Ig0oCpf0 { background-color:#d29e6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.6875rem;left:34.4375rem;display:none; }
#FqVQBnCzUtmtfv9n5JFS0ObLdSZdcudZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZgFyEEv7vIU2LFh0yWsScODqiQz2toDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc9832;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;z-index:auto;display:none; }#ZgFyEEv7vIU2LFh0yWsScODqiQz2toDT > .row .container { border-width: 0; border-radius: 0; }#ZgFyEEv7vIU2LFh0yWsScODqiQz2toDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgFyEEv7vIU2LFh0yWsScODqiQz2toDT > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:none; }#p4dsAqBq645cr9z1xa4ygEyrM56vEBcL { position:absolute;display:block;z-index:15001;background-color:#391008;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.3125rem #ffffff ;height:3.25rem;width:0.0625rem;top:0.78125rem;left:19.125rem;display:block; }
#fyfxwfXfWaxI5DeKTxeD11PGNJvn0bz7 { position:absolute;display:block;z-index:15002;background-color:#391008;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.3125rem #391008 ;height:3.25rem;width:0.0625rem;top:0.78125rem;left:30.0625rem;display:block; }
#cuMtNvv3Os6SpadU4Vu7qlUe08RUPsnr { position:absolute;display:block;z-index:15003;background-color:#391008;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.3125rem #ffffff ;height:3.25rem;width:0.0625rem;top:0.78125rem;left:41.8125rem;display:block; }
#mbF9eTeRaphzb6Lw4y6hPBtDvEIgI9uT { position:absolute;display:block;z-index:15004;background-color:#391008;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.3125rem #ffffff ;height:3.25rem;width:0.0625rem;top:0.78125rem;left:52.75rem;display:block; }
#tSn0l2Rx7Kan9R7CWE1KWksAPW1L0u5E { background-color:#391008;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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 1.3125rem rgba(66,35,25,0.2) ;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:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9rem;height:2.75rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.0312767028809rem;left:9.1875rem;display:block; }
#byFUeDmFPl8Iw4KRuSiDnZg34Z8Q1BZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psaGsinP1sMo7JwaTBPtcozJZ7QLdZ9W { background-color:#391008;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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 1.3125rem rgba(66,35,25,0.21) ;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:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.03125rem;left:19.9375rem;display:block; }
#ReMtuTatGKrUMvJk6e0kK8Qfq14P78Gf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9ysTqfxVEUGeMihq0xhBvXWF0sehJHX { background-color:#391008;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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 1.3125rem rgba(66,35,25,0.21) ;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:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.975rem;height:2.72421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.04296875rem;left:31.375rem;display:block; }
#NXGfTezN49s6N9ANdBNIMibbXBIaJJk9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e89F0XswnVuNvWTAVQtzFnK3GeN6pQQB { background-color:#391008;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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 1.3125rem rgba(66,35,25,0.21) ;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:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.03125rem;left:42.5rem;display:block; }
#llwc8C8Q7m0JF90KNzyQJ5ZMLw4O1zwq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMvdOhLHsaIDBB42245MUazoLpx8TlqJ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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 1.3125rem rgba(66,35,25,0.21) ;box-sizing:border-box;color:#391008;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:53.75rem;display:block; }
#hWuuGqfygXZk7g6qgFZSOzqEWdiOV7SM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTPLUz3NPQ0ewugG481nZ7TV4y5gXh0G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.78125rem;left:54.4375rem; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#391008;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(184,93,58,0.66) ;color:#cc9832;padding-top:0.273125rem;padding-right:0.295rem;padding-bottom:0.273125rem;padding-left:0.295rem;display:block;align-items:center;width:1.771875rem;min-width:1.771875rem;height:1.465rem;position:relative;font-family:"russo one";font-size:1.0925rem;font-weight:400;line-height:23.44px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.363125rem;height:0.576875rem;position:relative;font-family:"open sans";font-size:0.410625rem;font-weight:700;line-height:9.23px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.4375rem;height:2.759375rem;padding-top:0.035rem;padding-right:0.04375rem;padding-bottom:0.035rem;padding-left:0.04375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.05859375rem;left:-21.75rem;z-index:15017; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #tE560JaRVK9JdC7SDJDCmhV7gpnsh4bM { display:flex;position:relative;top:0rem;left:0rem; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #Rnn0bx84qMCFq8VF2OSHnfCe2w44mT4E { width:auto; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #tkXzf0sDyJ51Go75XgK7McTsCxttswTb {  }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #T9scgIToRlNWQ30K1O725eccSWFU9lXB { display:flex;position:relative;top:0rem;left:0rem; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #RxgbFAq1l5C39lhdfuzeETERT6RPUmnV {  }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #ErnMfOADUP1luG6ypk7lubdTJ7bQUW2D {  }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #NnXQFLovKABNO8mFzT7nTrTDdCnTUvor { display:flex;position:relative;top:0rem;left:0rem; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #TfLm2UC85xsNXKQl64VdfRfELm43yTPC {  }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #VGAMLBurEZG9SbZaK7e9OTKsaPTK2deD {  }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #UluGkqTwkHu0lBVOp0TdsImqa8yiK4ON { display:flex;position:relative;top:0rem;left:0rem; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #K1sDUJZJ8gngwgQ284xmKi4tiNuxVGzi {  }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v #HFLwQ99abypQBsV6UPM6t8dTptBy7MKc {  }
#zaXsNSGQSZXoWao7xo309TarRpiKkNsc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.4375rem;left:82.9375rem; }
#zaXsNSGQSZXoWao7xo309TarRpiKkNsc > img { max-width: 100%;max-height:100%; width:3.625rem; height:3.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 { display:block; }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r06AaBf7W6K3slQAx1CUamdKQoXeODez { top:0.5625rem;left:0rem;width:10.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1BaUSz1Rs7RHZdXnQpBThsKq6is6qcf { top:1.6875rem;left:21.612500190735rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJUymxgyrbh92OTCBQ1nav5uptmyy3EA { top:1.75rem;left:30.062500953674rem;width:9.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkTtxzqwUmEP3PO3VqfGU3iCD3WS898 { top:1.75rem;left:41.125rem;width:6.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPtp63ERGzmHRTsJWQXGZuVMOiZggI06 { top:1.8125rem;left:40.625000953674rem;width:6.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur3IVaRKhbkEQAFuZbUOldhX0s7LbEWR { top:1.875rem;left:41.125rem;width:6.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW { display:block; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbmCdrspzih8rOWq9i7L8VTByx7ZgstS { top:53.9375rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g { display:flex;width:18rem;height:5.0625rem;top:50.5625rem;left:20.27187538147rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #XtKiMTw2ExODwCq5iHk7qGsJbfK6IOW0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #AWa84yEmzWHOO8KoovmK0NQTbDrQ8lGC {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #tes8UwziyVhIqbMb4LFLNTBEfgR9gEdG {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #bFR81AzsawDrdiui8mUeN6ShUXcaTGBy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #gbJ5GHbT3SbPxtF6y8CTEkM3lHZP8K6P {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #fC3fami1wgHWuoUaKO60B3w5PObNJgWf {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #k8wrHpU59Qg45xhCZXTV0sdTdNK5nfUM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #tXE8McP6x0muy381hmdVPOskp098oT4H {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #TnBTtcERmcrfCTc2ZrSHLPWh6NKbpDl9 {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #Fv34g1SDrL4UdeaiAZZdUawcALqkTfiQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #vWxOlw0hbJUDsxJZ0oUptgzgenrgmtcf {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #lppSUITX4xd7BrkJWdEodefDvErhXMHc {  }
 }@media only screen and (max-width: 763px) { #zEOUTTkU4UxGGMUSSoq6cKGSy8Z6fvqA { top:54.9375rem;left:12.125rem;width:0.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx899H8GubdyA3gC2UlSt4LnzWM0ln3C { top:55rem;left:29.75rem;width:0.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftDwMHdebIJ2SaAu2kZJwIT12bBc7cc4 { width:9rem;height:2.875rem;top:55.375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQJsoAFKb2py9TNve886LUb9M7XfEIKX { display:block; }
 }@media only screen and (max-width: 763px) { #bfNElWdVnTf7ov2zOw3L8DySGu2JhtED { top:56.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcSTMMiP3WFdPaxMd8RMgrzx7CgXgzSe { top:26.25rem;left:27.25rem;width:18.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJ9KNDo6wkMD2vzZpaVwJ0geeSxftKau { top:26.1875rem;left:10.0625rem;width:14rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kC2zmrqaXqEQkz72t8vJOzhlPsVUFVT9 { top:5.0625rem;left:0rem;width:19.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyOLwGglByWXqepuJzgfQgfoqeiV4q3H { top:28.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ8oIfsrGJMDnr89JaFc2tOpsi7s9QDK { top:37.5625rem;left:0rem;width:35rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrkyoWROhrumKHGq9gzg5qOqzTl9tG9A { top:37.0625rem;left:0rem;width:40.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhWO31s1m1fvbTwgNV43LdgbgfJEUiZu { top:37.3125rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPq1C1v2SXNFKfomwJp6SHeTTBIXJmsv { top:20.375rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbxtdBuXuE1H62EO8cAfhxapca2CmJU { top:39.9375rem;left:0rem;width:35rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3u2xnl3cVTgF7TmePl88kpp2L490SaO { top:5.4375rem;left:0rem;width:47.75rem;height:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP0znvL70v6kwFrqatlGJLFhGbqPRiKh { top:20.375rem;left:0rem;width:47.75rem;height:10.625rem;font-size:0.875rem;display:block; }#TP0znvL70v6kwFrqatlGJLFhGbqPRiKh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31acdd913deef403020b7ad1a6a69cbbe6d74584.svg); }
 }@media only screen and (max-width: 763px) { #tM9vWLTv5U5uqiqyZ5gW2Eyf1NFMWSHW { top:32.625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTHbcJ9M6SMVmMwvZDs05sPI5UZCqKX { top:43.0625rem;left:0rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQnQAOSHD9z95F2g780TiRRu1OGPvo6z { top:43.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk7WsOegOX9CfcnSSkKJdX1ItzqpSNBC { top:53.6875rem;left:0rem;width:10.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stB02OoByqg0kyvOfXwCtJWB1TibPWyN { top:53.875rem;left:0rem;width:10.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAn3yMsELU3yeQx85XS5N16isetAGQvy { top:47.625rem;left:13rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0X6kTyHkHWkxicFmAd3ltWbRzILN9JG { top:48.9375rem;left:11.875001907349rem;width:12.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw { display:block; }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDrXoqzMtQvr0mAM0tCBcfb5wkOxCm0N { width:47.75rem;height:1.75rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH { display:block; }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avKiTtXPhVdOGlTAoEzUHns6uZ5HqesS { top:2.375rem;left:0rem;width:29.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJspTupuQW2LDaoayXZArSnD0EdL7S66 { top:8rem;left:0rem;width:30.125rem;height:13.1875rem;font-size:1rem;display:block; }#aJspTupuQW2LDaoayXZArSnD0EdL7S66 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg); }
 }@media only screen and (max-width: 763px) { #VBdgBlZWdNLW1d4E3LwRlfwcIfLPIlGM { top:8rem;left:17.625rem;width:30.125rem;height:15rem;font-size:1rem;display:block; }#VBdgBlZWdNLW1d4E3LwRlfwcIfLPIlGM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95c81089ab7a2162b61a18c40467215e.svg); }
 }@media only screen and (max-width: 763px) { #Ef5ySbFPZUx1vGw3l5q0Lvog2C1VyNkC { top:24.625rem;left:31.062500953674rem;width:12.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgsaGPyt4PKC0xX5uvfcqtCoH9qZSxi4 { top:2.375rem;left:20.625rem;width:27.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0GQMEsmT5C8GhVanATaZBAdHhQdKP1 { top:24rem;left:23.875rem;width:10.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI { display:block; }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsbIBxhNwE6qNdAo7KtdvOumlU0RSA46 { top:2.3125rem;left:0rem;width:47.75rem;height:25.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL { display:block; }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcJunuRpClu91lAg8xXJOqpK5sqLzfS5 { top:0rem;left:0rem;width:25.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0tIvPwwb1gsGniFAwuWfS8vVmzB71Df { top:0rem;left:6.6875rem;width:25.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btatDMDVL2wcmNKksk0dUSeP9wLuowWU { top:0rem;left:6.6875rem;width:25.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4whTN6RhwoO52dLh0eMvJzcbWZH5InQ { width:11.375rem;height:3.4375rem;top:18.6875rem;left:18.849999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5uFlRgmukyK2s6ZZIi3XtiRrViAWtQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo { display:block; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2JT0kOk67nqvtrshw1dpUWTXxSJm9T7 { width:18.75rem;height:1.375rem;top:20.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJgCZfREfHQ0oHH2CkmDHTBWounIuQfC { width:17.9375rem;height:6.375rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mm846n1944uKVGpoTyTpVmekOfXCRE { width:42.9375rem;height:3.25rem;top:5.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbxTXGr65nJ0Gqb2ARIP6fmeHRpw8SUR { top:11.6875rem;left:4.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGhNMXfQGrzQ0ZLn1A1w8eApTeqTXgr { top:11.6875rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMDdp2pGvcCrFS2RmE2EHiRSLRo3J38m { width:18.75rem;height:1.375rem;top:20.6875rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMNnefRt0SurWZzzP5unmpGiyMC9trzi { width:18.125rem;height:8rem;top:23.0625rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOrUhxXTk1ehvg1SbvWVdT1CLkGWc7dp { top:11.6875rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo2ZMSz1n8KD8rkTAksC1ruLFbBof8m2 { width:18.75rem;height:1.375rem;top:20.6875rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4pEK2lmg59FOXoN5a9FgrUXuixGuDWc { width:16.6875rem;height:6.375rem;top:23.0625rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqkbZEzLRZcMWzWBuO3N01DFDSfh08E { width:18.75rem;height:1.375rem;top:43.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txl8vzJgXxQhyIgEXXHX1fMFXamPrhsv { width:17.9375rem;height:8rem;top:46.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQZMJyQ27ABfXwiv3b3IxWVBtbxrDlG0 { top:34.375rem;left:4.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9MEd25HobkQpctF5ZDHJJP1tuAEc4A { width:18.75rem;height:1.375rem;top:43.625rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkpeIG8ZmPZRDqgOUR02wUMKvnhKgv66 { width:18.6875rem;height:8rem;top:46.375rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbxgppOZ5eTrcdBsBWpcRTbeILtIfF0E { top:34.625rem;left:20.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCGSgn7IDfofqSTiNKaXksP46vNTOs2y { width:18.75rem;height:1.375rem;top:43.625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niut6OohEihoDhCsJPPhIFPTOMo0sK1L { width:17.375rem;height:6.375rem;top:46.4375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITzH7TQunZtSqsvKt6DAbJBPTqPKtglU { top:34.375rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMvynixs1W2LVRerrEBWPkMBcQNeEqND { width:15.5625rem;height:6.375rem;top:71.9375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVXm0cGo6ietacOeRrHK9wTq465q6pPF { width:17.8125rem;height:8rem;top:71.125rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIqiuX8RN7hTumJlAwPMmdMC2Vaq45yg { width:18.75rem;height:1.375rem;top:68.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQqtKAA0enkdzZMgnkmPNtBpOB1MQ4UX { width:18.75rem;height:1.375rem;top:68.625rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJZlpNRUHuHqhJxQzQTukLmNgfZVCpP9 { top:59.75rem;left:9.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpq9a1G3CFWGqTgbxZr2HPZgR9CFLcvG { top:59.75rem;left:25.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeSih40Kl4NQHbEU0cBT7WlVxNGRwa5v { top:18.9375rem;left:0rem;width:19.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #d89d90voFahCWOpU99DahTKf1Pm78P5y { top:18.9375rem;left:12.0625rem;width:19.4375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6WAzV4HKbDaolP4Ol0Cqt4KVmTPK8nM { top:18.9375rem;left:27.9375rem;width:19.4375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn90rdxVzP5z7kkFzsUGGc2FytnfsR5g { top:41.875rem;left:0rem;width:19.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmklmUb9UDDqQAPJwoA7dyCQCaBVdGrG { top:41.9375rem;left:12.4375rem;width:19.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrScLXdX3lnx4EbQDu2f0rxoe55iXm7m { top:41.8125rem;left:28.3125rem;width:19.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5GX8Mc3OT9OMpgfUI6iafg4yk2r92Sa { top:66.875rem;left:0rem;width:19.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #noAUyiDRo0yhRCb3wRW1g24qOI6CoEoi { top:66.875rem;left:12.4375rem;width:19.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgGPKMvAXiWxyybWTEufHIQMNeSg9xbl { top:86.375rem;left:0rem;width:29.8125rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q { display:block; }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN3Mo00dTX2GRV7Z6ITaz6LsHef8y7s1 { top:14.125rem;left:12.125rem;width:35.625rem;height:21.25rem;font-size:0.9375rem;display:block; }#TN3Mo00dTX2GRV7Z6ITaz6LsHef8y7s1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31acdd913deef403020b7ad1a6a69cbbe6d74584.svg); }
 }@media only screen and (max-width: 763px) { #l001eohuJ0p0upGkyP4FsNbHc6iEf0Ht { width:39.125rem;height:;top:6rem;left:8.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTsABTSLZZDHbSCQSWogVPxpPXf1BMX { width:9rem;height:2.875rem;top:37.6875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdhvTEioyX9XW9kJcneI9wLpbFqWC17p { display:block; }
 }@media only screen and (max-width: 763px) { #x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV { display:block; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNTwDXQ5ulwwRTA4Fa2OV2qXOp9eXwbn { width:47.75rem;height:2rem;top:2.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 { display:block; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJoKO9xCk2WJJm0vEDZyqslZLFMv6RJA { top:4.1875rem;left:0rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhGiAen2HEzqEHHzDAGgafhI3HgrwAWM { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #siGqMOb2ZXSCTv0tQ2cHVTWxOGV4P8Ir { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlLwePMZSg4HnGisz87T2O3T62QNRcKZ { top:0rem;left:14.718750953674rem;width:18.3125rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6qoiJy8LUJJG5cwqbNWdgRoqmZ6oDl6 { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zu96fSHdkhnGCp5Hlgtoe3QvVNw6AVaU { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSeePs3q4yZ8r2TTd2WzkWk6mXxoiMOk { top:3.3125rem;left:0rem;width:23.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJAb5WCZC2pdVH1wAJCZfGmQBrmflxGi { top:3.3125rem;left:20.5rem;width:16.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUuHkbzsRJelFpoQHJbTvd4MTchuqUud { top:4rem;left:22.4375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyLDBgo6QnvDtQin1aHl8EDsN0Io5UXW { top:3.3125rem;left:31.4375rem;width:16.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #myDfoHgTLcH4U285DdvTDOhGKrLwPZcP { top:4rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og0ISaA1Gak3mke7Ldr699cHUgTAfhZL { top:7.6875rem;left:16.5rem;width:31.25rem;height:15.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUyJZcJxwLEyIm3H12guknPtRWnpX90c { top:6.25rem;left:14.875rem;width:32.875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAM2dueTLkBv4MvEuasGynzcu1ci6zAA { display:block; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPwOzikGTbQtFMTmHXlVy7RO8fOuNtTg { top:0rem;left:14.9375rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeSmLWTqZadB4IT5JBAWNd9TCJggF5fo { top:0.6875rem;left:16.1875rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi7cp2XrrFqQK6CKzbhdgZvvWZfpSZCD { top:18.8125rem;left:16.000000953674rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRfTTuqQ4uWU28GVdOsMhvw31S8C0bgT { top:22.375rem;left:15.187500953674rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpZcIUZDRtn6JLEteTKk990n872XScIq { top:0.6875rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELM8mX7sq9aVKgWW20zBPZwJZEc8rZmv { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmpbtVFol5Tz9xXg5uZKfGH4AxNPdtkL { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThB3pt704sf4AuLZW2oVegUzfvve7dCB { top:20.625rem;left:16.000000953674rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTORtqSlx8XZ9NapKJpVPKJ6fW7F3112 { top:17.9375rem;left:32rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZBrnHgZsV99T54Ng9FwA4N5xReMADkC { top:19.4375rem;left:32.8125rem;width:14.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyXqLnTDLcHoNy9WhIf7d7D6xWlxkKF1 { top:22.375rem;left:30.375rem;width:17.375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHPriepQ63i2UKtASpJfWzdthZVpLsU { top:0rem;left:29.4375rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn2QKIhEnQD3f6O0ZAkHMEHzWTeoXKxk { top:0rem;left:14.718750953674rem;width:18.3125rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ct9S9xWStVvarwgJQluTDsvmfQzh7NvW { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTLvBagCfokG6AlFV5AnUzckwU5oJzFe { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmcKaIaNJcPIoIXLyaiXD0ETGBOrwDau { top:28.75rem;left:0rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALU6EKAPd4KWzFTJ7yiAattNRQWDsJWr { top:28.75rem;left:29.4375rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toXNEqKOMNy5iEUIyQ0vFHoCr1PLeExc { top:28.75rem;left:14.8125rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAFE4QEJ3VxW2i9fiNxkB2NAQqShcc4B { top:0rem;left:0rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Tn3kXfdKQts4TKnSGUIMXzSFSc76mZ { top:0.75rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brp6wybTXJ659IpWncGkSr6fE6IEx44S { top:18.875rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2IHc0XETxGCVexJDvA4Qonf2cLXOwD { top:20.625rem;left:0rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSOibEAeXg3nF5gHb5JeUvVpvdql7UMc { top:22.625rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHDKuad7tzr4z1d5IDugdvUfoz3d0FS4 { width:11.0625rem;height:2.4375rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeB4eavDJkZyliUNVx1Ak021FsTeCHr { display:block; }
 }@media only screen and (max-width: 763px) { #UTqFtZozFktQFi9rT3JgSlSvcb6BN9XF { width:11.0625rem;height:2.4375rem;top:15rem;left:18.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbMTKfGdT0azW4InHMVISg9CMS8Mw6M { display:block; }
 }@media only screen and (max-width: 763px) { #ZXwhsxlAgkTdieENpKcUPhhAnnNf53GA { width:11.0625rem;height:2.4375rem;top:15rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTmFNNTQ4irpEtA9Qi21Jf8lCcOrDXTs { display:block; }
 }@media only screen and (max-width: 763px) { #Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 { display:block; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9SnN8AVTGrW3HhTZpUHVDECnvSSzP7G { top:0.6875rem;left:16.125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mVuPRGDaX6N14mkwtp0UafeqeQCIlX { top:18.3125rem;left:16.125000953674rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og3ssW1Hq66S2MxbGaJiK2fwIa7zCipw { top:22.875rem;left:15.3125rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8OQELhToD6hQ0teO02LxZu98BBQVOKS { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IotRHVGySKBNTsD521wKoO495OVTf6ip { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #keq2Ni8J1Ok8tEKh8fHfgra6xmVa99Da { top:19.9375rem;left:16.125000953674rem;width:15.75rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTaEB4BDdlm6trfzdisiCMaWlGvnBkB { top:28.75rem;left:0rem;width:18.3125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7P69pCXhWEV5abccT4UlHniBw3mAVfT { top:0.6875rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWF1ppFv4nLNtXI10Ed51u4h6oSLXcl2 { top:17.75rem;left:32rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaNKoWTS5DOgbIHr2iuRL1dmbMdAgy6x { top:19.25rem;left:32.8125rem;width:14.9375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuJRNrozAeoD6KzJ0yLHDf35lLye0THZ { top:23.125rem;left:30.375rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nldFze1P5eMkUPGsULLGcP0i6vLTAPce { top:28.75rem;left:29.4375rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvgqXCsr2TVdDhhEX0Jr6CTsTFvQx0MO { top:28.75rem;left:14.75rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDlnT4XlWiHGnKLGtraug6iCeBJ6PNUU { top:0.75rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbQdUts65dLiKknCqov2XWfwkPQ2NzRU { top:18.5rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRN390n4NkpofvW5DyfM34dXV7sk5pUd { top:20.0625rem;left:0rem;width:15.75rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0usbr4GNZ54wzZu2Cw4ABZs3ewkACZm { top:22.875rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xigg7smIydnTkU2cVvlyRN8ic4O0rp53 { width:11.0625rem;height:2.4375rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIIAa7oCmpeJkLMHg5lgC5ndnlMKOuNn { display:block; }
 }@media only screen and (max-width: 763px) { #rl5kAZopwfgQe1RT4GrJhkGkmIykpmgu { width:11.0625rem;height:2.4375rem;top:15.0625rem;left:18.343750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahapVca9rc0iQIA9FRGi2s5GD5fiagEF { display:block; }
 }@media only screen and (max-width: 763px) { #vFvLHsIiXSO105GvAl0nW9K5qwJTz26y { width:11.0625rem;height:2.4375rem;top:15rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXwxt8Z6nhtDCIE5cbOfdXFGryd03AJn { display:block; }
 }@media only screen and (max-width: 763px) { #UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO { display:block; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TExUS9oModgMTxmxSI5DpNPQ91oQ6SIV { top:0.6875rem;left:16.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2L12pV7fQvkcMvi5I4gS7JTareffbl9 { top:18.0625rem;left:16.062500953674rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpLoVRG5UHNKwlZ3sh8T32rSgLzxoZUo { top:22.875rem;left:15.250000953674rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swrw17WVSEaiTv69S9esPS8aiKqEuHER { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SF2QwIpP4XG3cZAos9aHsqoIPlygGtKV { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6qmVKOfmbaKCl5uVBeLTNswSTn9zAfq { top:20.125rem;left:16.062500953674rem;width:15.75rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDLMwB9d5KGI8N94OBcdo6EiAv3ihsXd { top:0.6875rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFq37CIk0O5RVRsvZOuS20Jafs4vDi0h { top:18.0625rem;left:32rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoiM0ugvBSOfMbqeKwmGxaT0a7XDNC65 { top:20.125rem;left:32.8125rem;width:14.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxUqhCwU7zrtuvWVt22xCZQMa86prJV5 { top:22.875rem;left:30.375rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8sxJwOhzaPgCIlzJl1n3T6sIPNzcIcQ { top:29.8125rem;left:0rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UESmKqvbTTTZTMzKzDVAcXr4zHx808iJ { top:52.4375rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7lmHgWafxyBaXHEE9HH0T8RozXe02bm { top:50.375rem;left:0rem;width:14.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5cAkzIPbtA0QHp7ZZLXeLTSwS0gbT2U { top:48.625rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDTbHNBsurRtLclstqSddDRxg43bSUSi { top:30.4375rem;left:0rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqp6LD1z91TcUzHqArPcKTXirZdwc2ha { top:29.75rem;left:14.75rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHymPFEM24gGwsxP2k5zfvd2TGBv9r91 { top:48.625rem;left:16.000000953674rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWef2D8UcKHynT0647kTTvD5wWL9AeO { top:52.4375rem;left:15.187500953674rem;width:17.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAIWITz6E2NUURK42TRMIxywUpiF64fT { top:50.375rem;left:16.000000953674rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia9vHAJqQFiFIKy3MLtODxyPeO2nk3DC { top:30.5625rem;left:16.0625rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlRyUwqR0JD3sPufUQVPf2FUL3Xv2TFZ { top:48.625rem;left:32rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJZy8gagQvwlvVSFAQuKdttSTQQgUNmy { top:50.375rem;left:32rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJPfQWE52wXf9hoNriFBqiVJ4uTIS7T { top:52.4375rem;left:30.375rem;width:17.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf6IpIMzXu0hWO3wilT4JbdxtwVWAxbq { top:29.75rem;left:29.4375rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV2yiMPxc7cGRfBPqM3DEptqLbUaZJx6 { top:30.625rem;left:32.0625rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTgRwCeCPcXyoP0FU7Gzl36DcvpE1qHd { top:0.75rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZIvtw9WINCVzNOvEBZMaMTyVNPeZ0pe { top:18.0625rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSnlt1SSGg803upQeUXBpbdfVrLKBEU { top:20.25rem;left:0rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDxhfQOa5kSdge1cZ4SLXNpgQLWgiRDp { top:22.9375rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBpTy6dez13rvk7U9HvUn3mchPgqdrQA { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWTCD1AiQ0MZ2uSvKedvxN22y92hMyqx { top:29.75rem;left:29.4375rem;width:18.3125rem;height:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTbGc26e0ThpqAU2XPvxTEmFkAHT48qD { top:58.125rem;left:0rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zamf59z30OZItSfFqdQoEdU3Bc9ih6O6 { top:58.0625rem;left:14.75rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8HTSlwpURdcBMd2h8fu7RS27sKH3Iqi { top:77.8125rem;left:0rem;width:14.9375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idy1uOS7AdhBVixtftce91JfoEowIsAN { top:79.0625rem;left:16.000000953674rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efeq6K1SgO9GCvxLRUkrXgXxierxuvav { top:76.5rem;left:16.000000953674rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALtuB3V4mvdVWSSkFhJJMAL3Xt1JUAvW { top:76.125rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtuIZquprFp8xdbl61PyHUAWa0tTNk7V { top:58.75rem;left:0rem;width:15.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmD5vtSRqpLFsZO33bHIf9yKB9NkTZhX { top:58.875rem;left:16.0625rem;width:15.6875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTLoN8O1bN2m2nfa8Ht4TiZa93b5p4AV { top:81.6875rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDtg0GpMTT65mpkOMwPzxRGcRGvVCmR2 { top:81.5rem;left:15.187500953674rem;width:17.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTagGsAERZAMqHM0dkKJovrbeD0WI8pF { top:58.125rem;left:29.4375rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIuMCZrSlfAEn1Ap0OSny4NGUJPox6Mw { top:79.0625rem;left:32rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Waq0BmMFkvqx8RRChFmITJ1saXeZVZJx { top:76.5rem;left:32rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahNhAeA6TTh30l9NgJNuekCilVZHWyVf { top:58.9375rem;left:32.0625rem;width:15.6875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsQsxkrq2JTkMKIlXTdihIr24Gzme2KT { top:81.75rem;left:30.375rem;width:17.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag5tR2QonMFpMloWcDFIXdIAFsW0ve1R { top:86.8125rem;left:0rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeRolzoeeCylHDqT23fqcHqOD3bkm1Fe { top:109.375rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GziCm0q8sHzvMGrKHZwG7FitiVnbl2Ou { top:106.5625rem;left:0rem;width:14.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZeLa6kuwhtBiNEseHobGnpIwks7VhV6 { top:105rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwydssSpZZoW6uCeNETQBKpQqPtIGtSE { top:87.4375rem;left:0rem;width:15.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqbxVNHJmn9oRSN3vQM1f3Fv7yu3ri55 { width:11.0625rem;height:2.4375rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbpeQMp1trniDp8gtdIgBQ2T567QkP31 { display:block; }
 }@media only screen and (max-width: 763px) { #KiK5Md9GV3KRQpdzHELrCM9tbiR98qWw { width:11.0625rem;height:2.4375rem;top:15.0625rem;left:18.343750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHkKoKPyXSGXGRAlTDxGwE696HlSta8y { display:block; }
 }@media only screen and (max-width: 763px) { #XIMl384l930x9mhIPNS6dA6M4oLraJv5 { width:11.0625rem;height:2.4375rem;top:15.0625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5XU7FICAGF5NZE00LuI9Im1Lys7KSR { display:block; }
 }@media only screen and (max-width: 763px) { #wnRn6xWbq0IanaliIBzyLy4I0gEZxdI4 { width:11.0625rem;height:2.4375rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTqqsSCKySiOM1gpGGc1PzITVX39HbIm { display:block; }
 }@media only screen and (max-width: 763px) { #bennGL4UgTRiw57VzZgIJPPoOQwOJ8o5 { width:11.0625rem;height:2.4375rem;top:44.8125rem;left:18.343750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWOfOS2uhFuodi934iqHiumTLDfE0rs { display:block; }
 }@media only screen and (max-width: 763px) { #OhHbKgBlKbZlP6DEadH5IVbFygbC4lDZ { width:11.0625rem;height:2.4375rem;top:44.8125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz1q65vTye6DpsS6zfK9klDIPdk9CPDW { display:block; }
 }@media only screen and (max-width: 763px) { #Acmh2TUgLJeG7AWN6eBVs2OKPK7TAWRK { width:11.0625rem;height:2.4375rem;top:73.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcFcklVzS4tAavcKliwyc90IOZvqTOHI { display:block; }
 }@media only screen and (max-width: 763px) { #nihgUO4m2Ed5FSf2faQbGcggydSliCfb { width:11.0625rem;height:2.4375rem;top:73.1875rem;left:18.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpUR4Oz12ulht0Q0gGovfQNaFh8sd8d { display:block; }
 }@media only screen and (max-width: 763px) { #F16KZFCmq8I8tTTKPfMuTv5xn5eF1qLn { width:11.0625rem;height:2.4375rem;top:101.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RTTZUMyBJhw3o7Th8fhqwq06M233or { display:block; }
 }@media only screen and (max-width: 763px) { #aXzQuNl7oSkB8GKrUKz01LSA633aELgA { width:11.0625rem;height:2.4375rem;top:73.125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0yXo8wu26SUAWecaDA3lX5qKtw3oL1 { display:block; }
 }@media only screen and (max-width: 763px) { #LEF2GMcrLVndkVfZ7ENwLDhmCN0gzDMd { top:86.8125rem;left:14.75rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE9b1F527lq1wt1GyNKlx5AiGIKkFZQT { top:106.75rem;left:16.4375rem;width:14.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXwAlfDChSPMvRkt6zx9IrQOoFOchupx { top:105rem;left:16rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlXmrt5cXJKsTob3GKphv0ExXK0E4ZaD { top:87.4375rem;left:16rem;width:15.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnmth1Hg99xqT6gBy7WT6aD6OWhF685J { width:11.0625rem;height:2.4375rem;top:101.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1gdSccdyEkPfJrZU9SV1AfHJFu709qw { display:block; }
 }@media only screen and (max-width: 763px) { #AIuIBLRiwuQ8WMiS0WsUdnphqJDqntzQ { top:109.4375rem;left:15.1875rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM { display:block; }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCagBZwNHq6s0IJ1IdCvbLHuuNUSlKOt { top:4.6875rem;left:9.7187509536744rem;width:28.3125rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INoydFF4UmLlX8Bhqw3Gqmox22S1E59i { top:12.0625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU6cqEl7zsPF4qPdlBKSmJrezk3gcoTa { top:12.0625rem;left:0rem;width:16.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJB9MEEORyKd5y9DAn2fxX4TTv3ZRDas { top:15.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtuLw6lFK5z292CMrLaMNxLmuDQE8TSG { top:15.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxJgXgB2GU8pSOWChcTJ9hbVA8IS0LhA { top:19.125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcunUiBw84gguG0OEDcADeKT5aKBbFaC { top:19.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91pf9nXLCpDQJyyvgPe5Q8HfB5bMvaE { top:20.5625rem;left:0rem;width:41.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uabQy0fnn8WqAT80a43crOa3VkIwfyPV { top:22.75rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEFn0fCQ4TNPas9Nyo1KuTExwE7U2gHR { top:22.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxDKtp4GAbQTkZ4QEKMHPJwrdx8Faw72 { top:24rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJiFtFfofo9d4ueQKuhDKatZ29m4tDz6 { top:28.5625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm8GfSEUmcuPTIsGtVo1a4hku3exFTTr { top:28.5625rem;left:0rem;width:16.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOSvNJRTPNn9MN78yK13u4V92JsTBDA { top:31.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCB5Q2flpAlCDexl5GNqG2ebZSwf8F30 { top:39.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWMER2xM4vymfo4t9VbIxcQhZJh4Hv47 { top:39.4375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkdNRKwdrr0nIgIGH6QNNnFFhuTx2zuF { top:31.5rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkQpVXbCegVADcOk3mJbr0bqn8DTTrZ1 { top:36.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0T7ZKu6qlByTXIUDZUuT6uKBRmImRoU { top:11.5625rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ8n9363KVgJAOVGWn9n8Z8qM1U6bhm4 { top:27.875rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzVEWlu84O4Wg6XKB0gd5TFdWnTCf7x { top:44.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0O4SV4ScqgiTO3CIhFpaONti6Jp6puI { top:44.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgbatQ1KfAXu2ZiDDWDEidmPiXdaNvbS { top:45.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhDzhk7QtEVOrfZ22kv8PrTHP7e58WO { top:48.6875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT10XlWVKbvnoVqIQ8qw9PBSlyzzRZoA { top:48.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMbcR8uPgQvFelQZxUTlKQaBQ0tcP8h5 { top:50.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5t1lT0hCQbTSbrBklgHmlITnaKvBohP { top:53.75rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW8E4mTI0TKgAykultD63JzIROVZd0vk { top:53.75rem;left:0rem;width:16.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiBx6DLQSqX6ICmI7pdgupNoFlAxOn5H { top:53.3125rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lekPCBIQQqCEBHCe98o0tpOynW10sAWK { top:56.8125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gug6M31OU3vCBffDCc04WgQcG0dNcTCw { top:40.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtsaeZvRZ1oQscHLczmgAnirR8fNdJ7Q { top:62.25rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5kpm9rVFJKeNtDtubqHUuJuToiQP5za { top:62.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WroGH5c1fMWe3npgeWZbZ5lgNiyq8QV3 { top:63.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIHEAV9TdRcm7asMPAw7pdCpIpnuHXi { top:66.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkBHaOQ3tkA0OaaRkbC6WTdOpxmeltBx { top:66.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3kfhS8nn7mHELBgcdZg4SGJ4ziEqUcX { top:67.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJJ8Gw4Vuz9l1izlXPOFfWaPmbyeiZ5 { top:70.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl9MbbrZryRlKugR6pSIQ1FdPZ26U70t { top:70.1875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr1OzA0QGMTz1JHQT6baOGnLCyWoNxwv { top:75.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9qgMaDckrkzyK4m1spdMGWtwzxnU0OB { top:80rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQZAshGGMfD5OK8VlPORlZXCWQUJEBFG { top:79.5625rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwoqyuKlvNdIWnoSXo7KCJmgU5EsMu0a { top:80.0625rem;left:0rem;width:38.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0u0FOizIDwAfdielCnJTKVu7uRRF0Wv { top:83.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wigP0AxVrIRqTolX2RtLeMqL2qyWrG80 { top:83.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jik1p5q5VzSgdfAfaXbuL0sG5cGsgU5W { top:102.9375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#Jik1p5q5VzSgdfAfaXbuL0sG5cGsgU5W li:before{  }
 }@media only screen and (max-width: 763px) { #MJdNrmA6IthAUV4ZdC2JyOC0dpcAfB7y { top:111rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnM1wgspymSKtRZBnFT4nWx3C33QTFUa { top:115.6875rem;left:0rem;width:34.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJlNESadr18zneqhwLOqIarHsZerf0iT { top:112.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT9fOaw2R6QDfdByEfrUSpwUwbKbJp2X { top:115.625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ywVrIQQKH1HxuT7dUUrPp7oZKpb5t9 { top:111.0625rem;left:0rem;width:37.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDh7d7XB4fuUPFJmfLTuZBw0oQduumut { top:112.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPOTli3WZHFU3MOL8TtC4MhuHLIT1hwo { top:120.6875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd1D2SNad29F8Zv0cAe5gw2GD18I0aGP { top:56.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUIm3DiHaiT7THzUHQRpWvN2WKplfc2 { top:120.1875rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzpVqcKZsKvcQ3JTRv5Oaicsa4TMzUK0 { top:120.8125rem;left:0rem;width:38.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl3nJTNHP0KfrwHneW5U2WtZyZWzpsUW { top:130.4375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8V8X8TfR04mBu3ODzL0DvUoQCxhz71 { top:130.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8QwW3t0LuZtyJ77HdOnVhllOzdZefTG { top:137.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shOToFFecOEWBnza0eBQ4wnFDCL2VIBz { top:136.8125rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEOvpD1ONcoSwlux7BxK1M1KAElhbyMI { top:137.375rem;left:0rem;width:38.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4r0m5rQierVAFBLGGH6BR3KI2sxIRxd { top:134.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaDPAQ5omm1wVivA13UAufhRZ3hl5Kyo { top:58.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rui7dygCIwfLMLu2Pr3CZW528xXwMNlJ { top:124.625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpnTxLB7SSDln1xThc22Fna4Gv6Eb7Op { top:124.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqQ0JA9pNpmPZA7rGTWAU89VSwUGufzF { top:87.375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzU7Pu7CZVa3qGJ1M3IEqICVLW4NRUC3 { top:97.25rem;left:0rem;width:34.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krGgM2VLwqzkmJ35SNJGGevatPgX24vT { top:101.5rem;left:0rem;width:34.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caHIcRGxO4TfXR2emHiszqJRMTKD09qZ { top:98.6875rem;left:0rem;width:46.375rem;height:1.4375rem;font-size:0.9375rem;display:block; }#caHIcRGxO4TfXR2emHiszqJRMTKD09qZ li:before{  }
 }@media only screen and (max-width: 763px) { #rEV4acle0FvC6hkd5HIHZRBqV2OW1tuM { top:73.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C59saq9qmJ1mu4FDoM6sf7Lx3v9WOCsP { top:140.375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #io0vBsi05LeSCnytSXxCKZgZ0EnGiP6i { top:117.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIglGxkoSwTMHhPTqIamoeCPTTtMIOJg { top:58.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn59KGqeewwk56yuNod3flqyoMbmF1Le { width:47.75rem;height:1.75rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFnSQoIw6tm4a7dKAipEx6TikfanNEHT { display:block; }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlLMmsMMQTWh9Ee2AiafeMyTqU4zQ40L { top:3rem;left:10.156250953674rem;width:27.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvEFxTTZ9OGpgInWm5x40mNuXXGhIKrM { top:4.0625rem;left:24.8125rem;width:22.9375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXl10LQlrk9Lnb4TI4cHkdKKWIiKV3x2 { top:4.0625rem;left:0rem;width:22.875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO { display:block; }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6eTOpBmOUKzb1DJEupmeNfRhrCimveN { width:22.8125rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvhzV0C66rESEiAgp5rfZUSHWGntG7t2 { width:24.3125rem;height:16.1875rem;top:0rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ZJeNgu5ixifSvuZTLR5TTwaqOTLlpW { width:24.4375rem;height:16.25rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC6NHEVp8VhLJ1EvxPBTHF59zJfWVfh1 { display:block; }#EC6NHEVp8VhLJ1EvxPBTHF59zJfWVfh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxkScVzUk0W1kOJ7REfbHhxTSBqv0MsX { top:0rem;left:0rem;width:28.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAo9OsUXVX2rlOrKOiJ9kaUGUiGCoWCI { top:2.875rem;left:20.0625rem;width:27.6875rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co3PbLikTbmG5KpihLAhKWcZDc9ApUIh { display:block; }#Co3PbLikTbmG5KpihLAhKWcZDc9ApUIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pys40BmN768IROxmTgmaZ9XRTy0BEzng { top:0rem;left:19.5625rem;width:28.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJghLQCWcqDiL3yPMufLiFE0627nifa { top:3.1875rem;left:0rem;width:27.6875rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRikL1zItbOmUw7n7utTsxucmStNShVG { display:block; }#ZRikL1zItbOmUw7n7utTsxucmStNShVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzOp1mDvDT7l8H6145e1w0Ez9DSZfDlm { top:2.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr { display:block; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw1rHC7osD1yHFFMZE5EstZ4RrSS2kKG { width:11.25rem;height:1.375rem;top:1.875rem;left:0.96718692779544rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtNe8XpyAaczSTTEN0n6AkiAvU3cspNc { width:11.4375rem;height:1.375rem;top:1.875rem;left:18.093750953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ruq42uH2mkfAbqAO11aIyG4ucyDrbC { width:11.0625rem;height:1.375rem;top:1.875rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cXFrITIzhMTFIl3O6npwQPIh9q8mwH { top:1rem;left:0rem;width:13.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyR2qo6rQ5PyyMUCnArDEHiO2iTMpnLm { top:1rem;left:18.075779914856rem;width:11.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWSgOmyUVRVHfdLFBnSRT7rOS1wgZPG7 { top:0.9375rem;left:31.25rem;width:16.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9RhCGqvrJyBk1JFNQp78xBVMtXVoFgF { top:1rem;left:18.075779914856rem;width:11.3125rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh { display:block; }#LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lz91MEHaaEEa4giF5HvPgxUAM46u3TiM { top:0.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs { display:block; }#IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlgkHuXzZCh3GTu222z98UPVBVRFrkUi { top:7.875rem;left:0rem;width:18.125rem;height:9.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqCLZCZ7ydurWBQ6qVT5C4xQ2C5VzL2H { top:7.875rem;left:13.125rem;width:18.625rem;height:7.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H99wnK7NRxaRrXVZm9TDMtal4nFHFzM5 { top:7.875rem;left:29.75rem;width:17.875rem;height:10.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foXTIvcuUT5M0o9se9D0eTkAgxCmnHV7 { top:28.6875rem;left:0rem;width:17.5625rem;height:10.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA0wLQRvMIUSfq2SQc0XPxXwd7lTTU6K { top:28.6875rem;left:14.0625rem;width:17.6875rem;height:6.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3AIwGgstWaVGt6iO6rsOiFeRLmTgkhT { top:28.6875rem;left:29.75rem;width:17.875rem;height:7.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2LszeNb0f7lriUcet4JKmmcUhPpgww3 { top:1.25rem;left:4.4375rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6HWinNE6TkH6um2Ol6vNmAkpJRdJJK { top:1.25rem;left:21.0625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cizl1KwoyATKl8fDQCf0F4fIdZ3d6gOn { top:1.25rem;left:36.9375rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy37DpoCykSVuqcNvgKt1bhasLOzA19a { top:21.0625rem;left:4.5625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtXdCRpcTpZ2sig1iFke8AhFxIHKrl84 { top:21.0625rem;left:21.25rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV97bo2TgpLFRRL9fXhqUrRUTHikc8OB { top:21.0625rem;left:37.125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { display:block; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGnTzPC8lesk80avnJhARzLh6GpNwnyT { display:block; }#yGnTzPC8lesk80avnJhARzLh6GpNwnyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3TIdsHUqkpXEd01Z19IkdZbcXLhP9I5 { width:47.75rem;height:1.25rem;top:0.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP { display:block; }#Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ca78JbNfGQiWEJbRZpnfnJ8bpEDWd00K { top:0.8125rem;left:9.5rem;width:12.5rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHTwCA0V4CcXPmQlecXk0tPZGQ3SRkP { top:1.5rem;left:11.0625rem;width:9.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvOOEFf6Fkc530anBSDLTFERIDui4s7p { top:13.5625rem;left:10.125rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9cLstuTZ4PVth1VgCqC1PtlqfUTS6p { top:15.5625rem;left:10.25rem;width:11.0625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZuNidUVC2Ti8uo4zRUmTePHRtOBRBaP { width:4.8125rem;height:1.3125rem;top:20.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIQtAuSyvSIH0o2TC1Ok3T83vAwBC1y { display:block; }
 }@media only screen and (max-width: 763px) { #kZn9DoVAeZhDsPBXDFM1eUTuvhrU84E4 { top:0.8125rem;left:35.25rem;width:12.5rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLzrpOZlgQuEn4T36ddTqFFT0oZkCxx { top:13.5625rem;left:36.5rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgG5r9kUVC2DHJFIkomPx3Z6TaCxMCOm { top:15.5rem;left:36.6875rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPSPGd5CdJHGeDoDhM8ths8U9dAdKFd9 { top:1.5rem;left:38.375rem;width:9.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCluroWnr2ZnC9JzZZqX3avV7ZDyPrpR { width:4.8125rem;height:1.3125rem;top:20.375rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3B5PWmKhiHiN18lbbyWfyKWOwxgFEoR { display:block; }
 }@media only screen and (max-width: 763px) { #FofqWyN6sF1fp7FQFTe4hBwNAoeyLB0y { width:4.8125rem;height:1.3125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07y5zymyrE57iVsZioToRautXrfzUBX { display:block; }
 }@media only screen and (max-width: 763px) { #Lscf4STJooEzFIzzw0b58cNvxMdHJR0h { top:0.9375rem;left:0rem;width:12.5rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZALITpSRZsnPd9TrUL4iwLcrKHoTD9O5 { top:17rem;left:0rem;width:11.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMBgWvhfo8GQsTihibMAiMreBp7G2Fx { top:13.625rem;left:0rem;width:11rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOTb7erUyn3AgP4ru6us2r25OF3xnrd4 { top:1.5rem;left:0rem;width:9.5rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v { display:block; }#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT4dxzHBsfKReTy3tutKaUeXIHiJiamv { width:8.375rem;height:2.4375rem;top:26.0625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwT10LF2U6Bs2m0taThb5oXghif6T5Q { display:block; }
 }@media only screen and (max-width: 763px) { #r7ybxqBLqTGCE1qwX9I11MAK0CLZXyrO { top:22.9375rem;left:18.25rem;width:11.25rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvnzEi6UJWkPQyctwhoWTbWTkq2RHkTt { top:24.25rem;left:15.1875rem;width:17.375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWXX4XCzCQRlaXAaTRTw71H4RMebzH66 { top:1.875rem;left:14.75rem;width:18.3125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSen0Gbo8CEy4eHwHC3PbwPDxpo3ZCuD { width:13rem;height:2.8125rem;top:3.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2f6TDQfTNcgeFnMwJbraKNqK3EmndNk { display:block; }
 }@media only screen and (max-width: 763px) { #Op9p5gCgSCPRI0H1lwOBmGaZbtH1zxyn { top:5.375rem;left:15.5rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9 { display:block; }#xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rnlfz49PDJGFDJTQgTGwpSfVHbiNwqhc { top:4.1875rem;left:0rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKXgLquB8RbznaP8IxTpUHfcVCTtdgvo { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzHXUOulVG5O6NT5EepzWcBUVBV8gTsQ { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9ddbamwzIWJu0tiMpkQ71nHmfbVHHmm { top:0rem;left:14.718750953674rem;width:18.3125rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PU5awGCTPXerHS61OuM9xRobO9i3l69h { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4inLOJv0646atquRyS44Hb2yvD9Vxga { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhimkHzsXC7cNPkfRwGWv3VhHPeK6aZg { top:3.3125rem;left:0rem;width:23.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnggAgDK8mXac17cXC91P9xvJxI5DIXR { top:3.3125rem;left:20.5rem;width:16.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyDh2ncineh2GBc0WMvW09EARR9AHvZI { top:4rem;left:22.4375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAtr3Rb8881p1oz4kALogea1VKi8zdvH { top:3.3125rem;left:31.4375rem;width:16.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6HwXBtFKfG9BMuGOTgU2dIV23Sh2Kd1 { top:4rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4yUys2HlZmErJycrUzC4kUlqwcpTTpy { top:7.6875rem;left:16.5rem;width:31.25rem;height:15.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #On43la2CV6zwFJDzZbTgPLn5T4UQTA5Q { top:6.25rem;left:14.875rem;width:32.875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut { display:block; }#HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvbKlv9oE6xFW3Ep7VGXgWiWw8JHhZpr { top:0rem;left:0rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwGIDS0SoJcQOiutVVNsTQH1Xl3xTkeW { top:0.6875rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsLraANswItpgznRaP886WsE39b3JR7D { top:17.5rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftnqHARpWBmZdIAaTVb2XVnLfQyHE1v9 { top:21.4375rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrQvAfM1FTxpb8aH5zc6D7bncTUN3h2q { top:0.6875rem;left:16.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJJBVzyL1TivBVfvFeTIUV37T9026T7Q { top:0.75rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD59XP4ZMlsuOQfAKvFIvE41IfiXp8Cr { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsWW2l0VwOhsEy6lE5Cd2c2cSakA6tf9 { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHtiH3h0ImVSqM12OvQuO9QqzQMrVCv5 { top:19.4375rem;left:0rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEiEFrvTxx04qhLRMaQGqCoF6qvq5m7r { top:17.4375rem;left:16.000000953674rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGVFfa6UcwyPOAPJIii0QSNsBCQAM4Bk { top:18.875rem;left:16.406250953674rem;width:14.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR1btARsFJdsDbJMFEhhMDED1PCADvn0 { top:21.75rem;left:15.187500953674rem;width:17.375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiO5OqLDtxtr3G2p91DZwtx4wIuLkFWN { top:17.5rem;left:32rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ignTw56aUgB8LMtI0MlXACbtdCg2JylP { top:21.8125rem;left:30.375rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQPPQAAlEyILsmPNn4PoTp019y0c6Ci8 { top:0rem;left:14.718750953674rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXLGzeZJk3k5yc3QavXyJtDAMKHeWtw { top:19.1875rem;left:32rem;width:15.75rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3rp6o5I6ywZJSo6zwpQmBGJZUdwAlcv { top:0rem;left:14.718750953674rem;width:18.3125rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOzl15lKvpSWkC1ETryOvp6ZTilDlTDZ { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGFHk1JUPQNW7RlaER9ZrrVSw7Mh4r43 { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEMInvxdpdLzmNAfA0bB2xBCMpemop2w { top:0rem;left:29.4375rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq { display:block; }#XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8bANKvx70tIUdeeCaqgRR0pvat02T86 { top:0rem;left:0rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTFO89ydgUDwCitxQvyeS7sNJhIoIWru { top:0.6875rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6isCZmkALK0vqEsyFOwz8xwmu1f5s2c { top:17.5rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUn7ONUuXNwyWR3TQybTXs7lQCf2HSfD { top:22.875rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvDffQDcckcPnMDE2V4GAbRKFSGGI45 { top:0.75rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqtaJf4HLNF2E13O30O0cypQOU8ofaz { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2HIi4CxkAVBb2y5BuwQ7Tno5WwT6KeT { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tR7w1mxR0pNlvUePChkSe2fRyoaNsKZC { top:19.4375rem;left:0rem;width:15.75rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLUwwsUDgebbJzRTqpTSQzzFgIGmU8XP { top:17.4375rem;left:32rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMmtVDqbE4ARCqvhiVF1Gaf9cDhNu5Bu { top:22.875rem;left:30.375rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFIqihoNTHEACsKdXd3QP3HxQtHQrAKT { top:0rem;left:14.75rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoF87Dc7l7WHt3BK91wxr9o3KIc2TDk { top:19.4375rem;left:32rem;width:15.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTGLePU8UgfBwB3yP4Ne0FrG66kSqGW { top:0rem;left:29.4375rem;width:18.3125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3faINq7P9lBu9p4JW9FgvVJJO1lAq1X { top:0.6875rem;left:16.000001907349rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsNVfc9RV6IXJVfMSsfIAdO5QX9yOgr { top:17.4375rem;left:16rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeiPEb2V57XIlVcKgiKTBMDaEIlRXC6M { top:19.25rem;left:16.4375rem;width:14.9375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNkkwvRfk7xVlbiGAFzbkTEFvfLXVtn9 { top:23rem;left:15.187501907349rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0 { display:block; }#LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtUzAUsGkQttdQA6VgZSSle8KJIlaoGk { top:0rem;left:0rem;width:18.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB6885GIpyEP3ko9BqJOEBBB5MN2bkQN { top:0.6875rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrnNAKuiCJTMDcZo8H7faQqxCOCdPVED { top:17.5rem;left:0rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z228OzaQRsow4Zlmvm4xC7u9vSffBFFy { top:21.875rem;left:0rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gusdWCtQ3b2wFmxCS1cRzxOSZq6BLSZU { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoEpkQ0TwahVLWMaDGOgT4nVAlyxSeNS { top:0rem;left:0rem;width:18.3125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V93U8eE1SEmU305tlWCTKeHi4sgFSWy5 { top:19.4375rem;left:0rem;width:15.75rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ors9yUxT8k6iReaAJGFaBS3D6cEB5h95 { top:0rem;left:14.75rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stWQOllD8aCpDmTo30Fs0QQT0segvMoc { top:0.6875rem;left:16.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #po243JeNsTKlcllxasoMTTtu22LKViyp { top:17.4375rem;left:16rem;width:15.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd3Rsg6QUQo3TzhuMKrFicvk8Idz97UE { top:19.25rem;left:16.4375rem;width:14.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADIQEb6lmO3u3ncgBaIHKgFrxaQZ4TWq { top:20.75rem;left:15.1875rem;width:17.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo4Abd1E42ROlA2rh09MpddIKqDlKQ75 { display:block; }#Wo4Abd1E42ROlA2rh09MpddIKqDlKQ75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTCSKtrVnTXydPh0dXwO955G1ne9dC1G { width:47.75rem;height:1.75rem;top:2.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz9TESZiWuNOUiDPwdixPg7RfV4TH2df { display:block; }#Oz9TESZiWuNOUiDPwdixPg7RfV4TH2df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HONPh6JNcebVpKgAynTeG3lBRg5AzyiV { width:47.75rem;height:1.75rem;top:5.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #km9zVWZDH9cLyRIszCFQZqa28LOKBopp { width:26.6875rem;height:1.75rem;top:2.8125rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu8yRs6VObBB0BWUICAhbxa4mJ0EgFCa { top:2.0625rem;left:9.625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKXVXMslbvETKK26fHNTwCwprI0fI1OL { display:block; }#pKXVXMslbvETKK26fHNTwCwprI0fI1OL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUtiRfDOaQwNRBm1toUmQk93Vuo81Xah { width:26.8125rem;height:;top:1.5rem;left:20.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HshQnTFN7pUJQVVXg2Aw9r0eB5vREAa9 { top:1.4375rem;left:0rem;width:30.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM0SoyMIdk7Q0lepW56mAHvm1li4w76t { width:14.125rem;height:2.75rem;top:18.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7l2CNpFJ3FRfXhNuAg1TU5w1b7KePbD { display:block; }
 }@media only screen and (max-width: 763px) { #JvtNfgEAeQoAQ3d3oWZqazTQBJ469Wf2 { width:26.8125rem;height:;top:17.0625rem;left:20.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbUbyXEspvvwu25Hh1DD8CXFJ83hN6tx { display:block; }#ZbUbyXEspvvwu25Hh1DD8CXFJ83hN6tx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtlTzkrG5CIqciTlPHhALfGXdnT0RrOk { display:block; }#JtlTzkrG5CIqciTlPHhALfGXdnT0RrOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJmscf4B5JaTZGnh4RTTbZThQNqE6kPW { width:47.75rem;height:1.75rem;top:3.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soz2c7tqwTMrKkRqmgCiAxe4Oa1Imiim { display:block; }#Soz2c7tqwTMrKkRqmgCiAxe4Oa1Imiim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GP7iAuRkJCFbXnmzQREIOlgwwrwvJV31 { top:1.125rem;left:23.6875rem;width:12.125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHTasRgio2cdttoWsT4KoSQKAVONmogW { top:1.125rem;left:12.46875rem;width:10.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akl7EsKdk7ToAP9sioEDAXDTzgGOaTWy { top:1.75rem;left:35.1875rem;width:12.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTx66ZdCKTB4uTTptdwwsK9tiMVKzML1 { top:1rem;left:23.875rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k09wRG9QeoKWgZuaTiTQPLsedOsSG8Cf { top:1rem;left:11.9375rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTgApdy6srG5dDxH35K93eo8xd69yxU { top:1rem;left:35.8125rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyKBtRhieFolEJFneSpVmHkgNw1eLKf4 { top:5.6875rem;left:22.875rem;width:12.9375rem;height:9.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfgHueWlinhOI0PTatXesVkVh4lJ5v41 { top:5.6875rem;left:10.9375rem;width:12.9375rem;height:9.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXqPMOI0WDkTZQlBe6GqsWH96sEeooyh { top:5.6875rem;left:34.8125rem;width:12.9375rem;height:12.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPEFo7cyZ3c5nGtyw5GWRDl2XG1kNV3W { top:5.8125rem;left:0rem;width:12.9375rem;height:8.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khDF82JlQUe0Ia688Gtr81IpCVuy5cc9 { top:1.125rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPW46D0aZrTXC52dsKQET7yEBSTVcvK4 { top:1.25rem;left:0rem;width:12.3125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNH9rwlXbV5dKb1dtUk6Lkzi2vVFUZef { display:block; }#hNH9rwlXbV5dKb1dtUk6Lkzi2vVFUZef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTJ1pN66fLJeJa14bQKZEPg7AgV5ECL3 { top:1.9375rem;left:0rem;width:12.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIk6kVZShoPtckMh2IFERFd9BSDDhARP { top:1.3125rem;left:12rem;width:11.875rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgcKPKLaGQoDmklVTZ9uydFniy6UvDsC { top:1.9375rem;left:24.46875rem;width:10.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hogs0zLdRToSUnyds76zdvGlMXmAz8tl { top:1.9375rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BREQsvySWtxZIMVcqkRglRNTFJsxby5q { top:1.1875rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KirDmT0UdgrMDtDqTagDvvBxHUMpvmiI { top:1.1875rem;left:11.9375rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNtIqRtCBadtM4we9mlcTToQzlV1mml8 { top:1.1875rem;left:23.875rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqkB0TG5ZGO7Hf8QTEENCNSrH1RzKaBz { top:1.1875rem;left:35.8125rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0CkypK2KSxhkxq5V2Hs3u2TXCXmbAx { top:6.1875rem;left:0rem;width:12.9375rem;height:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcNRkqCgcd6R7N09pvyVoRTGlszSyvJG { top:6.1875rem;left:10.9375rem;width:12.9375rem;height:9.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDZTPfy0UGXwsZqRT6GVdhmy7HkM640T { top:6.1875rem;left:22.875rem;width:12.9375rem;height:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3dSrxloBzQUmU9xtMxTTKVs1dF4R795 { top:6.1875rem;left:34.8125rem;width:12.9375rem;height:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEk1cw1kk1gmciRhzdPc9vC7gcbzcm79 { display:block; }#BEk1cw1kk1gmciRhzdPc9vC7gcbzcm79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHeFhlyZVVFi78EVmlNtDy2pOOw7wDpA { top:3rem;left:10.156250953674rem;width:27.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpF0UTqtggKbQc01d9w24T4kRChFQT9u { top:4.0625rem;left:24.8125rem;width:22.9375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apItTbuABXp7VDdu9dG3AwFzWmt5Wq03 { top:4.0625rem;left:0rem;width:22.875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8KKNWUTGSriCQ7nuuKCp2Jm5HM0Zock { display:block; }#x8KKNWUTGSriCQ7nuuKCp2Jm5HM0Zock > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 { display:block; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzLx35NqqrfCAK5kT6rIVP5sDtFTq2XF { top:7.625rem;left:2.5625rem;width:45.1875rem;height:17.9375rem;font-size:0.625rem;display:block; }#gzLx35NqqrfCAK5kT6rIVP5sDtFTq2XF li:before{  }
 }@media only screen and (max-width: 763px) { #bSmr9z8Iy34vsrRZFqrX3aowkL58FeH9 { top:8.125rem;left:0rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btz1mHmLIfdkoD7iW2CzvBL22XAGeEcI { top:7.125rem;left:7.5625rem;width:0.125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKvqmaJWkPcHfHSzlo7CiDbc9SWzc9G { top:1.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGcP7GTG7605ekeJU04T21ioy1GzPbnN { top:28.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp { display:none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wCo9kDyyswTuiFZOpkl1tPTrFpXXEwXy { width:15.0625rem;height:3.375rem;top:191.375rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3bGg9zbW5B6iCKZw3ufGcEpb7RJ8vIf { width:10.5rem;height:3.75rem;top:15.4375rem;left:37.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCXTECeznEuWTed9qra9TgAy4n9DAOTD { width:47.75rem;height:5.25rem;top:3.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBeFGskfOgFh7PCS1lMRNofV4HMS3JEf { width:12.75rem;height:2.875rem;top:56.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8tp9GhKJ1DblsbwtAnRqtAZ9IOnGykT { display:block; }
 }@media only screen and (max-width: 763px) { #guLkTspt9mxIEw9nU3QyLZ1HTILnvk8z { top:14.375rem;left:12.375000953674rem;width:23rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp8J0gVyUMTQbZWiNn6gxIaaZpRZxUoq { width:13.6875rem;height:3.75rem;top:15.4375rem;left:17.031250953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UinBCHfaMHtbqlNCskBKWD4TvyrALgEI { width:22.9375rem;height:;top:34.5625rem;left:13.375000953674rem;font-size:1rem;display:block; }#UinBCHfaMHtbqlNCskBKWD4TvyrALgEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #sSdcBle0NiJ3wQDyTOOJGZWZrhh8hc7J { width:11.9375rem;height:2.9375rem;top:56.25rem;left:17.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJkTRXpRAt8HD38Gyyg24GbC67yN5HGt { display:block; }
 }@media only screen and (max-width: 763px) { #uczszPWXhJTsXrpBybRDUWDQvD5GMm6J { width:21rem;height:1.875rem;top:19.875rem;left:14.125000953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC3Hf4ulHOtT1QR4NTTHXr19Qe5ZaQ2a { width:11.25rem;height:1.875rem;top:19.875rem;left:36.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0PpNA34uuSpV3uSIOh647uL59t1tOV6 { top:12.9375rem;left:0rem;width:47.75rem;height:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRSHb8VxxmkKiQmLk6IJU1zTVUSaLHca { top:32.3125rem;left:13.375000953674rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqnpmRMmT6FJWooSuvAmunsaV644R7Ne { top:32.3125rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #su78gTRCgm7gSkEyLQbbEgQKPXatR49g { width:22.9375rem;height:;top:34.5625rem;left:24.8125rem;font-size:1rem;display:block; }#su78gTRCgm7gSkEyLQbbEgQKPXatR49g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #ho714DPoaCXiDTHVCuCpDNTw0T4kpvcR { width:20.5rem;height:1.5rem;top:20.0625rem;left:18.737500190735rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvyhSMtIf45tTQ2OE7VHSWGXHLCOdtHG { width:10.9375rem;height:1.5rem;top:20.125rem;left:36.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZaETyXSxv43GEhbFJDrm1IwxIAek18C { width:9.875rem;height:1.5rem;top:22.6875rem;left:18.937500953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDdNop8W8DzPJdLTZPMJNksPlVwmDnf8 { width:20.5rem;height:1.5rem;top:22.6875rem;left:27.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STeVP9lpf1w6smiehovW9mX8ETkMdnVh { top:14.5rem;left:24.75rem;width:23rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L96pNa4odZ5GbQMgmmKQwuvaMCT9RK1V { top:14.375rem;left:0rem;width:23rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDrOPlnpWTEFCDGhPlRBkoNhdZ8eyEAi { width:13.6875rem;height:3.75rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adMl4ssmanOXSPIxVXTls6Ptacnwmtsu { width:13.25rem;height:1.875rem;top:19.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M53vrKo0MOaoheSS5h5FyP6BDZnndcwK { width:9.875rem;height:1.5rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmT3tSLEQguKFSxUkSHh7blOmw5igPOP { top:32.3125rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiD95ceA6DDOQx1NKCzQ62rISITdOqA2 { width:22.9375rem;height:;top:34.5625rem;left:0rem;font-size:0.9375rem;display:block; }#CiD95ceA6DDOQx1NKCzQ62rISITdOqA2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #XAOgleKB5uPp9TnnT6TKKNBTo89TolwN { width:11.9375rem;height:2.875rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azZnepKOeg0pXfhTDkiuKVsnf088awez { display:block; }
 }@media only screen and (max-width: 763px) { #TsMcf7AmgJbG36vUmPMZqicPitspewm5 { display:block; }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcK9rfensSzRITMBLafoRQeFGEy1mSu3 { width:19.625rem;height:1.875rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPVAZ5lK5AeKABZVklV7gRH9fIPywvkr { width:13.25rem;height:1.875rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVCmyAClT4d8R3deEoftUgW5mylzpT2m { width:9.875rem;height:1.5rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8fXRTXsDDEae4xOJHUB37LLrRDQxbDP { top:1.75rem;left:11.162499427796rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRlp0c9zCAlDtog02Snsnn1UTkrzTMF2 { width:22.9375rem;height:7.3125rem;top:4.625rem;left:11.162499427796rem;font-size:1rem;display:block; }#XRlp0c9zCAlDtog02Snsnn1UTkrzTMF2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #sHZnqmWGHz0qNFbczSKetPJAxoNhg4dg { width:22.9375rem;height:5.0625rem;top:4.625rem;left:24.8125rem;font-size:1rem;display:block; }#sHZnqmWGHz0qNFbczSKetPJAxoNhg4dg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #wTO5tMPIGTOR79S8Z6CDFGvg8Uhp7uCb { width:11.875rem;height:2.8125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6MyoeFqcoQ0i2QFIozvqWA023DIzPHl { display:block; }
 }@media only screen and (max-width: 763px) { #t9GuaNJnZWSy1xXfuSETZOz8UUroO71r { top:0.5625rem;left:0rem;width:23rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIcDSittN4UsFGLscovP5kNWA77toXMQ { display:block; }#kIcDSittN4UsFGLscovP5kNWA77toXMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAxaMQqX1VX5tK60IVXByt9PKllR4tVq { display:block; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROxLBDmzCgq4atEU9ZIyoZAuzfac0zmo { top:2.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M { display:block; }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqCoti52rc9ufWsQDnTDTF7ZG5iEUMaN { top:3.875rem;left:10.875000953674rem;width:26rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6krtrdSMWBBdB2UOMRLOxODcCCDASI { display:block; }#Tf6krtrdSMWBBdB2UOMRLOxODcCCDASI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m39ULtPLuOLRrolfXkrXMVvuH3THc94q { top:2.0625rem;left:6.5rem;width:10.875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACazX9tTsRG3af3aZhLw7sbtxXMmCPI { top:1.9375rem;left:30.9375rem;width:9.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV7mT8LP9bzoSJUE3N7KxV0t3p9oRc8L { display:block; }#SV7mT8LP9bzoSJUE3N7KxV0t3p9oRc8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMwr2MPEPXyoD6zT2BmyJiS0MKUUOvkz { top:1.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLdGITe7wnlcXIe3iySszhJhtbMeMq5T { display:block; }#ZLdGITe7wnlcXIe3iySszhJhtbMeMq5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhbLBFM3ZVXAhyv8msuGwhawxHvBzRbv { top:2.5625rem;left:18.4375rem;width:10.875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT3o6dK63GF14DDH9XXtIMM1JolCswSx { display:block; }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqyxncLBagKi0HM5OXUTJJPPaozWm0T4 { top:2.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB { display:block; }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzqhOGAOTJLvekHvTFpryRPpMpp8aJ4l { top:1.8125rem;left:11.6875rem;width:12.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7y5196DEsrqbcT7kxSN5p4ueFMTt2DA { top:2.75rem;left:0.0625rem;width:11.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IezB3nOegmiE9R9I3DTSA66WZTgFfB5C { top:0.5rem;left:25.625001907349rem;width:8.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD54lIk8FTV4h5azWriWJcZxOPhxU82x { top:1.875rem;left:35.5625rem;width:12.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1oXD9sdnT8oRzOEwqe7zPXpbmrrakx4 { top:10.25rem;left:12rem;width:11.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6mn0aOsScZWADrcFwgSN9yA0vgpWO13 { top:9.375rem;left:0rem;width:13.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ycP8ipBkSSop9TB7XxDTRCGZBxO2Hs { top:23.625rem;left:20.8125rem;width:15rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGfwdeESkJr0B0sTRLHVEAczlvZeNT9y { top:10.0625rem;left:20.8125rem;width:15rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz7SXRD3uupomTQuILWvnLSaILtTrAP2 { top:16.625rem;left:0rem;width:12.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHEA7V4MV5O2zWTVHD1Z0Wr3KOreaMn { top:15.3125rem;left:11.25rem;width:12.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIA3wSABqOdoCywOIh6M20zdwwm8WbvG { top:18rem;left:24.500000953674rem;width:10.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKMeuE3XkebPMExFlP2J7wdOHvDVh6Hz { top:17.3125rem;left:36.937500953674rem;width:9.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnZ4OREpWHNO0sT63VubDEs0zoUQkRBK { top:24.8125rem;left:0.59375rem;width:10.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFPFNZPXoUhIUKxxyOaEsrL9czxlvT27 { top:25.1875rem;left:10.8125rem;width:13.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU2UTlZHiO3nSV18FZBZUgywdUxn8G3u { top:7.125rem;left:36.625001907349rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7W47b0ELiJq0xwp9chx1rs9FTuccVib { top:23.625rem;left:35.6875rem;width:12.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM { display:block; }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DitBwA0cGN6KNBthrGPSG6HpPfIoveDD { top:2.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 { display:block; }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGt4Bwv0IaylSrRWoVHBqMzidQy9tBOG { top:0rem;left:12.750001907349rem;width:22.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF { display:block; }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzgTprOpVXivr0rb7R5lI8ysB9amTEp1 { display:block; }#wzgTprOpVXivr0rb7R5lI8ysB9amTEp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvFvPkT0bTnceEHKMXaSlhkZ3lJMd2sP { top:1.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNRJzESw7MmNigi0svw3six1kVe5Qhvq { display:block; }#wNRJzESw7MmNigi0svw3six1kVe5Qhvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkSsDmT2ZQm7TyECFVto68kkLn7HE0oy { top:1.5rem;left:33.0625rem;width:13.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB25zGaJukgoGoi0h67q3XBUVdrIpk5z { top:1.6875rem;left:20.4375rem;width:6.6875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWcaffAkw4C3KNFDAPud0oAAEsIWNLGM { top:0.6875rem;left:3.75rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLxTcFnW8JEMdVD8TxHrcUA8rhTaeA2w { display:block; }#rLxTcFnW8JEMdVD8TxHrcUA8rhTaeA2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEdWxnLTDeFKQDCKuruuONW68qCC2zQD { top:2.3125rem;left:0.5rem;width:14.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdCM6MBVurQAyZ522kSFZhqTplhdHCN5 { top:2.5rem;left:17.4375rem;width:12.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUyHBRdxdhN59IidQ6CwCDgtgrRGcFxs { top:3.4375rem;left:33.3125rem;width:12.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiGkhRyasLKgFmEIi1zBGF4SVxGysynF { display:block; }#eiGkhRyasLKgFmEIi1zBGF4SVxGysynF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQnotRlTePdZgxlkkgZ81LIuSaSXFz3H { top:1.8125rem;left:15.9375rem;width:15.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqf6Aiek0FKgkdS5hqee4huD4yGzwRw7 { display:block; }#lqf6Aiek0FKgkdS5hqee4huD4yGzwRw7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuahCO7HQ7vnaCfwofK2wQL38ix6C74F { top:3.3125rem;left:0.875rem;width:14.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTE3VKsx5VUdHBd1OPXTMml2ZUkGBDV1 { display:block; }#CTE3VKsx5VUdHBd1OPXTMml2ZUkGBDV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDU3FBgbVLlkElWKBquCANGCxVnBvwDW { top:0rem;left:18.8125rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRCMzkn6fTtSsIQVNMK9N4k4loaiFMfL { top:2.4375rem;left:33.25rem;width:12.875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLt8oG2WUuW46OJhKffk5mNtAyBdavcW { top:1.4375rem;left:0.4375rem;width:14.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh5LqSoiH3xcZW3IPrz3Ed0aNPEryT55 { display:block; }#kh5LqSoiH3xcZW3IPrz3Ed0aNPEryT55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nn8b3TqBhGnxoAz4LsgvKAO7wWiWyqNB { top:2.6875rem;left:1.75rem;width:12.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdlik8V15KLKNd1oJ8VeAzWwNRWycgyA { top:3.125rem;left:17.0625rem;width:13.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbwrB9xTg24qzx0ElGt9puD5pWRH6moc { top:3.75rem;left:33.375rem;width:12.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldkWk6wgurNsOCzITUJ59Fid87IOh17 { display:block; }#yldkWk6wgurNsOCzITUJ59Fid87IOh17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUELcJO9gQagZ8br9SbgtT1diEzzp51A { top:1.9375rem;left:17.875rem;width:11.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgb3FRCZJ0MBpCfvkLs67ouTtNqdz4y { top:0rem;left:3.0625rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTK5aAImeqIdPIBCPlcTWSBSJTwRIPs { top:2.75rem;left:35.25rem;width:8.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb { display:block; }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3PNeWd4aZF5lvC6DBqKv31el2cVrQ12 { top:1.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty { display:block; }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxsfdk2O9bJLQPoTr4TAFXyAXdPZ3KCH { top:2.25rem;left:0.65625rem;width:10.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgogtqO7w16Ac2frE7g0bg1kr2TFJDL0 { top:2.9375rem;left:10.3125rem;width:13.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNSNcyeIE2pap4fIqhFsnOxPGJzOd5H { top:2.125rem;left:24.65625rem;width:10.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1MOy8y7b8N66gppBMgv5mw1L58rhLyM { top:2.1875rem;left:36.53125rem;width:10.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m { display:block; }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rctVPLKdJwWX34m7JJoHISqqRBgxQyzW { top:0.9375rem;left:0.6875rem;width:14.4375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBu4wkuG9SpHDCob8DzLRbtxDlCRWibo { top:0.6875rem;left:16.5rem;width:14.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikVzdRSieNXTWF1DmS5HhFOn1vX7hRp5 { top:1.8125rem;left:29.9375rem;width:17.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz { display:block; }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 { display:block; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipCmOm24XSfcCkgTh5eGeDDz9XDedore { top:1rem;left:17.625000953674rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHSlizGBQa4b67TX3zfTrLoRErSV5JXF { display:block; }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRe0ty1aTxp5swOBsrNBKzBPXT1Jxk7U { top:3.875rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymH1SbyeuCrsNUc6ISVcM9arcUsXtvi5 { top:4.4375rem;left:1.5rem;width:35.9375rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDzfqdiMCeTCfZimVC4y1JHTGwfgndK { top:10.3125rem;left:1.5rem;width:27.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EasQQ6kwzKhcOZeWUKSbwBKFnALQ0JF9 { top:3.5625rem;left:26.4375rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBQ1dEisOeZh6pMRTJTsVdJbVm71JIru { top:4.4375rem;left:31.8125rem;width:15.9375rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoWaO8nnJ0gzDtzsMO5OLXtFCnd1HBb1 { top:10.3125rem;left:27.125rem;width:20.625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 { display:block; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkA14hgIwTNk9keISD4BHTnkKXitonJT { top:5rem;left:1.1242189407349rem;width:22.5625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJWJLv2sdATs0kfSdhpQxDLPCmxFFl3x { top:3.1875rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfPUUBchTeBxAnR4EfG4J5iMK9tPy3H8 { top:10.5625rem;left:1.2179689407349rem;width:22.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LitzRMuWkXCHxbC7vPWwM81zv150h8SI { top:10.5625rem;left:26.9375rem;width:20.8125rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCgx0zoKEUt9GEXud5uMtPcxsGIUo0Nu { top:3.125rem;left:27.506249427796rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqWW8LNszl0zUisy3FcuVXT1FI5piwr7 { top:5rem;left:26.375rem;width:21.375rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 { display:block; }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T17RPkefC7OWWCrv6iuCpbLTN5Qz7d9n { top:4.0625rem;left:0rem;width:33.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDttDvvH3OWiVgfvv52PQ4m4ucQoSeEn { top:1.5625rem;left:0rem;width:27.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thzbNT5CQgiSE2FCTTTsGbkrqKeex3B3 { top:3.375rem;left:0rem;width:26.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAC9H874GvcAL01tPkCZTzo958oBZqoG { display:block; }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9FXPQM2dTWPDTh0acHiJiyuBdhAcd5E { top:-0.0625rem;left:5.1875rem;width:42.4375rem;height:27.108904682274rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2lrTX2qcPwofF33vrck54sxBaD0sVBg { top:-0.0625rem;left:0rem;width:32.0625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ien880dipvzKXayxq8UBoMzmKhq8xmU0 { display:block; }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNtm7yl9Bz7eHzWxX1MILsQ83t3NpMyn { top:22.25rem;left:0rem;width:19.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDo23HH2JHKb5DvolnbNxvg8BfFNWhaw { top:15.75rem;left:0rem;width:16.5625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehiuq9ObmpKJxdzVniBshmaUeN5ETcAG { top:9.8125rem;left:0rem;width:16.4375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJWQXfoeTTJTVr6N2fA6TnotQqZJTeuu { width:15.5625rem;height:1.5rem;top:5.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdWDBmMooFDdzvboeV3Qanvr6mrFNxyE { top:23.4375rem;left:0rem;width:36.25rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-regular-label { width:30.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-text { width:30.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-text {padding-top: 0; padding-bottom: 0;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-textarea { width:30.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-select { width:30.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-select {padding-top: 0; padding-bottom: 0;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-button { width:9.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.375rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-checkbox-label { width:28.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL  { width:30.0625rem;height:auto;top:6.875rem;left:15.1875rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .radio-container { width:30.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL {display:block;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL { width:30.0625rem;height:auto;top:6.875rem;left:15.1875rem; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #TDaQtmXnAEtvGe5d5dCXfZ50mVLPiKpE {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #dXiBKCfmiOCTwLFcLpqR5r1vg2q821UC { display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #eT1fVHUM3XiLThHNE0RfpCmFV8R8onMm {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #sUQ5wTc0HftQL5bWy4od82xW0X3t2tCv {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #yqeP27ZAEiR3Tl8ob9KrTfErsSDkr0WJ { display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #luaI3UQXFInhyZVKkNZTlJTVkBkmoX12 {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #SfQS1pb36rHc7kNAksSFTpqOsTZgeCH9 {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #lTfZ54JOOoqgcKwLEGm3QHTUTATC9IlO { display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #os5hgCDwHsT3lphmGdJGfsgKQNsBuL8B {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #erfz0znsEBFSP0qVaOBut1GcUwS4BqPD {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #ebz0fAWgg8AHXT17IyWT2yPlaooLon82 { display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #iIArxqVTBoDRXbMq0hisLUbVidr0Tidr {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #P8kQMTLUpO3tKfXSFNtkCpe8yGTX7eRn {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #b5nTvaIpq6h1dhRuScUVqm3qm50xqyLJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #i1Taa3mtFZnwIBTDmJh7inn7Zb5O0FVB {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #IBTbv7miGTCmyFGy83hUlAHSKo0k8Kat {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #LwQb1uNtOp44FCTdADF6T1kHZMJIOdZ7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #NRsdRISp8bfLQSkDRwqR32y1GTIAZMst {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #CndftJcatw5xqkQUQvUwFq5nGr0nxVZd {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #uNFupQRrwcO5hwhhz49eIBzh4FwJW3gG {  }
 }@media only screen and (max-width: 763px) { #HgMqS1SvsNq1QDLgIcupp7TTKmowDJTb { width:15.5625rem;height:1rem;top:4.9375rem;left:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-regular-label { width:31.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-text { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-text {padding-top: 0; padding-bottom: 0;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-textarea { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-select { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-select {padding-top: 0; padding-bottom: 0;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.75rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-checkbox-label { width:29.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG  { width:31.125rem;height:auto;top:7rem;left:14.125rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .radio-container { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG {display:block;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG { width:31.125rem;height:auto;top:7rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NhexFKUczVlDIGFDTG1g1X0OiqRxeRM0 {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #UiWqF3KhkeGcW0bnemy56lr4iK0nyPA6 { display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #VFVNDXW3vBNJ8TP2s22dwMNhTaRHxowf {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #Em98JKc6yv1riUSsmTAEsKvSMKcf2iCT {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #x8nibm4hAQUddn05SfvbhHC0DreQaLZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #aUkAXIv2gaCMiwgsJv09Q08ibQdx9TvT {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #fmyITlDzb9y7bVSCbZ1AUECcvHTWeWHy {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NP2se6Potim2DT86JX6VXUsQ6q7Hh8zL { display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #iMKMLNeXMIhgnqMAGSDJqi7ftKZNKFQ3 {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #SdrwJMqVTZ6buUPLpCOhPv1T0XToOH0p {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #Vh3B5mwHFvyTOhR867nNZ9maeZt9C5wn { display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #RQF9VqQcrZ87Sy2ZBWVoCnBabrIZeKS4 {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #FKuy2Q0i4335ZPaTmSkfVC5EMHBBZIDm {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NEawbMo4LyqXawtHOXpiCp0TsGi71lrq { z-index:2; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #aJDnJI7fTZP1tpsKn26dxK1tLDPLDqZQ {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #pCHhHzniBzGVmKELKENIbKZ51XFszhEq {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #BExkWTspqlpouRKgJ9eM7PfPuJLRWFGv { z-index:2; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #AoSiS0n3GmnLplL0mUJKr3yp8vdw18QT {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #QsJbV35c8iQf6u0oayPC0LrNVnIJT2Ri {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #KHiA8qpS7AQL0xDkqW4aGrxTor3gtTnd {  }
 }@media only screen and (max-width: 763px) { #fxEprDCC3T1gWEEz4IgkTawp0PEspbZ0 { width:15.5625rem;height:1rem;top:3.6875rem;left:19.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO { display:block; }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lB0okoW11TUUh3FuyfD2ghzWqw5p6vcD { top:2.25rem;left:9.4375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxQhUbGrtT5B0Cnq33F876XPuIVdufmc { top:2.25rem;left:26.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg74HOcctcxlkNCOXHsmQrziemn1KSiy { top:2.25rem;left:4.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWKAsie8ZnS5BC9bk31leFzdmEQvAndP { top:2.25rem;left:2.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBTa8TOlevZ4vJRwz6kDZIVcFxfQ0FXg { top:2.5625rem;left:28.4375rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3Zht4qJT7EVhoVg9dy2XksLr0mIgtJ { top:2.5625rem;left:11.25rem;width:15.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPl0O6xXw3atEwrokogIMaU0qVQikmTt { top:0.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wztX46CHQu1g7UqsmssIai1MV4IxeFdW { display:block; }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9mWihbo9HixNbvDTufpwM3lJAmrVAwb { display:block; }#p9mWihbo9HixNbvDTufpwM3lJAmrVAwb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaAmFvmNrenAXJQyCerVO6z9GDAkHQZV { top:-0.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwK1D20plTZdNOqCtTnbVPpI65TccW0T { display:block; }#GwK1D20plTZdNOqCtTnbVPpI65TccW0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX39FBpAFOuaKdThe9TyMw670rFmh0qy { width:7.5rem;height:2.3125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOnvu6h11nmSGxhgpRtdtzP8r2dl4dF { display:block; }
 }@media only screen and (max-width: 763px) { #EbaT2ynwoFA018aXoXXiKd0iIX8obTc2 { width:8.625rem;height:2.3125rem;top:0.375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Rsz0SJsp6ldryqCqAmC1y0RnM4VrCe { display:block; }
 }@media only screen and (max-width: 763px) { #B2DD0OUZN6blnFbIGb1WEhJ0TMxNrGmd { width:6rem;height:2.3125rem;top:0.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAwhXKnXmaSk7mTgqiTWvvfkbyCoWupe { display:block; }
 }@media only screen and (max-width: 763px) { #sESZgKQsBcpcwwhFiy0xKhrvT958ffdJ { width:5.0625rem;height:2.3125rem;top:0.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2kxzCVu19oLDJiwOwANGoC1ueBDZr5s { display:block; }
 }@media only screen and (max-width: 763px) { #hIU97pTfCqbTCbP4L89XWaZ3PnhJNUPQ { width:5rem;height:2.3125rem;top:0.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBTpFdBTGAn8hX5CzJ6LoosgCFC0I3Jd { display:block; }
 }@media only screen and (max-width: 763px) { #sKCLUDXMwT5KzqT59In4SlbZkR42Z1Dn { width:8.25rem;height:2.125rem;top:0.375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8JaZvhGVclbNTm2NwZQn5eTDNHRwPTq { display:block; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C { width:18rem;height:5.0625rem;display:flex;top:2rem;left:28.375rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #dG5atL94PDJOsrifuKnnIvOi17oXduAw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #znUWAshJChiZvLsFqqX9Gdci9IuPdBRT {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #SlBTv33F1HOHt2MAPgPCno5bih3KkUws {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #gAhlUl9yMMXZotzsQ7p9DD7DkFvQsoyS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #q8aQXmEGu4EPX0LaM6SHIMU7ZEq0z3Sp {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #HLT3rH6y4U3QOKt880UTSiySQGE1kIZM {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #TJ0nkrevM30ykllUvMiuvO3dwLJdT0Wn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #EChaLTlHDkdl9ox7iZX7lkS6MsU31O7t {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #a02JrQOJDpWJHAIf5S4nvJWzq5GIz4ec {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #LPfgFAUC8G3M4HC4ElFWqt2aBiSo608U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #wpm7LgFzOFbX3bTkXuQ0Ng3yeF3en4sH {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #GX6M4G4eX5XHCHL0naAb0ppSE2Dq2vJN {  }
 }@media only screen and (max-width: 763px) { #JaRSeCMseJOPT6uRG368rdN3Ig0oCpf0 { width:11.6875rem;height:1.875rem;top:0.6875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqVQBnCzUtmtfv9n5JFS0ObLdSZdcudZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZgFyEEv7vIU2LFh0yWsScODqiQz2toDT { display:block; }#ZgFyEEv7vIU2LFh0yWsScODqiQz2toDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4dsAqBq645cr9z1xa4ygEyrM56vEBcL { width:0.0625rem;height:3.25rem;top:0.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyfxwfXfWaxI5DeKTxeD11PGNJvn0bz7 { width:0.0625rem;height:3.25rem;top:0.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuMtNvv3Os6SpadU4Vu7qlUe08RUPsnr { width:0.0625rem;height:3.25rem;top:0.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbF9eTeRaphzb6Lw4y6hPBtDvEIgI9uT { width:0.0625rem;height:3.25rem;top:0.75rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSn0l2Rx7Kan9R7CWE1KWksAPW1L0u5E { width:8.875rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFUeDmFPl8Iw4KRuSiDnZg34Z8Q1BZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #psaGsinP1sMo7JwaTBPtcozJZ7QLdZ9W { width:9rem;height:2.8125rem;top:1rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReMtuTatGKrUMvJk6e0kK8Qfq14P78Gf { display:block; }
 }@media only screen and (max-width: 763px) { #B9ysTqfxVEUGeMihq0xhBvXWF0sehJHX { width:8.9375rem;height:2.6875rem;top:1rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXGfTezN49s6N9ANdBNIMibbXBIaJJk9 { display:block; }
 }@media only screen and (max-width: 763px) { #e89F0XswnVuNvWTAVQtzFnK3GeN6pQQB { width:9rem;height:2.75rem;top:1rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwc8C8Q7m0JF90KNzyQJ5ZMLw4O1zwq { display:block; }
 }@media only screen and (max-width: 763px) { #qMvdOhLHsaIDBB42245MUazoLpx8TlqJ { width:10.5rem;height:2.625rem;top:1.0625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuuGqfygXZk7g6qgFZSOzqEWdiOV7SM { display:block; }
 }@media only screen and (max-width: 763px) { #zTPLUz3NPQ0ewugG481nZ7TV4y5gXh0G { top:1.75rem;left:40.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v { width:18rem;height:5.0625rem;display:flex;top:1.75rem;left:28.5rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #tE560JaRVK9JdC7SDJDCmhV7gpnsh4bM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #Rnn0bx84qMCFq8VF2OSHnfCe2w44mT4E {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #tkXzf0sDyJ51Go75XgK7McTsCxttswTb {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #T9scgIToRlNWQ30K1O725eccSWFU9lXB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #RxgbFAq1l5C39lhdfuzeETERT6RPUmnV {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #ErnMfOADUP1luG6ypk7lubdTJ7bQUW2D {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #NnXQFLovKABNO8mFzT7nTrTDdCnTUvor { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #TfLm2UC85xsNXKQl64VdfRfELm43yTPC {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #VGAMLBurEZG9SbZaK7e9OTKsaPTK2deD {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #UluGkqTwkHu0lBVOp0TdsImqa8yiK4ON { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #K1sDUJZJ8gngwgQ284xmKi4tiNuxVGzi {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #HFLwQ99abypQBsV6UPM6t8dTptBy7MKc {  }
 }@media only screen and (max-width: 763px) { #zaXsNSGQSZXoWao7xo309TarRpiKkNsc { top:0.4375rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
#zaXsNSGQSZXoWao7xo309TarRpiKkNsc > img { max-width: 100%;max-height:100%; width:3.625rem; height:3.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 { position:relative;z-index:auto;display:block; }#yd0lg7B6yg2rQAMXmfZ9dttdanyAETE4 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r06AaBf7W6K3slQAx1CUamdKQoXeODez { width:15rem;height:5.3125rem;top:1.5625rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1BaUSz1Rs7RHZdXnQpBThsKq6is6qcf { width:9.8125rem;height:1.21875rem;top:9.956250190735rem;left:8.3750005364419rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJUymxgyrbh92OTCBQ1nav5uptmyy3EA { width:5.1875rem;height:1.21875rem;top:9.956250190735rem;left:3.1875000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPkTtxzqwUmEP3PO3VqfGU3iCD3WS898 { width:6.625rem;height:1.21875rem;top:7.828125rem;left:5.8750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPtp63ERGzmHRTsJWQXGZuVMOiZggI06 { width:6.625rem;height:1.03125rem;top:7.921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ur3IVaRKhbkEQAFuZbUOldhX0s7LbEWR { width:6.625rem;height:1.03125rem;top:7.921875rem;left:12.500000536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ee9ec1d-7d1e-474d-aa56-b3e0121106f3/shutterstock_1948064665.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW.adaptive-delivery-prevent-bg, #P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW.lazyload, #P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW.lazyloading { background-image: none; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container { background-color: transparent; background-image: none; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container > .video-iframe-container { display: none; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row > .video-iframe-container { display: none; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .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); }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container { border-width: 0; border-radius: 0; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P44MxMCgm4RRRB50fnoKWnQqdSxhiDOW > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbmCdrspzih8rOWq9i7L8VTByx7ZgstS { width:20rem;height:9.6875rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.30375rem;padding-bottom:0.351875rem;padding-left:0.30375rem;width:1.82375rem;min-width:1.82375rem;height:1.893125rem;font-size:1.40875rem;line-height:30.29px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.43125rem;height:0.748125rem;font-size:0.52875rem;line-height:11.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g { display:flex;width:13.75rem;height:3.56484375rem;top:47.375rem;left:2.8125rem;padding-top:0.31625rem;padding-right:0.308125rem;padding-bottom:0.31625rem;padding-left:0.308125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #XtKiMTw2ExODwCq5iHk7qGsJbfK6IOW0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #AWa84yEmzWHOO8KoovmK0NQTbDrQ8lGC {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #tes8UwziyVhIqbMb4LFLNTBEfgR9gEdG {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #bFR81AzsawDrdiui8mUeN6ShUXcaTGBy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #gbJ5GHbT3SbPxtF6y8CTEkM3lHZP8K6P {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #fC3fami1wgHWuoUaKO60B3w5PObNJgWf {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #k8wrHpU59Qg45xhCZXTV0sdTdNK5nfUM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #tXE8McP6x0muy381hmdVPOskp098oT4H {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #TnBTtcERmcrfCTc2ZrSHLPWh6NKbpDl9 {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #Fv34g1SDrL4UdeaiAZZdUawcALqkTfiQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #vWxOlw0hbJUDsxJZ0oUptgzgenrgmtcf {  }
 }@media only screen and (max-width: 763px) { #yfBF40qXr19zBhC7aOGzx7TH7KxyJJ1g #lppSUITX4xd7BrkJWdEodefDvErhXMHc {  }
 }@media only screen and (max-width: 763px) { #zEOUTTkU4UxGGMUSSoq6cKGSy8Z6fvqA { width:0.125rem;height:3.375rem;top:43.46875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fx899H8GubdyA3gC2UlSt4LnzWM0ln3C { width:0.125rem;height:3.375rem;top:43.46875rem;left:19.875000238419rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ftDwMHdebIJ2SaAu2kZJwIT12bBc7cc4 { width:8.3125rem;height:2.4375rem;top:52.1875rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQJsoAFKb2py9TNve886LUb9M7XfEIKX { display:block; }
 }@media only screen and (max-width: 763px) { #bfNElWdVnTf7ov2zOw3L8DySGu2JhtED { width:12.5rem;height:1.38125rem;top:45.4375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcSTMMiP3WFdPaxMd8RMgrzx7CgXgzSe { width:18.0625rem;height:0;top:26.528125762939rem;left:1.9375000596046rem;font-size:1.0625rem;z-index:15024;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nJ9KNDo6wkMD2vzZpaVwJ0geeSxftKau { width:14rem;height:0;top:21.875rem;left:3.2500000596046rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:15023;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kC2zmrqaXqEQkz72t8vJOzhlPsVUFVT9 { width:16.3125rem;height:11.9375rem;top:1.3124995231628rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyOLwGglByWXqepuJzgfQgfoqeiV4q3H { width:20rem;height:5.175rem;top:19.375rem;left:0rem;font-size:1.4375rem;color:#f3eff0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQ8oIfsrGJMDnr89JaFc2tOpsi7s9QDK { width:20rem;height:3.4125rem;top:32.1875rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;z-index:14995;text-align:center;text-align-last:center;color:#eff9ff;display:block; }
 }@media only screen and (max-width: 763px) { #BrkyoWROhrumKHGq9gzg5qOqzTl9tG9A { width:20rem;height:5.75rem;top:37.0625rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dhWO31s1m1fvbTwgNV43LdgbgfJEUiZu { width:3.3125rem;height:3.3125rem;top:27.962502479553rem;left:8.3437502384187rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPq1C1v2SXNFKfomwJp6SHeTTBIXJmsv { width:20rem;height:3.4125rem;top:14.75rem;left:0rem;font-size:1.3125rem;color:#f3eff0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmbxtdBuXuE1H62EO8cAfhxapca2CmJU { width:20rem;height:3.4125rem;top:36.60000038147rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;z-index:14995;text-align:center;text-align-last:center;color:#eff9ff;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3u2xnl3cVTgF7TmePl88kpp2L490SaO { width:20rem;height:22.3125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP0znvL70v6kwFrqatlGJLFhGbqPRiKh { width:19rem;height:14.625rem;top:23.562501907349rem;left:0.99999994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#TP0znvL70v6kwFrqatlGJLFhGbqPRiKh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31acdd913deef403020b7ad1a6a69cbbe6d74584.svg); }
 }@media only screen and (max-width: 763px) { #tM9vWLTv5U5uqiqyZ5gW2Eyf1NFMWSHW { width:18.3125rem;height:12.5125rem;top:40.061720371246rem;left:0.84296876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWTHbcJ9M6SMVmMwvZDs05sPI5UZCqKX { width:10.75rem;height:10.75rem;top:54.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQnQAOSHD9z95F2g780TiRRu1OGPvo6z { width:12.5rem;height:12.5rem;top:54.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk7WsOegOX9CfcnSSkKJdX1ItzqpSNBC { width:10.9375rem;height:1.875rem;top:65.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stB02OoByqg0kyvOfXwCtJWB1TibPWyN { width:10.125rem;height:1.5rem;top:65.1875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAn3yMsELU3yeQx85XS5N16isetAGQvy { width:12.5rem;height:1.3rem;top:68.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0X6kTyHkHWkxicFmAd3ltWbRzILN9JG { width:12.1875rem;height:4.0625rem;top:70.7375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw { display:block; }#TUue9ziEk1vbDHTN5gaeWubLDNMr1ohw > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDrXoqzMtQvr0mAM0tCBcfb5wkOxCm0N { width:15.875rem;height:3.4375rem;top:1.84375rem;left:1.1249999403954rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH { display:block; }#JAeDCXc9qR4kqRvD9QpsUB77DU0m0hbH > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avKiTtXPhVdOGlTAoEzUHns6uZ5HqesS { width:20rem;height:2.925rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJspTupuQW2LDaoayXZArSnD0EdL7S66 { width:20rem;height:22.225rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }#aJspTupuQW2LDaoayXZArSnD0EdL7S66 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg); }
 }@media only screen and (max-width: 763px) { #VBdgBlZWdNLW1d4E3LwRlfwcIfLPIlGM { width:20rem;height:20.425rem;top:33.725rem;left:0rem;font-size:1rem;display:block; }#VBdgBlZWdNLW1d4E3LwRlfwcIfLPIlGM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95c81089ab7a2162b61a18c40467215e.svg); }
 }@media only screen and (max-width: 763px) { #Ef5ySbFPZUx1vGw3l5q0Lvog2C1VyNkC { width:12.8125rem;height:1.9375rem;top:59.837503433228rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgsaGPyt4PKC0xX5uvfcqtCoH9qZSxi4 { width:20rem;height:2.925rem;top:30.080468177796rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0GQMEsmT5C8GhVanATaZBAdHhQdKP1 { width:10.625rem;height:3.25rem;top:55.775001525879rem;left:4.6875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI { display:block; }#goMMuSdV4Qg5Osr7GVJtRxc8m3LPKiuI > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsbIBxhNwE6qNdAo7KtdvOumlU0RSA46 { width:20rem;height:52.38125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL { display:block; }#dPzSXD9UCKJptHUWsS0oOCraKoHmXgyL > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcJunuRpClu91lAg8xXJOqpK5sqLzfS5 { width:20rem;height:13.316708229426rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0tIvPwwb1gsGniFAwuWfS8vVmzB71Df { width:20rem;height:13.316708229426rem;top:15.816375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btatDMDVL2wcmNKksk0dUSeP9wLuowWU { width:20rem;height:13.316708229426rem;top:30.38275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4whTN6RhwoO52dLh0eMvJzcbWZH5InQ { width:8.4375rem;height:2.5625rem;top:44.885938644409rem;left:5.7812500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5uFlRgmukyK2s6ZZIi3XtiRrViAWtQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo { display:block; }#tOleN1JDAoVV2cKQ2AaZcDTeDK4rvcVo > .row .container { width:20rem;height:182.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2JT0kOk67nqvtrshw1dpUWTXxSJm9T7 { width:18.75rem;height:1.38125rem;top:15.787490844726rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJgCZfREfHQ0oHH2CkmDHTBWounIuQfC { width:18.75rem;height:6.4rem;top:18.162490844726rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mm846n1944uKVGpoTyTpVmekOfXCRE { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbxTXGr65nJ0Gqb2ARIP6fmeHRpw8SUR { width:6.25rem;height:6.25rem;top:6.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGhNMXfQGrzQ0ZLn1A1w8eApTeqTXgr { width:6.25rem;height:6.25rem;top:72.4125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMDdp2pGvcCrFS2RmE2EHiRSLRo3J38m { width:18.75rem;height:1.38125rem;top:81.637490844725rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMNnefRt0SurWZzzP5unmpGiyMC9trzi { width:18.125rem;height:8rem;top:84.012490844725rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOrUhxXTk1ehvg1SbvWVdT1CLkGWc7dp { width:6.25rem;height:6.25rem;top:138.2625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo2ZMSz1n8KD8rkTAksC1ruLFbBof8m2 { width:18.75rem;height:1.38125rem;top:147.48749084472rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4pEK2lmg59FOXoN5a9FgrUXuixGuDWc { width:16.6875rem;height:6.4rem;top:149.86249084472rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqkbZEzLRZcMWzWBuO3N01DFDSfh08E { width:18.75rem;height:1.38125rem;top:37.587496948243rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txl8vzJgXxQhyIgEXXHX1fMFXamPrhsv { width:17.9375rem;height:8rem;top:40.462496948243rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQZMJyQ27ABfXwiv3b3IxWVBtbxrDlG0 { width:6.25rem;height:6.25rem;top:28.5125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9MEd25HobkQpctF5ZDHJJP1tuAEc4A { width:18.75rem;height:1.38125rem;top:103.54374389649rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkpeIG8ZmPZRDqgOUR02wUMKvnhKgv66 { width:18.6875rem;height:8rem;top:106.24999694824rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbxgppOZ5eTrcdBsBWpcRTbeILtIfF0E { width:6.25rem;height:6.25rem;top:94.3625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCGSgn7IDfofqSTiNKaXksP46vNTOs2y { width:18.75rem;height:1.38125rem;top:169.54373779297rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niut6OohEihoDhCsJPPhIFPTOMo0sK1L { width:17.375rem;height:6.4rem;top:172.31249084473rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITzH7TQunZtSqsvKt6DAbJBPTqPKtglU { width:6.25rem;height:6.25rem;top:160.2125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMvynixs1W2LVRerrEBWPkMBcQNeEqND { width:17.9375rem;height:6.4rem;top:63.025rem;left:1.86328125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVXm0cGo6ietacOeRrHK9wTq465q6pPF { width:17.8125rem;height:8rem;top:128.07499694824rem;left:1.3624992370606rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIqiuX8RN7hTumJlAwPMmdMC2Vaq45yg { width:18.75rem;height:1.38125rem;top:59.737509155274rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQqtKAA0enkdzZMgnkmPNtBpOB1MQ4UX { width:18.75rem;height:1.38125rem;top:125.58750915528rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJZlpNRUHuHqhJxQzQTukLmNgfZVCpP9 { width:6.25rem;height:6.25rem;top:50.4625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpq9a1G3CFWGqTgbxZr2HPZgR9CFLcvG { width:6.25rem;height:6.25rem;top:116.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeSih40Kl4NQHbEU0cBT7WlVxNGRwa5v { width:19.0625rem;height:13rem;top:14.0625rem;left:0.375rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d89d90voFahCWOpU99DahTKf1Pm78P5y { width:19.4375rem;height:13rem;top:79.9125rem;left:0.1875rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Q6WAzV4HKbDaolP4Ol0Cqt4KVmTPK8nM { width:19.4375rem;height:13rem;top:145.7625rem;left:0.1875rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Wn90rdxVzP5z7kkFzsUGGc2FytnfsR5g { width:19.0625rem;height:13rem;top:36.0125rem;left:0.375rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DmklmUb9UDDqQAPJwoA7dyCQCaBVdGrG { width:19.0625rem;height:13rem;top:101.8625rem;left:0.375rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MrScLXdX3lnx4EbQDu2f0rxoe55iXm7m { width:19.0625rem;height:13rem;top:167.7125rem;left:0.375rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U5GX8Mc3OT9OMpgfUI6iafg4yk2r92Sa { width:19.0625rem;height:13rem;top:57.9625rem;left:0.375rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #noAUyiDRo0yhRCb3wRW1g24qOI6CoEoi { width:19.0625rem;height:13rem;top:123.8125rem;left:0.375rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vgGPKMvAXiWxyybWTEufHIQMNeSg9xbl { width:20rem;height:28.5109375rem;top:73.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q { display:block; }#WHlrqcmKRu1t8fQDDIC6TRWSlR6g1Z1Q > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN3Mo00dTX2GRV7Z6ITaz6LsHef8y7s1 { width:18.4375rem;height:40.625rem;top:6.5625rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#TN3Mo00dTX2GRV7Z6ITaz6LsHef8y7s1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31acdd913deef403020b7ad1a6a69cbbe6d74584.svg); }
 }@media only screen and (max-width: 763px) { #l001eohuJ0p0upGkyP4FsNbHc6iEf0Ht { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTsABTSLZZDHbSCQSWogVPxpPXf1BMX { width:9rem;height:2.875rem;top:48.4375rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdhvTEioyX9XW9kJcneI9wLpbFqWC17p { display:block; }
 }@media only screen and (max-width: 763px) { #x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV { display:block; }#x9TnwkH5sCodFoVOIaaMn77IXpM8DtGV > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNTwDXQ5ulwwRTA4Fa2OV2qXOp9eXwbn { width:20rem;height:0.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 { display:block; }#B5S83PMzzQFJAfODHZKZqZOOK0Qlyly3 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJoKO9xCk2WJJm0vEDZyqslZLFMv6RJA { width:16.625rem;height:16.625rem;top:9.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhGiAen2HEzqEHHzDAGgafhI3HgrwAWM { width:8.875rem;height:12.3125rem;top:60.3125rem;left:5.5625rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #siGqMOb2ZXSCTv0tQ2cHVTWxOGV4P8Ir { width:12.9375rem;height:18.0625rem;top:41rem;left:3.5rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #SlLwePMZSg4HnGisz87T2O3T62QNRcKZ { width:12.9375rem;height:17.875rem;top:25.381256103516rem;left:4.125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #B6qoiJy8LUJJG5cwqbNWdgRoqmZ6oDl6 { width:12.9375rem;height:18.625rem;top:31.812500953674rem;left:3.5312500596046rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #Zu96fSHdkhnGCp5Hlgtoe3QvVNw6AVaU { width:18.25rem;height:18.625rem;top:8.5000009536744rem;left:0.87421876192094rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #bSeePs3q4yZ8r2TTd2WzkWk6mXxoiMOk { width:20rem;height:23.75rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJAb5WCZC2pdVH1wAJCZfGmQBrmflxGi { width:16.3125rem;height:3rem;top:1.25rem;left:1.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUuHkbzsRJelFpoQHJbTvd4MTchuqUud { width:12.5rem;height:1.625rem;top:1.9234373569489rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyLDBgo6QnvDtQin1aHl8EDsN0Io5UXW { width:16.3125rem;height:3rem;top:4.25rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #myDfoHgTLcH4U285DdvTDOhGKrLwPZcP { width:12.5rem;height:1.625rem;top:4.9375rem;left:4.7367187142372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og0ISaA1Gak3mke7Ldr699cHUgTAfhZL { width:18.9375rem;height:21.6125rem;top:32.08046913147rem;left:0.53046876192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IUyJZcJxwLEyIm3H12guknPtRWnpX90c { width:20rem;height:25.4375rem;top:30.737487792969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAM2dueTLkBv4MvEuasGynzcu1ci6zAA { display:block; }#zAM2dueTLkBv4MvEuasGynzcu1ci6zAA > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPwOzikGTbQtFMTmHXlVy7RO8fOuNtTg { width:18.3125rem;height:25.75rem;top:0rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeSmLWTqZadB4IT5JBAWNd9TCJggF5fo { width:11.0625rem;height:11.0625rem;top:39.874307155609rem;left:4.4687502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi7cp2XrrFqQK6CKzbhdgZvvWZfpSZCD { width:15.75rem;height:1.05625rem;top:52.625rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRfTTuqQ4uWU28GVdOsMhvw31S8C0bgT { width:8.5rem;height:1.05625rem;top:55.375001907349rem;left:5.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpZcIUZDRtn6JLEteTKk990n872XScIq { width:10.75rem;height:10.75rem;top:19.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELM8mX7sq9aVKgWW20zBPZwJZEc8rZmv { width:8.875rem;height:12.3125rem;top:1.0625rem;left:6.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xmpbtVFol5Tz9xXg5uZKfGH4AxNPdtkL { width:12.9375rem;height:16.9375rem;top:1.0625rem;left:3.5625000596046rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ThB3pt704sf4AuLZW2oVegUzfvve7dCB { width:15.75rem;height:1.05625rem;top:53.8125rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTORtqSlx8XZ9NapKJpVPKJ6fW7F3112 { width:15.75rem;height:1.05625rem;top:32.118750572204rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZBrnHgZsV99T54Ng9FwA4N5xReMADkC { width:11.1875rem;height:2.1125rem;top:33.562500953674rem;left:4.4062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyXqLnTDLcHoNy9WhIf7d7D6xWlxkKF1 { width:12.875rem;height:2.1125rem;top:36.250000953674rem;left:3.5625000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUHPriepQ63i2UKtASpJfWzdthZVpLsU { width:18.3125rem;height:25.6875rem;top:0rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sn2QKIhEnQD3f6O0ZAkHMEHzWTeoXKxk { width:12.9375rem;height:17.875rem;top:25.381256103516rem;left:4.125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #Ct9S9xWStVvarwgJQluTDsvmfQzh7NvW { width:12.9375rem;height:18.625rem;top:18.875rem;left:3.5625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #rTLvBagCfokG6AlFV5AnUzckwU5oJzFe { width:12.9375rem;height:18.625rem;top:39.125rem;left:3.5625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #rmcKaIaNJcPIoIXLyaiXD0ETGBOrwDau { width:18.3125rem;height:25.6875rem;top:28.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALU6EKAPd4KWzFTJ7yiAattNRQWDsJWr { width:12.9375rem;height:17.875rem;top:20.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toXNEqKOMNy5iEUIyQ0vFHoCr1PLeExc { width:8.8125rem;height:12.5625rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAFE4QEJ3VxW2i9fiNxkB2NAQqShcc4B { width:18.3125rem;height:25.75rem;top:0rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9Tn3kXfdKQts4TKnSGUIMXzSFSc76mZ { width:10.875rem;height:10.875rem;top:1.7812509536743rem;left:4.5625002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brp6wybTXJ659IpWncGkSr6fE6IEx44S { width:15.75rem;height:1.05625rem;top:13.812500476837rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2IHc0XETxGCVexJDvA4Qonf2cLXOwD { width:15.75rem;height:1.05625rem;top:14.9375rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSOibEAeXg3nF5gHb5JeUvVpvdql7UMc { width:17.375rem;height:1.05625rem;top:16rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHDKuad7tzr4z1d5IDugdvUfoz3d0FS4 { width:7.625rem;height:2.1875rem;top:11.237500190735rem;left:6.1875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeB4eavDJkZyliUNVx1Ak021FsTeCHr { display:block; }
 }@media only screen and (max-width: 763px) { #UTqFtZozFktQFi9rT3JgSlSvcb6BN9XF { width:7.625rem;height:2.25rem;top:29.175001144409rem;left:6.1875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbMTKfGdT0azW4InHMVISg9CMS8Mw6M { display:block; }
 }@media only screen and (max-width: 763px) { #ZXwhsxlAgkTdieENpKcUPhhAnnNf53GA { width:7.625rem;height:2.25rem;top:49.862501144409rem;left:6.1875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTmFNNTQ4irpEtA9Qi21Jf8lCcOrDXTs { display:block; }
 }@media only screen and (max-width: 763px) { #Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 { display:block; }#Ap1StzgE9P8WJUXPnACa3p5TntEDP6b9 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9SnN8AVTGrW3HhTZpUHVDECnvSSzP7G { width:10.75rem;height:10.75rem;top:2.15625rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mVuPRGDaX6N14mkwtp0UafeqeQCIlX { width:8.375rem;height:1.05625rem;top:14.125rem;left:5.8125000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Og3ssW1Hq66S2MxbGaJiK2fwIa7zCipw { width:8.5rem;height:1.05625rem;top:18.19296836853rem;left:5.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8OQELhToD6hQ0teO02LxZu98BBQVOKS { width:8.875rem;height:12.3125rem;top:1.25rem;left:5.5945310592651rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #IotRHVGySKBNTsD521wKoO495OVTf6ip { width:12.9375rem;height:18.625rem;top:1.25rem;left:3.5312500596046rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #keq2Ni8J1Ok8tEKh8fHfgra6xmVa99Da { width:12.625rem;height:1.7875rem;top:15.631256103516rem;left:3.6875000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eLTaEB4BDdlm6trfzdisiCMaWlGvnBkB { width:12.9375rem;height:17.875rem;top:41.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7P69pCXhWEV5abccT4UlHniBw3mAVfT { width:10.75rem;height:10.75rem;top:21.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWF1ppFv4nLNtXI10Ed51u4h6oSLXcl2 { width:15.75rem;height:1.05625rem;top:33.75rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaNKoWTS5DOgbIHr2iuRL1dmbMdAgy6x { width:14.9375rem;height:3.16875rem;top:34.9375rem;left:2.5625000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuJRNrozAeoD6KzJ0yLHDf35lLye0THZ { width:17.375rem;height:1.05625rem;top:38.237503051757rem;left:1.3125000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nldFze1P5eMkUPGsULLGcP0i6vLTAPce { width:13.0625rem;height:19rem;top:20.686721801757rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvgqXCsr2TVdDhhEX0Jr6CTsTFvQx0MO { width:8.8125rem;height:12.5625rem;top:1.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDlnT4XlWiHGnKLGtraug6iCeBJ6PNUU { width:10.75rem;height:10.75rem;top:42.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbQdUts65dLiKknCqov2XWfwkPQ2NzRU { width:15.75rem;height:1.05625rem;top:54.3125rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRN390n4NkpofvW5DyfM34dXV7sk5pUd { width:9.75rem;height:1.7875rem;top:55.875rem;left:5.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x0usbr4GNZ54wzZu2Cw4ABZs3ewkACZm { width:14.625rem;height:1.05625rem;top:57.625rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xigg7smIydnTkU2cVvlyRN8ic4O0rp53 { width:7.625rem;height:2.25rem;top:51.4375rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIIAa7oCmpeJkLMHg5lgC5ndnlMKOuNn { display:block; }
 }@media only screen and (max-width: 763px) { #rl5kAZopwfgQe1RT4GrJhkGkmIykpmgu { width:7.625rem;height:2.25rem;top:11.362500905991rem;left:6.1875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahapVca9rc0iQIA9FRGi2s5GD5fiagEF { display:block; }
 }@media only screen and (max-width: 763px) { #vFvLHsIiXSO105GvAl0nW9K5qwJTz26y { width:7.625rem;height:2.25rem;top:30.925001144409rem;left:6.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXwxt8Z6nhtDCIE5cbOfdXFGryd03AJn { display:block; }
 }@media only screen and (max-width: 763px) { #UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO { display:block; }#UbiJeP7y5PZqQdb5EMKi9Zg6uR2V12xO > .row .container { width:20rem;height:232.56170654297rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TExUS9oModgMTxmxSI5DpNPQ91oQ6SIV { width:10.75rem;height:10.75rem;top:2.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2L12pV7fQvkcMvi5I4gS7JTareffbl9 { width:8.375rem;height:1.05625rem;top:14.5625rem;left:6.0000000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpLoVRG5UHNKwlZ3sh8T32rSgLzxoZUo { width:8.5rem;height:1.05625rem;top:17.875001192093rem;left:5.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swrw17WVSEaiTv69S9esPS8aiKqEuHER { width:8.875rem;height:12.3125rem;top:1.5625rem;left:3.5625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #SF2QwIpP4XG3cZAos9aHsqoIPlygGtKV { width:12.9375rem;height:17.875rem;top:1.5617189407349rem;left:3.5312500596046rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #z6qmVKOfmbaKCl5uVBeLTNswSTn9zAfq { width:10.75rem;height:1.7875rem;top:15.931250810623rem;left:4.6250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XDLMwB9d5KGI8N94OBcdo6EiAv3ihsXd { width:10.75rem;height:10.75rem;top:22.186664581299rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFq37CIk0O5RVRsvZOuS20Jafs4vDi0h { width:15.75rem;height:1.05625rem;top:34.499237060547rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoiM0ugvBSOfMbqeKwmGxaT0a7XDNC65 { width:14.9375rem;height:1.05625rem;top:35.936737060547rem;left:2.5312500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxUqhCwU7zrtuvWVt22xCZQMa86prJV5 { width:17.375rem;height:1.05625rem;top:37.311719894409rem;left:1.3125000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8sxJwOhzaPgCIlzJl1n3T6sIPNzcIcQ { width:12.9375rem;height:18.25rem;top:41.043056488037rem;left:3.5312502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #UESmKqvbTTTZTMzKzDVAcXr4zHx808iJ { width:17.375rem;height:1.05625rem;top:57.0625rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7lmHgWafxyBaXHEE9HH0T8RozXe02bm { width:14.9375rem;height:1.05625rem;top:55.5625rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5cAkzIPbtA0QHp7ZZLXeLTSwS0gbT2U { width:15.75rem;height:1.05625rem;top:53.75rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDTbHNBsurRtLclstqSddDRxg43bSUSi { width:10.75rem;height:10.75rem;top:41.748616218567rem;left:4.6250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqp6LD1z91TcUzHqArPcKTXirZdwc2ha { width:12.875rem;height:18.1875rem;top:60.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHymPFEM24gGwsxP2k5zfvd2TGBv9r91 { width:15.75rem;height:1.05625rem;top:73.9375rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmWef2D8UcKHynT0647kTTvD5wWL9AeO { width:17.375rem;height:0.975rem;top:76.937549591063rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAIWITz6E2NUURK42TRMIxywUpiF64fT { width:15.75rem;height:0.89375rem;top:75.625rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ia9vHAJqQFiFIKy3MLtODxyPeO2nk3DC { width:10.6875rem;height:10.6875rem;top:61.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlRyUwqR0JD3sPufUQVPf2FUL3Xv2TFZ { width:15.75rem;height:1.05625rem;top:95.312505722044rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJZy8gagQvwlvVSFAQuKdttSTQQgUNmy { width:15.75rem;height:0.89375rem;top:96.963197708131rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJPfQWE52wXf9hoNriFBqiVJ4uTIS7T { width:17.375rem;height:0.975rem;top:98.3125rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bf6IpIMzXu0hWO3wilT4JbdxtwVWAxbq { width:13.125rem;height:19.1875rem;top:81.625rem;left:3.4375002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV2yiMPxc7cGRfBPqM3DEptqLbUaZJx6 { width:10.6875rem;height:10.6875rem;top:82.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTgRwCeCPcXyoP0FU7Gzl36DcvpE1qHd { width:10.75rem;height:10.625rem;top:103.4062538147rem;left:4.6250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZIvtw9WINCVzNOvEBZMaMTyVNPeZ0pe { width:15.75rem;height:1.05625rem;top:115.6875rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTSnlt1SSGg803upQeUXBpbdfVrLKBEU { width:15.75rem;height:1.05625rem;top:117.76944732666rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDxhfQOa5kSdge1cZ4SLXNpgQLWgiRDp { width:17.375rem;height:1.05625rem;top:119.2812538147rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBpTy6dez13rvk7U9HvUn3mchPgqdrQA { width:12.9375rem;height:17.875rem;top:21.311110973358rem;left:3.5312502384186rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #bWTCD1AiQ0MZ2uSvKedvxN22y92hMyqx { width:13.125rem;height:19.1875rem;top:102.75rem;left:3.4375002384186rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #JTbGc26e0ThpqAU2XPvxTEmFkAHT48qD { width:13.125rem;height:19.1875rem;top:124.54922389984rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zamf59z30OZItSfFqdQoEdU3Bc9ih6O6 { width:13.125rem;height:17.9375rem;top:145.87422370911rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8HTSlwpURdcBMd2h8fu7RS27sKH3Iqi { width:11.125rem;height:3.16875rem;top:138.74922370911rem;left:4.4375000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Idy1uOS7AdhBVixtftce91JfoEowIsAN { width:15.75rem;height:0.89375rem;top:160.24923706055rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #efeq6K1SgO9GCvxLRUkrXgXxierxuvav { width:15.75rem;height:1.05625rem;top:158.72109985351rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALtuB3V4mvdVWSSkFhJJMAL3Xt1JUAvW { width:15.75rem;height:1.05625rem;top:137.43046569824rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtuIZquprFp8xdbl61PyHUAWa0tTNk7V { width:11.3125rem;height:10.625rem;top:125.37422370911rem;left:4.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmD5vtSRqpLFsZO33bHIf9yKB9NkTZhX { width:10.625rem;height:10.625rem;top:146.62421607971rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTLoN8O1bN2m2nfa8Ht4TiZa93b5p4AV { width:17.375rem;height:1.05625rem;top:142.16797447204rem;left:1.3125000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDtg0GpMTT65mpkOMwPzxRGcRGvVCmR2 { width:17.375rem;height:0.975rem;top:161.68671607971rem;left:1.3125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTagGsAERZAMqHM0dkKJovrbeD0WI8pF { width:13.125rem;height:17.9375rem;top:165.73046875rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIuMCZrSlfAEn1Ap0OSny4NGUJPox6Mw { width:15.75rem;height:0.89375rem;top:179.43671989441rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Waq0BmMFkvqx8RRChFmITJ1saXeZVZJx { width:15.75rem;height:1.05625rem;top:178.18672180176rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahNhAeA6TTh30l9NgJNuekCilVZHWyVf { width:10.625rem;height:10.5625rem;top:166.24921989441rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsQsxkrq2JTkMKIlXTdihIr24Gzme2KT { width:7.4375rem;height:1.95rem;top:180.93671989441rem;left:6.2812500596044rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ag5tR2QonMFpMloWcDFIXdIAFsW0ve1R { width:13.125rem;height:18.5625rem;top:185.81171894074rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeRolzoeeCylHDqT23fqcHqOD3bkm1Fe { width:17.375rem;height:1.05625rem;top:202.60546684265rem;left:1.3125000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GziCm0q8sHzvMGrKHZwG7FitiVnbl2Ou { width:11.125rem;height:2.1125rem;top:200.10546588898rem;left:4.4375000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZeLa6kuwhtBiNEseHobGnpIwks7VhV6 { width:15.75rem;height:1.05625rem;top:198.56173706055rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwydssSpZZoW6uCeNETQBKpQqPtIGtSE { width:10.625rem;height:10.5625rem;top:186.49921894074rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqbxVNHJmn9oRSN3vQM1f3Fv7yu3ri55 { width:7.625rem;height:2.25rem;top:112.49921894074rem;left:6.1875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbpeQMp1trniDp8gtdIgBQ2T567QkP31 { display:block; }
 }@media only screen and (max-width: 763px) { #KiK5Md9GV3KRQpdzHELrCM9tbiR98qWw { width:7.625rem;height:2.25rem;top:11.925004959106rem;left:6.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHkKoKPyXSGXGRAlTDxGwE696HlSta8y { display:block; }
 }@media only screen and (max-width: 763px) { #XIMl384l930x9mhIPNS6dA6M4oLraJv5 { width:7.625rem;height:2.25rem;top:31.310938119888rem;left:6.1875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5XU7FICAGF5NZE00LuI9Im1Lys7KSR { display:block; }
 }@media only screen and (max-width: 763px) { #wnRn6xWbq0IanaliIBzyLy4I0gEZxdI4 { width:7.625rem;height:2.25rem;top:50.81093788147rem;left:6.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTqqsSCKySiOM1gpGGc1PzITVX39HbIm { display:block; }
 }@media only screen and (max-width: 763px) { #bennGL4UgTRiw57VzZgIJPPoOQwOJ8o5 { width:7.625rem;height:2.25rem;top:71.110935211181rem;left:6.3750000596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWOfOS2uhFuodi934iqHiumTLDfE0rs { display:block; }
 }@media only screen and (max-width: 763px) { #OhHbKgBlKbZlP6DEadH5IVbFygbC4lDZ { width:7.625rem;height:2.25rem;top:92.110938072206rem;left:6.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz1q65vTye6DpsS6zfK9klDIPdk9CPDW { display:block; }
 }@media only screen and (max-width: 763px) { #Acmh2TUgLJeG7AWN6eBVs2OKPK7TAWRK { width:7.625rem;height:2.25rem;top:134.61172342301rem;left:6.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcFcklVzS4tAavcKliwyc90IOZvqTOHI { display:block; }
 }@media only screen and (max-width: 763px) { #nihgUO4m2Ed5FSf2faQbGcggydSliCfb { width:7.625rem;height:2.25rem;top:156.02109050751rem;left:6.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpUR4Oz12ulht0Q0gGovfQNaFh8sd8d { display:block; }
 }@media only screen and (max-width: 763px) { #F16KZFCmq8I8tTTKPfMuTv5xn5eF1qLn { width:7.625rem;height:2.25rem;top:195.79921627044rem;left:6.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RTTZUMyBJhw3o7Th8fhqwq06M233or { display:block; }
 }@media only screen and (max-width: 763px) { #aXzQuNl7oSkB8GKrUKz01LSA633aELgA { width:7.625rem;height:2.1875rem;top:175.42422199249rem;left:6.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0yXo8wu26SUAWecaDA3lX5qKtw3oL1 { display:block; }
 }@media only screen and (max-width: 763px) { #LEF2GMcrLVndkVfZ7ENwLDhmCN0gzDMd { width:18.3125rem;height:25.6875rem;top:205.62420654297rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE9b1F527lq1wt1GyNKlx5AiGIKkFZQT { width:14.9375rem;height:0;top:225.56170654297rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXwAlfDChSPMvRkt6zx9IrQOoFOchupx { width:15.75rem;height:0;top:223.81170654297rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlXmrt5cXJKsTob3GKphv0ExXK0E4ZaD { width:15.8125rem;height:15.75rem;top:206.24920654297rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnmth1Hg99xqT6gBy7WT6aD6OWhF685J { width:11.0625rem;height:2.4375rem;top:220.74920654297rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1gdSccdyEkPfJrZU9SV1AfHJFu709qw { display:block; }
 }@media only screen and (max-width: 763px) { #AIuIBLRiwuQ8WMiS0WsUdnphqJDqntzQ { width:17.375rem;height:0;top:228.24920654297rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM { display:block; }#Xd5ClRfiSnbXaNyTKIhf9ETaVP31LApM > .row .container { width:20rem;height:248.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCagBZwNHq6s0IJ1IdCvbLHuuNUSlKOt { width:14.5rem;height:4.875rem;top:1.25rem;left:2.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INoydFF4UmLlX8Bhqw3Gqmox22S1E59i { width:12.5rem;height:1.4625rem;top:7.9250004291537rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OU6cqEl7zsPF4qPdlBKSmJrezk3gcoTa { width:16.125rem;height:1.4625rem;top:9.3374998569487rem;left:1.9375000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJB9MEEORyKd5y9DAn2fxX4TTv3ZRDas { width:12.5rem;height:1.4625rem;top:12.399999856949rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtuLw6lFK5z292CMrLaMNxLmuDQE8TSG { width:20rem;height:4.875rem;top:14.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wxJgXgB2GU8pSOWChcTJ9hbVA8IS0LhA { width:12.5rem;height:1.4625rem;top:19.4375rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcunUiBw84gguG0OEDcADeKT5aKBbFaC { width:20rem;height:2.4375rem;top:21.150000572204rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D91pf9nXLCpDQJyyvgPe5Q8HfB5bMvaE { width:20rem;height:2.4375rem;top:23.850001335144rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uabQy0fnn8WqAT80a43crOa3VkIwfyPV { width:12.5rem;height:1.4625rem;top:26.812500953674rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEFn0fCQ4TNPas9Nyo1KuTExwE7U2gHR { width:20rem;height:3.65625rem;top:28.750000953674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxDKtp4GAbQTkZ4QEKMHPJwrdx8Faw72 { width:20rem;height:6.09375rem;top:32.996874332428rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJiFtFfofo9d4ueQKuhDKatZ29m4tDz6 { width:12.5rem;height:1.4625rem;top:34.750000953674rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vm8GfSEUmcuPTIsGtVo1a4hku3exFTTr { width:16.125rem;height:1.4625rem;top:40.625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOSvNJRTPNn9MN78yK13u4V92JsTBDA { width:12.5rem;height:1.4625rem;top:44.375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCB5Q2flpAlCDexl5GNqG2ebZSwf8F30 { width:19.125rem;height:2.4375rem;top:46.375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rWMER2xM4vymfo4t9VbIxcQhZJh4Hv47 { width:12.5rem;height:1.4625rem;top:52.9375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkdNRKwdrr0nIgIGH6QNNnFFhuTx2zuF { width:20rem;height:7.875rem;top:55.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HkQpVXbCegVADcOk3mJbr0bqn8DTTrZ1 { width:20rem;height:2.6rem;top:63.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0T7ZKu6qlByTXIUDZUuT6uKBRmImRoU { width:20rem;height:4.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ8n9363KVgJAOVGWn9n8Z8qM1U6bhm4 { width:20rem;height:3.3125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzVEWlu84O4Wg6XKB0gd5TFdWnTCf7x { width:12.5rem;height:1.4625rem;top:67.8125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0O4SV4ScqgiTO3CIhFpaONti6Jp6puI { width:20rem;height:2.4375rem;top:69.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgbatQ1KfAXu2ZiDDWDEidmPiXdaNvbS { width:17.1875rem;height:2.4375rem;top:72.3125rem;left:1.4375000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdhDzhk7QtEVOrfZ22kv8PrTHP7e58WO { width:12.5rem;height:1.4625rem;top:75.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT10XlWVKbvnoVqIQ8qw9PBSlyzzRZoA { width:20rem;height:3.65625rem;top:76.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMbcR8uPgQvFelQZxUTlKQaBQ0tcP8h5 { width:20rem;height:2.4375rem;top:81.06250190735rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5t1lT0hCQbTSbrBklgHmlITnaKvBohP { width:7.1875rem;height:1.4625rem;top:85.25rem;left:6.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW8E4mTI0TKgAykultD63JzIROVZd0vk { width:13.8125rem;height:1.4625rem;top:86.962505340575rem;left:3.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiBx6DLQSqX6ICmI7pdgupNoFlAxOn5H { width:20rem;height:4.125rem;top:84.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lekPCBIQQqCEBHCe98o0tpOynW10sAWK { width:12.5rem;height:1.4625rem;top:89.6875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gug6M31OU3vCBffDCc04WgQcG0dNcTCw { width:20rem;height:2.4375rem;top:49.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtsaeZvRZ1oQscHLczmgAnirR8fNdJ7Q { width:12.5rem;height:1.4625rem;top:96.775001525881rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5kpm9rVFJKeNtDtubqHUuJuToiQP5za { width:20rem;height:3.65625rem;top:98.500001668931rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WroGH5c1fMWe3npgeWZbZ5lgNiyq8QV3 { width:20rem;height:3.65625rem;top:102.62500143051rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsIHEAV9TdRcm7asMPAw7pdCpIpnuHXi { width:12.5rem;height:1.4625rem;top:106.9375rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkBHaOQ3tkA0OaaRkbC6WTdOpxmeltBx { width:20rem;height:2.4375rem;top:108.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3kfhS8nn7mHELBgcdZg4SGJ4ziEqUcX { width:20rem;height:1.21875rem;top:111rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVJJ8Gw4Vuz9l1izlXPOFfWaPmbyeiZ5 { width:12.5rem;height:1.4625rem;top:112.93750190735rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cl9MbbrZryRlKugR6pSIQ1FdPZ26U70t { width:20rem;height:6.09375rem;top:115.00000190735rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tr1OzA0QGMTz1JHQT6baOGnLCyWoNxwv { width:20rem;height:3.65625rem;top:124.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9qgMaDckrkzyK4m1spdMGWtwzxnU0OB { width:12.5rem;height:1.4625rem;top:129.375rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQZAshGGMfD5OK8VlPORlZXCWQUJEBFG { width:20rem;height:5.625rem;top:128.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwoqyuKlvNdIWnoSXo7KCJmgU5EsMu0a { width:20rem;height:2.925rem;top:130.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0u0FOizIDwAfdielCnJTKVu7uRRF0Wv { width:7.4375rem;height:1.4625rem;top:135.6875rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wigP0AxVrIRqTolX2RtLeMqL2qyWrG80 { width:20rem;height:4.875rem;top:137.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jik1p5q5VzSgdfAfaXbuL0sG5cGsgU5W { width:20rem;height:9.0625rem;top:169.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }#Jik1p5q5VzSgdfAfaXbuL0sG5cGsgU5W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jik1p5q5VzSgdfAfaXbuL0sG5cGsgU5W li:before{  }
 }@media only screen and (max-width: 763px) { #MJdNrmA6IthAUV4ZdC2JyOC0dpcAfB7y { width:12.5rem;height:1.4625rem;top:179.125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnM1wgspymSKtRZBnFT4nWx3C33QTFUa { width:20rem;height:1.21875rem;top:181.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJlNESadr18zneqhwLOqIarHsZerf0iT { width:20rem;height:1.21875rem;top:184.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AT9fOaw2R6QDfdByEfrUSpwUwbKbJp2X { width:12.5rem;height:1.4625rem;top:183.625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3ywVrIQQKH1HxuT7dUUrPp7oZKpb5t9 { width:20rem;height:2.4375rem;top:188.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDh7d7XB4fuUPFJmfLTuZBw0oQduumut { width:20rem;height:2.4375rem;top:185.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPOTli3WZHFU3MOL8TtC4MhuHLIT1hwo { width:12.5rem;height:1.4625rem;top:193rem;left:6.1250000596046rem;font-size:1.125rem;color:#0e0e0d;display:block; }
 }@media only screen and (max-width: 763px) { #xd1D2SNad29F8Zv0cAe5gw2GD18I0aGP { width:20rem;height:2.4375rem;top:91.400001525881rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XlUIm3DiHaiT7THzUHQRpWvN2WKplfc2 { width:20rem;height:4.4375rem;top:192.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzpVqcKZsKvcQ3JTRv5Oaicsa4TMzUK0 { width:20rem;height:1.4625rem;top:194.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fl3nJTNHP0KfrwHneW5U2WtZyZWzpsUW { width:12.5rem;height:1.4625rem;top:207.9375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT8V8X8TfR04mBu3ODzL0DvUoQCxhz71 { width:17.8125rem;height:5.25rem;top:210.125rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8QwW3t0LuZtyJ77HdOnVhllOzdZefTG { width:12.5rem;height:1.4625rem;top:221.9375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0e0c0d;display:block; }
 }@media only screen and (max-width: 763px) { #shOToFFecOEWBnza0eBQ4wnFDCL2VIBz { width:20rem;height:4.3125rem;top:221.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEOvpD1ONcoSwlux7BxK1M1KAElhbyMI { width:20rem;height:1.4625rem;top:223.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4r0m5rQierVAFBLGGH6BR3KI2sxIRxd { width:20rem;height:3.65625rem;top:216.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaDPAQ5omm1wVivA13UAufhRZ3hl5Kyo { width:20rem;height:1.21875rem;top:224.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rui7dygCIwfLMLu2Pr3CZW528xXwMNlJ { width:12.5rem;height:1.4625rem;top:197.75000476837rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OpnTxLB7SSDln1xThc22Fna4Gv6Eb7Op { width:20rem;height:6.5625rem;top:199.86250305176rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqQ0JA9pNpmPZA7rGTWAU89VSwUGufzF { width:20rem;height:17.0625rem;top:143.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzU7Pu7CZVa3qGJ1M3IEqICVLW4NRUC3 { width:20rem;height:1.21875rem;top:161.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krGgM2VLwqzkmJ35SNJGGevatPgX24vT { width:20rem;height:1.21875rem;top:167.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caHIcRGxO4TfXR2emHiszqJRMTKD09qZ { width:20rem;height:2.4375rem;top:163.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#caHIcRGxO4TfXR2emHiszqJRMTKD09qZ li:before{  }
 }@media only screen and (max-width: 763px) { #rEV4acle0FvC6hkd5HIHZRBqV2OW1tuM { width:20rem;height:2.4375rem;top:121.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C59saq9qmJ1mu4FDoM6sf7Lx3v9WOCsP { width:20rem;height:16.875rem;top:226.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #io0vBsi05LeSCnytSXxCKZgZ0EnGiP6i { width:20rem;height:0;top:199.98750305176rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yIglGxkoSwTMHhPTqIamoeCPTTtMIOJg { width:20rem;height:2.4375rem;top:244.93753051757rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn59KGqeewwk56yuNod3flqyoMbmF1Le { width:20rem;height:2.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kFnSQoIw6tm4a7dKAipEx6TikfanNEHT { display:block; }#kFnSQoIw6tm4a7dKAipEx6TikfanNEHT > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlLMmsMMQTWh9Ee2AiafeMyTqU4zQ40L { height:11rem;width:19.75rem;top:13.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvEFxTTZ9OGpgInWm5x40mNuXXGhIKrM { height:11rem;width:19.75rem;top:25.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXl10LQlrk9Lnb4TI4cHkdKKWIiKV3x2 { height:10.5625rem;width:19.75rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO { display:block; }#k0XvzUiwdUnwTJtLMe7MRrZu5pFTuNmO > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6eTOpBmOUKzb1DJEupmeNfRhrCimveN { width:19.6875rem;height:13.125rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvhzV0C66rESEiAgp5rfZUSHWGntG7t2 { width:19.6875rem;height:13.125rem;top:15.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ZJeNgu5ixifSvuZTLR5TTwaqOTLlpW { width:19.6875rem;height:13.125rem;top:30rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC6NHEVp8VhLJ1EvxPBTHF59zJfWVfh1 { display:none; }#EC6NHEVp8VhLJ1EvxPBTHF59zJfWVfh1 > .row .container { width:20rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TxkScVzUk0W1kOJ7REfbHhxTSBqv0MsX { width:20rem;height:13.303769401331rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAo9OsUXVX2rlOrKOiJ9kaUGUiGCoWCI { width:20rem;height:0;top:15.803125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Co3PbLikTbmG5KpihLAhKWcZDc9ApUIh { display:none; }#Co3PbLikTbmG5KpihLAhKWcZDc9ApUIh > .row .container { width:20rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pys40BmN768IROxmTgmaZ9XRTy0BEzng { width:20rem;height:13.303125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJghLQCWcqDiL3yPMufLiFE0627nifa { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZRikL1zItbOmUw7n7utTsxucmStNShVG { display:none; }#ZRikL1zItbOmUw7n7utTsxucmStNShVG > .row .container { width:20rem;height:6.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XzOp1mDvDT7l8H6145e1w0Ez9DSZfDlm { width:16.4375rem;height:4.14375rem;top:1.25rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr { display:none; }#aAyhugrsa7tTSz8vLnoNANM0tnyFI0pr > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sw1rHC7osD1yHFFMZE5EstZ4RrSS2kKG { width:10.6875rem;height:1.21875rem;top:2.0765628814698rem;left:3.8304687142372rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#060505;display:block; }
 }@media only screen and (max-width: 763px) { #KtNe8XpyAaczSTTEN0n6AkiAvU3cspNc { width:10.125rem;height:1.21875rem;top:5.990625rem;left:3.4554710388181rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ruq42uH2mkfAbqAO11aIyG4ucyDrbC { width:8.9375rem;height:1.21875rem;top:10.590625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cXFrITIzhMTFIl3O6npwQPIh9q8mwH { width:5.8125rem;height:1.5625rem;top:1.25rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyR2qo6rQ5PyyMUCnArDEHiO2iTMpnLm { width:13.0625rem;height:3.1875rem;top:5.1rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWSgOmyUVRVHfdLFBnSRT7rOS1wgZPG7 { width:13rem;height:2.8125rem;top:9.6375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9RhCGqvrJyBk1JFNQp78xBVMtXVoFgF { width:13.1875rem;height:2.5rem;top:1.25rem;left:3.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh { display:none; }#LqMKHmGc11zdhvvcluTbXHFwuyaB8VWh > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lz91MEHaaEEa4giF5HvPgxUAM46u3TiM { width:20rem;height:1.54296875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs { display:none; }#IRmoZuPOVeCSTzs0M51FAeTlfbXGI7hs > .row .container { width:20rem;height:62.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BlgkHuXzZCh3GTu222z98UPVBVRFrkUi { width:7.9375rem;height:5.6875rem;top:4.875rem;left:6rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqCLZCZ7ydurWBQ6qVT5C4xQ2C5VzL2H { width:8.75rem;height:5.6875rem;top:25.8125rem;left:5.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H99wnK7NRxaRrXVZm9TDMtal4nFHFzM5 { width:9rem;height:6.5rem;top:45.1875rem;left:5.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foXTIvcuUT5M0o9se9D0eTkAgxCmnHV7 { width:9.0625rem;height:5.6875rem;top:15.375rem;left:5.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA0wLQRvMIUSfq2SQc0XPxXwd7lTTU6K { width:7.9375rem;height:4.0625rem;top:36.3125rem;left:6rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3AIwGgstWaVGt6iO6rsOiFeRLmTgkhT { width:8.75rem;height:4.875rem;top:56.375rem;left:5.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2LszeNb0f7lriUcet4JKmmcUhPpgww3 { display:flex;width:2.375rem;height:2.375rem;top:1.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #Sy6HWinNE6TkH6um2Ol6vNmAkpJRdJJK { display:flex;width:2.25rem;height:2.25rem;top:22.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Cizl1KwoyATKl8fDQCf0F4fIdZ3d6gOn { display:flex;width:2.3125rem;height:2.3125rem;top:41.625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #dy37DpoCykSVuqcNvgKt1bhasLOzA19a { display:flex;width:2.3125rem;height:2.3125rem;top:11.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #AtXdCRpcTpZ2sig1iFke8AhFxIHKrl84 { display:flex;width:2.3125rem;height:2.3125rem;top:32.75rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #bV97bo2TgpLFRRL9fXhqUrRUTHikc8OB { display:flex;width:2.1875rem;height:2.1875rem;top:52.9375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { display:none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGnTzPC8lesk80avnJhARzLh6GpNwnyT { display:none; }#yGnTzPC8lesk80avnJhARzLh6GpNwnyT > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U3TIdsHUqkpXEd01Z19IkdZbcXLhP9I5 { width:20rem;height:3.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP { display:none; }#Eo700cCxKBbU6R0mTMKEk6rVchanN5ZP > .row .container { width:20rem;height:71.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ca78JbNfGQiWEJbRZpnfnJ8bpEDWd00K { width:12.5rem;height:22.125rem;top:24.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHTwCA0V4CcXPmQlecXk0tPZGQ3SRkP { width:9.375rem;height:11.375rem;top:25.34375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvOOEFf6Fkc530anBSDLTFERIDui4s7p { width:11.25rem;height:0;top:37.375rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9cLstuTZ4PVth1VgCqC1PtlqfUTS6p { width:11.0625rem;height:0;top:39.375rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZuNidUVC2Ti8uo4zRUmTePHRtOBRBaP { width:4.8125rem;height:1.3125rem;top:44.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIQtAuSyvSIH0o2TC1Ok3T83vAwBC1y { display:block; }
 }@media only screen and (max-width: 763px) { #kZn9DoVAeZhDsPBXDFM1eUTuvhrU84E4 { width:12.5rem;height:22.125rem;top:48rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLzrpOZlgQuEn4T36ddTqFFT0oZkCxx { width:11.25rem;height:0;top:60.75rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgG5r9kUVC2DHJFIkomPx3Z6TaCxMCOm { width:11.0625rem;height:0;top:62.748046875rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPSPGd5CdJHGeDoDhM8ths8U9dAdKFd9 { width:9.375rem;height:11.375rem;top:48.71875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCluroWnr2ZnC9JzZZqX3avV7ZDyPrpR { width:4.8125rem;height:1.3125rem;top:67.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3B5PWmKhiHiN18lbbyWfyKWOwxgFEoR { display:block; }
 }@media only screen and (max-width: 763px) { #FofqWyN6sF1fp7FQFTe4hBwNAoeyLB0y { width:4.8125rem;height:1.3125rem;top:20.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07y5zymyrE57iVsZioToRautXrfzUBX { display:block; }
 }@media only screen and (max-width: 763px) { #Lscf4STJooEzFIzzw0b58cNvxMdHJR0h { width:12.5rem;height:22.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZALITpSRZsnPd9TrUL4iwLcrKHoTD9O5 { width:11.0625rem;height:0;top:17.3125rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMBgWvhfo8GQsTihibMAiMreBp7G2Fx { width:11rem;height:0;top:13.9375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOTb7erUyn3AgP4ru6us2r25OF3xnrd4 { width:9.5rem;height:11.375rem;top:1.84375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9deb871f-bcdc-452d-ac7b-5adc2180bf3d/shutterstock_22378124971.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v.adaptive-delivery-prevent-bg, #gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v.lazyload, #gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v.lazyloading { background-image: none; }#gDUmedQMdAmCMcHm9IdXKEKnAIUEOW7v > .row .container { width:20rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mT4dxzHBsfKReTy3tutKaUeXIHiJiamv { width:6.1875rem;height:2.4375rem;top:29.83046875rem;left:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwT10LF2U6Bs2m0taThb5oXghif6T5Q { display:block; }
 }@media only screen and (max-width: 763px) { #r7ybxqBLqTGCE1qwX9I11MAK0CLZXyrO { width:11.25rem;height:1.0556625rem;top:26.375rem;left:6.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RvnzEi6UJWkPQyctwhoWTbWTkq2RHkTt { width:17.375rem;height:0.89355625rem;top:27.6875rem;left:2.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWXX4XCzCQRlaXAaTRTw71H4RMebzH66 { width:13.875rem;height:18.875rem;top:5.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSen0Gbo8CEy4eHwHC3PbwPDxpo3ZCuD { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2f6TDQfTNcgeFnMwJbraKNqK3EmndNk { display:block; }
 }@media only screen and (max-width: 763px) { #Op9p5gCgSCPRI0H1lwOBmGaZbtH1zxyn { width:16.6875rem;height:16.6875rem;top:8.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9 { display:none; }#xkVpTp4TIgTOcgm7C3TUrL9ROnoLLFP9 > .row .container { width:20rem;height:57.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rnlfz49PDJGFDJTQgTGwpSfVHbiNwqhc { width:16.625rem;height:16.625rem;top:9.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKXgLquB8RbznaP8IxTpUHfcVCTtdgvo { width:8.875rem;height:12.3125rem;top:60.3125rem;left:5.5625rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #DzHXUOulVG5O6NT5EepzWcBUVBV8gTsQ { width:12.9375rem;height:18.0625rem;top:41rem;left:3.5rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #i9ddbamwzIWJu0tiMpkQ71nHmfbVHHmm { width:12.9375rem;height:17.875rem;top:25.381256103516rem;left:4.125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #PU5awGCTPXerHS61OuM9xRobO9i3l69h { width:12.9375rem;height:18.625rem;top:31.812500953674rem;left:3.5312500596046rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #C4inLOJv0646atquRyS44Hb2yvD9Vxga { width:18.25rem;height:18.625rem;top:8.5000009536744rem;left:0.87421876192094rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #MhimkHzsXC7cNPkfRwGWv3VhHPeK6aZg { width:20rem;height:23.75rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnggAgDK8mXac17cXC91P9xvJxI5DIXR { width:16.3125rem;height:3rem;top:1.25rem;left:1.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyDh2ncineh2GBc0WMvW09EARR9AHvZI { width:12.5rem;height:1.625rem;top:1.9234373569489rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAtr3Rb8881p1oz4kALogea1VKi8zdvH { width:16.3125rem;height:3rem;top:4.25rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6HwXBtFKfG9BMuGOTgU2dIV23Sh2Kd1 { width:12.5rem;height:1.625rem;top:4.9375rem;left:4.7367187142372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4yUys2HlZmErJycrUzC4kUlqwcpTTpy { width:18.9375rem;height:21.6125rem;top:32.08046913147rem;left:0.53046876192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #On43la2CV6zwFJDzZbTgPLn5T4UQTA5Q { width:20rem;height:25.4375rem;top:30.737487792969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut { display:none; }#HMBkJxCqlb5BTJzacQzln6BCVlH9Hhut > .row .container { width:20rem;height:59.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QvbKlv9oE6xFW3Ep7VGXgWiWw8JHhZpr { width:8.8125rem;height:12.5625rem;top:40.662500858307rem;left:4.3125000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwGIDS0SoJcQOiutVVNsTQH1Xl3xTkeW { width:10.75rem;height:10.75rem;top:1.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsLraANswItpgznRaP886WsE39b3JR7D { width:8.375rem;height:1.05625rem;top:13.375000357628rem;left:5.8125000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftnqHARpWBmZdIAaTVb2XVnLfQyHE1v9 { width:8.5rem;height:1.05625rem;top:15.487501144409rem;left:5.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrQvAfM1FTxpb8aH5zc6D7bncTUN3h2q { width:10.75rem;height:10.75rem;top:20.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJJBVzyL1TivBVfvFeTIUV37T9026T7Q { width:10.75rem;height:10.75rem;top:40.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD59XP4ZMlsuOQfAKvFIvE41IfiXp8Cr { width:8.875rem;height:12.3125rem;top:1.0625rem;left:6.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #dsWW2l0VwOhsEy6lE5Cd2c2cSakA6tf9 { width:12.9375rem;height:16.9375rem;top:1.0625rem;left:3.5625000596046rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #yHtiH3h0ImVSqM12OvQuO9QqzQMrVCv5 { width:15.75rem;height:1.05625rem;top:14.43124961853rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEiEFrvTxx04qhLRMaQGqCoF6qvq5m7r { width:15.75rem;height:1.05625rem;top:31.6875rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGVFfa6UcwyPOAPJIii0QSNsBCQAM4Bk { width:11.1875rem;height:2.1125rem;top:32.6875rem;left:4.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mR1btARsFJdsDbJMFEhhMDED1PCADvn0 { width:12.875rem;height:2.1125rem;top:34.8125rem;left:3.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uiO5OqLDtxtr3G2p91DZwtx4wIuLkFWN { width:15.75rem;height:1.05625rem;top:51.75rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ignTw56aUgB8LMtI0MlXACbtdCg2JylP { width:14.625rem;height:1.05625rem;top:55.0625rem;left:2.6875000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQPPQAAlEyILsmPNn4PoTp019y0c6Ci8 { width:12.9375rem;height:17.875rem;top:24.756256103516rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzXLGzeZJk3k5yc3QavXyJtDAMKHeWtw { width:9.75rem;height:1.7875rem;top:53.012500762939rem;left:5.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q3rp6o5I6ywZJSo6zwpQmBGJZUdwAlcv { width:12.9375rem;height:17.875rem;top:25.381256103516rem;left:4.125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #wOzl15lKvpSWkC1ETryOvp6ZTilDlTDZ { width:12.9375rem;height:18.625rem;top:19.1875rem;left:3.5625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #sGFHk1JUPQNW7RlaER9ZrrVSw7Mh4r43 { width:12.9375rem;height:18.625rem;top:39.125rem;left:3.5625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #PEMInvxdpdLzmNAfA0bB2xBCMpemop2w { width:18.3125rem;height:25.6875rem;top:0rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq { display:none; }#XxM6ei516TrNZeeTUuDvGxQb2eE2ilNq > .row .container { width:20rem;height:58.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E8bANKvx70tIUdeeCaqgRR0pvat02T86 { width:8.8125rem;height:12.5625rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTFO89ydgUDwCitxQvyeS7sNJhIoIWru { width:10.75rem;height:10.75rem;top:2.15625rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6isCZmkALK0vqEsyFOwz8xwmu1f5s2c { width:8.375rem;height:1.05625rem;top:13.8125rem;left:5.8125000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUn7ONUuXNwyWR3TQybTXs7lQCf2HSfD { width:8.5rem;height:1.05625rem;top:18.19296836853rem;left:5.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmvDffQDcckcPnMDE2V4GAbRKFSGGI45 { width:10.75rem;height:10.625rem;top:40rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqtaJf4HLNF2E13O30O0cypQOU8ofaz { width:8.875rem;height:12.3125rem;top:1.25rem;left:5.5945310592651rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #a2HIi4CxkAVBb2y5BuwQ7Tno5WwT6KeT { width:12.9375rem;height:18.625rem;top:1.25rem;left:3.5312500596046rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #tR7w1mxR0pNlvUePChkSe2fRyoaNsKZC { width:12.625rem;height:1.7875rem;top:15.38125038147rem;left:3.6875000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eLUwwsUDgebbJzRTqpTSQzzFgIGmU8XP { width:15.75rem;height:1.05625rem;top:51.875rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMmtVDqbE4ARCqvhiVF1Gaf9cDhNu5Bu { width:17.375rem;height:1.05625rem;top:54rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFIqihoNTHEACsKdXd3QP3HxQtHQrAKT { width:12.9375rem;height:17.875rem;top:20.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoF87Dc7l7WHt3BK91wxr9o3KIc2TDk { width:15.75rem;height:1.05625rem;top:52.9375rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbTGLePU8UgfBwB3yP4Ne0FrG66kSqGW { width:12.9375rem;height:17.875rem;top:39.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3faINq7P9lBu9p4JW9FgvVJJO1lAq1X { width:10.75rem;height:10.75rem;top:21.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsNVfc9RV6IXJVfMSsfIAdO5QX9yOgr { width:15.75rem;height:1.05625rem;top:33.375rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeiPEb2V57XIlVcKgiKTBMDaEIlRXC6M { width:14.9375rem;height:1.05625rem;top:34.4375rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNkkwvRfk7xVlbiGAFzbkTEFvfLXVtn9 { width:17.375rem;height:1.05625rem;top:36.1875rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0 { display:none; }#LiQNU6tHWyeWRumFuKrvqiLodusZ8Kg0 > .row .container { width:20rem;height:47.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vtUzAUsGkQttdQA6VgZSSle8KJIlaoGk { width:8.8125rem;height:12.5625rem;top:1.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB6885GIpyEP3ko9BqJOEBBB5MN2bkQN { width:10.75rem;height:10.75rem;top:2.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrnNAKuiCJTMDcZo8H7faQqxCOCdPVED { width:8.375rem;height:1.05625rem;top:14.125rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z228OzaQRsow4Zlmvm4xC7u9vSffBFFy { width:8.5rem;height:1.05625rem;top:17rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gusdWCtQ3b2wFmxCS1cRzxOSZq6BLSZU { width:8.875rem;height:12.3125rem;top:1.5625rem;left:3.5625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #CoEpkQ0TwahVLWMaDGOgT4nVAlyxSeNS { width:12.9375rem;height:17.875rem;top:1.5617189407349rem;left:3.5312500596046rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #V93U8eE1SEmU305tlWCTKeHi4sgFSWy5 { width:10.75rem;height:1.7875rem;top:15.1875rem;left:4.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ors9yUxT8k6iReaAJGFaBS3D6cEB5h95 { width:18.3125rem;height:25.6875rem;top:20.686645507812rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stWQOllD8aCpDmTo30Fs0QQT0segvMoc { width:15.75rem;height:15.75rem;top:21.374145507812rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po243JeNsTKlcllxasoMTTtu22LKViyp { width:15.75rem;height:0;top:38.124145507812rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zd3Rsg6QUQo3TzhuMKrFicvk8Idz97UE { width:14.9375rem;height:0;top:39.936645507812rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADIQEb6lmO3u3ncgBaIHKgFrxaQZ4TWq { width:17.375rem;height:0;top:41.436645507812rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wo4Abd1E42ROlA2rh09MpddIKqDlKQ75 { display:none; }#Wo4Abd1E42ROlA2rh09MpddIKqDlKQ75 > .row .container { width:20rem;height:3.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTCSKtrVnTXydPh0dXwO955G1ne9dC1G { width:20rem;height:0.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz9TESZiWuNOUiDPwdixPg7RfV4TH2df { display:none; }#Oz9TESZiWuNOUiDPwdixPg7RfV4TH2df > .row .container { width:20rem;height:10.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HONPh6JNcebVpKgAynTeG3lBRg5AzyiV { width:20rem;height:0.8125rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #km9zVWZDH9cLyRIszCFQZqa28LOKBopp { width:20rem;height:0.8125rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yu8yRs6VObBB0BWUICAhbxa4mJ0EgFCa { display:flex;width:3.5rem;height:3.5rem;top:1.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #pKXVXMslbvETKK26fHNTwCwprI0fI1OL { display:none; }#pKXVXMslbvETKK26fHNTwCwprI0fI1OL > .row .container { width:20rem;height:25.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kUtiRfDOaQwNRBm1toUmQk93Vuo81Xah { width:20rem;height:6rem;top:11.6859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HshQnTFN7pUJQVVXg2Aw9r0eB5vREAa9 { width:20rem;height:9.1865rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM0SoyMIdk7Q0lepW56mAHvm1li4w76t { width:11.6875rem;height:2.1875rem;top:18.9359375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7l2CNpFJ3FRfXhNuAg1TU5w1b7KePbD { display:block; }
 }@media only screen and (max-width: 763px) { #JvtNfgEAeQoAQ3d3oWZqazTQBJ469Wf2 { width:20rem;height:2.25rem;top:22.3734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZbUbyXEspvvwu25Hh1DD8CXFJ83hN6tx { display:none; }#ZbUbyXEspvvwu25Hh1DD8CXFJ83hN6tx > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JtlTzkrG5CIqciTlPHhALfGXdnT0RrOk { display:none; }#JtlTzkrG5CIqciTlPHhALfGXdnT0RrOk > .row .container { width:20rem;height:3.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dJmscf4B5JaTZGnh4RTTbZThQNqE6kPW { width:20rem;height:0.8125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Soz2c7tqwTMrKkRqmgCiAxe4Oa1Imiim { display:none; }#Soz2c7tqwTMrKkRqmgCiAxe4Oa1Imiim > .row .container { width:20rem;height:49.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GP7iAuRkJCFbXnmzQREIOlgwwrwvJV31 { width:12.125rem;height:2.1125rem;top:29.6rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHTasRgio2cdttoWsT4KoSQKAVONmogW { width:10.8125rem;height:2.1125rem;top:16.9875rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Akl7EsKdk7ToAP9sioEDAXDTzgGOaTWy { width:12.5625rem;height:1.05625rem;top:42.2125rem;left:3.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTx66ZdCKTB4uTTptdwwsK9tiMVKzML1 { width:2.6875rem;height:2.6875rem;top:25.6625rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k09wRG9QeoKWgZuaTiTQPLsedOsSG8Cf { width:2.6875rem;height:2.6875rem;top:13.05rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTgApdy6srG5dDxH35K93eo8xd69yxU { width:2.6875rem;height:2.6875rem;top:38.275rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyKBtRhieFolEJFneSpVmHkgNw1eLKf4 { width:16rem;height:4.0625rem;top:32.9625rem;left:2rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfgHueWlinhOI0PTatXesVkVh4lJ5v41 { width:15.875rem;height:4.0625rem;top:20.35rem;left:2.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXqPMOI0WDkTZQlBe6GqsWH96sEeooyh { width:15.5rem;height:4.0625rem;top:44.51875rem;left:2.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPEFo7cyZ3c5nGtyw5GWRDl2XG1kNV3W { width:15rem;height:3.25rem;top:8.55rem;left:2.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khDF82JlQUe0Ia688Gtr81IpCVuy5cc9 { width:2.6875rem;height:2.6875rem;top:1.25rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPW46D0aZrTXC52dsKQET7yEBSTVcvK4 { width:12.3125rem;height:2.1125rem;top:5.1875rem;left:3.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNH9rwlXbV5dKb1dtUk6Lkzi2vVFUZef { display:none; }#hNH9rwlXbV5dKb1dtUk6Lkzi2vVFUZef > .row .container { width:20rem;height:44.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VTJ1pN66fLJeJa14bQKZEPg7AgV5ECL3 { width:12.1875rem;height:1.0556625rem;top:5.1875rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIk6kVZShoPtckMh2IFERFd9BSDDhARP { width:12.25rem;height:2.111325rem;top:8.375rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rgcKPKLaGQoDmklVTZ9uydFniy6UvDsC { width:10.6875rem;height:1.0556625rem;top:25.18046875rem;left:4.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hogs0zLdRToSUnyds76zdvGlMXmAz8tl { width:12.5rem;height:1.0556625rem;top:36.7359375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BREQsvySWtxZIMVcqkRglRNTFJsxby5q { width:2.6875rem;height:2.6875rem;top:1.25rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KirDmT0UdgrMDtDqTagDvvBxHUMpvmiI { width:2.6875rem;height:2.6875rem;top:12.80546875rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNtIqRtCBadtM4we9mlcTToQzlV1mml8 { width:2.6875rem;height:2.6875rem;top:21.24296875rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqkB0TG5ZGO7Hf8QTEENCNSrH1RzKaBz { width:2.6875rem;height:2.6875rem;top:32.7984375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0CkypK2KSxhkxq5V2Hs3u2TXCXmbAx { width:15.5rem;height:4.0625rem;top:7.49296875rem;left:2.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcNRkqCgcd6R7N09pvyVoRTGlszSyvJG { width:15.4375rem;height:3.25rem;top:16.74296875rem;left:2.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDZTPfy0UGXwsZqRT6GVdhmy7HkM640T { width:15.375rem;height:4.0625rem;top:27.4859375rem;left:2.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3dSrxloBzQUmU9xtMxTTKVs1dF4R795 { width:15.6875rem;height:4.0625rem;top:39.04140625rem;left:2.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEk1cw1kk1gmciRhzdPc9vC7gcbzcm79 { display:none; }#BEk1cw1kk1gmciRhzdPc9vC7gcbzcm79 > .row .container { width:20rem;height:37.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dHeFhlyZVVFi78EVmlNtDy2pOOw7wDpA { height:11rem;width:19.75rem;top:13.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpF0UTqtggKbQc01d9w24T4kRChFQT9u { height:11rem;width:19.75rem;top:25.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apItTbuABXp7VDdu9dG3AwFzWmt5Wq03 { height:10.5625rem;width:19.75rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8KKNWUTGSriCQ7nuuKCp2Jm5HM0Zock { display:none; }#x8KKNWUTGSriCQ7nuuKCp2Jm5HM0Zock > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 { display:block; }#zJxgoTdSJTDTVObdcJhRKv9ar7qcfbL4 > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzLx35NqqrfCAK5kT6rIVP5sDtFTq2XF { width:19.4375rem;height:18.375rem;top:3.55625rem;left:0.25rem;font-size:0.625rem;display:block; }#gzLx35NqqrfCAK5kT6rIVP5sDtFTq2XF li:before{  }
 }@media only screen and (max-width: 763px) { #bSmr9z8Iy34vsrRZFqrX3aowkL58FeH9 { width:14.25rem;height:14.25rem;top:8.125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Btz1mHmLIfdkoD7iW2CzvBL22XAGeEcI { width:0.125rem;height:19.75rem;top:7.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAKvqmaJWkPcHfHSzlo7CiDbc9SWzc9G { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGcP7GTG7605ekeJU04T21ioy1GzPbnN { width:18.375rem;height:0.75rem;top:23.18125rem;left:0.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp { background-color:#422319;background-image:url("https://images.assets-landingi.com/uc/6686f5d1-ec06-47e3-9ff6-e79e531c899a/SmartFactoryWorld2024ProductionManager_Katowice_LOGO_SFW_20241001_64.jpg");background-position:top 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;display:block; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp.adaptive-delivery-prevent-bg, #C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp.lazyload, #C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp.lazyloading { background-image: none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container { background-color: transparent; background-image: none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container > .video-iframe-container { display: none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row > .video-iframe-container { display: none; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .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); }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container { border-width: 0; border-radius: 0; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6NbyNoOnC8ITmr5G5CafHQHQzqdB9Cp > .row .container { width:20rem;height:121.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCo9kDyyswTuiFZOpkl1tPTrFpXXEwXy { width:15.0625rem;height:0;top:287.27087150879rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3bGg9zbW5B6iCKZw3ufGcEpb7RJ8vIf { width:13.6875rem;height:1.725rem;top:76.241408348081rem;left:2.4179688096046rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #XCXTECeznEuWTed9qra9TgAy4n9DAOTD { width:19.996875rem;height:2.85rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #nBeFGskfOgFh7PCS1lMRNofV4HMS3JEf { width:8.8125rem;height:2.175rem;top:115.76015853882rem;left:4.8562498688698rem;font-size:0.9375rem;color:#010101;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #i8tp9GhKJ1DblsbwtAnRqtAZ9IOnGykT { display:block; }
 }@media only screen and (max-width: 763px) { #guLkTspt9mxIEw9nU3QyLZ1HTILnvk8z { width:20rem;height:13rem;top:3.3992156982422rem;left:-0.125rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #mp8J0gVyUMTQbZWiNn6gxIaaZpRZxUoq { width:13.6875rem;height:1.35rem;top:37.462500572204rem;left:3.1562500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #UinBCHfaMHtbqlNCskBKWD4TvyrALgEI { width:18.4375rem;height:15.0625rem;top:53.798439025879rem;left:0.78046876192094rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#0e0d0d;z-index:15088;display:block; }#UinBCHfaMHtbqlNCskBKWD4TvyrALgEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #sSdcBle0NiJ3wQDyTOOJGZWZrhh8hc7J { width:11.0625rem;height:2.3125rem;top:69.881275177rem;left:3.7062502503395rem;font-size:1.0625rem;color:#010101;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #pJkTRXpRAt8HD38Gyyg24GbC67yN5HGt { display:block; }
 }@media only screen and (max-width: 763px) { #uczszPWXhJTsXrpBybRDUWDQvD5GMm6J { width:8.4375rem;height:1.5rem;top:39.985938072204rem;left:1.7812500596046rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #yC3Hf4ulHOtT1QR4NTTHXr19Qe5ZaQ2a { width:9.6875rem;height:1.5rem;top:78.660942077638rem;left:1.3429687619209rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #I0PpNA34uuSpV3uSIOh647uL59t1tOV6 { width:20rem;height:115.8125rem;top:3.5734367370606rem;left:0rem;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lRSHb8VxxmkKiQmLk6IJU1zTVUSaLHca { width:12.5rem;height:1.38125rem;top:17.614844441414rem;left:1.2437499165535rem;font-size:1.0625rem;color:#0c0c0b;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IqnpmRMmT6FJWooSuvAmunsaV644R7Ne { width:12.5rem;height:1.38125rem;top:51.519532203674rem;left:1.2062500119209rem;font-size:1.0625rem;color:#100f0f;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #su78gTRCgm7gSkEyLQbbEgQKPXatR49g { width:17.5rem;height:20.3875rem;top:93.579689025881rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;font-family:montserrat;font-weight:400;font-style:normal;color:#050505;z-index:15088;display:block; }#su78gTRCgm7gSkEyLQbbEgQKPXatR49g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #ho714DPoaCXiDTHVCuCpDNTw0T4kpvcR { width:11.1875rem;height:1.275rem;top:40.160938262939rem;left:6.4937501549719rem;text-align:right;text-align-last:right;font-size:1.0625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #FvyhSMtIf45tTQ2OE7VHSWGXHLCOdtHG { width:7.875rem;height:1.275rem;top:78.898442268369rem;left:9.0179687142375rem;text-align:right;text-align-last:right;font-size:1.0625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #BZaETyXSxv43GEhbFJDrm1IwxIAek18C { width:9.875rem;height:1.275rem;top:43.348438262939rem;left:4.3242188096046rem;text-align:right;text-align-last:right;font-size:1.0625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #xDdNop8W8DzPJdLTZPMJNksPlVwmDnf8 { width:20rem;height:1.275rem;top:82.098440170288rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #STeVP9lpf1w6smiehovW9mX8ETkMdnVh { width:20rem;height:15.6875rem;top:73.954692363737rem;left:0rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #L96pNa4odZ5GbQMgmmKQwuvaMCT9RK1V { width:20rem;height:13.375rem;top:36.548461914062rem;left:0rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #nDrOPlnpWTEFCDGhPlRBkoNhdZ8eyEAi { width:16.6875rem;height:2.7rem;top:8.5476570129394rem;left:0.91874998807906rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #adMl4ssmanOXSPIxVXTls6Ptacnwmtsu { width:13.25rem;height:1.5rem;top:11.871094703674rem;left:2.6375001072884rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #M53vrKo0MOaoheSS5h5FyP6BDZnndcwK { width:9.875rem;height:1.275rem;top:13.371094703674rem;left:3.1562500596046rem;text-align:right;text-align-last:right;font-size:1.0625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #mmT3tSLEQguKFSxUkSHh7blOmw5igPOP { width:12.5rem;height:1.38125rem;top:91.121098518369rem;left:1.2437499165535rem;font-size:1.0625rem;color:#0c0c0b;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CiD95ceA6DDOQx1NKCzQ62rISITdOqA2 { width:18.6875rem;height:11.75rem;top:19.241394042969rem;left:1.3125000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#0e0d0d;z-index:15088;display:block; }#CiD95ceA6DDOQx1NKCzQ62rISITdOqA2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #XAOgleKB5uPp9TnnT6TKKNBTo89TolwN { width:11.8375rem;height:2.8375rem;top:31.866406440735rem;left:4.0812502503395rem;font-size:1.0625rem;color:#010101;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #azZnepKOeg0pXfhTDkiuKVsnf088awez { display:block; }
 }@media only screen and (max-width: 763px) { #TsMcf7AmgJbG36vUmPMZqicPitspewm5 { display:block; }#TsMcf7AmgJbG36vUmPMZqicPitspewm5 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcK9rfensSzRITMBLafoRQeFGEy1mSu3 { width:19.625rem;height:1.35rem;top:2.5500001907349rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #qPVAZ5lK5AeKABZVklV7gRH9fIPywvkr { width:13.25rem;height:1.5rem;top:4.5429697036743rem;left:3.3750000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #RVCmyAClT4d8R3deEoftUgW5mylzpT2m { width:9.875rem;height:1.275rem;top:6.8304700851437rem;left:4.0875001549721rem;text-align:right;text-align-last:right;font-size:1.0625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #V8fXRTXsDDEae4xOJHUB37LLrRDQxbDP { width:12.5rem;height:1.38125rem;top:14.925000190735rem;left:0.1875rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XRlp0c9zCAlDtog02Snsnn1UTkrzTMF2 { width:20rem;height:6.9375rem;top:17.181250572204rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15088;display:block; }#XRlp0c9zCAlDtog02Snsnn1UTkrzTMF2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #sHZnqmWGHz0qNFbczSKetPJAxoNhg4dg { width:20rem;height:4.8125rem;top:24.693751335144rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#fbfbfb;z-index:15088;display:block; }#sHZnqmWGHz0qNFbczSKetPJAxoNhg4dg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e96d56568c4f07e71cbb4288cac84d3ba9934a1c.svg); }
 }@media only screen and (max-width: 763px) { #wTO5tMPIGTOR79S8Z6CDFGvg8Uhp7uCb { width:11.825rem;height:2.7625rem;top:9.3187513351437rem;left:4.0875001549721rem;font-size:1.0625rem;color:#010101;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z6MyoeFqcoQ0i2QFIozvqWA023DIzPHl { display:block; }
 }@media only screen and (max-width: 763px) { #t9GuaNJnZWSy1xXfuSETZOz8UUroO71r { width:20rem;height:12.1875rem;top:1.3749998090789rem;left:0rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #kIcDSittN4UsFGLscovP5kNWA77toXMQ { display:none; }#kIcDSittN4UsFGLscovP5kNWA77toXMQ > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bAxaMQqX1VX5tK60IVXByt9PKllR4tVq { display:block; }#bAxaMQqX1VX5tK60IVXByt9PKllR4tVq > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROxLBDmzCgq4atEU9ZIyoZAuzfac0zmo { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M { display:block; }#UiGuEJVRJ1TKTwQEIzdFX9AxPh0IFG1M > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqCoti52rc9ufWsQDnTDTF7ZG5iEUMaN { width:12rem;height:2rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6krtrdSMWBBdB2UOMRLOxODcCCDASI { display:none; }#Tf6krtrdSMWBBdB2UOMRLOxODcCCDASI > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m39ULtPLuOLRrolfXkrXMVvuH3THc94q { width:10.0625rem;height:1.25rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACazX9tTsRG3af3aZhLw7sbtxXMmCPI { width:9.75rem;height:1.5625rem;top:3.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV7mT8LP9bzoSJUE3N7KxV0t3p9oRc8L { display:none; }#SV7mT8LP9bzoSJUE3N7KxV0t3p9oRc8L > .row .container { width:20rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aMwr2MPEPXyoD6zT2BmyJiS0MKUUOvkz { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLdGITe7wnlcXIe3iySszhJhtbMeMq5T { display:none; }#ZLdGITe7wnlcXIe3iySszhJhtbMeMq5T > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AhbLBFM3ZVXAhyv8msuGwhawxHvBzRbv { width:10.0625rem;height:1.25rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT3o6dK63GF14DDH9XXtIMM1JolCswSx { display:block; }#AT3o6dK63GF14DDH9XXtIMM1JolCswSx > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqyxncLBagKi0HM5OXUTJJPPaozWm0T4 { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB { display:block; }#s9BCxJSdLhMgw8CGezgbJubKTQh2ZbAB > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzqhOGAOTJLvekHvTFpryRPpMpp8aJ4l { width:8.75rem;height:2.75rem;top:12.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7y5196DEsrqbcT7kxSN5p4ueFMTt2DA { width:8.6875rem;height:1.6875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IezB3nOegmiE9R9I3DTSA66WZTgFfB5C { width:6.4375rem;height:4.8125rem;top:21.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD54lIk8FTV4h5azWriWJcZxOPhxU82x { width:9.625rem;height:3.75rem;top:31.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1oXD9sdnT8oRzOEwqe7zPXpbmrrakx4 { width:9.9375rem;height:3.375rem;top:16.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6mn0aOsScZWADrcFwgSN9yA0vgpWO13 { width:7.75rem;height:3.5rem;top:4.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ycP8ipBkSSop9TB7XxDTRCGZBxO2Hs { width:11.625rem;height:3.1875rem;top:27.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGfwdeESkJr0B0sTRLHVEAczlvZeNT9y { width:11.1875rem;height:3.125rem;top:37.0625rem;left:4.4062502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz7SXRD3uupomTQuILWvnLSaILtTrAP2 { width:8rem;height:2.4375rem;top:8.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHEA7V4MV5O2zWTVHD1Z0Wr3KOreaMn { width:9.9375rem;height:5.125rem;top:64.543749809262rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIA3wSABqOdoCywOIh6M20zdwwm8WbvG { width:10.6875rem;height:1.625rem;top:47.125rem;left:4.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKMeuE3XkebPMExFlP2J7wdOHvDVh6Hz { width:7.25rem;height:2.75rem;top:51.125rem;left:6.3750002384187rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnZ4OREpWHNO0sT63VubDEs0zoUQkRBK { width:8rem;height:1.4375rem;top:55.937501907349rem;left:6.0000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFPFNZPXoUhIUKxxyOaEsrL9czxlvT27 { width:16.125rem;height:1.3125rem;top:60.980554580689rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU2UTlZHiO3nSV18FZBZUgywdUxn8G3u { width:8.8125rem;height:8.8125rem;top:38.999305725097rem;left:6.0444447994232rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7W47b0ELiJq0xwp9chx1rs9FTuccVib { width:12.0625rem;height:4.4375rem;top:70.731250762938rem;left:3.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM { display:block; }#WRVVx2NWXLGTDiQaqxQvTtnJNFE1cdRM > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DitBwA0cGN6KNBthrGPSG6HpPfIoveDD { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 { display:block; }#RdniTfXfbQIMDPkAoP6fBv0EOT7OZ0x3 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGt4Bwv0IaylSrRWoVHBqMzidQy9tBOG { width:11.4375rem;height:4.0625rem;top:1.25rem;left:4.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF { display:block; }#BTX9TD3VHCu88PcWOKV4ay5DOWyyn7nF > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzgTprOpVXivr0rb7R5lI8ysB9amTEp1 { display:none; }#wzgTprOpVXivr0rb7R5lI8ysB9amTEp1 > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uvFvPkT0bTnceEHKMXaSlhkZ3lJMd2sP { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNRJzESw7MmNigi0svw3six1kVe5Qhvq { display:none; }#wNRJzESw7MmNigi0svw3six1kVe5Qhvq > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RkSsDmT2ZQm7TyECFVto68kkLn7HE0oy { width:7.8125rem;height:3.9375rem;top:12rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB25zGaJukgoGoi0h67q3XBUVdrIpk5z { width:4.25rem;height:4rem;top:6.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWcaffAkw4C3KNFDAPud0oAAEsIWNLGM { width:4.25rem;height:4.25rem;top:1.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLxTcFnW8JEMdVD8TxHrcUA8rhTaeA2w { display:none; }#rLxTcFnW8JEMdVD8TxHrcUA8rhTaeA2w > .row .container { width:20rem;height:13.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uEdWxnLTDeFKQDCKuruuONW68qCC2zQD { width:8rem;height:2.75rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdCM6MBVurQAyZ522kSFZhqTplhdHCN5 { width:8rem;height:2.8125rem;top:5.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUyHBRdxdhN59IidQ6CwCDgtgrRGcFxs { width:12.75rem;height:2.75rem;top:9.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiGkhRyasLKgFmEIi1zBGF4SVxGysynF { display:none; }#eiGkhRyasLKgFmEIi1zBGF4SVxGysynF > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vQnotRlTePdZgxlkkgZ81LIuSaSXFz3H { width:15.6875rem;height:6.0625rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqf6Aiek0FKgkdS5hqee4huD4yGzwRw7 { display:none; }#lqf6Aiek0FKgkdS5hqee4huD4yGzwRw7 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QuahCO7HQ7vnaCfwofK2wQL38ix6C74F { width:7.25rem;height:1.5625rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTE3VKsx5VUdHBd1OPXTMml2ZUkGBDV1 { display:none; }#CTE3VKsx5VUdHBd1OPXTMml2ZUkGBDV1 > .row .container { width:20rem;height:28.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aDU3FBgbVLlkElWKBquCANGCxVnBvwDW { width:9.9375rem;height:9.9375rem;top:12.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRCMzkn6fTtSsIQVNMK9N4k4loaiFMfL { width:9.6875rem;height:3.875rem;top:23.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLt8oG2WUuW46OJhKffk5mNtAyBdavcW { width:11.9375rem;height:9.5625rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh5LqSoiH3xcZW3IPrz3Ed0aNPEryT55 { display:none; }#kh5LqSoiH3xcZW3IPrz3Ed0aNPEryT55 > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nn8b3TqBhGnxoAz4LsgvKAO7wWiWyqNB { width:9.8125rem;height:3.4375rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdlik8V15KLKNd1oJ8VeAzWwNRWycgyA { width:10.9375rem;height:2.8125rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbwrB9xTg24qzx0ElGt9puD5pWRH6moc { width:12.5625rem;height:2.1875rem;top:10rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldkWk6wgurNsOCzITUJ59Fid87IOh17 { display:none; }#yldkWk6wgurNsOCzITUJ59Fid87IOh17 > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HUELcJO9gQagZ8br9SbgtT1diEzzp51A { width:5.625rem;height:2.8125rem;top:5.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgb3FRCZJ0MBpCfvkLs67ouTtNqdz4y { width:2.75rem;height:2.8125rem;top:1.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTK5aAImeqIdPIBCPlcTWSBSJTwRIPs { width:5.875rem;height:2.8125rem;top:9.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb { display:block; }#k6yiL0sGfZNGXrphF0msOl6S79Q9OTGb > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3PNeWd4aZF5lvC6DBqKv31el2cVrQ12 { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty { display:block; }#x3lNTLN4gVXK37nXMyf01ngJFVnsZ1Ty > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxsfdk2O9bJLQPoTr4TAFXyAXdPZ3KCH { width:5.25rem;height:2.0625rem;top:1.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgogtqO7w16Ac2frE7g0bg1kr2TFJDL0 { width:7.625rem;height:1.5rem;top:4.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNSNcyeIE2pap4fIqhFsnOxPGJzOd5H { width:6.6875rem;height:2.875rem;top:7.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1MOy8y7b8N66gppBMgv5mw1L58rhLyM { width:6.6875rem;height:2.75rem;top:11.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m { display:block; }#E4D3XDTfqT2HFVKyDlaAEUrzqwF08D7m > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rctVPLKdJwWX34m7JJoHISqqRBgxQyzW { width:6.1875rem;height:2.1875rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBu4wkuG9SpHDCob8DzLRbtxDlCRWibo { width:6.9375rem;height:2.75rem;top:4.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikVzdRSieNXTWF1DmS5HhFOn1vX7hRp5 { width:5.9375rem;height:1.5625rem;top:8.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz { display:none; }#AqJdyK3B1ddI8DH50ZSsToJ0LJ00G2iz > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 { display:block; }#vU2s6w6u9953v3xOANwTXzxaHqEOHQC9 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipCmOm24XSfcCkgTh5eGeDDz9XDedore { width:12.5rem;height:2.6rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHSlizGBQa4b67TX3zfTrLoRErSV5JXF { display:block; }#RHSlizGBQa4b67TX3zfTrLoRErSV5JXF > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRe0ty1aTxp5swOBsrNBKzBPXT1Jxk7U { width:10.3125rem;height:10.3125rem;top:3.875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymH1SbyeuCrsNUc6ISVcM9arcUsXtvi5 { width:16.184375rem;height:5.25rem;top:1.25rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCDzfqdiMCeTCfZimVC4y1JHTGwfgndK { width:19.6875rem;height:1.85625rem;top:7.75rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EasQQ6kwzKhcOZeWUKSbwBKFnALQ0JF9 { width:10.875rem;height:10.875rem;top:3.5625rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBQ1dEisOeZh6pMRTJTsVdJbVm71JIru { width:14.559375rem;height:5.25rem;top:10.85625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoWaO8nnJ0gzDtzsMO5OLXtFCnd1HBb1 { width:20rem;height:1.85625rem;top:17.35625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 { display:block; }#peO81vTHVIq1Zqo4HWNLrZHEtaLIhpy1 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkA14hgIwTNk9keISD4BHTnkKXitonJT { width:15.3125rem;height:3.9375rem;top:1.25rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJWJLv2sdATs0kfSdhpQxDLPCmxFFl3x { width:11.5rem;height:11.5rem;top:3.1875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfPUUBchTeBxAnR4EfG4J5iMK9tPy3H8 { width:20rem;height:1.85625rem;top:11.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LitzRMuWkXCHxbC7vPWwM81zv150h8SI { width:20rem;height:2.475rem;top:14.73125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCgx0zoKEUt9GEXud5uMtPcxsGIUo0Nu { width:11.375rem;height:11.375rem;top:3.125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqWW8LNszl0zUisy3FcuVXT1FI5piwr7 { width:16rem;height:3.9375rem;top:6.4375rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 { display:block; }#xyT1rvoB4eBMHPEfHGyDqUD461khWPT5 > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T17RPkefC7OWWCrv6iuCpbLTN5Qz7d9n { width:14.125rem;height:4.225rem;top:3.55625rem;left:2.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDttDvvH3OWiVgfvv52PQ4m4ucQoSeEn { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thzbNT5CQgiSE2FCTTTsGbkrqKeex3B3 { width:20rem;height:1.05625rem;top:9.03125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fAC9H874GvcAL01tPkCZTzo958oBZqoG { display:block; }#fAC9H874GvcAL01tPkCZTzo958oBZqoG > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9FXPQM2dTWPDTh0acHiJiyuBdhAcd5E { width:19.75rem;height:11.125rem;top:17.3921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2lrTX2qcPwofF33vrck54sxBaD0sVBg { width:20rem;height:14.8921875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ien880dipvzKXayxq8UBoMzmKhq8xmU0 { display:block; }#ien880dipvzKXayxq8UBoMzmKhq8xmU0 > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNtm7yl9Bz7eHzWxX1MILsQ83t3NpMyn { width:16.3125rem;height:1.1375rem;top:14.3625rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:montserrat;color:#191616;display:block; }
 }@media only screen and (max-width: 763px) { #FDo23HH2JHKb5DvolnbNxvg8BfFNWhaw { width:16.5625rem;height:4.55rem;top:8.5625rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:montserrat;color:#070606;display:block; }
 }@media only screen and (max-width: 763px) { #Ehiuq9ObmpKJxdzVniBshmaUeN5ETcAG { width:11.375rem;height:4.0625rem;top:3.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJWQXfoeTTJTVr6N2fA6TnotQqZJTeuu { width:20rem;height:0.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;color:#151413;display:block; }
 }@media only screen and (max-width: 763px) { #OdWDBmMooFDdzvboeV3Qanvr6mrFNxyE { width:18.125rem;height:1.625rem;top:16.75rem;left:0.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#0c0b0b;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-regular-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-text { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-text {padding-top: 0; padding-bottom: 0;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-textarea { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-select { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-select {padding-top: 0; padding-bottom: 0;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-input-button { width:4.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.375rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .widget-checkbox-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL  { width:15.3125rem;height:auto;top:19.25rem;left:1.3125rem; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL .radio-container { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL {display:block;}#i1RRcadKbfGCxVwNaMDN9c394HRHKMNL { width:15.3125rem;height:auto;top:19.25rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #TDaQtmXnAEtvGe5d5dCXfZ50mVLPiKpE {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #dXiBKCfmiOCTwLFcLpqR5r1vg2q821UC { display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #eT1fVHUM3XiLThHNE0RfpCmFV8R8onMm {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #sUQ5wTc0HftQL5bWy4od82xW0X3t2tCv {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #yqeP27ZAEiR3Tl8ob9KrTfErsSDkr0WJ { display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #luaI3UQXFInhyZVKkNZTlJTVkBkmoX12 {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #SfQS1pb36rHc7kNAksSFTpqOsTZgeCH9 {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #lTfZ54JOOoqgcKwLEGm3QHTUTATC9IlO { display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #os5hgCDwHsT3lphmGdJGfsgKQNsBuL8B {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #erfz0znsEBFSP0qVaOBut1GcUwS4BqPD {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #ebz0fAWgg8AHXT17IyWT2yPlaooLon82 { display:block; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #iIArxqVTBoDRXbMq0hisLUbVidr0Tidr {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #P8kQMTLUpO3tKfXSFNtkCpe8yGTX7eRn {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #b5nTvaIpq6h1dhRuScUVqm3qm50xqyLJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #i1Taa3mtFZnwIBTDmJh7inn7Zb5O0FVB {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #IBTbv7miGTCmyFGy83hUlAHSKo0k8Kat {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #LwQb1uNtOp44FCTdADF6T1kHZMJIOdZ7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #NRsdRISp8bfLQSkDRwqR32y1GTIAZMst {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #CndftJcatw5xqkQUQvUwFq5nGr0nxVZd {  }
 }@media only screen and (max-width: 763px) { #i1RRcadKbfGCxVwNaMDN9c394HRHKMNL #uNFupQRrwcO5hwhhz49eIBzh4FwJW3gG {  }
 }@media only screen and (max-width: 763px) { #HgMqS1SvsNq1QDLgIcupp7TTKmowDJTb { width:15.5625rem;height:1rem;top:17.32421875rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-text {padding-top: 0; padding-bottom: 0;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-select {padding-top: 0; padding-bottom: 0;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-input-button { width:5.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.0625rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG  { width:17.5rem;height:auto;top:7rem;left:0rem; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG {display:block;}#UklEDV0TOiIE7hT28THTcwH3nk1hB1MG { width:17.5rem;height:auto;top:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NhexFKUczVlDIGFDTG1g1X0OiqRxeRM0 {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #UiWqF3KhkeGcW0bnemy56lr4iK0nyPA6 { display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #VFVNDXW3vBNJ8TP2s22dwMNhTaRHxowf {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #Em98JKc6yv1riUSsmTAEsKvSMKcf2iCT {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #x8nibm4hAQUddn05SfvbhHC0DreQaLZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #aUkAXIv2gaCMiwgsJv09Q08ibQdx9TvT {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #fmyITlDzb9y7bVSCbZ1AUECcvHTWeWHy {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NP2se6Potim2DT86JX6VXUsQ6q7Hh8zL { display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #iMKMLNeXMIhgnqMAGSDJqi7ftKZNKFQ3 {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #SdrwJMqVTZ6buUPLpCOhPv1T0XToOH0p {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #Vh3B5mwHFvyTOhR867nNZ9maeZt9C5wn { display:block; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #RQF9VqQcrZ87Sy2ZBWVoCnBabrIZeKS4 {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #FKuy2Q0i4335ZPaTmSkfVC5EMHBBZIDm {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #NEawbMo4LyqXawtHOXpiCp0TsGi71lrq { z-index:2; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #aJDnJI7fTZP1tpsKn26dxK1tLDPLDqZQ {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #pCHhHzniBzGVmKELKENIbKZ51XFszhEq {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #BExkWTspqlpouRKgJ9eM7PfPuJLRWFGv { z-index:2; }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #AoSiS0n3GmnLplL0mUJKr3yp8vdw18QT {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #QsJbV35c8iQf6u0oayPC0LrNVnIJT2Ri {  }
 }@media only screen and (max-width: 763px) { #UklEDV0TOiIE7hT28THTcwH3nk1hB1MG #KHiA8qpS7AQL0xDkqW4aGrxTor3gtTnd {  }
 }@media only screen and (max-width: 763px) { #fxEprDCC3T1gWEEz4IgkTawp0PEspbZ0 { width:15.5625rem;height:auto;top:3.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO { display:block; }#fyMcgbKbp8HSQWhDMZw3LcFlIhNDkwgO > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lB0okoW11TUUh3FuyfD2ghzWqw5p6vcD { width:1.1875rem;height:1.1875rem;top:3.23125rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxQhUbGrtT5B0Cnq33F876XPuIVdufmc { width:1.875rem;height:1.875rem;top:2.25rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rg74HOcctcxlkNCOXHsmQrziemn1KSiy { width:1.8744375rem;height:1.8744375rem;top:2.25rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWKAsie8ZnS5BC9bk31leFzdmEQvAndP { width:1.8744375rem;height:1.8744375rem;top:2.25rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBTa8TOlevZ4vJRwz6kDZIVcFxfQ0FXg { width:9.9375rem;height:auto;top:2.5625rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xt3Zht4qJT7EVhoVg9dy2XksLr0mIgtJ { width:16.625rem;height:0.8125rem;top:5.66875rem;left:1.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#0b0a0a;display:block; }
 }@media only screen and (max-width: 763px) { #hPl0O6xXw3atEwrokogIMaU0qVQikmTt { width:19.9984375rem;height:0.73125rem;top:1.25rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;font-family:montserrat;color:#191817;display:block; }
 }@media only screen and (max-width: 763px) { #wztX46CHQu1g7UqsmssIai1MV4IxeFdW { display:block; }#wztX46CHQu1g7UqsmssIai1MV4IxeFdW > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9mWihbo9HixNbvDTufpwM3lJAmrVAwb { position:relative;z-index:auto;display:none; }#p9mWihbo9HixNbvDTufpwM3lJAmrVAwb > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PaAmFvmNrenAXJQyCerVO6z9GDAkHQZV { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwK1D20plTZdNOqCtTnbVPpI65TccW0T { position:relative;z-index:auto;background-color:#01060d;background-image:none;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;display:none; }#GwK1D20plTZdNOqCtTnbVPpI65TccW0T > .row .container { border-width: 0; border-radius: 0; }#GwK1D20plTZdNOqCtTnbVPpI65TccW0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GwK1D20plTZdNOqCtTnbVPpI65TccW0T > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UX39FBpAFOuaKdThe9TyMw670rFmh0qy { width:7.5rem;height:2.3125rem;top:0.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTOnvu6h11nmSGxhgpRtdtzP8r2dl4dF { display:block; }
 }@media only screen and (max-width: 763px) { #EbaT2ynwoFA018aXoXXiKd0iIX8obTc2 { width:4.6875rem;height:1.375rem;top:11.125rem;left:7.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3Rsz0SJsp6ldryqCqAmC1y0RnM4VrCe { display:block; }
 }@media only screen and (max-width: 763px) { #B2DD0OUZN6blnFbIGb1WEhJ0TMxNrGmd { width:3.5625rem;height:1.125rem;top:1.25rem;left:8.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAwhXKnXmaSk7mTgqiTWvvfkbyCoWupe { display:block; }
 }@media only screen and (max-width: 763px) { #sESZgKQsBcpcwwhFiy0xKhrvT958ffdJ { width:3.125rem;height:1.125rem;top:3.625rem;left:8.4375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2kxzCVu19oLDJiwOwANGoC1ueBDZr5s { display:block; }
 }@media only screen and (max-width: 763px) { #hIU97pTfCqbTCbP4L89XWaZ3PnhJNUPQ { width:3.125rem;height:1.125rem;top:6rem;left:8.4375rem;font-weight:400;font-style:normal;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBTpFdBTGAn8hX5CzJ6LoosgCFC0I3Jd { display:block; }
 }@media only screen and (max-width: 763px) { #sKCLUDXMwT5KzqT59In4SlbZkR42Z1Dn { width:6.0625rem;height:1.5rem;top:8.375rem;left:6.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8JaZvhGVclbNTm2NwZQn5eTDNHRwPTq { display:block; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-text.counter-number { padding-top:0.210625rem;padding-right:0.19375rem;padding-bottom:0.210625rem;padding-left:0.19375rem;width:1.160625rem;min-width:1.160625rem;height:1.13rem;font-size:0.84125rem;line-height:18.08px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.131875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.54625rem;height:0.44625rem;font-size:0.315rem;line-height:7.14px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smxWgc2fvqIa3DzJhtntOOin5c9suP2C { width:10.1875rem;height:2.129375rem;display:flex;top:0rem;left:10.33984375rem;z-index:15012;padding-top:0.013125rem;padding-right:0.016875rem;padding-bottom:0.013125rem;padding-left:0.016875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #dG5atL94PDJOsrifuKnnIvOi17oXduAw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #znUWAshJChiZvLsFqqX9Gdci9IuPdBRT {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #SlBTv33F1HOHt2MAPgPCno5bih3KkUws {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #gAhlUl9yMMXZotzsQ7p9DD7DkFvQsoyS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #q8aQXmEGu4EPX0LaM6SHIMU7ZEq0z3Sp {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #HLT3rH6y4U3QOKt880UTSiySQGE1kIZM {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #TJ0nkrevM30ykllUvMiuvO3dwLJdT0Wn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #EChaLTlHDkdl9ox7iZX7lkS6MsU31O7t {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #a02JrQOJDpWJHAIf5S4nvJWzq5GIz4ec {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #LPfgFAUC8G3M4HC4ElFWqt2aBiSo608U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #wpm7LgFzOFbX3bTkXuQ0Ng3yeF3en4sH {  }
 }@media only screen and (max-width: 763px) { #smxWgc2fvqIa3DzJhtntOOin5c9suP2C #GX6M4G4eX5XHCHL0naAb0ppSE2Dq2vJN {  }
 }@media only screen and (max-width: 763px) { #JaRSeCMseJOPT6uRG368rdN3Ig0oCpf0 { width:8.125rem;height:1.375rem;top:4.5rem;left:9.90625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqVQBnCzUtmtfv9n5JFS0ObLdSZdcudZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZgFyEEv7vIU2LFh0yWsScODqiQz2toDT { position:relative;z-index:auto;display:none; }#ZgFyEEv7vIU2LFh0yWsScODqiQz2toDT > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p4dsAqBq645cr9z1xa4ygEyrM56vEBcL { width:0.0625rem;height:1rem;top:8.09125rem;left:9.9375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fyfxwfXfWaxI5DeKTxeD11PGNJvn0bz7 { width:0.0615234375rem;height:3.249025rem;top:13.84125rem;left:9.9375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cuMtNvv3Os6SpadU4Vu7qlUe08RUPsnr { width:0.0615234375rem;height:3.249025rem;top:21.78890625rem;left:9.9375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mbF9eTeRaphzb6Lw4y6hPBtDvEIgI9uT { width:0.0625rem;height:3.25rem;top:29.78734375rem;left:9.9375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tSn0l2Rx7Kan9R7CWE1KWksAPW1L0u5E { width:8.7988125rem;height:2.25rem;top:4.59125rem;left:5.5625rem;font-size:0.625rem;color:#844329;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFUeDmFPl8Iw4KRuSiDnZg34Z8Q1BZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #psaGsinP1sMo7JwaTBPtcozJZ7QLdZ9W { width:8.7988125rem;height:2.25rem;top:10.34125rem;left:5.5625rem;font-size:0.6875rem;color:#844329;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ReMtuTatGKrUMvJk6e0kK8Qfq14P78Gf { display:block; }
 }@media only screen and (max-width: 763px) { #B9ysTqfxVEUGeMihq0xhBvXWF0sehJHX { width:8.6855625rem;height:2.19921875rem;top:18.3396875rem;left:5.625rem;font-size:0.625rem;color:#844329;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NXGfTezN49s6N9ANdBNIMibbXBIaJJk9 { display:block; }
 }@media only screen and (max-width: 763px) { #e89F0XswnVuNvWTAVQtzFnK3GeN6pQQB { width:8.7988125rem;height:2.25rem;top:26.28734375rem;left:5.5625rem;font-size:0.625rem;color:#844329;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #llwc8C8Q7m0JF90KNzyQJ5ZMLw4O1zwq { display:block; }
 }@media only screen and (max-width: 763px) { #qMvdOhLHsaIDBB42245MUazoLpx8TlqJ { width:8.8125rem;height:2.25rem;top:34.28734375rem;left:5.5625rem;font-size:0.625rem;color:#844329;background-color:#e9d0ba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hWuuGqfygXZk7g6qgFZSOzqEWdiOV7SM { display:block; }
 }@media only screen and (max-width: 763px) { #zTPLUz3NPQ0ewugG481nZ7TV4y5gXh0G { display:flex;width:1.875rem;height:1.875rem;top:30.78734375rem;left:11.625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-text.counter-number { padding-top:0.20375rem;padding-right:0.261875rem;padding-bottom:0.20375rem;padding-left:0.261875rem;width:1.099375rem;min-width:1.099375rem;height:1.095rem;font-size:0.815rem;line-height:17.52px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1275rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.46625rem;height:0.4325rem;font-size:0.305625rem;line-height:6.92px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RxUVCWase0fRv4g975tfi0JzJEtx3H4v { width:10.5rem;height:2.0625rem;display:flex;top:1.25rem;left:10rem;z-index:15014;padding-top:0.014375rem;padding-right:0.018125rem;padding-bottom:0.014375rem;padding-left:0.018125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #tE560JaRVK9JdC7SDJDCmhV7gpnsh4bM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #Rnn0bx84qMCFq8VF2OSHnfCe2w44mT4E {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #tkXzf0sDyJ51Go75XgK7McTsCxttswTb {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #T9scgIToRlNWQ30K1O725eccSWFU9lXB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #RxgbFAq1l5C39lhdfuzeETERT6RPUmnV {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #ErnMfOADUP1luG6ypk7lubdTJ7bQUW2D {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #NnXQFLovKABNO8mFzT7nTrTDdCnTUvor { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #TfLm2UC85xsNXKQl64VdfRfELm43yTPC {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #VGAMLBurEZG9SbZaK7e9OTKsaPTK2deD {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #UluGkqTwkHu0lBVOp0TdsImqa8yiK4ON { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #K1sDUJZJ8gngwgQ284xmKi4tiNuxVGzi {  }
 }@media only screen and (max-width: 763px) { #RxUVCWase0fRv4g975tfi0JzJEtx3H4v #HFLwQ99abypQBsV6UPM6t8dTptBy7MKc {  }
 }@media only screen and (max-width: 763px) { #zaXsNSGQSZXoWao7xo309TarRpiKkNsc { display:flex;width:2.5625rem;height:2.5625rem;top:37.78734375rem;left:8.6875rem; }
#zaXsNSGQSZXoWao7xo309TarRpiKkNsc > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }