.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:transparent;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); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5d2c424-ad4e-4d0b-b1af-eea25410889d/vendingmachines1918x1080.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.adaptive-delivery-prevent-bg, #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.lazyload, #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.lazyloading { background-image: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { background-color: transparent; background-image: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.86); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container > .video-iframe-container { display: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.86); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container { display: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .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); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { border-width: 0; border-radius: 0; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Xo0WV0bU2JDVFIpuzyAlu0D5hmLTUb9B { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#kQymB78dK5bDT4GV1GUItBzSteV2daLr { background-color:#ffd100;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:51.59375rem;left:0rem;display:block; }
#eCxpO7FUKHMgk8Hl2EKTCTHTuvzTHD9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vMsA1nWz5CFDwyl3LRPz7uOEdTr63yhQ { color:#ffffff;display:block;width:46.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.85107421875rem;left:0rem;height:13.89110625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s6bsZ98bVp07sZsG4Ctyee0ImqzIgchx { box-sizing:content-box;height:33.625rem;width:0.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:14.6875rem;left:74.375rem;display:block; }
#InVbI5ir6pFawF9euov3srOpFqXlFGqx { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:11.6996875rem;text-align:left;text-align-last:left;display:none; }
#ZGUtybKfWEE47fRURT8wHulrVJPH0MFR { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:11.6996875rem;text-align:left;text-align-last:left;display:none; }
#kMFfftNUStbIaXpmMszKDLTwsDGDv2QL { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.97021484375rem;left:0rem;height:9.423825rem;text-align:left;text-align-last:left;display:block; }
#SpgB65cvQcRxEHhXf3ITVzGVEgzRTneB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.0625rem;width:9.6875rem;top:14.6875rem;left:64.061979166669rem;overflow:hidden;display:block; }
#a8drvBNEaUQFH5gvgKlIPVDrLwuGN0yd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.375rem;width:9.625rem;top:28.4375rem;left:64.0927734375rem;overflow:hidden;display:block; }
#gzOchcOp6IBzJAQJtIEKZoV5T5DTIWuc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.9375rem;width:9.6875rem;top:35.4375rem;left:64.0615234375rem;overflow:hidden;display:block; }
#rsAJEMqyza2nUoZrBRvSxHK7WBo92F7W { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.9375rem;width:9.6875rem;top:35.4375rem;left:64.0615234375rem;overflow:hidden;display:none; }
#apZwqrQ8ohJzBRixMpDRV8RxXp15RaC3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.4375rem;width:9.6875rem;top:35.4375rem;left:64.0615234375rem;overflow:hidden;display:none; }
#i4ELCtKJuJRWKuEt2gFoyTCAsHuzJZ3d { box-sizing:content-box;height:33.625rem;width:0.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:14.6875rem;left:74.375rem;display:none; }
#XLsG3WpO5nRMcWtv9sTJoU9TsXU2rVzn { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15012;background-color:#ffd100;background-image:none;top:0rem;left:0rem;display:none; }
#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { 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; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { background-color: transparent; background-image: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container > .video-iframe-container { display: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container { display: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .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); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { border-width: 0; border-radius: 0; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#NmQSpZRpuqnQTONCZq5kZRk5z2A4N5GA { color:#000000;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.875rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { color:#303030;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X9O6NRCDb29qbG2WodK8GVNnWQG7heeF { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15007;background-color:#ffd100;background-image:none;top:2.8125rem;left:0rem;display:block; }
#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 { 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; }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row .container { background-color: transparent; background-image: none; }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row .container > .video-iframe-container { display: none; }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row > .video-iframe-container { display: none; }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .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); }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row .container { border-width: 0; border-radius: 0; }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#cCK8q2n5ZXr0ox1u4QTCVAIzhbvDURAS { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15019;background-color:#ffd100;background-image:none;top:2.1875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#dQkMer8udOUVTDpo1X4EPgfWCZb74Bq3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.65625rem;left:2.96875rem; }
#dOZdVxbiWMt7F3UTudNd7c5KPskv26uX { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.5rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pf011eAsfP9oWD0u99F2G66T29vqvdgf { color:#303030;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.6875rem;left:2.5rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#obh6ysknxLuxig3KxzCvIl5ELF7Dr6c5 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:block; }
#btrCw4KlVbTiHfTwa06evRD8e7hLVv8y { color:#303030;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:21.25rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kMHsVTsQiBr81JNz0xu2TUhtRPIyJrdA { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:21.25rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWBA8JipVikZEuvrbIwuHQ9svFT9nEF6 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15013;background-color:#ffd100;background-image:none;top:7.5rem;left:18.75rem;display:block; }
#TwNMdxhgq35hubsslIUO7wFQoCyvd1zx { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15024;background-color:#ffd100;background-image:none;top:2.1875rem;left:21.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#BTM7pW9pTEoxgyo3XH3TIEe6G5I553iT { color:#303030;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bnki6qKf67Io3ZZWaD4qPGgrfKTDTfyJ { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eg33kxuagnk7TtcsqR9KQz4Q2UypUMsP { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15018;background-color:#ffd100;background-image:none;top:7.5rem;left:37.5rem;display:block; }
#CkTaEqcvFIOkcsw2T5k85AOFGTAOMZPX { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15029;background-color:#ffd100;background-image:none;top:2.1875rem;left:40rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#guG0IJXqhaDLZEOS9p2uJb4eLUvg8uhc { color:#303030;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:11.6875rem;left:58.75rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pAoc9kDR5k4vtSvBrqhRx9L59uw3R8fv { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:6.9375rem;left:58.75rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zkhkSgE3MptMseCTeUc7KaUqnL3JecAX { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15023;background-color:#ffd100;background-image:none;top:7.5rem;left:56.25rem;display:block; }
#hK1wh8rzdghhfdCRy8onicsgMm3CrmMU { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15034;background-color:#ffd100;background-image:none;top:2.1875rem;left:58.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#up6q7RShq3NBcrMHS9BKg5I804htUD7K { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15019;background-color:#000000;background-image:none;top:2.1875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
#U9DVp7p6uPTHtogOxhRkzb0pgPATJZXL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:2.5rem;display:none; }
#AGoD9C91D1uSnuQAdpByar8sR1HvpX1R { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:none; }
#aKWOTJCm5np2rWATR5stIJREsz7hWVA1 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:21.25rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DxxKTHFPXICTRWgZqRpm013XSXgQKokM { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15019;background-color:#000000;background-image:none;top:2.1875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
#uIlAFT9A1tzfItMzNg0y8hGN7EHzg02R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:2.5rem;display:none; }
#TnWSPHSC7pETmLnaIOitmkETdGBG1u5N { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:none; }
#aDgwSW37RCaHKXMl6Zf0ehTiJTRasQU0 { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15019;background-color:#000000;background-image:none;top:2.1875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
#hB7FxUqvPVNxeelpKD71RnDhPcKZCoHo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:2.5rem;display:none; }
#fzTc07Ch6xe9HX97h9eimTs1EeavXnBC { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:none; }
#uGTCZQKriXBtRRi1V2Ua05EAAP7TuwMe { background-color:#ffd100;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.4375rem;left:0rem;display:block; }
#I10S74xhVSERFTCIplvndSdQCbW250yz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t8ITOv5BDIOi9Xe7trA0GX7IeiKNpQIA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.375rem;left:21.4375rem; }
#sOvHUIc4q7It0ecCuFOJaOv7Q3unnApU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.65625rem;left:40.46875rem; }
#hv1VbJZLxpoR6HnVpZHrCktdw0PfwLyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.65625rem;left:59.21875rem; }
#ZUcTh1ZOHUaX4qWMEqPB43g48TnhEUZy { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:21.25rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0a48c98-5aac-4420-9f50-004f8ddecc49/VM_fotos_augustus38.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc.adaptive-delivery-prevent-bg, #RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc.lazyload, #RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc.lazyloading { background-image: none; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row .container { background-color: transparent; background-image: none; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row .container > .video-iframe-container { display: none; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row > .video-iframe-container { display: none; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .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); }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row .container { border-width: 0; border-radius: 0; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc::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; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row .container { font-size:0.875rem;font-family:arial;height:80.5625rem;width:75rem;position:relative;display:block; }#CstKP4AKRLBrWeqsBHmKJEV8992rpTHh { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.625rem;left:2.5rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eFyMRptCuTHSLy6hOMQLoOQnT55wm6Qz { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15023;background-color:#ffd100;background-image:none;top:18.875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#CeMxuabozQKpcBCZ9PBCakBmZRZpuXBc { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15012;background-color:#ffd100;background-image:none;top:24.1875rem;left:0rem;display:block; }
#b89wisOc0MTWqrdW7748wPN7wEmOtUAb { color:#000000;display:block;width:1.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19rem;left:3.625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dUSvTGUqO7QOpp7BCTSSZIyQUXO4VBSZ { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.3125rem;left:2.5rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#buRevLgAUfJ6AnyDNoTWrw3zlu57BeH8 { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.3125rem;left:40rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rbxI0kSXtgoJLHs1bUQ6TBz4VkfSfd6b { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.625rem;left:40rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bl1kmM7Wxei4o9lGdWTipe5NEPcZCcyv { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15028;background-color:#ffd100;background-image:none;top:18.875rem;left:40rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#cq9m0plaA8XscwCbxc8wLRr6H0wvuMhN { color:#000000;display:block;width:1.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:19rem;left:41.0625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Oyewv4BPtBwle5Bk8VRdo7COCRkhgucV { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15017;background-color:#ffd100;background-image:none;top:24.1875rem;left:37.5rem;display:block; }
#fSGQGZEZfo5iGpgROKOHnR6nhs8551Ly { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:47.5625rem;left:2.5rem;height:13.808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vbp7on1gHROEAdtlFAgL5ZNWbTTiIVCA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:49.1875rem;left:0rem; }
#XD6WANkEEO3mgsQUVwlrar77dfx5Kxc1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:51.9375rem;left:0rem; }
#Tn96rJ1dcV0qSso2pwq7bmhmfRRnlFGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:54.75rem;left:0rem; }
#KRhR9oeKkX0RWLIXndrXSB5QJa8zln7l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:57.6875rem;left:0rem; }
#DBpyIfZaLi99hTWmqKW1OmyBuRTzNwF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:60.1875rem;left:0rem; }
#OcVS0PX2TbhwLIV75AOWnP1BgGokNAQd { color:#ffffff;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:47.5625rem;left:40rem;height:16.57034375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pnoCL3yViSHSSwReoPEvw3WpXu6ghLeN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:54.4375rem;left:37.5rem; }
#qW08rR3ZQl5mebWZHMKOrA8Mw2Z1tMpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:57.25rem;left:37.5rem; }
#oQORfB438VDHPzklZyc6DModJR9hikvX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:60.1875rem;left:37.5rem; }
#mMAdaP5x7MTcc58tkJWhymiZFrJDqVE1 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffd100;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:66.75rem;left:0rem;display:block; }
#hc17Fqr0yoZll7GIL2BZsTR7daEGf1CH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AkovFWB4MrmnNTuxDvTfvHfp1ROuTxem { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffd100;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:66.75rem;left:37.5rem;display:block; }
#kIeaRfgJlRXZeOLgUskzbU5994QW4SkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvUxfTR55BcDNlLQ7I1Tx0DVBG6ieTgG { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.125rem;left:2.1875rem;height:13.8085625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bTNo25FKr2AWvqCW1SBrvcSMVazDG2zx { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.125rem;left:39.6875rem;height:9.66601875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.1875rem;left:1.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qlTu3RcMkodMTLr2mOvRn1nUvsrwIT5b { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.875rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#D3BZuV3L1z7btGkTxPz7l5lAviSmTUfk { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.875rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#aaUquCIUTlSGdPLpKplPnEiT6GueAILt { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15010;background-color:#ffd100;background-image:none;top:3.5625rem;left:0rem;display:block; }
#Mgeieo6XpvbzkWLLMf5NWhLttA4Z0CLF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.4375rem;left:3.0625rem; }
#yobFu9eeLB4cy7xOZ2pLMkgGfTMb7LRV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.4375rem;left:40.4375rem; }
#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV { 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; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row .container { background-color: transparent; background-image: none; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row .container > .video-iframe-container { display: none; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row > .video-iframe-container { display: none; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .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); }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row .container { border-width: 0; border-radius: 0; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#NKUgWP2FB0Pvxlt7l2xgnloS6ox15K2X { color:#000000;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.875rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#FSnEUyT9X8CekX9UKelC0p4O0QaZWHDW { color:#303030;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J8blBhm4hRfTawnOZXkc7Oun6ICOWBHS { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15007;background-color:#ffd100;background-image:none;top:2.8125rem;left:0rem;display:block; }
#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB { 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; }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row .container { background-color: transparent; background-image: none; }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row .container > .video-iframe-container { display: none; }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row > .video-iframe-container { display: none; }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .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); }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row .container { border-width: 0; border-radius: 0; }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#i1rFCJfDStXTATANOp48Pwz77CEa4VfH { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cPlJFSZahLZxkSSGS25pZxy0SaBMc529 { color:#303030;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:2.5rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kETSsaKlSxC69X24OksRb6ARRQKuCSZ1 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:block; }
#F2fpm7Z4QmWAgktynqGSLpdADyzyM3cM { color:#303030;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.1875rem;left:21.25rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QhzBzSOcZrorWpwk2TB1VrxA21dywmgZ { color:#000000;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:21.25rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OPzxylTxCq2E1iVd4myzqemQimk3vGGp { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15013;background-color:#ffd100;background-image:none;top:7.5rem;left:18.75rem;display:block; }
#KU3EgDRlgwyOsh26pHG6rDt3TalqvNfT { color:#303030;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewFL7WwnK17vT98VdaUsyH0plRQoseDx { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FTOvPGTawgq2mUXUbQkhWZWf6QfOEqXi { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15018;background-color:#ffd100;background-image:none;top:7.5rem;left:37.5rem;display:block; }
#n6MDg1hzs5pmCcamnCiTB3apuzQIReKW { color:#303030;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:13.1875rem;left:58.75rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LAoHwFFoS8Ey4H6u35XRMU3RcQGgQliC { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:6.9375rem;left:58.75rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9ZIcy9hT0C64pKfKCIginBdU9bq65Xc { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15023;background-color:#ffd100;background-image:none;top:7.5rem;left:56.25rem;display:block; }
#TuNS9Wi8bA48dSa2HsuB18B9TipTglPQ { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15019;background-color:#000000;background-image:none;top:2.1875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
#QCpkFrOTNkMqDUJSPzJ6AXpsogkoOzVC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:2.5rem;display:none; }
#zapzGQ4Lw8gpgQvx1gqXsDCIDbKw2T09 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:none; }
#IfLNFr3rUSMVTKpL1P5yWE4hOlAUnQhe { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15019;background-color:#000000;background-image:none;top:2.1875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
#T1ycpkH2r1e1HbwhTpvRdhz6dx2v0q14 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:2.5rem;display:none; }
#TZAplfr3ngFb9P4q9V4ebccsmCE7vQ7T { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:none; }
#xKp8c0Tqd8qlyqqTeDWw8l3NtA3HFdeU { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15019;background-color:#000000;background-image:none;top:2.1875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
#Jvd96dLaNya7h47VzISfynyu7MfH1yAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:2.5rem;display:none; }
#ho7uu5BVWgEO182yCCtbl5BX2xQEXGDU { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:none; }
#RGEkRefN7wTEgLBPE7vC9tivFDlURlaV { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15019;background-color:#000000;background-image:none;top:2.1875rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
#SCSTVQTnIhBLtUsFKyH2T47ai7qqirp1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:2.5rem;display:none; }
#pW5iWWJAusUqkdRcBvRHiuaV75ZGXyBO { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:7.5rem;left:0rem;display:none; }
#zu1pKJPVOHbD4mGllABax7MkLSnhDpNR { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15025;background-color:#ffd100;background-image:none;top:2.25rem;left:2.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#ik9oDCTFOCqTJZlwXoqIcZcH1z2hAfw9 { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15027;background-color:#ffd100;background-image:none;top:2.3125rem;left:21.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#e6zEs6m2Otp8ibDKSJuM7HRbEIyUhzut { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15029;background-color:#ffd100;background-image:none;top:2.3125rem;left:40rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#vgQKJtPTvnAooU4TMrd4INzC85T1c7zV { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15031;background-color:#ffd100;background-image:none;top:2.25rem;left:58.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#Zu3pMPn1QxSTrhaxPJRSiQra9xkoxKOW { background-color:#ffd100;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.568359375rem;left:0rem;display:block; }
#QQpXE90Z8mr0k9GcZXR2RgozCFOqPyND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aehk6pG9Xo7tUJ1ibL12qHoR3zmIy0Si { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.8125rem;left:3.0625rem; }
#pkcwK2Dsh58cTLD8mt1mw1TeKd3z1sF6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.8125rem;left:21.8125rem; }
#cGRanrmmLziO1o3tfbvz7q5u9KMmxsOS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.8125rem;left:40.5625rem; }
#XF14Kzd32ity7fI9cbxU3zgfGoeTI7Dx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.8125rem;left:59.25rem; }
#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP { 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:block; }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row .container { background-color: transparent; background-image: none; }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row .container > .video-iframe-container { display: none; }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row > .video-iframe-container { display: none; }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .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); }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row .container { border-width: 0; border-radius: 0; }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#SFEvmxG4fQ36TUuvkgQgZzlZkUKgbAe6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.9375rem;width:30.5rem;top:0rem;left:17.875rem;overflow:hidden;display:block; }
#WO5yEBf3OTbPoKcxJbk0UnHrNOfcdPh2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.9375rem;width:23.9375rem;top:0rem;left:49.875rem;overflow:hidden;display:block; }
#WUVaXceVsiCwONPSnVMgl8ey0GA4smd2 { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15009;background-color:#ffd100;background-image:none;top:0rem;left:74.5rem;display:block; }
#iw77fiiVA8igFb7oO9OSPTD9C3WDPMaO { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15010;background-color:#ffd100;background-image:none;top:0rem;left:48.75rem;display:block; }
#eJzlCObWinoEk0izx7o83AWzrPT4TECA { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15011;background-color:#ffd100;background-image:none;top:0rem;left:17.0625rem;display:block; }
#Cxv2a7p5U65xN11IPsS8SohQ7dLTLklE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.9375rem;width:15.9375rem;top:0rem;left:0.8125rem;overflow:hidden;display:block; }
#nWLOxT96pG3fPuneV94z1qEyVyaE5oFo { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15012;background-color:#ffd100;background-image:none;top:0rem;left:0rem;display:block; }
#CutJZPuSiaQcUfWMuGXgvnFXn4AOpsvR { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15012;background-color:#ffd100;background-image:none;top:0rem;left:0rem;display:none; }
#ho2Tzcn9wNEuTGwGpvx2Fz59Js8Iw1Lp { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15012;background-color:#ffd100;background-image:none;top:0rem;left:0rem;display:none; }
#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI { 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; }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row .container { background-color: transparent; background-image: none; }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row .container > .video-iframe-container { display: none; }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row > .video-iframe-container { display: none; }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .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); }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row .container { border-width: 0; border-radius: 0; }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#bWy1KgPQw6QNarvaOzTsSsMdpbf6UlBQ { color:#000000;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.875rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#ZuoL3iHXXU2cZiAn7IZalrLaPzDX2Sl1 { color:#303030;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TgeDot0TTFiHlG5KnTWuHkEg1hL77rVB { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15007;background-color:#ffd100;background-image:none;top:2.8125rem;left:0rem;display:block; }
#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa { 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; }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row .container { background-color: transparent; background-image: none; }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row .container > .video-iframe-container { display: none; }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row > .video-iframe-container { display: none; }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .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); }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row .container { border-width: 0; border-radius: 0; }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#nZtrSob29J82LulLWSNA4VcNA0HwSATy { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b374db09-b763-4ce0-8422-d0eb25e258c0/images.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.1875rem;left:2.8125rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#nZtrSob29J82LulLWSNA4VcNA0HwSATy.adaptive-delivery-prevent-bg, #nZtrSob29J82LulLWSNA4VcNA0HwSATy.lazyload, #nZtrSob29J82LulLWSNA4VcNA0HwSATy.lazyloading { background-image: none; }
#TND3CRTrJZTw9VhI2eDbP0cm6twKSxmm { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:21.1875rem;left:7.3125rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#aD958SQTDQGhnzvdI5WKlHu1ElhOk9LA { 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:17.5rem;width:13.625rem;top:2.375rem;left:2.8125rem;overflow:hidden;display:block; }
#b5FKGwKUAlkCmVy47s6s9eXplspkS6hC { 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:4.8125rem;width:4.8125rem;top:16.4375rem;left:12.9375rem;overflow:hidden;display:block; }
#bKU7WT6qDkycZyeJuhO6bXRf5iTcDSe0 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:21.25rem;left:25.5rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#qVn2lbthEQpBFpBBGTOiL2gZDtSCcsTH { 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:17.5rem;width:13.125rem;top:2.375rem;left:21.5625rem;overflow:hidden;display:block; }
#eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f0491cb-bb9e-4f8b-b8e5-19ebaa3fd93a/nsopengraph.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.25rem;left:21rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC.adaptive-delivery-prevent-bg, #eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC.lazyload, #eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC.lazyloading { background-image: none; }
#NyqUpGMuIUeA7huFiokrulPLov4Ebsa4 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:21.25rem;left:43.875rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#kvdSsyUTuyLFGfeaSATE6kXphmpbdthQ { 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:17.5rem;width:13.125rem;top:2.375rem;left:39.9375rem;overflow:hidden;display:block; }
#P5blmSsFT8uJToplisq887AWWJTi985Q { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/65a0aee3-1dbd-49f9-89b0-77d16d6abeca/ArrivaLogosvg.crop_736x736_0,0.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:21.25rem;left:39.375rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#P5blmSsFT8uJToplisq887AWWJTi985Q.adaptive-delivery-prevent-bg, #P5blmSsFT8uJToplisq887AWWJTi985Q.lazyload, #P5blmSsFT8uJToplisq887AWWJTi985Q.lazyloading { background-image: none; }
#iX3P9eAeky5CQ4bkXZxmEKgJrn5TOJZF { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:21.25rem;left:62.9375rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#z5TzlViipoadwu8GnWKpnbPIR8vnLW0X { 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:17.5rem;width:13.125rem;top:2.375rem;left:58.4375rem;overflow:hidden;display:block; }
#zimV9tCcu2L4aC9SCsTV4yps5oGcuFrg { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ced1c886-5f07-4a48-a2f6-55b377aa7406/images.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.25rem;left:58.4375rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#zimV9tCcu2L4aC9SCsTV4yps5oGcuFrg.adaptive-delivery-prevent-bg, #zimV9tCcu2L4aC9SCsTV4yps5oGcuFrg.lazyload, #zimV9tCcu2L4aC9SCsTV4yps5oGcuFrg.lazyloading { background-image: none; }
#RWPLoxxe4pswTToCcCzDbtZCsQSvszlg { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15012;background-color:#ffd100;background-image:none;top:0rem;left:0rem;display:none; }
#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM { 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; }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row .container { background-color: transparent; background-image: none; }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row .container > .video-iframe-container { display: none; }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row > .video-iframe-container { display: none; }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .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); }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row .container { border-width: 0; border-radius: 0; }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8873873e-55b7-4dd3-9d9f-280fb3959cdb/Schermafbeelding20251021om160457.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.1875rem;left:2.8125rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE.adaptive-delivery-prevent-bg, #f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE.lazyload, #f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE.lazyloading { background-image: none; }
#RoPP1qQybVdJANBBEXEg8FoAd68OXPf9 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:21.1875rem;left:7.3125rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#oZn6VkeSMONL5tomPy2lTqKQJskXHckT { 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:11.6875rem;width:13.625rem;top:2.375rem;left:2.8125rem;overflow:hidden;display:block; }
#TyT5b5DSTImQEG0Xr8EeSQuLPWwXadDs { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:21.25rem;left:25.5rem;height:5.41845rem;text-align:left;text-align-last:left;display:block; }
#vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69be5339-1ae8-4d04-8a1b-2af1fe10d758/images1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.25rem;left:21rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP.adaptive-delivery-prevent-bg, #vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP.lazyload, #vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP.lazyloading { background-image: none; }
#iPcncxhTVqIWkZVxTm8uT0ulZlubhwLv { color:#000000;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:21.25rem;left:43.875rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#o0rr7cfhzUxe3Gwlot0MblHIm8HRWQQw { 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:17.5rem;width:13.125rem;top:2.375rem;left:39.9375rem;overflow:hidden;display:block; }
#biZ45BoWZ3cruK2TOIltkvfeUzEUuB46 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66951142-f014-42ac-8682-5a5d8c3e6417/imgi_1_LogoFastcilityfinalcrop_122x126_00.crop_107x126_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:21.25rem;left:39.375rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#biZ45BoWZ3cruK2TOIltkvfeUzEUuB46.adaptive-delivery-prevent-bg, #biZ45BoWZ3cruK2TOIltkvfeUzEUuB46.lazyload, #biZ45BoWZ3cruK2TOIltkvfeUzEUuB46.lazyloading { background-image: none; }
#sXgCydRn1vqPGtX1MSCfehvWNU7rqXJG { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:21.25rem;left:62.9375rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#LXpMFNvmS3TCP8Qdv02vziWis2u7MfvK { 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:17.5rem;width:13.125rem;top:2.375rem;left:58.4375rem;overflow:hidden;display:block; }
#d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/24cbe311-8a76-441f-a593-73433ecf3377/imgi_3_foodboxlogosmall.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:21.25rem;left:58.4375rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy.adaptive-delivery-prevent-bg, #d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy.lazyload, #d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy.lazyloading { background-image: none; }
#qdpCyRJP2pnvhTQGDk5tH1LXFUPoG2Ne { background-color:#ffd100;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.443359375rem;left:0rem;display:block; }
#CZQFPVNCfmFJfNlppDpqfLblESyT55hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyxzM8slXBLHOJZlHIrf30hSwipcfqWR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:13.625rem;top:12.3125rem;left:2.8125rem;overflow:hidden;display:block; }
#B0VZuSKymVVOS04wFvawCmTlAnoe9GMx { 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:17.5rem;width:12.25rem;top:2.375rem;left:21.5625rem;overflow:hidden;display:block; }
#JCbBzCI7q7z8dNaZaRIAxWmOLf289sbq { 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:3.8125rem;width:7.8125rem;top:18.0625rem;left:28.75rem;overflow:hidden;display:block; }
#vkDPzv9AuLfMI1fC1Ah1xEHzEmTTwBC8 { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15012;background-color:#ffd100;background-image:none;top:0rem;left:0rem;display:none; }
#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 { 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; }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row .container { background-color: transparent; background-image: none; }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row .container > .video-iframe-container { display: none; }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row > .video-iframe-container { display: none; }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .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); }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row .container { border-width: 0; border-radius: 0; }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#pBvVJlHbNtQQGa5Zlpc05uAaqCJAuoMh { color:#000000;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.875rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#Iewu04aJOr99D2xFFI2HInH98iwGcR00 { color:#303030;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.630859375rem;left:1.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RZwbg6oETTVeQANW6W3w01dpXhU9LDUG { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15007;background-color:#ffd100;background-image:none;top:2.8125rem;left:0rem;display:block; }
#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt { 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; }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row .container { background-color: transparent; background-image: none; }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row .container > .video-iframe-container { display: none; }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row > .video-iframe-container { display: none; }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .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); }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row .container { border-width: 0; border-radius: 0; }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be8ac168-20c4-438f-aeff-977f06be7cd7/imgi_30_logogym8black1536x601.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5rem;left:1.375rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f.adaptive-delivery-prevent-bg, #uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f.lazyload, #uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f.lazyloading { background-image: none; }
#uU7ahbepdxWcnwu09PQ1gKbOxNLHklpr { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:20.5rem;left:5.875rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#mi6ZWmUNi0EeWRDCo1yKXUnXmPw84shC { 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:17.5rem;width:13.125rem;top:1.6875rem;left:1.375rem;overflow:hidden;display:block; }
#Ppb5kfM48C002ERECvwJKTOXdNprPU33 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:20.5625rem;left:20rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#Khr7acm1fTKApkyAcpGKZTFJpVkAl1pp { 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:17.5rem;width:13.125rem;top:1.6875rem;left:16.125rem;overflow:hidden;display:block; }
#sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a5d59927-7c49-4cb0-a147-a04af4a7579e/imgi_2_Logobrain.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5625rem;left:15.5625rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn.adaptive-delivery-prevent-bg, #sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn.lazyload, #sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn.lazyloading { background-image: none; }
#pGmAmxa7DbKQq6h9P5AA7mtI2ZWNUNg9 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:20.5625rem;left:34.9375rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#mTXowHvoPC7qcryullStS16W1bXlwauO { 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:17.5rem;width:13.125rem;top:1.6875rem;left:31.125rem;overflow:hidden;display:block; }
#ZEARL0OB4e6r3KltIdawfBZouGysR2Ok { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/65916474-53b7-4e37-ad11-a68a4aa359ed/imgi_10_sandenvendo1800x600.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5625rem;left:30.5625rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#ZEARL0OB4e6r3KltIdawfBZouGysR2Ok.adaptive-delivery-prevent-bg, #ZEARL0OB4e6r3KltIdawfBZouGysR2Ok.lazyload, #ZEARL0OB4e6r3KltIdawfBZouGysR2Ok.lazyloading { background-image: none; }
#rbMKTs1fDeTsEDxPcV3hezJQilvgbA8Q { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:20.5625rem;left:50.25rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#WfFocg0H2mOgMTWtlBd1cJD2kiZILMP2 { 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:17.5rem;width:13.125rem;top:1.6875rem;left:45.75rem;overflow:hidden;display:block; }
#aecMLSC5iZSEICarefzI2kv039z5QOyX { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fff23b51-3fce-4f55-a384-a17b6ef5beed/imgi_3_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5625rem;left:45.75rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#aecMLSC5iZSEICarefzI2kv039z5QOyX.adaptive-delivery-prevent-bg, #aecMLSC5iZSEICarefzI2kv039z5QOyX.lazyload, #aecMLSC5iZSEICarefzI2kv039z5QOyX.lazyloading { background-image: none; }
#Bdu9mzRXTNIwCC0dJ1o2WxS179a7DBKt { background-color:#ffd100;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.005859375rem;left:0rem;display:block; }
#y0T6zATp2hnf9hdIik5wBx9WXdUx5lwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKBORTJMXMWATAvJixfG00OMN5GsMftf { box-sizing:content-box;height:23.9375rem;width:0.5rem;position:absolute;display:block;z-index:15012;background-color:#ffd100;background-image:none;top:0rem;left:0rem;display:none; }
#JNzSF6uu6Bd699rd6tNTTlMScDXXsQfA { color:#000000;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:20.5625rem;left:64.9375rem;height:3.6123rem;text-align:left;text-align-last:left;display:block; }
#O1KB7T8k4NlTXpTEsZAZC9h5aFpbvkVg { 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:17.5rem;width:11.3125rem;top:1.6875rem;left:60.4375rem;overflow:hidden;display:block; }
#dEp6aVIALhTgkAhckJgf4lBGmAHHWPpW { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06dc6123-7680-47aa-8975-ddd2e309158f/images1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5625rem;left:60.4375rem;border-top:0.0625rem solid #ffd100;border-left:0.0625rem solid #ffd100;border-right:0.0625rem solid #ffd100;border-bottom:0.0625rem solid #ffd100;display:block; }#dEp6aVIALhTgkAhckJgf4lBGmAHHWPpW.adaptive-delivery-prevent-bg, #dEp6aVIALhTgkAhckJgf4lBGmAHHWPpW.lazyload, #dEp6aVIALhTgkAhckJgf4lBGmAHHWPpW.lazyloading { background-image: none; }
#MwKF1eC7QRedELtTisGgz6vDRwWpACam { 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:block; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { background-color: transparent; background-image: none; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container > .video-iframe-container { display: none; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row > .video-iframe-container { display: none; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .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); }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { border-width: 0; border-radius: 0; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#PkCTLAq0LEZQfJDF7OXsy6TWX0L4n1Gd { box-sizing:content-box;height:22.8125rem;width:22.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:10.6875rem;left:27rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.11) ;display:block; }
#gznX1X2fS9917TAD6EMPiT04Kd7gT5Ar { color:#303030;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.9375rem;left:28.375rem;height:14.297875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#DqEZZ37XTr3bpmUUKlyeAt7fEApROX8e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:11.875rem;left:28.375rem; }
#Wv81dMvIcJePHvZFVKG6EntMFIH14Joz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:11.875rem;left:29.875rem; }
#yTcbuV4beENbp8QAvJBfelWh8XR8WH0G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.875rem;left:31.375rem; }
#g3ZB7I8ga3CCi7794focStGTE9Dd729E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.875rem;left:34.375rem; }
#aBRxp1mf4Acb4nDH2CHbgrJt8szZCvVH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.875rem;left:32.875rem; }
#KIrraTH4QHIphmKBlHDktciqsnrPVdol { box-sizing:content-box;height:10.5rem;width:28.25rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:8.875rem;left:39.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#MZpdPotlQ26ahoMmoLih10zHqwkiXks8 { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.49658203125rem;left:1.75rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#oWFIGHE9zHVV01BQHo0E20iRbmKASbzr { box-sizing:content-box;height:22.875rem;width:24.75rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:10.625rem;left:50.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.11) ;display:block; }
#w3QF6BmdukQFI8o58zGJK9acXcRxuVqS { color:#303030;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:30.3125rem;left:51.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hkp2PLhTlUUaFGLaFJKgPz2LFpraFsRK { color:#303030;display:block;width:23rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:14.875rem;left:51.4375rem;height:14.297875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rqbFdIyppzvTUGEnfUV62xqTzG7omN17 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:11.8125rem;left:57.4375rem; }
#l6cm6LBKZqTfFdIeVOpQid04lCgU3Wwp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.8125rem;left:55.9375rem; }
#ttqGv08SG5kFRkP6QEpB2In0GkkslbC9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:11.8125rem;left:54.4375rem; }
#mC5pPzI7BeBwWKJ6aG06bk2WqdWy876b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:11.8125rem;left:52.9375rem; }
#hy7Q09AEJBvq2xgyOo6JewZILJOZzSUW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:11.8125rem;left:51.4375rem; }
#TqTdsrqBNDva3iw5NhoTvrAiDioZe47B { box-sizing:content-box;height:22.875rem;width:25.625rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;top:10.58642578125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.11) ;display:block; }
#qGD3ptbiEOzXXNk5UftPNyfQRgLI5qod { color:#303030;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:30.3125rem;left:1.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S5HQltuXybn8A7rLizuBc9CdR6drTEk0 { color:#303030;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.1875rem;height:14.297875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XXHJEsZ8tVP8RxXItKi0zAomhEhvVblK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:11.8125rem;left:7.1875rem; }
#FtR4BailIF15e1cmp8HR2QQWcAoE9IbE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:11.8125rem;left:5.6875rem; }
#R9J1tW8oG8ETTKJKS6N7SO5N4sCtOgyw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:11.8125rem;left:4.1875rem; }
#m5OsGHhGBGoThRag93nZI0idq6kS4zaA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:11.8125rem;left:2.6875rem; }
#wCO1Dso80BWPld3mOiVAMyBdK7inpmDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:11.8125rem;left:1.1875rem; }
#hDEEmbPtmFVSpfQm1TODhdbVmbqKI1QH { color:#303030;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:30.375rem;left:28.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wno59LS9uozVK6zSvqpXzPB5b70lJso7 { box-sizing:content-box;height:10.5rem;width:28.25rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:8.875rem;left:39.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#ySPti5VyuQ6czT7NiJsPOpTKBBsJdR8i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.1875rem;left:27.8125rem;display:none; }
#aGdXBXBOdHPoJTCfkDqsPdyslTeLMIDK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.1875rem;left:29.3125rem;display:none; }
#AoHPIv9TCx5PgNSsaOmf9z8uGpSMWKRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:9.1875rem;left:30.8125rem;display:none; }
#h6Lmp2BSG20vrnExfPH7QXkgD3CMa8tQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.1875rem;left:33.8125rem;display:none; }
#ohqWLbXZZhK3zE9xvJqfGNCGIzt8o0Ev { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.1875rem;left:32.3125rem;display:none; }
#fL1LpW5H5UTX8Mi7ae0US8BmEO4riIkf { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#ffd100;background-image:none;top:3.75rem;left:0rem;display:block; }
#U6WggZC6kpmH6k6sg0hxVA4TiEEG5cyo { position:absolute;display:block;z-index:15056;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.1875rem;width:4.875rem;top:3.40576171875rem;left:43.3125rem;overflow:hidden;display:block; }
#DuWqZtaigAMRpB2WGl1V9rAgVCzip5B3 { box-sizing:content-box;height:2.625rem;width:11.4375rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;top:2.68701171875rem;left:42.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.11) ;display:block; }
#yGA5mTG0LXt6xTEBEwhEz6VradxE0uWJ { position:absolute;display:block;z-index:15057;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.75rem;width:3.3125rem;top:3.12451171875rem;left:49.125rem;overflow:hidden;display:block; }
#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f200a1f9-6e37-43ed-87da-30bf4feba8e2/IMG_2449.JPG");background-position:center left !important;background-repeat: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; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.adaptive-delivery-prevent-bg, #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.lazyload, #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.lazyloading { background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { border-width: 0; border-radius: 0; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::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; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { font-size:0.875rem;font-family:arial;height:74.75rem;width:75rem;position:relative;display:block; }#drNTNnXd6SJZlC4SCOX0GKATc9Hh4JB3 { color:#ffffff;display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.59375rem;height:7.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.70556640625rem;left:7.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-form-header {  }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;color:#ffffff;width:21rem;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;line-height:1.3;font-style:normal; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-text { 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:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:21rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-text {padding-top: 0; padding-bottom: 0;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-textarea { 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:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:21rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-select { 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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:21rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:montserrat;font-size:0.6875rem;overflow:hidden;vertical-align:top; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-select {padding-top: 0; padding-bottom: 0;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .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; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffd100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:#000000;width:21rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: none;font-style:normal; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP [class*="-text"]:-moz-placeholder { color:#161616;font-family:montserrat;font-size:0.6875rem; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP [class*="-text"]::-moz-placeholder { color:#161616;font-family:montserrat;font-size:0.6875rem; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:montserrat;font-size:0.6875rem; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:montserrat;font-size:0.6875rem; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:19.8125rem;overflow:hidden;font-style:normal;float:none; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .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; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:2;float:none; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-container:first-of-type{padding-top:0;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-container:last-of-type{padding-bottom:0;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25.75rem;top:18.7919921875rem;z-index:15008;position:absolute; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21rem;display:block;vertical-align:top; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.625rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP {display:block;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25.75rem;top:18.7919921875rem;z-index:15008;position:absolute; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #TaGDxwW0i6ZHeOKTBilK0QlQB56SoDnd { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #MuMP2zvquXytSTPeEP0kwrgvTlWfiVDi { position:relative;display:none; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #lySvPkHIDaQrKdkWASE5xuMVt93Xfh6v { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #DK7uWwodTPidqdKxrQxxq2gfsvVTKCVt { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #VW39ktDQymPK2OlImoRlTAFfl79guCB4 { position:relative;display:none; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #wLbpzq7XOLg2Mrx7UQqd59DGK71Zyd52 { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GdZUezD4Pac9rhgATith4bFtMHc51BL7 { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #fkO65CSsaesMXgK3Ev1yxJTq0Vuen9Xy { position:relative;display:none; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #cXOkXr9q8s3XnXa48pOnlEcCHTnhJkCq { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GddqpAXhWJnxOdk8d0fdJazCzDzhu0EN { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #UKGW3M3ixcMICzBzudlFdVoZz9JcbG9E { position:relative;display:none; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #bTztSvkgaxwPRd11ySOVksHxU5AVfATH { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #PUgZHVV6AcLEgkFA469EXFK27WJHqPpv { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #VDlL5QLtBPkzEk9Oxeu802bJ0HC8Kqnp { position:relative;display:block; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #sUstiofHZieeIog3NNVpvrTtlx03NPlT { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Py6L5KoegBTNgvLaVmBe3ka9fBmxIwfp { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #IPXkJuvmGLtU7RnGCXPm21uX16dSLoOz { position:relative;display:block; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Wm4gK5nkIITWz5Z7hTI0v1vpx91uVNkd { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #NufsPDZMLodEF3POFls9eaD7EtDbS03H { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #NufsPDZMLodEF3POFls9eaD7EtDbS03H .container-column{width:50%;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #RaZO81BUyaWqrf10XCdVnoqs98oSvTlP { position:relative;display:block; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #mn4zMQ4RS8uK9Hv5eV3amhTcdCuQJq4D { position:relative;z-index:2; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GZScaMhQMbvzI9DCfBmszsLnJUu2qB74 { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #v5XUSU9tUVBf09d5LGezN5D5EfZiF2DF { position:relative;z-index:2; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Mg5SIVRuDpF9pqgTVCOTiH2cIAH5rgCu { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #fUgOxiby7VWzGBvErIuU4WtWgrKTtG78 { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #X6OuMz9b0uBRBVP7tdMPgFGyWaUuaTO8 { position:relative;display:block; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #tDgobQUPHgGbzgoTPAiM50WTAWS6G7Tp { position:relative; }
#GVx3PZ5uHLBZqLsEVVDPBo0XNluAiC1Q { position:relative;display:block; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GcTdgMvRQpeHQN1muAk0TOPk7V699NWv { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #cJB4J9ttzVVFHuV02TrB2EBITqValAUh { position:relative; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #DiQnSFVzAihrre63rvIcrIlZaC2N94wE { position:relative;display:block;z-index:15000; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #UXODXcqlx12pmr3ZVI1XBcJuuvPo5HAm { position:relative;display:block;z-index:15000; }
#o6fOKdzOfiax3KUaLQFXRyzRuVfqf7yK { position:absolute;display:block;z-index:15009;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:4.6875rem;top:63.60205078125rem;left:35.15625rem;overflow:hidden;display:block; }
#m2dnvv6lZUlNuJ4ua9p7nHhlye4EWo5w { color:#ffffff;display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.59375rem;height:7.7998rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IUnemOgNG1hpVyovDFLTHTkQmrypbell { 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; }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row .container { background-color: transparent; background-image: none; }#IUnemOgNG1hpVyovDFLTHTkQmrypbell::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row .container > .video-iframe-container { display: none; }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row > .video-iframe-container { display: none; }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .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); }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row .container { border-width: 0; border-radius: 0; }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#hP1xxwJUbw8WBUhyOStOeS73Wut4qcSa { display:block;width:39.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.806640625rem;left:19.625rem;height:1.13720625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVVMWTqH1cWVohQEgf5OLr0yT7Mk1q7H { 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:1.125rem;width:1.9375rem;top:1.8125rem;left:21.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX { display:block; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xo0WV0bU2JDVFIpuzyAlu0D5hmLTUb9B { width:47.75rem;height:4.375rem;top:14.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQymB78dK5bDT4GV1GUItBzSteV2daLr { width:16.625rem;height:3.4375rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCxpO7FUKHMgk8Hl2EKTCTHTuvzTHD9u { display:block; }
 }@media only screen and (max-width: 763px) { #vMsA1nWz5CFDwyl3LRPz7uOEdTr63yhQ { width:46.125rem;height:13.875rem;top:33.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bsZ98bVp07sZsG4Ctyee0ImqzIgchx { top:14.6875rem;left:47.125rem;width:0.625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InVbI5ir6pFawF9euov3srOpFqXlFGqx { width:20rem;height:3.0625rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGUtybKfWEE47fRURT8wHulrVJPH0MFR { width:20rem;height:1.5rem;top:4.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMFfftNUStbIaXpmMszKDLTwsDGDv2QL { width:37.875rem;height:9.375rem;top:19.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpgB65cvQcRxEHhXf3ITVzGVEgzRTneB { top:14.6875rem;left:38.0625rem;width:9.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8drvBNEaUQFH5gvgKlIPVDrLwuGN0yd { top:28.4375rem;left:38.125rem;width:9.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzOchcOp6IBzJAQJtIEKZoV5T5DTIWuc { top:35.4375rem;left:38.0625rem;width:9.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsAJEMqyza2nUoZrBRvSxHK7WBo92F7W { top:35.4375rem;left:38.0625rem;width:9.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #apZwqrQ8ohJzBRixMpDRV8RxXp15RaC3 { top:35.4375rem;left:38.0625rem;width:9.6875rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4ELCtKJuJRWKuEt2gFoyTCAsHuzJZ3d { top:14.6875rem;left:47.125rem;width:0.625rem;height:33.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLsG3WpO5nRMcWtv9sTJoU9TsXU2rVzn { top:0rem;left:0rem;width:0.5rem;height:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { display:block; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmQSpZRpuqnQTONCZq5kZRk5z2A4N5GA { width:30.625rem;height:3rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { width:19.625rem;height:1.25rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9O6NRCDb29qbG2WodK8GVNnWQG7heeF { top:2.8125rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 { display:block; }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCK8q2n5ZXr0ox1u4QTCVAIzhbvDURAS { top:2.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQkMer8udOUVTDpo1X4EPgfWCZb74Bq3 { top:2.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZdVxbiWMt7F3UTudNd7c5KPskv26uX { width:12.0625rem;height:1.6875rem;top:6.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf011eAsfP9oWD0u99F2G66T29vqvdgf { width:15.0625rem;height:3.125rem;top:11.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obh6ysknxLuxig3KxzCvIl5ELF7Dr6c5 { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btrCw4KlVbTiHfTwa06evRD8e7hLVv8y { width:15.875rem;height:3.125rem;top:11.6875rem;left:8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHsVTsQiBr81JNz0xu2TUhtRPIyJrdA { width:18.5625rem;height:3.375rem;top:6.9375rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBA8JipVikZEuvrbIwuHQ9svFT9nEF6 { top:7.5rem;left:11.9375rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNMdxhgq35hubsslIUO7wFQoCyvd1zx { top:2.1875rem;left:11.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTM7pW9pTEoxgyo3XH3TIEe6G5I553iT { width:15.0625rem;height:3.125rem;top:11.6875rem;left:20.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnki6qKf67Io3ZZWaD4qPGgrfKTDTfyJ { width:9.5625rem;height:1.6875rem;top:6.9375rem;left:23.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg33kxuagnk7TtcsqR9KQz4Q2UypUMsP { top:7.5rem;left:23.875rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkTaEqcvFIOkcsw2T5k85AOFGTAOMZPX { top:2.1875rem;left:23.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guG0IJXqhaDLZEOS9p2uJb4eLUvg8uhc { width:15.0625rem;height:3.125rem;top:11.6875rem;left:32.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAoc9kDR5k4vtSvBrqhRx9L59uw3R8fv { width:14.75rem;height:3.4375rem;top:6.9375rem;left:33rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkhkSgE3MptMseCTeUc7KaUqnL3JecAX { top:7.5rem;left:35.8125rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK1wh8rzdghhfdCRy8onicsgMm3CrmMU { top:2.1875rem;left:35.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up6q7RShq3NBcrMHS9BKg5I804htUD7K { top:2.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9DVp7p6uPTHtogOxhRkzb0pgPATJZXL { top:2.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGoD9C91D1uSnuQAdpByar8sR1HvpX1R { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKWOTJCm5np2rWATR5stIJREsz7hWVA1 { width:20rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxxKTHFPXICTRWgZqRpm013XSXgQKokM { top:2.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIlAFT9A1tzfItMzNg0y8hGN7EHzg02R { top:2.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnWSPHSC7pETmLnaIOitmkETdGBG1u5N { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDgwSW37RCaHKXMl6Zf0ehTiJTRasQU0 { top:2.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hB7FxUqvPVNxeelpKD71RnDhPcKZCoHo { top:2.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzTc07Ch6xe9HX97h9eimTs1EeavXnBC { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGTCZQKriXBtRRi1V2Ua05EAAP7TuwMe { width:12.5rem;height:3.4375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I10S74xhVSERFTCIplvndSdQCbW250yz { display:block; }
 }@media only screen and (max-width: 763px) { #t8ITOv5BDIOi9Xe7trA0GX7IeiKNpQIA { top:2.375rem;left:11.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOvHUIc4q7It0ecCuFOJaOv7Q3unnApU { top:2.625rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv1VbJZLxpoR6HnVpZHrCktdw0PfwLyT { top:2.625rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUcTh1ZOHUaX4qWMEqPB43g48TnhEUZy { width:16.625rem;height:1.625rem;top:9.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc { display:block; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CstKP4AKRLBrWeqsBHmKJEV8992rpTHh { width:19.3125rem;height:1.6875rem;top:23.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyMRptCuTHSLy6hOMQLoOQnT55wm6Qz { top:18.875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeMxuabozQKpcBCZ9PBCakBmZRZpuXBc { top:24.1875rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b89wisOc0MTWqrdW7748wPN7wEmOtUAb { width:1.0625rem;height:2.875rem;top:19rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUSvTGUqO7QOpp7BCTSSZIyQUXO4VBSZ { width:14.75rem;height:2.75rem;top:25.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRevLgAUfJ6AnyDNoTWrw3zlu57BeH8 { width:14.75rem;height:2.75rem;top:25.3125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbxI0kSXtgoJLHs1bUQ6TBz4VkfSfd6b { width:19.3125rem;height:1.6875rem;top:23.625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl1kmM7Wxei4o9lGdWTipe5NEPcZCcyv { top:18.875rem;left:23.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq9m0plaA8XscwCbxc8wLRr6H0wvuMhN { width:1.0625rem;height:2.875rem;top:19rem;left:23.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyewv4BPtBwle5Bk8VRdo7COCRkhgucV { top:24.1875rem;left:23.875rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSGQGZEZfo5iGpgROKOHnR6nhs8551Ly { width:33.125rem;height:13.75rem;top:47.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbp7on1gHROEAdtlFAgL5ZNWbTTiIVCA { top:49.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD6WANkEEO3mgsQUVwlrar77dfx5Kxc1 { top:51.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn96rJ1dcV0qSso2pwq7bmhmfRRnlFGq { top:54.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRhR9oeKkX0RWLIXndrXSB5QJa8zln7l { top:57.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBpyIfZaLi99hTWmqKW1OmyBuRTzNwF7 { top:60.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcVS0PX2TbhwLIV75AOWnP1BgGokNAQd { width:35rem;height:16.5625rem;top:47.5625rem;left:12.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnoCL3yViSHSSwReoPEvw3WpXu6ghLeN { top:54.4375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW08rR3ZQl5mebWZHMKOrA8Mw2Z1tMpT { top:57.25rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQORfB438VDHPzklZyc6DModJR9hikvX { top:60.1875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMAdaP5x7MTcc58tkJWhymiZFrJDqVE1 { width:12.5rem;height:3.4375rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc17Fqr0yoZll7GIL2BZsTR7daEGf1CH { display:block; }
 }@media only screen and (max-width: 763px) { #AkovFWB4MrmnNTuxDvTfvHfp1ROuTxem { width:12.5rem;height:3.4375rem;top:66.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIeaRfgJlRXZeOLgUskzbU5994QW4SkW { display:block; }
 }@media only screen and (max-width: 763px) { #tvUxfTR55BcDNlLQ7I1Tx0DVBG6ieTgG { width:33.125rem;height:13.75rem;top:31.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTNo25FKr2AWvqCW1SBrvcSMVazDG2zx { width:33.125rem;height:9.625rem;top:31.125rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { width:31.1875rem;height:2.5625rem;top:11.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTu3RcMkodMTLr2mOvRn1nUvsrwIT5b { width:35.375rem;height:3rem;top:5.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3BZuV3L1z7btGkTxPz7l5lAviSmTUfk { width:35.375rem;height:3rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaUquCIUTlSGdPLpKplPnEiT6GueAILt { top:3.5625rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgeieo6XpvbzkWLLMf5NWhLttA4Z0CLF { top:19.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yobFu9eeLB4cy7xOZ2pLMkgGfTMb7LRV { top:19.4375rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkoAot3x71fBEPcqGusHdPOdWoGvT7XV { display:block; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKUgWP2FB0Pvxlt7l2xgnloS6ox15K2X { width:30.625rem;height:3rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSnEUyT9X8CekX9UKelC0p4O0QaZWHDW { width:15.625rem;height:2.625rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8blBhm4hRfTawnOZXkc7Oun6ICOWBHS { top:2.8125rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB { display:block; }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1rFCJfDStXTATANOp48Pwz77CEa4VfH { width:14.9375rem;height:3.375rem;top:6.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPlJFSZahLZxkSSGS25pZxy0SaBMc529 { width:15.0625rem;height:2.0625rem;top:13.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETSsaKlSxC69X24OksRb6ARRQKuCSZ1 { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2fpm7Z4QmWAgktynqGSLpdADyzyM3cM { width:14.4375rem;height:3.1875rem;top:13.1875rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhzBzSOcZrorWpwk2TB1VrxA21dywmgZ { width:14.25rem;height:3.375rem;top:6.9375rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzxylTxCq2E1iVd4myzqemQimk3vGGp { top:7.5rem;left:11.9375rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU3EgDRlgwyOsh26pHG6rDt3TalqvNfT { width:15.0625rem;height:2.0625rem;top:13.1875rem;left:20.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewFL7WwnK17vT98VdaUsyH0plRQoseDx { width:13.9375rem;height:3.375rem;top:6.9375rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTOvPGTawgq2mUXUbQkhWZWf6QfOEqXi { top:7.5rem;left:23.875rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6MDg1hzs5pmCcamnCiTB3apuzQIReKW { width:15.0625rem;height:2.0625rem;top:13.1875rem;left:32.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAoHwFFoS8Ey4H6u35XRMU3RcQGgQliC { width:13.9375rem;height:3.375rem;top:6.9375rem;left:33.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ZIcy9hT0C64pKfKCIginBdU9bq65Xc { top:7.5rem;left:35.8125rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuNS9Wi8bA48dSa2HsuB18B9TipTglPQ { top:2.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCpkFrOTNkMqDUJSPzJ6AXpsogkoOzVC { top:2.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zapzGQ4Lw8gpgQvx1gqXsDCIDbKw2T09 { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfLNFr3rUSMVTKpL1P5yWE4hOlAUnQhe { top:2.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1ycpkH2r1e1HbwhTpvRdhz6dx2v0q14 { top:2.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZAplfr3ngFb9P4q9V4ebccsmCE7vQ7T { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKp8c0Tqd8qlyqqTeDWw8l3NtA3HFdeU { top:2.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jvd96dLaNya7h47VzISfynyu7MfH1yAu { top:2.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ho7uu5BVWgEO182yCCtbl5BX2xQEXGDU { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGEkRefN7wTEgLBPE7vC9tivFDlURlaV { top:2.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCSTVQTnIhBLtUsFKyH2T47ai7qqirp1 { top:2.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pW5iWWJAusUqkdRcBvRHiuaV75ZGXyBO { top:7.5rem;left:0rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu1pKJPVOHbD4mGllABax7MkLSnhDpNR { top:2.25rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik9oDCTFOCqTJZlwXoqIcZcH1z2hAfw9 { top:2.3125rem;left:11.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6zEs6m2Otp8ibDKSJuM7HRbEIyUhzut { top:2.3125rem;left:23.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgQKJtPTvnAooU4TMrd4INzC85T1c7zV { top:2.25rem;left:35.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu3pMPn1QxSTrhaxPJRSiQra9xkoxKOW { width:12.5rem;height:3.4375rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQpXE90Z8mr0k9GcZXR2RgozCFOqPyND { display:block; }
 }@media only screen and (max-width: 763px) { #aehk6pG9Xo7tUJ1ibL12qHoR3zmIy0Si { top:2.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkcwK2Dsh58cTLD8mt1mw1TeKd3z1sF6 { top:2.8125rem;left:11.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGRanrmmLziO1o3tfbvz7q5u9KMmxsOS { top:2.8125rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF14Kzd32ity7fI9cbxU3zgfGoeTI7Dx { top:2.8125rem;left:35.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP { display:block; }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFEvmxG4fQ36TUuvkgQgZzlZkUKgbAe6 { top:0rem;left:4.25rem;width:30.5rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5yEBf3OTbPoKcxJbk0UnHrNOfcdPh2 { top:0rem;left:23.8125rem;width:23.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUVaXceVsiCwONPSnVMgl8ey0GA4smd2 { top:0rem;left:47.25rem;width:0.5rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw77fiiVA8igFb7oO9OSPTD9C3WDPMaO { top:0rem;left:35.125rem;width:0.5rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJzlCObWinoEk0izx7o83AWzrPT4TECA { top:0rem;left:3.4375rem;width:0.5rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxv2a7p5U65xN11IPsS8SohQ7dLTLklE { top:0rem;left:0rem;width:15.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWLOxT96pG3fPuneV94z1qEyVyaE5oFo { top:0rem;left:0rem;width:0.5rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CutJZPuSiaQcUfWMuGXgvnFXn4AOpsvR { top:0rem;left:0rem;width:0.5rem;height:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ho2Tzcn9wNEuTGwGpvx2Fz59Js8Iw1Lp { top:0rem;left:0rem;width:0.5rem;height:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI { display:block; }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWy1KgPQw6QNarvaOzTsSsMdpbf6UlBQ { width:30.625rem;height:3rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuoL3iHXXU2cZiAn7IZalrLaPzDX2Sl1 { width:21.25rem;height:2.5625rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgeDot0TTFiHlG5KnTWuHkEg1hL77rVB { top:2.8125rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa { display:block; }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZtrSob29J82LulLWSNA4VcNA0HwSATy { top:21.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TND3CRTrJZTw9VhI2eDbP0cm6twKSxmm { width:8.5625rem;height:3.5625rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD958SQTDQGhnzvdI5WKlHu1ElhOk9LA { top:2.375rem;left:0rem;width:13.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5FKGwKUAlkCmVy47s6s9eXplspkS6hC { top:16.4375rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKU7WT6qDkycZyeJuhO6bXRf5iTcDSe0 { width:12.0625rem;height:3.5625rem;top:21.25rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVn2lbthEQpBFpBBGTOiL2gZDtSCcsTH { top:2.375rem;left:7.9375rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC { top:21.25rem;left:7.375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyqUpGMuIUeA7huFiokrulPLov4Ebsa4 { width:12.0625rem;height:3.5625rem;top:21.25rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvdSsyUTuyLFGfeaSATE6kXphmpbdthQ { top:2.375rem;left:26.3125rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5blmSsFT8uJToplisq887AWWJTi985Q { top:21.25rem;left:25.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX3P9eAeky5CQ4bkXZxmEKgJrn5TOJZF { width:12.0625rem;height:3.5625rem;top:21.25rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TzlViipoadwu8GnWKpnbPIR8vnLW0X { top:2.375rem;left:34.625rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zimV9tCcu2L4aC9SCsTV4yps5oGcuFrg { top:21.25rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWPLoxxe4pswTToCcCzDbtZCsQSvszlg { top:0rem;left:0rem;width:0.5rem;height:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOH7KxDBlCvpzAmTqarzohhS2snD8ooM { display:block; }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE { top:21.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPP1qQybVdJANBBEXEg8FoAd68OXPf9 { width:11.25rem;height:3.625rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZn6VkeSMONL5tomPy2lTqKQJskXHckT { top:2.375rem;left:0rem;width:13.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyT5b5DSTImQEG0Xr8EeSQuLPWwXadDs { width:12.0625rem;height:5.375rem;top:21.25rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP { top:21.25rem;left:7.375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPcncxhTVqIWkZVxTm8uT0ulZlubhwLv { width:14rem;height:3.625rem;top:21.25rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0rr7cfhzUxe3Gwlot0MblHIm8HRWQQw { top:2.375rem;left:26.3125rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #biZ45BoWZ3cruK2TOIltkvfeUzEUuB46 { top:21.25rem;left:25.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXgCydRn1vqPGtX1MSCfehvWNU7rqXJG { width:12.0625rem;height:3.5625rem;top:21.25rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXpMFNvmS3TCP8Qdv02vziWis2u7MfvK { top:2.375rem;left:34.625rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy { top:21.25rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdpCyRJP2pnvhTQGDk5tH1LXFUPoG2Ne { width:12.5rem;height:3.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZQFPVNCfmFJfNlppDpqfLblESyT55hx { display:block; }
 }@media only screen and (max-width: 763px) { #TyxzM8slXBLHOJZlHIrf30hSwipcfqWR { top:12.3125rem;left:0rem;width:13.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VZuSKymVVOS04wFvawCmTlAnoe9GMx { top:2.375rem;left:7.9375rem;width:12.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCbBzCI7q7z8dNaZaRIAxWmOLf289sbq { top:18.0625rem;left:15.125rem;width:7.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkDPzv9AuLfMI1fC1Ah1xEHzEmTTwBC8 { top:0rem;left:0rem;width:0.5rem;height:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 { display:block; }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBvVJlHbNtQQGa5Zlpc05uAaqCJAuoMh { width:30.625rem;height:3rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iewu04aJOr99D2xFFI2HInH98iwGcR00 { width:15.625rem;height:1.25rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZwbg6oETTVeQANW6W3w01dpXhU9LDUG { top:2.8125rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt { display:block; }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f { top:20.5rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7ahbepdxWcnwu09PQ1gKbOxNLHklpr { width:8.5625rem;height:3.5625rem;top:20.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6ZWmUNi0EeWRDCo1yKXUnXmPw84shC { top:1.6875rem;left:0rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppb5kfM48C002ERECvwJKTOXdNprPU33 { width:12.0625rem;height:3.5625rem;top:20.5625rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khr7acm1fTKApkyAcpGKZTFJpVkAl1pp { top:1.6875rem;left:2.5rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn { top:20.5625rem;left:1.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGmAmxa7DbKQq6h9P5AA7mtI2ZWNUNg9 { width:12.0625rem;height:3.5625rem;top:20.5625rem;left:21.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTXowHvoPC7qcryullStS16W1bXlwauO { top:1.6875rem;left:17.5rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEARL0OB4e6r3KltIdawfBZouGysR2Ok { top:20.5625rem;left:16.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbMKTs1fDeTsEDxPcV3hezJQilvgbA8Q { width:12.0625rem;height:3.5625rem;top:20.5625rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfFocg0H2mOgMTWtlBd1cJD2kiZILMP2 { top:1.6875rem;left:32.125rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aecMLSC5iZSEICarefzI2kv039z5QOyX { top:20.5625rem;left:32.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdu9mzRXTNIwCC0dJ1o2WxS179a7DBKt { width:12.5rem;height:3.4375rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0T6zATp2hnf9hdIik5wBx9WXdUx5lwX { display:block; }
 }@media only screen and (max-width: 763px) { #JKBORTJMXMWATAvJixfG00OMN5GsMftf { top:0rem;left:0rem;width:0.5rem;height:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNzSF6uu6Bd699rd6tNTTlMScDXXsQfA { width:9.75rem;height:3.5625rem;top:20.5625rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KB7T8k4NlTXpTEsZAZC9h5aFpbvkVg { top:1.6875rem;left:36.4375rem;width:11.3125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEp6aVIALhTgkAhckJgf4lBGmAHHWPpW { top:20.5625rem;left:44.0625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKF1eC7QRedELtTisGgz6vDRwWpACam { display:block; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkCTLAq0LEZQfJDF7OXsy6TWX0L4n1Gd { top:10.6875rem;left:13.375rem;width:22.125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gznX1X2fS9917TAD6EMPiT04Kd7gT5Ar { width:18.75rem;height:14.3125rem;top:14.9375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqEZZ37XTr3bpmUUKlyeAt7fEApROX8e { top:11.875rem;left:14.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv81dMvIcJePHvZFVKG6EntMFIH14Joz { top:11.875rem;left:16.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTcbuV4beENbp8QAvJBfelWh8XR8WH0G { top:11.875rem;left:17.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3ZB7I8ga3CCi7794focStGTE9Dd729E { top:11.875rem;left:20.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBRxp1mf4Acb4nDH2CHbgrJt8szZCvVH { top:11.875rem;left:19.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIrraTH4QHIphmKBlHDktciqsnrPVdol { top:8.875rem;left:19.5rem;width:28.25rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZpdPotlQ26ahoMmoLih10zHqwkiXks8 { width:47.75rem;height:3rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWFIGHE9zHVV01BQHo0E20iRbmKASbzr { top:10.625rem;left:23rem;width:24.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QF6BmdukQFI8o58zGJK9acXcRxuVqS { width:12.5625rem;height:1.25rem;top:30.3125rem;left:35.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkp2PLhTlUUaFGLaFJKgPz2LFpraFsRK { width:23rem;height:14.3125rem;top:14.875rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqbFdIyppzvTUGEnfUV62xqTzG7omN17 { top:11.8125rem;left:43.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6cm6LBKZqTfFdIeVOpQid04lCgU3Wwp { top:11.8125rem;left:42.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttqGv08SG5kFRkP6QEpB2In0GkkslbC9 { top:11.8125rem;left:40.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC5pPzI7BeBwWKJ6aG06bk2WqdWy876b { top:11.8125rem;left:39.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy7Q09AEJBvq2xgyOo6JewZILJOZzSUW { top:11.8125rem;left:37.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTdsrqBNDva3iw5NhoTvrAiDioZe47B { top:10.5625rem;left:0rem;width:25.625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGD3ptbiEOzXXNk5UftPNyfQRgLI5qod { width:25.875rem;height:1.25rem;top:30.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5HQltuXybn8A7rLizuBc9CdR6drTEk0 { width:23.3125rem;height:14.25rem;top:14.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHJEsZ8tVP8RxXItKi0zAomhEhvVblK { top:11.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtR4BailIF15e1cmp8HR2QQWcAoE9IbE { top:11.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9J1tW8oG8ETTKJKS6N7SO5N4sCtOgyw { top:11.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5OsGHhGBGoThRag93nZI0idq6kS4zaA { top:11.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCO1Dso80BWPld3mOiVAMyBdK7inpmDQ { top:11.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDEEmbPtmFVSpfQm1TODhdbVmbqKI1QH { width:11.8125rem;height:1.3125rem;top:30.375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wno59LS9uozVK6zSvqpXzPB5b70lJso7 { top:8.875rem;left:19.5rem;width:28.25rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySPti5VyuQ6czT7NiJsPOpTKBBsJdR8i { top:9.1875rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGdXBXBOdHPoJTCfkDqsPdyslTeLMIDK { top:9.1875rem;left:15.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoHPIv9TCx5PgNSsaOmf9z8uGpSMWKRW { top:9.1875rem;left:17.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6Lmp2BSG20vrnExfPH7QXkgD3CMa8tQ { top:9.1875rem;left:20.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohqWLbXZZhK3zE9xvJqfGNCGIzt8o0Ev { top:9.1875rem;left:18.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fL1LpW5H5UTX8Mi7ae0US8BmEO4riIkf { top:3.75rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6WggZC6kpmH6k6sg0hxVA4TiEEG5cyo { top:3.375rem;left:29.6875rem;width:4.875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuWqZtaigAMRpB2WGl1V9rAgVCzip5B3 { top:2.625rem;left:28.625rem;width:11.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGA5mTG0LXt6xTEBEwhEz6VradxE0uWJ { top:3.0625rem;left:35.5rem;width:3.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drNTNnXd6SJZlC4SCOX0GKATc9Hh4JB3 { width:47.75rem;height:7.75rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { width:47.75rem;height:2.25rem;top:13.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-regular-label { display:block;width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-text { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-text {padding-top: 0; padding-bottom: 0;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-textarea { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-select { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-select {padding-top: 0; padding-bottom: 0;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-button { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-checkbox-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP  { width:21rem;height:auto;top:18.75rem;left:12.125rem; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .radio-container { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP {display:block;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP { width:21rem;height:auto;top:18.75rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #TaGDxwW0i6ZHeOKTBilK0QlQB56SoDnd {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #MuMP2zvquXytSTPeEP0kwrgvTlWfiVDi { display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #lySvPkHIDaQrKdkWASE5xuMVt93Xfh6v {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #DK7uWwodTPidqdKxrQxxq2gfsvVTKCVt {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #VW39ktDQymPK2OlImoRlTAFfl79guCB4 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #wLbpzq7XOLg2Mrx7UQqd59DGK71Zyd52 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GdZUezD4Pac9rhgATith4bFtMHc51BL7 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #fkO65CSsaesMXgK3Ev1yxJTq0Vuen9Xy { display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #cXOkXr9q8s3XnXa48pOnlEcCHTnhJkCq {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GddqpAXhWJnxOdk8d0fdJazCzDzhu0EN {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #UKGW3M3ixcMICzBzudlFdVoZz9JcbG9E { display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #bTztSvkgaxwPRd11ySOVksHxU5AVfATH {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #PUgZHVV6AcLEgkFA469EXFK27WJHqPpv {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #VDlL5QLtBPkzEk9Oxeu802bJ0HC8Kqnp {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #sUstiofHZieeIog3NNVpvrTtlx03NPlT {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Py6L5KoegBTNgvLaVmBe3ka9fBmxIwfp {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #IPXkJuvmGLtU7RnGCXPm21uX16dSLoOz {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Wm4gK5nkIITWz5Z7hTI0v1vpx91uVNkd {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #NufsPDZMLodEF3POFls9eaD7EtDbS03H {  }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #NufsPDZMLodEF3POFls9eaD7EtDbS03H .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #RaZO81BUyaWqrf10XCdVnoqs98oSvTlP {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #mn4zMQ4RS8uK9Hv5eV3amhTcdCuQJq4D {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GZScaMhQMbvzI9DCfBmszsLnJUu2qB74 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #v5XUSU9tUVBf09d5LGezN5D5EfZiF2DF {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Mg5SIVRuDpF9pqgTVCOTiH2cIAH5rgCu {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #fUgOxiby7VWzGBvErIuU4WtWgrKTtG78 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #X6OuMz9b0uBRBVP7tdMPgFGyWaUuaTO8 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #tDgobQUPHgGbzgoTPAiM50WTAWS6G7Tp {  }
 }@media only screen and (max-width: 763px) { #GVx3PZ5uHLBZqLsEVVDPBo0XNluAiC1Q { display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GcTdgMvRQpeHQN1muAk0TOPk7V699NWv {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #cJB4J9ttzVVFHuV02TrB2EBITqValAUh {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #DiQnSFVzAihrre63rvIcrIlZaC2N94wE {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #UXODXcqlx12pmr3ZVI1XBcJuuvPo5HAm {  }
 }@media only screen and (max-width: 763px) { #o6fOKdzOfiax3KUaLQFXRyzRuVfqf7yK { top:63.5625rem;left:21.53125rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2dnvv6lZUlNuJ4ua9p7nHhlye4EWo5w { width:20rem;height:5.8125rem;top:0.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUnemOgNG1hpVyovDFLTHTkQmrypbell { display:block; }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hP1xxwJUbw8WBUhyOStOeS73Wut4qcSa { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVVMWTqH1cWVohQEgf5OLr0yT7Mk1q7H { top:1.8125rem;left:7.5rem;width:1.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5659eafe-8c43-4be8-bca9-872d53edc520/vendingmachines1918x1080_1604_903.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.adaptive-delivery-prevent-bg, #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.lazyload, #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.lazyloading { background-image: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { background-color: transparent; background-image: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,4,4,0.79); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container > .video-iframe-container { display: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,4,4,0.79); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container { display: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .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); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xo0WV0bU2JDVFIpuzyAlu0D5hmLTUb9B { width:20rem;height:4.7119125rem;top:3.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQymB78dK5bDT4GV1GUItBzSteV2daLr { width:17.1875rem;height:3.4375rem;top:40.25rem;left:0.9375rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eCxpO7FUKHMgk8Hl2EKTCTHTuvzTHD9u { display:block; }
 }@media only screen and (max-width: 763px) { #vMsA1nWz5CFDwyl3LRPz7uOEdTr63yhQ { width:20rem;height:15.92089375rem;top:21.0791015625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bsZ98bVp07sZsG4Ctyee0ImqzIgchx { width:0.5rem;height:21.5625rem;top:35.1875rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #InVbI5ir6pFawF9euov3srOpFqXlFGqx { width:20rem;height:0;top:9.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ZGUtybKfWEE47fRURT8wHulrVJPH0MFR { width:20rem;height:0;top:14rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #kMFfftNUStbIaXpmMszKDLTwsDGDv2QL { width:20rem;height:7.71728125rem;top:9.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpgB65cvQcRxEHhXf3ITVzGVEgzRTneB { width:7.625rem;height:10.1875rem;top:48.1875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8drvBNEaUQFH5gvgKlIPVDrLwuGN0yd { width:13.625rem;height:9.0625rem;top:77.93456875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzOchcOp6IBzJAQJtIEKZoV5T5DTIWuc { width:7.5rem;height:10.375rem;top:46.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsAJEMqyza2nUoZrBRvSxHK7WBo92F7W { width:7.75rem;height:10.375rem;top:46.125rem;left:10.1875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #apZwqrQ8ohJzBRixMpDRV8RxXp15RaC3 { width:15.875rem;height:10.4375rem;top:57.0625rem;left:2.0625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i4ELCtKJuJRWKuEt2gFoyTCAsHuzJZ3d { width:8.8125rem;height:8.8125rem;top:62.9375rem;left:-2.75rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #XLsG3WpO5nRMcWtv9sTJoU9TsXU2rVzn { width:0.4375rem;height:21.6875rem;top:45.9375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { display:block; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmQSpZRpuqnQTONCZq5kZRk5z2A4N5GA { width:17.9375rem;height:1.70605625rem;top:1.7705078125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { width:15.75rem;height:1.13720625rem;top:3.525390625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9O6NRCDb29qbG2WodK8GVNnWQG7heeF { width:1.625rem;height:0.5rem;top:2.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 { display:block; }#cHQ4uEU8JDdLsXKTKofK7NAwytVrqqL7 > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCK8q2n5ZXr0ox1u4QTCVAIzhbvDURAS { width:1.4375rem;height:1.4375rem;top:2.4375rem;left:0rem;background-color:#ffd100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dQkMer8udOUVTDpo1X4EPgfWCZb74Bq3 { display:flex;width:1.1875rem;height:1.1875rem;top:2.625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #dOZdVxbiWMt7F3UTudNd7c5KPskv26uX { width:15.8125rem;height:1.4624rem;top:2.40625rem;left:2.84375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf011eAsfP9oWD0u99F2G66T29vqvdgf { width:14.625rem;height:2.923825rem;top:4.6875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obh6ysknxLuxig3KxzCvIl5ELF7Dr6c5 { width:1.625rem;height:0.5rem;top:2.96875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btrCw4KlVbTiHfTwa06evRD8e7hLVv8y { width:15.875rem;height:2.923825rem;top:12.29296875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHsVTsQiBr81JNz0xu2TUhtRPIyJrdA { width:7.75rem;height:0;top:9.875rem;left:2.84375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWBA8JipVikZEuvrbIwuHQ9svFT9nEF6 { width:1.625rem;height:0.5rem;top:38.29296875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwNMdxhgq35hubsslIUO7wFQoCyvd1zx { width:3.0625rem;height:3.0625rem;top:29.41796875rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTM7pW9pTEoxgyo3XH3TIEe6G5I553iT { width:15.0625rem;height:2.923825rem;top:19.5625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnki6qKf67Io3ZZWaD4qPGgrfKTDTfyJ { width:15.5625rem;height:1.4624rem;top:17.375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg33kxuagnk7TtcsqR9KQz4Q2UypUMsP { width:1.625rem;height:0.5rem;top:65.45508125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkTaEqcvFIOkcsw2T5k85AOFGTAOMZPX { width:3.0625rem;height:3.0625rem;top:56.58008125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #guG0IJXqhaDLZEOS9p2uJb4eLUvg8uhc { width:15.0625rem;height:2.923825rem;top:28.875rem;left:2.90625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAoc9kDR5k4vtSvBrqhRx9L59uw3R8fv { width:15.875rem;height:2.92480625rem;top:24.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkhkSgE3MptMseCTeUc7KaUqnL3JecAX { width:1.625rem;height:0.5rem;top:38.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hK1wh8rzdghhfdCRy8onicsgMm3CrmMU { width:3.0625rem;height:3.0625rem;top:76.12305rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #up6q7RShq3NBcrMHS9BKg5I804htUD7K { width:1.4375rem;height:1.4375rem;top:9.875rem;left:0rem;z-index:15022;background-color:#ffd100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U9DVp7p6uPTHtogOxhRkzb0pgPATJZXL { display:flex;width:1.5625rem;height:1.5625rem;top:9.875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #AGoD9C91D1uSnuQAdpByar8sR1HvpX1R { width:1.625rem;height:0.5rem;top:10.4375rem;left:0.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #aKWOTJCm5np2rWATR5stIJREsz7hWVA1 { width:17.25rem;height:0;top:9.84375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DxxKTHFPXICTRWgZqRpm013XSXgQKokM { width:1.4375rem;height:1.4375rem;top:17.3125rem;left:0rem;z-index:15025;background-color:#ffd100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uIlAFT9A1tzfItMzNg0y8hGN7EHzg02R { display:flex;width:1.5625rem;height:1.5625rem;top:17.3125rem;left:0rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #TnWSPHSC7pETmLnaIOitmkETdGBG1u5N { width:1.625rem;height:0.5rem;top:17.875rem;left:0.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #aDgwSW37RCaHKXMl6Zf0ehTiJTRasQU0 { width:1.4375rem;height:1.4375rem;top:24.75rem;left:0rem;z-index:15028;background-color:#ffd100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hB7FxUqvPVNxeelpKD71RnDhPcKZCoHo { display:flex;width:1.5625rem;height:1.5625rem;top:24.75rem;left:0rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #fzTc07Ch6xe9HX97h9eimTs1EeavXnBC { width:1.625rem;height:0.5rem;top:25.3125rem;left:0.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #uGTCZQKriXBtRRi1V2Ua05EAAP7TuwMe { width:12.5rem;height:3.4375rem;top:35.1103515625rem;left:3.75rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I10S74xhVSERFTCIplvndSdQCbW250yz { display:block; }
 }@media only screen and (max-width: 763px) { #t8ITOv5BDIOi9Xe7trA0GX7IeiKNpQIA { display:flex;width:1.5rem;height:1.5rem;top:9.90625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sOvHUIc4q7It0ecCuFOJaOv7Q3unnApU { display:flex;width:1.3125rem;height:1.3125rem;top:17.44970703125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #hv1VbJZLxpoR6HnVpZHrCktdw0PfwLyT { display:flex;width:1.1875rem;height:1.1875rem;top:24.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #ZUcTh1ZOHUaX4qWMEqPB43g48TnhEUZy { width:16.625rem;height:1.625rem;top:9.875rem;left:2.84375rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc { display:block; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CstKP4AKRLBrWeqsBHmKJEV8992rpTHh { width:14.3125rem;height:1.4624rem;top:17.5810546875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyMRptCuTHSLy6hOMQLoOQnT55wm6Qz { width:3.0625rem;height:3.0625rem;top:13.53125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeMxuabozQKpcBCZ9PBCakBmZRZpuXBc { width:1.625rem;height:0.5rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b89wisOc0MTWqrdW7748wPN7wEmOtUAb { width:1.0625rem;height:0;top:13.82470703125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUSvTGUqO7QOpp7BCTSSZIyQUXO4VBSZ { width:14.75rem;height:2.2744125rem;top:19.10498046875rem;left:2.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRevLgAUfJ6AnyDNoTWrw3zlu57BeH8 { width:14.75rem;height:2.2744125rem;top:61.8125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbxI0kSXtgoJLHs1bUQ6TBz4VkfSfd6b { width:9.75rem;height:1.4624rem;top:59.5625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl1kmM7Wxei4o9lGdWTipe5NEPcZCcyv { width:3.0625rem;height:3.0625rem;top:54.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq9m0plaA8XscwCbxc8wLRr6H0wvuMhN { width:1.0625rem;height:0;top:55.1875rem;left:2.75rem;text-align:left;text-align-last:left;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oyewv4BPtBwle5Bk8VRdo7COCRkhgucV { width:1.625rem;height:0.5rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSGQGZEZfo5iGpgROKOHnR6nhs8551Ly { width:17.8125rem;height:10.72073125rem;top:34.966796875rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbp7on1gHROEAdtlFAgL5ZNWbTTiIVCA { display:flex;width:1.25rem;height:1.25rem;top:35.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XD6WANkEEO3mgsQUVwlrar77dfx5Kxc1 { display:flex;width:1.25rem;height:1.25rem;top:37.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tn96rJ1dcV0qSso2pwq7bmhmfRRnlFGq { display:flex;width:1.25rem;height:1.25rem;top:40.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KRhR9oeKkX0RWLIXndrXSB5QJa8zln7l { display:flex;width:1.25rem;height:1.25rem;top:42.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DBpyIfZaLi99hTWmqKW1OmyBuRTzNwF7 { display:flex;width:1.25rem;height:1.25rem;top:44.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OcVS0PX2TbhwLIV75AOWnP1BgGokNAQd { width:17.75rem;height:14.6191625rem;top:77.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnoCL3yViSHSSwReoPEvw3WpXu6ghLeN { display:flex;width:1.25rem;height:1.25rem;top:83.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qW08rR3ZQl5mebWZHMKOrA8Mw2Z1tMpT { display:flex;width:1.25rem;height:1.25rem;top:85.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQORfB438VDHPzklZyc6DModJR9hikvX { display:flex;width:1.25rem;height:1.25rem;top:88.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mMAdaP5x7MTcc58tkJWhymiZFrJDqVE1 { width:12.5rem;height:3.4375rem;top:48.8125rem;left:3.75rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hc17Fqr0yoZll7GIL2BZsTR7daEGf1CH { display:block; }
 }@media only screen and (max-width: 763px) { #AkovFWB4MrmnNTuxDvTfvHfp1ROuTxem { width:12.5rem;height:3.4375rem;top:95.5rem;left:3.75rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kIeaRfgJlRXZeOLgUskzbU5994QW4SkW { display:block; }
 }@media only screen and (max-width: 763px) { #tvUxfTR55BcDNlLQ7I1Tx0DVBG6ieTgG { width:17.875rem;height:10.7206875rem;top:22.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTNo25FKr2AWvqCW1SBrvcSMVazDG2zx { width:17.75rem;height:9.74609375rem;top:65.6875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { width:16.9375rem;height:3.16845625rem;top:7.0380859375rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTu3RcMkodMTLr2mOvRn1nUvsrwIT5b { width:18.5rem;height:1.625rem;top:4.375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3BZuV3L1z7btGkTxPz7l5lAviSmTUfk { width:17.875rem;height:1.625rem;top:2.625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaUquCIUTlSGdPLpKplPnEiT6GueAILt { width:1.0625rem;height:0.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgeieo6XpvbzkWLLMf5NWhLttA4Z0CLF { display:flex;width:2.0625rem;height:2.0625rem;top:14.09375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #yobFu9eeLB4cy7xOZ2pLMkgGfTMb7LRV { display:flex;width:2.0625rem;height:2.0625rem;top:55.5rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #qkoAot3x71fBEPcqGusHdPOdWoGvT7XV { display:block; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKUgWP2FB0Pvxlt7l2xgnloS6ox15K2X { width:17.9375rem;height:1.70605625rem;top:1.7705078125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSnEUyT9X8CekX9UKelC0p4O0QaZWHDW { width:15.75rem;height:2.2744125rem;top:3.525390625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8blBhm4hRfTawnOZXkc7Oun6ICOWBHS { width:1.625rem;height:0.5rem;top:2.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB { display:block; }#ozbEBXJrS3GdaOxJ2vDA88dnIKTMSfhB > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1rFCJfDStXTATANOp48Pwz77CEa4VfH { width:10.625rem;height:2.92480625rem;top:4.8125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPlJFSZahLZxkSSGS25pZxy0SaBMc529 { width:15.0625rem;height:1.94921875rem;top:9rem;left:2.71875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETSsaKlSxC69X24OksRb6ARRQKuCSZ1 { width:1.625rem;height:0.5rem;top:52.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2fpm7Z4QmWAgktynqGSLpdADyzyM3cM { width:15.0625rem;height:2.923825rem;top:22.25rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhzBzSOcZrorWpwk2TB1VrxA21dywmgZ { width:14.25rem;height:2.9248rem;top:18.3125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzxylTxCq2E1iVd4myzqemQimk3vGGp { width:1.625rem;height:0.5rem;top:67.41796875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KU3EgDRlgwyOsh26pHG6rDt3TalqvNfT { width:15.0625rem;height:1.94921875rem;top:35.5rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewFL7WwnK17vT98VdaUsyH0plRQoseDx { width:13.9375rem;height:2.92480625rem;top:31.6875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTOvPGTawgq2mUXUbQkhWZWf6QfOEqXi { width:1.625rem;height:0.5rem;top:86.9609375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6MDg1hzs5pmCcamnCiTB3apuzQIReKW { width:15.0625rem;height:1.7871125rem;top:49.8125rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAoHwFFoS8Ey4H6u35XRMU3RcQGgQliC { width:13.9375rem;height:2.9248rem;top:45.625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ZIcy9hT0C64pKfKCIginBdU9bq65Xc { width:1.625rem;height:0.5rem;top:106.50390625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuNS9Wi8bA48dSa2HsuB18B9TipTglPQ { width:1.4375rem;height:1.4375rem;top:4.75rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #QCpkFrOTNkMqDUJSPzJ6AXpsogkoOzVC { display:flex;width:1.5625rem;height:1.5625rem;top:4.75rem;left:0rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #zapzGQ4Lw8gpgQvx1gqXsDCIDbKw2T09 { width:1.625rem;height:0.5rem;top:5.3125rem;left:0.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #IfLNFr3rUSMVTKpL1P5yWE4hOlAUnQhe { width:1.4375rem;height:1.4375rem;top:18.3125rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #T1ycpkH2r1e1HbwhTpvRdhz6dx2v0q14 { display:flex;width:1.5625rem;height:1.5625rem;top:18.3125rem;left:0rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #TZAplfr3ngFb9P4q9V4ebccsmCE7vQ7T { width:1.625rem;height:0.5rem;top:18.875rem;left:0.4375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #xKp8c0Tqd8qlyqqTeDWw8l3NtA3HFdeU { width:1.4375rem;height:1.4375rem;top:31.6875rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #Jvd96dLaNya7h47VzISfynyu7MfH1yAu { display:flex;width:1.5625rem;height:1.5625rem;top:31.6875rem;left:0rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #ho7uu5BVWgEO182yCCtbl5BX2xQEXGDU { width:1.625rem;height:0.5rem;top:32.25rem;left:0.4375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #RGEkRefN7wTEgLBPE7vC9tivFDlURlaV { width:1.4375rem;height:1.4375rem;top:45.5625rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #SCSTVQTnIhBLtUsFKyH2T47ai7qqirp1 { display:flex;width:1.5625rem;height:1.5625rem;top:45.5625rem;left:0rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #pW5iWWJAusUqkdRcBvRHiuaV75ZGXyBO { width:1.625rem;height:0.5rem;top:46.125rem;left:0.4375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #zu1pKJPVOHbD4mGllABax7MkLSnhDpNR { width:3.0625rem;height:3.0625rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik9oDCTFOCqTJZlwXoqIcZcH1z2hAfw9 { width:3.0625rem;height:3.0625rem;top:14.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6zEs6m2Otp8ibDKSJuM7HRbEIyUhzut { width:3.0625rem;height:3.0625rem;top:27.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgQKJtPTvnAooU4TMrd4INzC85T1c7zV { width:3.0625rem;height:3.0625rem;top:41.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu3pMPn1QxSTrhaxPJRSiQra9xkoxKOW { width:12.5rem;height:3.4375rem;top:54.125rem;left:3.75rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QQpXE90Z8mr0k9GcZXR2RgozCFOqPyND { display:block; }
 }@media only screen and (max-width: 763px) { #aehk6pG9Xo7tUJ1ibL12qHoR3zmIy0Si { display:flex;width:2.0625rem;height:2.0625rem;top:1.8125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #pkcwK2Dsh58cTLD8mt1mw1TeKd3z1sF6 { display:flex;width:2.0625rem;height:2.0625rem;top:15rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #cGRanrmmLziO1o3tfbvz7q5u9KMmxsOS { display:flex;width:2.0625rem;height:2.0625rem;top:28.3125rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #XF14Kzd32ity7fI9cbxU3zgfGoeTI7Dx { display:flex;width:2.0625rem;height:2.0625rem;top:42.1875rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP { display:block; }#KH1KhZhQTy7QmVgSvgoko1LRsw0D0ccP > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFEvmxG4fQ36TUuvkgQgZzlZkUKgbAe6 { width:19rem;height:14.25rem;top:0.82666015625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5yEBf3OTbPoKcxJbk0UnHrNOfcdPh2 { width:18.875rem;height:18.875rem;top:15.57666015625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUVaXceVsiCwONPSnVMgl8ey0GA4smd2 { width:0.5rem;height:23.9375rem;top:133.07666015625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iw77fiiVA8igFb7oO9OSPTD9C3WDPMaO { width:0.5rem;height:23.9375rem;top:107.88916015625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJzlCObWinoEk0izx7o83AWzrPT4TECA { width:0.5rem;height:23.9375rem;top:82.70166015625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cxv2a7p5U65xN11IPsS8SohQ7dLTLklE { width:18.8125rem;height:28.1875rem;top:35.26416015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWLOxT96pG3fPuneV94z1qEyVyaE5oFo { width:0.5rem;height:23.9375rem;top:30.88916015625rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CutJZPuSiaQcUfWMuGXgvnFXn4AOpsvR { width:0.4375rem;height:14.125rem;top:0.82666015625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ho2Tzcn9wNEuTGwGpvx2Fz59Js8Iw1Lp { width:0.4375rem;height:18.875rem;top:15.57666015625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI { display:block; }#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWy1KgPQw6QNarvaOzTsSsMdpbf6UlBQ { width:17.9375rem;height:1.70605625rem;top:1.7705078125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuoL3iHXXU2cZiAn7IZalrLaPzDX2Sl1 { width:15.75rem;height:2.2744125rem;top:3.525390625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgeDot0TTFiHlG5KnTWuHkEg1hL77rVB { width:1.625rem;height:0.5rem;top:2.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa { display:block; }#ZcFVra6vVWdZGeVcRXzw0L4LPklT2EWa > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZtrSob29J82LulLWSNA4VcNA0HwSATy { width:2.9375rem;height:2.9375rem;top:6.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TND3CRTrJZTw9VhI2eDbP0cm6twKSxmm { width:7.625rem;height:2.9746125rem;top:10.5rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD958SQTDQGhnzvdI5WKlHu1ElhOk9LA { width:10.0625rem;height:12.9375rem;top:3.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5FKGwKUAlkCmVy47s6s9eXplspkS6hC { width:4.8125rem;height:4.8125rem;top:12.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKU7WT6qDkycZyeJuhO6bXRf5iTcDSe0 { width:8.5rem;height:4.46191875rem;top:26.375rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVn2lbthEQpBFpBBGTOiL2gZDtSCcsTH { width:10.0625rem;height:12.9375rem;top:19.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC { width:2.9375rem;height:2.9375rem;top:22.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyqUpGMuIUeA7huFiokrulPLov4Ebsa4 { width:7.25rem;height:4.46191875rem;top:40.8125rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvdSsyUTuyLFGfeaSATE6kXphmpbdthQ { width:10.0625rem;height:12.9375rem;top:34.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5blmSsFT8uJToplisq887AWWJTi985Q { width:2.9375rem;height:2.9375rem;top:36.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX3P9eAeky5CQ4bkXZxmEKgJrn5TOJZF { width:7.5rem;height:2.9746125rem;top:57rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TzlViipoadwu8GnWKpnbPIR8vnLW0X { width:10.0625rem;height:13.4375rem;top:49.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zimV9tCcu2L4aC9SCsTV4yps5oGcuFrg { width:2.9375rem;height:2.9375rem;top:52.875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWPLoxxe4pswTToCcCzDbtZCsQSvszlg { width:0.4375rem;height:59.375rem;top:3.375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qOH7KxDBlCvpzAmTqarzohhS2snD8ooM { display:block; }#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE { width:2.9375rem;height:2.9375rem;top:6.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPP1qQybVdJANBBEXEg8FoAd68OXPf9 { width:7.625rem;height:4.46191875rem;top:10.5rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZn6VkeSMONL5tomPy2lTqKQJskXHckT { width:9.8125rem;height:8.375rem;top:3.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyT5b5DSTImQEG0Xr8EeSQuLPWwXadDs { width:8.5rem;height:4.46191875rem;top:26.375rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP { width:2.9375rem;height:2.9375rem;top:22.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPcncxhTVqIWkZVxTm8uT0ulZlubhwLv { width:7.25rem;height:4.46191875rem;top:40.8125rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0rr7cfhzUxe3Gwlot0MblHIm8HRWQQw { width:9.6875rem;height:12.9375rem;top:34.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biZ45BoWZ3cruK2TOIltkvfeUzEUuB46 { width:2.9375rem;height:2.9375rem;top:36.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXgCydRn1vqPGtX1MSCfehvWNU7rqXJG { width:7.5rem;height:2.9746125rem;top:57rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXpMFNvmS3TCP8Qdv02vziWis2u7MfvK { width:10.0625rem;height:13.4375rem;top:49.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy { width:2.9375rem;height:2.9375rem;top:52.875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdpCyRJP2pnvhTQGDk5tH1LXFUPoG2Ne { width:12.5rem;height:3.4375rem;top:66.634765625rem;left:3.75rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CZQFPVNCfmFJfNlppDpqfLblESyT55hx { display:block; }
 }@media only screen and (max-width: 763px) { #TyxzM8slXBLHOJZlHIrf30hSwipcfqWR { width:9.8125rem;height:5.4375rem;top:10.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VZuSKymVVOS04wFvawCmTlAnoe9GMx { width:9.5rem;height:13.625rem;top:19.66845703125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCbBzCI7q7z8dNaZaRIAxWmOLf289sbq { width:7.1875rem;height:3.4375rem;top:19rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkDPzv9AuLfMI1fC1Ah1xEHzEmTTwBC8 { width:0.4375rem;height:59.375rem;top:3.75rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 { display:block; }#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBvVJlHbNtQQGa5Zlpc05uAaqCJAuoMh { width:17.9375rem;height:1.70605625rem;top:1.7705078125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iewu04aJOr99D2xFFI2HInH98iwGcR00 { width:15.75rem;height:1.13720625rem;top:3.525390625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZwbg6oETTVeQANW6W3w01dpXhU9LDUG { width:1.625rem;height:0.5rem;top:2.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt { display:block; }#r5qnhfDT8sa2qD9imzQEC0EvRmWwN5gt > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f { width:2.9375rem;height:2.9375rem;top:7.1875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7ahbepdxWcnwu09PQ1gKbOxNLHklpr { width:5.9375rem;height:2.9746125rem;top:11rem;left:11.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6ZWmUNi0EeWRDCo1yKXUnXmPw84shC { width:9.6875rem;height:12.9375rem;top:4.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppb5kfM48C002ERECvwJKTOXdNprPU33 { width:7.75rem;height:2.9746125rem;top:24.125rem;left:11.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khr7acm1fTKApkyAcpGKZTFJpVkAl1pp { width:9.6875rem;height:12.9375rem;top:18.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn { width:2.9375rem;height:2.9375rem;top:20.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGmAmxa7DbKQq6h9P5AA7mtI2ZWNUNg9 { width:7.625rem;height:2.9746125rem;top:39.1875rem;left:12.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTXowHvoPC7qcryullStS16W1bXlwauO { width:9.6875rem;height:12.9375rem;top:32.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEARL0OB4e6r3KltIdawfBZouGysR2Ok { width:2.9375rem;height:2.9375rem;top:35.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbMKTs1fDeTsEDxPcV3hezJQilvgbA8Q { width:7.875rem;height:2.9746125rem;top:53.87939453125rem;left:12.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfFocg0H2mOgMTWtlBd1cJD2kiZILMP2 { width:9.5625rem;height:12.9375rem;top:47.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aecMLSC5iZSEICarefzI2kv039z5QOyX { width:2.9375rem;height:2.9375rem;top:49.83544921875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdu9mzRXTNIwCC0dJ1o2WxS179a7DBKt { width:12.5rem;height:3.4375rem;top:78.759765625rem;left:3.75rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y0T6zATp2hnf9hdIik5wBx9WXdUx5lwX { display:block; }
 }@media only screen and (max-width: 763px) { #JKBORTJMXMWATAvJixfG00OMN5GsMftf { width:0.4375rem;height:71.8125rem;top:3.9873046875rem;left:-0.0010917030567725rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #JNzSF6uu6Bd699rd6tNTTlMScDXXsQfA { width:6.9375rem;height:2.9746125rem;top:68.634765625rem;left:11.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KB7T8k4NlTXpTEsZAZC9h5aFpbvkVg { width:9.5625rem;height:14.6875rem;top:61.134765625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEp6aVIALhTgkAhckJgf4lBGmAHHWPpW { width:3.5625rem;height:3.5625rem;top:64.009765625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKF1eC7QRedELtTisGgz6vDRwWpACam { display:block; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkCTLAq0LEZQfJDF7OXsy6TWX0L4n1Gd { width:20rem;height:10.5rem;top:6.7246125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gznX1X2fS9917TAD6EMPiT04Kd7gT5Ar { width:18.375rem;height:10.234875rem;top:12.9375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqEZZ37XTr3bpmUUKlyeAt7fEApROX8e { display:flex;width:1.5rem;height:1.5rem;top:10.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Wv81dMvIcJePHvZFVKG6EntMFIH14Joz { display:flex;width:1.5rem;height:1.5rem;top:10.25rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #yTcbuV4beENbp8QAvJBfelWh8XR8WH0G { display:flex;width:1.5rem;height:1.5rem;top:10.25rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #g3ZB7I8ga3CCi7794focStGTE9Dd729E { display:flex;width:1.5rem;height:1.5rem;top:10.25rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #aBRxp1mf4Acb4nDH2CHbgrJt8szZCvVH { display:flex;width:1.5rem;height:1.5rem;top:10.25rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #KIrraTH4QHIphmKBlHDktciqsnrPVdol { width:20rem;height:17.625rem;top:9.5625rem;left:0rem;z-index:15003;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.11) ;display:block; }
 }@media only screen and (max-width: 763px) { #MZpdPotlQ26ahoMmoLih10zHqwkiXks8 { width:16.0625rem;height:3.73730625rem;top:1.375rem;left:1.96875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWFIGHE9zHVV01BQHo0E20iRbmKASbzr { width:20rem;height:22.875rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3QF6BmdukQFI8o58zGJK9acXcRxuVqS { width:12.5625rem;height:1.13720625rem;top:48.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkp2PLhTlUUaFGLaFJKgPz2LFpraFsRK { width:18.875rem;height:13.6465rem;top:33.375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqbFdIyppzvTUGEnfUV62xqTzG7omN17 { display:flex;width:1.5rem;height:1.5rem;top:11.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6cm6LBKZqTfFdIeVOpQid04lCgU3Wwp { display:flex;width:1.5rem;height:1.5rem;top:11.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttqGv08SG5kFRkP6QEpB2In0GkkslbC9 { display:flex;width:1.5rem;height:1.5rem;top:11.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mC5pPzI7BeBwWKJ6aG06bk2WqdWy876b { display:flex;width:1.5rem;height:1.5rem;top:23.875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hy7Q09AEJBvq2xgyOo6JewZILJOZzSUW { display:flex;width:1.5rem;height:1.5rem;top:23rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqTdsrqBNDva3iw5NhoTvrAiDioZe47B { width:20rem;height:22.875rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGD3ptbiEOzXXNk5UftPNyfQRgLI5qod { width:20rem;height:0;top:27.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5HQltuXybn8A7rLizuBc9CdR6drTEk0 { width:20rem;height:0;top:25.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXHJEsZ8tVP8RxXItKi0zAomhEhvVblK { display:flex;width:1.5rem;height:1.5rem;top:11.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtR4BailIF15e1cmp8HR2QQWcAoE9IbE { display:flex;width:1.5rem;height:1.5rem;top:11.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9J1tW8oG8ETTKJKS6N7SO5N4sCtOgyw { display:flex;width:1.5rem;height:1.5rem;top:11.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5OsGHhGBGoThRag93nZI0idq6kS4zaA { display:flex;width:1.5rem;height:1.5rem;top:11.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCO1Dso80BWPld3mOiVAMyBdK7inpmDQ { display:flex;width:1.5rem;height:1.5rem;top:11.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDEEmbPtmFVSpfQm1TODhdbVmbqKI1QH { width:12.5rem;height:1.13720625rem;top:25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wno59LS9uozVK6zSvqpXzPB5b70lJso7 { width:20rem;height:21.6875rem;top:29.5625rem;left:0rem;z-index:15009;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.11) ;display:block; }
 }@media only screen and (max-width: 763px) { #ySPti5VyuQ6czT7NiJsPOpTKBBsJdR8i { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:0.8125rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #aGdXBXBOdHPoJTCfkDqsPdyslTeLMIDK { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:2.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #AoHPIv9TCx5PgNSsaOmf9z8uGpSMWKRW { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:3.8125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #h6Lmp2BSG20vrnExfPH7QXkgD3CMa8tQ { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:6.8125rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #ohqWLbXZZhK3zE9xvJqfGNCGIzt8o0Ev { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:5.3125rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #fL1LpW5H5UTX8Mi7ae0US8BmEO4riIkf { width:1.625rem;height:0.5rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6WggZC6kpmH6k6sg0hxVA4TiEEG5cyo { width:3.9375rem;height:0.875rem;top:6.59375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuWqZtaigAMRpB2WGl1V9rAgVCzip5B3 { width:9.625rem;height:1.9375rem;top:6.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGA5mTG0LXt6xTEBEwhEz6VradxE0uWJ { width:2.9375rem;height:1.5rem;top:6.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af591291-8420-491a-8ba0-5fa705b64998/IMG_2415.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.adaptive-delivery-prevent-bg, #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.lazyload, #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.lazyloading { background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drNTNnXd6SJZlC4SCOX0GKATc9Hh4JB3 { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { width:20rem;height:3.8984375rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-text {padding-top: 0; padding-bottom: 0;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-select {padding-top: 0; padding-bottom: 0;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;font-size:1rem;overflow:hidden; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP  { width:17.5rem;height:auto;top:15.7109375rem;left:0rem; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP .widget-info-text { font-size:0.5rem;overflow:hidden;height:auto; }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP {display:block;}#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP { width:17.5rem;height:auto;top:15.7109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #TaGDxwW0i6ZHeOKTBilK0QlQB56SoDnd {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #MuMP2zvquXytSTPeEP0kwrgvTlWfiVDi { display:none; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #lySvPkHIDaQrKdkWASE5xuMVt93Xfh6v {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #DK7uWwodTPidqdKxrQxxq2gfsvVTKCVt {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #VW39ktDQymPK2OlImoRlTAFfl79guCB4 { display:none; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #wLbpzq7XOLg2Mrx7UQqd59DGK71Zyd52 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GdZUezD4Pac9rhgATith4bFtMHc51BL7 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #fkO65CSsaesMXgK3Ev1yxJTq0Vuen9Xy { display:none; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #cXOkXr9q8s3XnXa48pOnlEcCHTnhJkCq {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GddqpAXhWJnxOdk8d0fdJazCzDzhu0EN {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #UKGW3M3ixcMICzBzudlFdVoZz9JcbG9E { display:none; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #bTztSvkgaxwPRd11ySOVksHxU5AVfATH {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #PUgZHVV6AcLEgkFA469EXFK27WJHqPpv {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #VDlL5QLtBPkzEk9Oxeu802bJ0HC8Kqnp { display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #sUstiofHZieeIog3NNVpvrTtlx03NPlT {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Py6L5KoegBTNgvLaVmBe3ka9fBmxIwfp {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #IPXkJuvmGLtU7RnGCXPm21uX16dSLoOz {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Wm4gK5nkIITWz5Z7hTI0v1vpx91uVNkd {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #NufsPDZMLodEF3POFls9eaD7EtDbS03H {  }
#hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #NufsPDZMLodEF3POFls9eaD7EtDbS03H .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #RaZO81BUyaWqrf10XCdVnoqs98oSvTlP { display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #mn4zMQ4RS8uK9Hv5eV3amhTcdCuQJq4D {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GZScaMhQMbvzI9DCfBmszsLnJUu2qB74 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #v5XUSU9tUVBf09d5LGezN5D5EfZiF2DF {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #Mg5SIVRuDpF9pqgTVCOTiH2cIAH5rgCu {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #fUgOxiby7VWzGBvErIuU4WtWgrKTtG78 {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #X6OuMz9b0uBRBVP7tdMPgFGyWaUuaTO8 { display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #tDgobQUPHgGbzgoTPAiM50WTAWS6G7Tp {  }
 }@media only screen and (max-width: 763px) { #GVx3PZ5uHLBZqLsEVVDPBo0XNluAiC1Q { display:block; }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #GcTdgMvRQpeHQN1muAk0TOPk7V699NWv {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #cJB4J9ttzVVFHuV02TrB2EBITqValAUh {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #DiQnSFVzAihrre63rvIcrIlZaC2N94wE {  }
 }@media only screen and (max-width: 763px) { #hEPiTzLB0AAvgqQ1rOb3dCkOaLDq3LHP #UXODXcqlx12pmr3ZVI1XBcJuuvPo5HAm {  }
 }@media only screen and (max-width: 763px) { #o6fOKdzOfiax3KUaLQFXRyzRuVfqf7yK { width:4.6875rem;height:4.75rem;top:59.85205078125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2dnvv6lZUlNuJ4ua9p7nHhlye4EWo5w { width:20rem;height:5.84911875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #IUnemOgNG1hpVyovDFLTHTkQmrypbell { display:block; }#IUnemOgNG1hpVyovDFLTHTkQmrypbell > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hP1xxwJUbw8WBUhyOStOeS73Wut4qcSa { width:20rem;height:2.4375rem;top:4.06103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVVMWTqH1cWVohQEgf5OLr0yT7Mk1q7H { width:2.25rem;height:1.375rem;top:1.81103515625rem;left:8.125rem;display:block; }
 }