.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;
}
:root { --color-primary-0:255,248,217;--color-primary-1:255,232,128;--color-primary-2:255,209,0;--color-primary-3:128,105,0;--color-primary-4:38,31,0;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@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:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#kQymB78dK5bDT4GV1GUItBzSteV2daLr { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.28857421875rem;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:rgba(var(--color-primary-2),1);background-image:none;top:14.6875rem;left:74.375rem;display:block; }
#InVbI5ir6pFawF9euov3srOpFqXlFGqx { color:rgba(var(--color-tertiary-0),1);display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.10107421875rem;left:0rem;height:4.7119125rem;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:rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:none; }
#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:6.6875rem;width:75rem;position:relative;display:block; }#NmQSpZRpuqnQTONCZq5kZRk5z2A4N5GA { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);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; }
#X9O6NRCDb29qbG2WodK8GVNnWQG7heeF { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.8125rem;left:0rem;display:block; }
#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row .container { background-color: transparent; background-image: none; }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row .container > .video-iframe-container { display: none; }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row > .video-iframe-container { display: none; }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .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); }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row .container { border-width: 0; border-radius: 0; }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { color:#303030;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:1.125rem;height:6.499025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JiMpqBsi2XXSnbxJGM8TUUu3sdchTe3T { color:#303030;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:1.125rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cCK8q2n5ZXr0ox1u4QTCVAIzhbvDURAS { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.9375rem;left:27.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#dQkMer8udOUVTDpo1X4EPgfWCZb74Bq3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.53125rem;left:28rem; }
#dOZdVxbiWMt7F3UTudNd7c5KPskv26uX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:27.4375rem;height:1.70605625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:24.9375rem;display:block; }
#DEXEcli7SCNcxvRk8Tk62aIg3hlGcTXa { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.9375rem;left:52.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#SVXUuXJamgPqJNMTdC60VgcRZ54GnfRy { 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:15024;opacity:1;top:3.4375rem;left:52.9375rem; }
#NwdBPomCZZZ5lVO21HZZoKnlVJF5M7Uy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6875rem;left:52.4375rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gM3b5yq6RTclu2oTIbwhHGJGehCg7D2l { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:49.9375rem;display:block; }
#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row .container { background-color: transparent; background-image: none; }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row .container > .video-iframe-container { display: none; }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row > .video-iframe-container { display: none; }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .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); }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row .container { border-width: 0; border-radius: 0; }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#Hq4mKVTDoTRRsPuDHOHO0NGtLfNpLAc1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5rem;left:27.5rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IAC2NAFmdAU15OMVTVdknIduqoJMCKeR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.5rem;left:52.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CkJJFgaT13bPts89euuXUvp6qPq6Dq6s { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.0625rem;left:50rem;display:block; }
#aLDMrfc2TZgIIOKNDc7f5AnB3npFRmq0 { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.75rem;left:52.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#JLbbPoa8BwOO8CAJxN5EOt5KeX1NZLGe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.40625rem;left:53.125rem; }
#hNzDOHcAtT7zg0SQplSyMdPQMNdgh1cV { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.75rem;left:27.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#tDO1bWFltCpn8a8PaoBGemds9vKGKFWf { 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:15028;opacity:1;top:3.25rem;left:28rem; }
#HV2fWXEBfSUsLTHUQaMFohu0GahT8XJO { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.0625rem;left:25rem;display:block; }
#fi4XDulAlugk3WH5qPwkUhzXaPdyPRwk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.5rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Np0ZTiEQbKqrshtvo8b45hV0R9AT92Rr { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.8125rem;left:2.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#QyhNzZIhQHq5URbpX1JV5OIfJyrElLzD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.40625rem;left:3.125rem; }
#qxe9qd8QSEW4MTgJ5A73CvTLs6HVlhUu { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.125rem;left:0rem;display:block; }
#uGTCZQKriXBtRRi1V2Ua05EAAP7TuwMe { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.125rem;left:0rem;display:block; }
#I10S74xhVSERFTCIplvndSdQCbW250yz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbfQHdAKEDb1tyvf1AtbecfIXGO4EBiW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:27.4375rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rHfZx6XZA3fF8KiaZr6HnOTqQgEgWxht { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.9375rem;left:27.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:none; }
#Jw9G1qOQH2qqWtcue7vDRlVk57mUktMq { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:24.9375rem;display:none; }
#BRARusXLZvmZtB7egWH5gbDooQRetibL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.53125rem;left:28rem;display:none; }
#pVudP2DX9XgxR6cUONnoKqL5mq6GFghW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6875rem;left:52.4375rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#G1JVkJ05iGhsTxVHtiRI1tgItNqirJFI { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.9375rem;left:52.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:none; }
#Wwh84SQtNQFSR77It9TmUNn96T3l8PQ6 { 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:15024;opacity:1;top:3.4375rem;left:52.9375rem;display:none; }
#T6L2dg8x0bGnTUT0FFGrWfRFXBte889u { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:49.9375rem;display:none; }
#FyIShmwTxREV8qycyZPBa0B48nGull1v { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.9375rem;left:27.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:none; }
#U9mzfJGaZNIXbDGQVcZ88BoN15d0tsV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.53125rem;left:28rem;display:none; }
#xdMbxCNMSqrl2vfQSUZWdTmE6vkPuUc9 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:24.9375rem;display:none; }
#m1Se4kOa3IvmxmpFRc7R2e3wIPZEIfXB { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.9375rem;left:27.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:none; }
#GueWEbA7ketMXCRRUowHwitWAHM3bGIm { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:24.9375rem;display:none; }
#xoBRykAkrwpcZS7ekVuXXKeNRirAhuTH { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.9375rem;left:27.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:none; }
#Ko6bdzXQTl674OtTlTdq1gRUFIg995w6 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:24.9375rem;display:none; }
#qrpZFXLHrgh5PafWfTm0nzowqzcGI3k1 { box-sizing:content-box;height:3.0625rem;width:3rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.9375rem;left:27.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:none; }
#aoQV1PTctQ2q5n4gcUlUICvUhQLxPwm7 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:24.9375rem;display:none; }
#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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:13.9375rem;width:75rem;position:relative;display:block; }#NKUgWP2FB0Pvxlt7l2xgnloS6ox15K2X { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);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:#000000;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.875rem;height:1.94970625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.8125rem;left:0rem;display:block; }
#xfxNPxp6Co1pODNJtGJ7nQXsDJWEHT42 { color:#303030;display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ToNnDIHl92TuC75JuTLs0ghTik2obg3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row .container { background-color: transparent; background-image: none; }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row .container > .video-iframe-container { display: none; }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row > .video-iframe-container { display: none; }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .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); }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row .container { border-width: 0; border-radius: 0; }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#wI9UU0rwGf6SiZnzbMJhgpwCg5Jgivpo { color:#303030;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:2.5rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IyEJ4zyVBvUS1uWXQl0uVtDpNP93Rxrb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zHP2i5pP3H1ZFkv2Ggh6ghDiH8lCkvtf { 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:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.875rem;left:2.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#sBHJM5pBdFbMFHd04or5KXyP7M0DPTq4 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.125rem;left:0rem;display:block; }
#upQNITM3CEu53TPmdVf6I2ronm18Xbln { color:#303030;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13.6875rem;left:27.5rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JdIM58vCvQ51JygHbyHI8TxM5pmq9esC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.4375rem;left:27.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRWsiOQd0WTCsIe1KggDZ49fnHAwlZBI { 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:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.75rem;left:27.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#r0KsIRwGFve8epoOFcZ7g1rCBLNJc6IB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:2.96875rem;left:27.6875rem; }
#y5MV7uWsgK0vvpciNgSOWUUy5qV2UiAh { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8rem;left:25rem;display:block; }
#ikxhvdEwCVDdR15ZBq9Iev5lmnnTlA3O { color:#303030;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:13.6875rem;left:52.5rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hT0hsbhHG6AoDepCmKTcFpI3aIxDvefv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.4375rem;left:52.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QHTkUTSSwnP6Lac9KACgB0JE32QCc5HW { 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:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.75rem;left:52.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#mSSEXupDQp7hNoHnv6ow8xmiuSmvLg8R { 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:15046;opacity:1;top:3.3125rem;left:53.0625rem; }
#FTfobJmZarwE2BvAgI3gRBfdkXuX8xQ7 { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8rem;left:50rem;display:block; }
#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:3.4375rem;left:3.0625rem; }
#ItpLmdbsamIQXEt3nLaXZ0P6QpTpF9nA { color:#303030;display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row .container { background-color: transparent; background-image: none; }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row .container > .video-iframe-container { display: none; }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row > .video-iframe-container { display: none; }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .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); }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row .container { border-width: 0; border-radius: 0; }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#kbEoK0CLGWuoV3670c9TdpefsqTiUqwF { color:#000000;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:2.125rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XD2CD2QglHw9sb7fyyIm5ccDksSzer56 { color:#303030;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.125rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DtckxO6qlLai7cRi47lbeEnaq2PVTWgE { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.875rem;left:50.1875rem;display:block; }
#M7E3iwHPImq6sD3puxTaeZI9IEmeCSJc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row .container { background-color: transparent; background-image: none; }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row .container > .video-iframe-container { display: none; }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row > .video-iframe-container { display: none; }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .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); }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row .container { border-width: 0; border-radius: 0; }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#lSFFOgTx9JAhdMp8KHDCNfOe5XzBQ00D { color:#ffffff;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.93701171875rem;left:2.5rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZXOxV4qvPx2GvOo8r8qaXSqaNge3xgXC { color:rgba(var(--color-secondary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.93115234375rem;left:2.5rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#FvOteDQT7KDDGApTKXlVTTIp0QZTomZN { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.0625rem;left:0rem;display:block; }
#ABeZLqqd9rSTMqSw8dMzVgJkRM2Sd0Ga { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.5rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sQMPbP4NPOE25am4ViEwiB3n3bdV0q1V { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14.875rem;left:2.5rem;height:2.1123rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFvD0y8qD5PH7JnSRM3KEhVQk2gtSm5A { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.5rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x8DgsFT5EeCTZBegad9gm6kTwfvJRC1E { box-sizing:content-box;height:15.9375rem;width:0.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.375rem;left:74.5rem;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:15.9375rem;width:23.9375rem;top:5.375rem;left:50.25rem;overflow:hidden;display:block; }
#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(var(--color-tertiary-4),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(var(--color-tertiary-4),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:43.75rem;width:75rem;position:relative;display:block; }#CstKP4AKRLBrWeqsBHmKJEV8992rpTHh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5625rem;left:40.1875rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CeMxuabozQKpcBCZ9PBCakBmZRZpuXBc { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:37.6875rem;display:block; }
#b89wisOc0MTWqrdW7748wPN7wEmOtUAb { color:rgba(var(--color-tertiary-4),1);display:block;width:1.0625rem;position:absolute;font-family:var(--headlines-font-family);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; }
#cq9m0plaA8XscwCbxc8wLRr6H0wvuMhN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.0625rem;position:absolute;font-family:var(--headlines-font-family);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; }
#fSGQGZEZfo5iGpgROKOHnR6nhs8551Ly { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7rem;left:39.875rem;height:34.52154375rem;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:8.5625rem;left:37.6875rem; }
#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:13.9375rem;left:37.6875rem; }
#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:18.0625rem;left:37.6875rem; }
#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:22.25rem;left:37.6875rem; }
#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:27.6875rem;left:37.6875rem; }
#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:31.8125rem;left:37.6875rem; }
#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:36rem;left:37.6875rem; }
#mMAdaP5x7MTcc58tkJWhymiZFrJDqVE1 { background-color:rgba(var(--color-secondary-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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:34.90625rem;left:3.625rem;display:block; }
#hc17Fqr0yoZll7GIL2BZsTR7daEGf1CH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qlTu3RcMkodMTLr2mOvRn1nUvsrwIT5b { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.875rem;height:6.01171875rem;text-align:left;text-align-last:left;display:block; }
#D3BZuV3L1z7btGkTxPz7l5lAviSmTUfk { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);background-image:none;top:3.5625rem;left:0rem;display:block; }
#vlFVDHdv32pJsPuPmM9LnfIaxztT6AfL { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:37.6875rem;display:none; }
#b9JbHIaUA0Qctmw4L2eDs6VVWEuXEcqt { 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:27.6875rem;left:37.6875rem;display:none; }
#h3STD8uduieFSlwNdlMxz6TK0bTAST8O { 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:27.6875rem;left:37.6875rem;display:none; }
#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row .container { background-color: transparent; background-image: none; }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row .container > .video-iframe-container { display: none; }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row > .video-iframe-container { display: none; }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .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); }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row .container { border-width: 0; border-radius: 0; }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#e1ckDchxgATlZaoUmoJ4HbWHSInWLZTX { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.87158203125rem;left:2.625rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#xlvii9AgiTzeumeKr12PZbLLdqCof2IQ { box-sizing:content-box;height:0.5rem;width:1.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:block; }
#eK3JXOgVwgtQTWLOn2vCO2NfVqXNpw2o { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8rem;left:2.625rem;height:20.7129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w6qoHIplRQsHkGautW0M4BtPEDZagOyo { box-sizing:content-box;height:25.4375rem;width:0.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:74.5rem;display:block; }
#IP7FWfMnI2CSUn8VxREruTntTAqExAbl { position:absolute;display:block;z-index:15003;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:25.4375rem;width:16.875rem;top:4.25rem;left:56.2333984375rem;overflow:hidden;display:block; }
#f0u30ogEThti9s3N5015zXd2p2VMTmZF { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31rem;left:2.625rem;display:block; }
#Zy5ATf0ikHsczA12HMF4223tokNICTVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTIMsIcnMRQALROTGl0ZQSJHIIZmiwLI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#nZtrSob29J82LulLWSNA4VcNA0HwSATy.adaptive-delivery-prevent-bg, #nZtrSob29J82LulLWSNA4VcNA0HwSATy.lazyload, #nZtrSob29J82LulLWSNA4VcNA0HwSATy.lazyloading { background-image: none; }
#TND3CRTrJZTw9VhI2eDbP0cm6twKSxmm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC.adaptive-delivery-prevent-bg, #eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC.lazyload, #eT12pFe3v4uG4dbSIimQZ3O9TH8uEqUC.lazyloading { background-image: none; }
#NyqUpGMuIUeA7huFiokrulPLov4Ebsa4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#P5blmSsFT8uJToplisq887AWWJTi985Q.adaptive-delivery-prevent-bg, #P5blmSsFT8uJToplisq887AWWJTi985Q.lazyload, #P5blmSsFT8uJToplisq887AWWJTi985Q.lazyloading { background-image: none; }
#iX3P9eAeky5CQ4bkXZxmEKgJrn5TOJZF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:none; }
#qOH7KxDBlCvpzAmTqarzohhS2snD8ooM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE.adaptive-delivery-prevent-bg, #f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE.lazyload, #f5hUx0oFZ2VzA7UMALSswO5nhngTZCfE.lazyloading { background-image: none; }
#RoPP1qQybVdJANBBEXEg8FoAd68OXPf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP.adaptive-delivery-prevent-bg, #vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP.lazyload, #vLShREzV4dc1cSc9bU1gI5u6Om1qnKvP.lazyloading { background-image: none; }
#iPcncxhTVqIWkZVxTm8uT0ulZlubhwLv { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#biZ45BoWZ3cruK2TOIltkvfeUzEUuB46.adaptive-delivery-prevent-bg, #biZ45BoWZ3cruK2TOIltkvfeUzEUuB46.lazyload, #biZ45BoWZ3cruK2TOIltkvfeUzEUuB46.lazyloading { background-image: none; }
#sXgCydRn1vqPGtX1MSCfehvWNU7rqXJG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy.adaptive-delivery-prevent-bg, #d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy.lazyload, #d5UnwPVVS5XzfVqZN9CM8sWikImuI2Oy.lazyloading { background-image: none; }
#qdpCyRJP2pnvhTQGDk5tH1LXFUPoG2Ne { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:none; }
#kqIyGqb7l1lxSQqMLsLIPqzC9VlMoOy4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-secondary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f.adaptive-delivery-prevent-bg, #uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f.lazyload, #uiBgX5TKCiwe9B1n58TDdPHe7PlrQ15f.lazyloading { background-image: none; }
#uU7ahbepdxWcnwu09PQ1gKbOxNLHklpr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn.adaptive-delivery-prevent-bg, #sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn.lazyload, #sh1aLkUZNF9acWKuwt6aQUxfbGk7N8pn.lazyloading { background-image: none; }
#pGmAmxa7DbKQq6h9P5AA7mtI2ZWNUNg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#ZEARL0OB4e6r3KltIdawfBZouGysR2Ok.adaptive-delivery-prevent-bg, #ZEARL0OB4e6r3KltIdawfBZouGysR2Ok.lazyload, #ZEARL0OB4e6r3KltIdawfBZouGysR2Ok.lazyloading { background-image: none; }
#rbMKTs1fDeTsEDxPcV3hezJQilvgbA8Q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#aecMLSC5iZSEICarefzI2kv039z5QOyX.adaptive-delivery-prevent-bg, #aecMLSC5iZSEICarefzI2kv039z5QOyX.lazyload, #aecMLSC5iZSEICarefzI2kv039z5QOyX.lazyloading { background-image: none; }
#Bdu9mzRXTNIwCC0dJ1o2WxS179a7DBKt { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:none; }
#JNzSF6uu6Bd699rd6tNTTlMScDXXsQfA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);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:41.3125rem;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:rgba(var(--color-secondary-0),1);background-image:none;top:9.0625rem;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(var(--color-secondary-4),0.11) ;display:block; }
#gznX1X2fS9917TAD6EMPiT04Kd7gT5Ar { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.3125rem;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:10.25rem;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:10.25rem;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:10.25rem;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:10.25rem;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:10.25rem;left:32.875rem; }
#KIrraTH4QHIphmKBlHDktciqsnrPVdol { box-sizing:content-box;height:10.5rem;width:28.25rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);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:11.1875rem;width:24.75rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.9375rem;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(var(--color-secondary-4),0.11) ;display:block; }
#w3QF6BmdukQFI8o58zGJK9acXcRxuVqS { color:#303030;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:29.75rem;left:51rem;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:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:13.125rem;left:51.4375rem;height:3.8994125rem;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:10.0625rem;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:10.0625rem;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:10.0625rem;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:10.0625rem;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:10.0625rem;left:51.4375rem; }
#TqTdsrqBNDva3iw5NhoTvrAiDioZe47B { box-sizing:content-box;height:22.875rem;width:25.625rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.9375rem;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(var(--color-secondary-4),0.11) ;display:block; }
#qGD3ptbiEOzXXNk5UftPNyfQRgLI5qod { color:#303030;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:28.6875rem;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.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:13.25rem;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:10.1875rem;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:10.1875rem;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:10.1875rem;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:10.1875rem;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:10.1875rem;left:1.1875rem; }
#hDEEmbPtmFVSpfQm1TODhdbVmbqKI1QH { color:#303030;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:28.75rem;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:rgba(var(--color-secondary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-0),1);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(var(--color-secondary-4),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; }
#p4TyEiFuUHAVBDeLJuJJTFpLsw5QMXTe { box-sizing:content-box;height:11.1875rem;width:24.75rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.8125rem;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(var(--color-secondary-4),0.11) ;display:block; }
#eNv4KTV6WGSAsvpGZFc8kNXWuNAxJZLp { 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:15049;opacity:1;top:22.0625rem;left:52.5rem; }
#F7BT6QLtDi9pnGpFnlPSt684HZWXPhp9 { 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:15048;opacity:1;top:22.0625rem;left:51rem; }
#hl2U7scXI96aUwX4by45eIpJhEd7oWkQ { 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:15050;opacity:1;top:22.0625rem;left:54rem; }
#xzE4iOp5ZPRHuMxx7JTu1EKJAc3GJ91c { 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:22.0625rem;left:55.5rem; }
#EyJtkEdE5FKgfm1n6p78BsLamw5J0tfx { 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:22.0625rem;left:57rem; }
#kbBSCoJTFiVTk5ewbA5PNLKW7349TISU { color:#303030;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sJIbRQw3v4DXpIRrZF4BVZ9ESBHN0OxQ { color:#303030;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:25.1875rem;left:51rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dhn4Ul6TJw6l5kLsbncKC2bfe91Wims6 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.75244140625rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;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(var(--color-tertiary-4),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(var(--color-tertiary-4),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:rgba(var(--color-tertiary-0),1);display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3125rem;left:6.59375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { color:rgba(var(--color-tertiary-0),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.64306640625rem;left:9rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:68.28955078125rem;left:36.40625rem;overflow:hidden;display:block; }
#m2dnvv6lZUlNuJ4ua9p7nHhlye4EWo5w { color:rgba(var(--color-tertiary-0),1);display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-form-header {  }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);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; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .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 rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);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; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .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 rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);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; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);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:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .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; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .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:#ffd935;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.625rem;font-weight:400;color:rgba(var(--color-secondary-4),1);width:21rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A [class*="-text"]:-moz-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A [class*="-text"]::-moz-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.8125rem;overflow:hidden;font-style:normal;float:none; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .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; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-container:first-of-type{padding-top:0;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-container:last-of-type{padding-bottom:0;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A  { 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:27rem;top:16.22900390625rem;z-index:15009;position:absolute; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21rem;display:block;vertical-align:top; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A {display:block;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A { 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:27rem;top:16.22900390625rem;z-index:15009;position:absolute; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #wJvet263JRqA91xANE5gK2pHHCVf3iy5 { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #CEiybdn5eTutlJiMwN8dbwqmHq0vSS9X { position:relative;display:none; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #v3T68pucEKLB2L50wBtZJmC0lwsGhQqw { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #wP4pJIatrmR2qtbP0Nd8iG4BOXLzgnWt { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #ZctvbRu9kqT8JzKCyr6f79mc5hrJLZln { position:relative;display:none; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #hX8OeBXxx8X0O4QXtOsFMNLvPkfEl3ar { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #UIoTHGhX5nRQT5SeTcesU4v8ByJTP6uq { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #QPRsa5NdMiMnRTrxfXlUFUXtzRmySys5 { position:relative;display:none; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #FkCWdFrKAvdvGGFrvPZTwsonyRTQT2Um { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #mKnXUqRto1VuTkIWHap2eQczMWxlFbKp { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #h5o4gDDVTuoWmZKAuUDrXFtGUQeS8ZUm { position:relative;display:block; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #UPLTbnfvi7us6ttF1Z73oTw60Co9Cbxc { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #HtPUAFKdlVvX9LJZKRphJaWClNWD2AH5 { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #uznerU45FyCFWyE2qLOgRzSlkIQ4vOtM { position:relative;display:block; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #cMaupbyLcoKbPwHThpSRuWImLIFRLMDZ { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #t223mdZWBk150azIXyiTPCEJuXvEzSQe { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #fO8o4re7sC09lWS1aQZ79LeIZr4GUf3D { position:relative;display:block; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #rTpvqTDO58athELigGFOR0BK1iuq4VS7 { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #oVMLecmDuszPhif3I22hxfZI0MThVpHK { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #vVTGxh7iVWMOcUeVBg0A2QeGlePNH2B4 { position:relative;display:block; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #eiNG3aFuIuTnLS8pGQT7CP0oX4rrsF8e { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #RJd2iE8WRdXIL8eqbHozOcBTTND7klp7 { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #l9kom7TDGq29xRLqilFVTmwpTuMxKt56 { position:relative;display:block; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #lT0TH1s89VNQPGXG7CPMemCEyi8aSC4N { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #LEneTDOGoaen87aKqU6iWz7Jizqk2X8L { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #vawVwcvIZPPgIlArXDB6oHgfWDQmHSSq { position:relative;display:block; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #q1zl8pqo0dGI5byzNl9XhgDQclscqpMF { position:relative; }
#NcusSe966r7HqDk65QiwPmqZ3QuLzVOp { position:relative;display:block; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #sOATcg2dcTG43nxPbiZn09iOSddPh9TB { position:relative; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A #HaF8AQyQwGPybTGWDhDPekneOXhl8kFZ { position:relative; }
#Cqyhx2i8DVvZNUifSVaMX8DA6Cl4Tdwr { color:rgba(var(--color-tertiary-0),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.64306640625rem;left:9rem;height:2.2744125rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);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:8.75rem;top:13.75rem;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:32.25rem;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:4.6875rem;top:23.0625rem;left:0rem;font-size:1.1875rem;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) { #X9O6NRCDb29qbG2WodK8GVNnWQG7heeF { top:2.8125rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw { display:block; }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { width:22.625rem;height:6.4375rem;top:2.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiMpqBsi2XXSnbxJGM8TUUu3sdchTe3T { width:19.875rem;height:3.875rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCK8q2n5ZXr0ox1u4QTCVAIzhbvDURAS { top:2.9375rem;left:15.875rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQkMer8udOUVTDpo1X4EPgfWCZb74Bq3 { top:3.5rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZdVxbiWMt7F3UTudNd7c5KPskv26uX { width:15.5rem;height:1.6875rem;top:7.6875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obh6ysknxLuxig3KxzCvIl5ELF7Dr6c5 { top:8.25rem;left:14.25rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEXEcli7SCNcxvRk8Tk62aIg3hlGcTXa { top:2.9375rem;left:31.75rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVXUuXJamgPqJNMTdC60VgcRZ54GnfRy { top:3.4375rem;left:31.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwdBPomCZZZ5lVO21HZZoKnlVJF5M7Uy { width:15.5rem;height:1.6875rem;top:7.6875rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM3b5yq6RTclu2oTIbwhHGJGehCg7D2l { top:8.25rem;left:30.125rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 { display:block; }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hq4mKVTDoTRRsPuDHOHO0NGtLfNpLAc1 { width:15.5rem;height:1.6875rem;top:7.5rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAC2NAFmdAU15OMVTVdknIduqoJMCKeR { width:17.75rem;height:3.4375rem;top:7.5rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJJFgaT13bPts89euuXUvp6qPq6Dq6s { top:8.0625rem;left:31.75rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLDMrfc2TZgIIOKNDc7f5AnB3npFRmq0 { top:2.75rem;left:31.75rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLbbPoa8BwOO8CAJxN5EOt5KeX1NZLGe { top:3.375rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNzDOHcAtT7zg0SQplSyMdPQMNdgh1cV { top:2.75rem;left:15.875rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDO1bWFltCpn8a8PaoBGemds9vKGKFWf { top:3.25rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV2fWXEBfSUsLTHUQaMFohu0GahT8XJO { top:8.0625rem;left:15.875rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi4XDulAlugk3WH5qPwkUhzXaPdyPRwk { width:15.5rem;height:1.6875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np0ZTiEQbKqrshtvo8b45hV0R9AT92Rr { top:2.8125rem;left:0rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyhNzZIhQHq5URbpX1JV5OIfJyrElLzD { top:3.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxe9qd8QSEW4MTgJ5A73CvTLs6HVlhUu { top:8.125rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGTCZQKriXBtRRi1V2Ua05EAAP7TuwMe { width:13.75rem;height:3.4375rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I10S74xhVSERFTCIplvndSdQCbW250yz { display:block; }
 }@media only screen and (max-width: 763px) { #nbfQHdAKEDb1tyvf1AtbecfIXGO4EBiW { width:15.5rem;height:1.6875rem;top:7.6875rem;left:15.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHfZx6XZA3fF8KiaZr6HnOTqQgEgWxht { top:2.9375rem;left:15.875rem;width:3rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jw9G1qOQH2qqWtcue7vDRlVk57mUktMq { top:8.25rem;left:14.25rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRARusXLZvmZtB7egWH5gbDooQRetibL { top:3.5rem;left:15.875rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVudP2DX9XgxR6cUONnoKqL5mq6GFghW { width:15.5rem;height:1.6875rem;top:7.6875rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1JVkJ05iGhsTxVHtiRI1tgItNqirJFI { top:2.9375rem;left:31.75rem;width:3rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wwh84SQtNQFSR77It9TmUNn96T3l8PQ6 { top:3.4375rem;left:31.75rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6L2dg8x0bGnTUT0FFGrWfRFXBte889u { top:8.25rem;left:30.125rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyIShmwTxREV8qycyZPBa0B48nGull1v { top:2.9375rem;left:15.875rem;width:3rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9mzfJGaZNIXbDGQVcZ88BoN15d0tsV6 { top:3.5rem;left:15.875rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdMbxCNMSqrl2vfQSUZWdTmE6vkPuUc9 { top:8.25rem;left:14.25rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1Se4kOa3IvmxmpFRc7R2e3wIPZEIfXB { top:2.9375rem;left:15.875rem;width:3rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GueWEbA7ketMXCRRUowHwitWAHM3bGIm { top:8.25rem;left:14.25rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoBRykAkrwpcZS7ekVuXXKeNRirAhuTH { top:2.9375rem;left:15.875rem;width:3rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ko6bdzXQTl674OtTlTdq1gRUFIg995w6 { top:8.25rem;left:14.25rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrpZFXLHrgh5PafWfTm0nzowqzcGI3k1 { top:2.9375rem;left:15.875rem;width:3rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoQV1PTctQ2q5n4gcUlUICvUhQLxPwm7 { top:8.25rem;left:14.25rem;width:1.625rem;height:0.5rem;display:none; }
 }@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:34rem;height:1.9375rem;top:4.625rem;left:0rem;font-size:1.5rem;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) { #xfxNPxp6Co1pODNJtGJ7nQXsDJWEHT42 { width:43.5625rem;height:1.3125rem;top:10.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToNnDIHl92TuC75JuTLs0ghTik2obg3J { display:block; }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wI9UU0rwGf6SiZnzbMJhgpwCg5Jgivpo { width:18.1875rem;height:2.125rem;top:13.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyEJ4zyVBvUS1uWXQl0uVtDpNP93Rxrb { width:14.9375rem;height:3.375rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHP2i5pP3H1ZFkv2Ggh6ghDiH8lCkvtf { top:2.875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBHJM5pBdFbMFHd04or5KXyP7M0DPTq4 { top:8.125rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upQNITM3CEu53TPmdVf6I2ronm18Xbln { width:15.125rem;height:2.125rem;top:13.6875rem;left:13.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdIM58vCvQ51JygHbyHI8TxM5pmq9esC { width:14.9375rem;height:3.375rem;top:7.4375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWsiOQd0WTCsIe1KggDZ49fnHAwlZBI { top:2.75rem;left:15.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0KsIRwGFve8epoOFcZ7g1rCBLNJc6IB { top:2.9375rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MV7uWsgK0vvpciNgSOWUUy5qV2UiAh { top:8rem;left:15.875rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikxhvdEwCVDdR15ZBq9Iev5lmnnTlA3O { width:15.125rem;height:2.0625rem;top:13.6875rem;left:31.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0hsbhHG6AoDepCmKTcFpI3aIxDvefv { width:14.9375rem;height:3.375rem;top:7.4375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTkUTSSwnP6Lac9KACgB0JE32QCc5HW { top:2.75rem;left:31.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSEXupDQp7hNoHnv6ow8xmiuSmvLg8R { top:3.3125rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfobJmZarwE2BvAgI3gRBfdkXuX8xQ7 { top:8rem;left:31.75rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGRanrmmLziO1o3tfbvz7q5u9KMmxsOS { top:3.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItpLmdbsamIQXEt3nLaXZ0P6QpTpF9nA { width:43.5625rem;height:1.3125rem;top:10.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S { display:block; }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbEoK0CLGWuoV3670c9TdpefsqTiUqwF { width:34rem;height:1.9375rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD2CD2QglHw9sb7fyyIm5ccDksSzer56 { width:29.125rem;height:3.125rem;top:5.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtckxO6qlLai7cRi47lbeEnaq2PVTWgE { width:18.125rem;height:3.4375rem;top:3.875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7E3iwHPImq6sD3puxTaeZI9IEmeCSJc { display:block; }
 }@media only screen and (max-width: 763px) { #hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 { display:block; }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSFFOgTx9JAhdMp8KHDCNfOe5XzBQ00D { width:34rem;height:1.9375rem;top:5.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXOxV4qvPx2GvOo8r8qaXSqaNge3xgXC { width:30.625rem;height:3rem;top:2.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvOteDQT7KDDGApTKXlVTTIp0QZTomZN { top:4.0625rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeZLqqd9rSTMqSw8dMzVgJkRM2Sd0Ga { width:30.875rem;height:2.0625rem;top:11.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQMPbP4NPOE25am4ViEwiB3n3bdV0q1V { width:30.875rem;height:2.0625rem;top:14.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFvD0y8qD5PH7JnSRM3KEhVQk2gtSm5A { width:30.875rem;height:3.125rem;top:18.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8DgsFT5EeCTZBegad9gm6kTwfvJRC1E { top:5.375rem;left:47.25rem;width:0.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5yEBf3OTbPoKcxJbk0UnHrNOfcdPh2 { top:5.375rem;left:23.8125rem;width:23.9375rem;height:15.9375rem;display:block; }
 }@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:31.1875rem;height:1.6875rem;top:3.5625rem;left:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeMxuabozQKpcBCZ9PBCakBmZRZpuXBc { top:4.125rem;left:23.875rem;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) { #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) { #fSGQGZEZfo5iGpgROKOHnR6nhs8551Ly { width:35.125rem;height:34.5rem;top:7rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbp7on1gHROEAdtlFAgL5ZNWbTTiIVCA { top:8.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD6WANkEEO3mgsQUVwlrar77dfx5Kxc1 { top:13.9375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn96rJ1dcV0qSso2pwq7bmhmfRRnlFGq { top:18.0625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRhR9oeKkX0RWLIXndrXSB5QJa8zln7l { top:22.25rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBpyIfZaLi99hTWmqKW1OmyBuRTzNwF7 { top:27.6875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnoCL3yViSHSSwReoPEvw3WpXu6ghLeN { top:31.8125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW08rR3ZQl5mebWZHMKOrA8Mw2Z1tMpT { top:36rem;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:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc17Fqr0yoZll7GIL2BZsTR7daEGf1CH { display:block; }
 }@media only screen and (max-width: 763px) { #DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { width:31.1875rem;height:3.875rem;top:14.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTu3RcMkodMTLr2mOvRn1nUvsrwIT5b { width:35.375rem;height:6rem;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) { #vlFVDHdv32pJsPuPmM9LnfIaxztT6AfL { top:4.125rem;left:23.875rem;width:1.625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9JbHIaUA0Qctmw4L2eDs6VVWEuXEcqt { top:27.6875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3STD8uduieFSlwNdlMxz6TK0bTAST8O { top:27.6875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD { display:block; }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1ckDchxgATlZaoUmoJ4HbWHSInWLZTX { width:38rem;height:3rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlvii9AgiTzeumeKr12PZbLLdqCof2IQ { top:4.125rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK3JXOgVwgtQTWLOn2vCO2NfVqXNpw2o { width:40.125rem;height:20.6875rem;top:8rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6qoHIplRQsHkGautW0M4BtPEDZagOyo { top:4.125rem;left:47.25rem;width:0.5rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP7FWfMnI2CSUn8VxREruTntTAqExAbl { top:4.25rem;left:30.875rem;width:16.875rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0u30ogEThti9s3N5015zXd2p2VMTmZF { width:18.125rem;height:3.4375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy5ATf0ikHsczA12HMF4223tokNICTVQ { display:block; }
 }@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:9.0625rem;left:13.375rem;width:22.125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gznX1X2fS9917TAD6EMPiT04Kd7gT5Ar { width:18.75rem;height:14.25rem;top:13.3125rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqEZZ37XTr3bpmUUKlyeAt7fEApROX8e { top:10.25rem;left:14.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv81dMvIcJePHvZFVKG6EntMFIH14Joz { top:10.25rem;left:16.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTcbuV4beENbp8QAvJBfelWh8XR8WH0G { top:10.25rem;left:17.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3ZB7I8ga3CCi7794focStGTE9Dd729E { top:10.25rem;left:20.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBRxp1mf4Acb4nDH2CHbgrJt8szZCvVH { top:10.25rem;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:8.9375rem;left:23rem;width:24.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QF6BmdukQFI8o58zGJK9acXcRxuVqS { width:19.5rem;height:1.25rem;top:29.75rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkp2PLhTlUUaFGLaFJKgPz2LFpraFsRK { width:23rem;height:3.875rem;top:13.125rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqbFdIyppzvTUGEnfUV62xqTzG7omN17 { top:10.0625rem;left:43.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6cm6LBKZqTfFdIeVOpQid04lCgU3Wwp { top:10.0625rem;left:42.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttqGv08SG5kFRkP6QEpB2In0GkkslbC9 { top:10.0625rem;left:40.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC5pPzI7BeBwWKJ6aG06bk2WqdWy876b { top:10.0625rem;left:39.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy7Q09AEJBvq2xgyOo6JewZILJOZzSUW { top:10.0625rem;left:37.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTdsrqBNDva3iw5NhoTvrAiDioZe47B { top:8.9375rem;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:28.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5HQltuXybn8A7rLizuBc9CdR6drTEk0 { width:23.375rem;height:14.25rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHJEsZ8tVP8RxXItKi0zAomhEhvVblK { top:10.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtR4BailIF15e1cmp8HR2QQWcAoE9IbE { top:10.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9J1tW8oG8ETTKJKS6N7SO5N4sCtOgyw { top:10.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5OsGHhGBGoThRag93nZI0idq6kS4zaA { top:10.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCO1Dso80BWPld3mOiVAMyBdK7inpmDQ { top:10.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDEEmbPtmFVSpfQm1TODhdbVmbqKI1QH { width:18.0625rem;height:1.25rem;top:28.75rem;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) { #p4TyEiFuUHAVBDeLJuJJTFpLsw5QMXTe { top:20.8125rem;left:23rem;width:24.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNv4KTV6WGSAsvpGZFc8kNXWuNAxJZLp { top:22.0625rem;left:38.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7BT6QLtDi9pnGpFnlPSt684HZWXPhp9 { top:22.0625rem;left:37.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2U7scXI96aUwX4by45eIpJhEd7oWkQ { top:22.0625rem;left:40.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzE4iOp5ZPRHuMxx7JTu1EKJAc3GJ91c { top:22.0625rem;left:41.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyJtkEdE5FKgfm1n6p78BsLamw5J0tfx { top:22.0625rem;left:43.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbBSCoJTFiVTk5ewbA5PNLKW7349TISU { width:19.5rem;height:1.25rem;top:18.125rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJIbRQw3v4DXpIRrZF4BVZ9ESBHN0OxQ { width:23rem;height:2.5625rem;top:25.1875rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhn4Ul6TJw6l5kLsbncKC2bfe91Wims6 { width:47.75rem;height:1.25rem;top:35.75rem;left:0rem;font-size:1rem;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:3.875rem;top:6.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { width:47.75rem;height:2.25rem;top:12.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6fOKdzOfiax3KUaLQFXRyzRuVfqf7yK { top:68.25rem;left:22.78125rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2dnvv6lZUlNuJ4ua9p7nHhlye4EWo5w { width:20rem;height:1.9375rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-regular-label { display:block;width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-text { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-textarea { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-select { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-button { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-checkbox-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A  { width:21rem;height:auto;top:16.1875rem;left:13.375rem; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .radio-container { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A {display:block;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A { width:21rem;height:auto;top:16.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #wJvet263JRqA91xANE5gK2pHHCVf3iy5 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #CEiybdn5eTutlJiMwN8dbwqmHq0vSS9X { display:block; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #v3T68pucEKLB2L50wBtZJmC0lwsGhQqw {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #wP4pJIatrmR2qtbP0Nd8iG4BOXLzgnWt {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #ZctvbRu9kqT8JzKCyr6f79mc5hrJLZln { display:block; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #hX8OeBXxx8X0O4QXtOsFMNLvPkfEl3ar {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #UIoTHGhX5nRQT5SeTcesU4v8ByJTP6uq {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #QPRsa5NdMiMnRTrxfXlUFUXtzRmySys5 { display:block; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #FkCWdFrKAvdvGGFrvPZTwsonyRTQT2Um {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #mKnXUqRto1VuTkIWHap2eQczMWxlFbKp {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #h5o4gDDVTuoWmZKAuUDrXFtGUQeS8ZUm {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #UPLTbnfvi7us6ttF1Z73oTw60Co9Cbxc {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #HtPUAFKdlVvX9LJZKRphJaWClNWD2AH5 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #uznerU45FyCFWyE2qLOgRzSlkIQ4vOtM {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #cMaupbyLcoKbPwHThpSRuWImLIFRLMDZ {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #t223mdZWBk150azIXyiTPCEJuXvEzSQe {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #fO8o4re7sC09lWS1aQZ79LeIZr4GUf3D {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #rTpvqTDO58athELigGFOR0BK1iuq4VS7 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #oVMLecmDuszPhif3I22hxfZI0MThVpHK {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #vVTGxh7iVWMOcUeVBg0A2QeGlePNH2B4 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #eiNG3aFuIuTnLS8pGQT7CP0oX4rrsF8e {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #RJd2iE8WRdXIL8eqbHozOcBTTND7klp7 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #l9kom7TDGq29xRLqilFVTmwpTuMxKt56 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #lT0TH1s89VNQPGXG7CPMemCEyi8aSC4N {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #LEneTDOGoaen87aKqU6iWz7Jizqk2X8L {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #vawVwcvIZPPgIlArXDB6oHgfWDQmHSSq {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #q1zl8pqo0dGI5byzNl9XhgDQclscqpMF {  }
 }@media only screen and (max-width: 763px) { #NcusSe966r7HqDk65QiwPmqZ3QuLzVOp { display:block; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #sOATcg2dcTG43nxPbiZn09iOSddPh9TB {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #HaF8AQyQwGPybTGWDhDPekneOXhl8kFZ {  }
 }@media only screen and (max-width: 763px) { #Cqyhx2i8DVvZNUifSVaMX8DA6Cl4Tdwr { width:20rem;height:4.8125rem;top:15.25rem;left:0rem;font-size:0.75rem;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:7.067875rem;top:5.13916015625rem;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:13.646475rem;top:21.3916015625rem;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:4.63036875rem;top:13.25rem;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) { #X9O6NRCDb29qbG2WodK8GVNnWQG7heeF { width:1.625rem;height:0.5rem;top:2.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw { display:block; }#eZTn2ChKrgSXawKqiD6kqzbHfuMr8Wlw > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { width:17.625rem;height:5.68603125rem;top:1.150390625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiMpqBsi2XXSnbxJGM8TUUu3sdchTe3T { width:17.5rem;height:3.41161875rem;top:8.2314453125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;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:none; }
 }@media only screen and (max-width: 763px) { #dQkMer8udOUVTDpo1X4EPgfWCZb74Bq3 { display:flex;width:1.1875rem;height:1.1875rem;top:2.625rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOZdVxbiWMt7F3UTudNd7c5KPskv26uX { width:15.8125rem;height:0;top:2.40625rem;left:2.84375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #obh6ysknxLuxig3KxzCvIl5ELF7Dr6c5 { width:1.625rem;height:0.5rem;top:2.96875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEXEcli7SCNcxvRk8Tk62aIg3hlGcTXa { width:3rem;height:3.0625rem;top:18.009253125rem;left:8.4375rem;background-color:#ffd100;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #SVXUuXJamgPqJNMTdC60VgcRZ54GnfRy { display:flex;width:2.25rem;height:2.25rem;top:18.509253125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwdBPomCZZZ5lVO21HZZoKnlVJF5M7Uy { width:15.5rem;height:0;top:21.8212890625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gM3b5yq6RTclu2oTIbwhHGJGehCg7D2l { width:1.625rem;height:0.5rem;top:16.259253125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 { display:block; }#fQ7Eptkf1qrmh279SExA8G6NDqvlxRL8 > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hq4mKVTDoTRRsPuDHOHO0NGtLfNpLAc1 { width:15.5rem;height:1.29980625rem;top:11.380859375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAC2NAFmdAU15OMVTVdknIduqoJMCKeR { width:15.8125rem;height:2.5996125rem;top:14.5625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJJFgaT13bPts89euuXUvp6qPq6Dq6s { width:1.625rem;height:0.5rem;top:62.0341765625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLDMrfc2TZgIIOKNDc7f5AnB3npFRmq0 { width:3rem;height:3.0625rem;top:57.5966765625rem;left:8.4375rem;background-color:#ffd100;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #JLbbPoa8BwOO8CAJxN5EOt5KeX1NZLGe { display:flex;width:0.9375rem;height:0.9375rem;top:14.5625rem;left:0.25rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #hNzDOHcAtT7zg0SQplSyMdPQMNdgh1cV { width:3rem;height:3.0625rem;top:48.6972640625rem;left:8.4375rem;background-color:#ffd100;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #tDO1bWFltCpn8a8PaoBGemds9vKGKFWf { display:flex;width:1.0625rem;height:1.0625rem;top:11.5rem;left:0.1875rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #HV2fWXEBfSUsLTHUQaMFohu0GahT8XJO { width:1.625rem;height:0.5rem;top:53.1347640625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fi4XDulAlugk3WH5qPwkUhzXaPdyPRwk { width:15.5rem;height:1.29980625rem;top:8.423828125rem;left:3.28125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np0ZTiEQbKqrshtvo8b45hV0R9AT92Rr { width:3rem;height:3.0625rem;top:39.7978515625rem;left:8.4375rem;background-color:#ffd100;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QyhNzZIhQHq5URbpX1JV5OIfJyrElLzD { display:flex;width:0.9375rem;height:0.9375rem;top:8.6865234375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #qxe9qd8QSEW4MTgJ5A73CvTLs6HVlhUu { width:1.625rem;height:0.5rem;top:44.2353515625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGTCZQKriXBtRRi1V2Ua05EAAP7TuwMe { width:12.5rem;height:3.4375rem;top:22.1728515625rem;left:3.4375rem;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) { #nbfQHdAKEDb1tyvf1AtbecfIXGO4EBiW { width:11.8125rem;height:1.29980625rem;top:2.7998046875rem;left:3.28125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rHfZx6XZA3fF8KiaZr6HnOTqQgEgWxht { width:1.4375rem;height:1.4375rem;top:2.75rem;left:0rem;background-color:#ffd100;background-image:none;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Jw9G1qOQH2qqWtcue7vDRlVk57mUktMq { width:1.625rem;height:0.5rem;top:3.3125rem;left:0.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #BRARusXLZvmZtB7egWH5gbDooQRetibL { display:flex;width:1.1875rem;height:1.1875rem;top:2.9375rem;left:0.1875rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #pVudP2DX9XgxR6cUONnoKqL5mq6GFghW { width:13.4375rem;height:1.29980625rem;top:5.474609375rem;left:3.28125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #G1JVkJ05iGhsTxVHtiRI1tgItNqirJFI { width:3rem;height:3.0625rem;top:7.0625rem;left:10.6875rem;background-color:#ffd100;background-image:none;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #Wwh84SQtNQFSR77It9TmUNn96T3l8PQ6 { display:flex;width:1rem;height:1rem;top:5.7060546875rem;left:0.3125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #T6L2dg8x0bGnTUT0FFGrWfRFXBte889u { width:1.625rem;height:0.5rem;top:5.3125rem;left:11.4375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #FyIShmwTxREV8qycyZPBa0B48nGull1v { width:1.4375rem;height:1.4375rem;top:5.4375rem;left:0rem;background-color:#ffd100;background-image:none;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #U9mzfJGaZNIXbDGQVcZ88BoN15d0tsV6 { display:flex;width:1.1875rem;height:1.1875rem;top:5.875rem;left:0.1875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #xdMbxCNMSqrl2vfQSUZWdTmE6vkPuUc9 { width:1.625rem;height:0.5rem;top:6rem;left:0.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #m1Se4kOa3IvmxmpFRc7R2e3wIPZEIfXB { width:1.4375rem;height:1.4375rem;top:8.375rem;left:0rem;background-color:#ffd100;background-image:none;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #GueWEbA7ketMXCRRUowHwitWAHM3bGIm { width:1.625rem;height:0.5rem;top:8.9375rem;left:0.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xoBRykAkrwpcZS7ekVuXXKeNRirAhuTH { width:1.4375rem;height:1.4375rem;top:11.25rem;left:0rem;background-color:#ffd100;background-image:none;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Ko6bdzXQTl674OtTlTdq1gRUFIg995w6 { width:1.625rem;height:0.5rem;top:11.8125rem;left:0.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #qrpZFXLHrgh5PafWfTm0nzowqzcGI3k1 { width:1.4375rem;height:1.4375rem;top:14.25rem;left:0rem;background-color:#ffd100;background-image:none;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #aoQV1PTctQ2q5n4gcUlUICvUhQLxPwm7 { width:1.625rem;height:0.5rem;top:14.8125rem;left:0.4375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #qkoAot3x71fBEPcqGusHdPOdWoGvT7XV { display:block; }#qkoAot3x71fBEPcqGusHdPOdWoGvT7XV > .row .container { width:20rem;height:6.6875rem;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) { #xfxNPxp6Co1pODNJtGJ7nQXsDJWEHT42 { width:17.875rem;height:0;top:7.048828125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToNnDIHl92TuC75JuTLs0ghTik2obg3J { display:block; }#ToNnDIHl92TuC75JuTLs0ghTik2obg3J > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wI9UU0rwGf6SiZnzbMJhgpwCg5Jgivpo { width:16.5rem;height:1.94921875rem;top:14.375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyEJ4zyVBvUS1uWXQl0uVtDpNP93Rxrb { width:11.1875rem;height:2.92480625rem;top:10.9375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHP2i5pP3H1ZFkv2Ggh6ghDiH8lCkvtf { width:3.0625rem;height:3.0625rem;top:6.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBHJM5pBdFbMFHd04or5KXyP7M0DPTq4 { width:1.625rem;height:0.5rem;top:8.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #upQNITM3CEu53TPmdVf6I2ronm18Xbln { width:15.125rem;height:1.94921875rem;top:25.9375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdIM58vCvQ51JygHbyHI8TxM5pmq9esC { width:14.9375rem;height:2.9248rem;top:22.375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWsiOQd0WTCsIe1KggDZ49fnHAwlZBI { width:3.0625rem;height:3.0625rem;top:18.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0KsIRwGFve8epoOFcZ7g1rCBLNJc6IB { display:flex;width:2.75rem;height:2.75rem;top:18.6875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #y5MV7uWsgK0vvpciNgSOWUUy5qV2UiAh { width:1.625rem;height:0.5rem;top:8rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikxhvdEwCVDdR15ZBq9Iev5lmnnTlA3O { width:15.125rem;height:1.94921875rem;top:39.1875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0hsbhHG6AoDepCmKTcFpI3aIxDvefv { width:14.9375rem;height:2.9248rem;top:35.375rem;left:3rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTkUTSSwnP6Lac9KACgB0JE32QCc5HW { width:3.0625rem;height:3.0625rem;top:31.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSEXupDQp7hNoHnv6ow8xmiuSmvLg8R { display:flex;width:2.0625rem;height:2.0625rem;top:31.6875rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #FTfobJmZarwE2BvAgI3gRBfdkXuX8xQ7 { width:1.625rem;height:0.5rem;top:8rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGRanrmmLziO1o3tfbvz7q5u9KMmxsOS { display:flex;width:2.0625rem;height:2.0625rem;top:7.1875rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #ItpLmdbsamIQXEt3nLaXZ0P6QpTpF9nA { width:17.875rem;height:3.41161875rem;top:1.298828125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S { display:block; }#KdEFT3XN1B6Uw1hx2ZamLXzAvdo6Qe5S > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbEoK0CLGWuoV3670c9TdpefsqTiUqwF { width:8.8125rem;height:1.13720625rem;top:1rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD2CD2QglHw9sb7fyyIm5ccDksSzer56 { width:18.6875rem;height:3.8984375rem;top:3.63671875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtckxO6qlLai7cRi47lbeEnaq2PVTWgE { width:18.125rem;height:3.4375rem;top:10.16015625rem;left:0.9375rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M7E3iwHPImq6sD3puxTaeZI9IEmeCSJc { display:block; }
 }@media only screen and (max-width: 763px) { #hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 { display:block; }#hvnWfRKrt6M5IvDeNVIZCmkR5cZHD0T4 > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSFFOgTx9JAhdMp8KHDCNfOe5XzBQ00D { width:12.5625rem;height:1.13720625rem;top:5.41357421875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXOxV4qvPx2GvOo8r8qaXSqaNge3xgXC { width:11.375rem;height:1.70605625rem;top:2.84814453125rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvOteDQT7KDDGApTKXlVTTIp0QZTomZN { width:1.625rem;height:0.5rem;top:3.45166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeZLqqd9rSTMqSw8dMzVgJkRM2Sd0Ga { width:17.625rem;height:3.8984375rem;top:8.8125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQMPbP4NPOE25am4ViEwiB3n3bdV0q1V { width:16.3125rem;height:2.92383125rem;top:14.5625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFvD0y8qD5PH7JnSRM3KEhVQk2gtSm5A { width:17.625rem;height:4.87305rem;top:19.75rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8DgsFT5EeCTZBegad9gm6kTwfvJRC1E { width:0.5rem;height:15.9375rem;top:5.375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WO5yEBf3OTbPoKcxJbk0UnHrNOfcdPh2 { width:18.875rem;height:12.5625rem;top:28.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc { display:block; }#RzCCb1JWsk2WeHfplq9WPT868yGfS5Xc > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CstKP4AKRLBrWeqsBHmKJEV8992rpTHh { width:14.3125rem;height:2.92480625rem;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) { #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) { #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) { #fSGQGZEZfo5iGpgROKOHnR6nhs8551Ly { width:17.8125rem;height:31.18754375rem;top:21.6875rem;left:2.125rem;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:22.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XD6WANkEEO3mgsQUVwlrar77dfx5Kxc1 { display:flex;width:1.25rem;height:1.25rem;top:27.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tn96rJ1dcV0qSso2pwq7bmhmfRRnlFGq { display:flex;width:1.25rem;height:1.25rem;top:30.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KRhR9oeKkX0RWLIXndrXSB5QJa8zln7l { display:flex;width:1.25rem;height:1.25rem;top:34rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DBpyIfZaLi99hTWmqKW1OmyBuRTzNwF7 { display:flex;width:1.25rem;height:1.25rem;top:39rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pnoCL3yViSHSSwReoPEvw3WpXu6ghLeN { display:flex;width:1.25rem;height:1.25rem;top:83.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qW08rR3ZQl5mebWZHMKOrA8Mw2Z1tMpT { display:flex;width:1.25rem;height:1.25rem;top:85.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMAdaP5x7MTcc58tkJWhymiZFrJDqVE1 { width:12.5rem;height:3.4375rem;top:54.3125rem;left:3.03125rem;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) { #DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { width:16.9375rem;height:5.2807625rem;top:8.7880859375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTu3RcMkodMTLr2mOvRn1nUvsrwIT5b { width:16.375rem;height:3.25rem;top:4.25rem;left:2.125rem;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.6875rem;left:2.125rem;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:none; }
 }@media only screen and (max-width: 763px) { #vlFVDHdv32pJsPuPmM9LnfIaxztT6AfL { width:1.625rem;height:0.5rem;top:3.25rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #b9JbHIaUA0Qctmw4L2eDs6VVWEuXEcqt { display:flex;width:1.25rem;height:1.25rem;top:42.8125rem;left:0rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #h3STD8uduieFSlwNdlMxz6TK0bTAST8O { display:flex;width:1.25rem;height:1.25rem;top:46.875rem;left:0rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD { display:block; }#fI6Tg3IQm4JwT0m7yRBpIx1G2pvwfxZD > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1ckDchxgATlZaoUmoJ4HbWHSInWLZTX { width:14.0625rem;height:3.25rem;top:1.5625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlvii9AgiTzeumeKr12PZbLLdqCof2IQ { width:1.625rem;height:0.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK3JXOgVwgtQTWLOn2vCO2NfVqXNpw2o { width:15.25rem;height:20.466825rem;top:5.875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6qoHIplRQsHkGautW0M4BtPEDZagOyo { width:0.5rem;height:25.4375rem;top:4.125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IP7FWfMnI2CSUn8VxREruTntTAqExAbl { width:12.625rem;height:19.125rem;top:35.10546875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0u30ogEThti9s3N5015zXd2p2VMTmZF { width:18.125rem;height:3.4375rem;top:27.54296875rem;left:0.9375rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zy5ATf0ikHsczA12HMF4223tokNICTVQ { 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:53.25rem;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:34.375rem;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:20.125rem;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:11.1875rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3QF6BmdukQFI8o58zGJK9acXcRxuVqS { width:16.8125rem;height:0;top:48.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkp2PLhTlUUaFGLaFJKgPz2LFpraFsRK { width:18.875rem;height:0;top:33.375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqbFdIyppzvTUGEnfUV62xqTzG7omN17 { display:flex;width:1.5rem;height:1.5rem;top:10.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6cm6LBKZqTfFdIeVOpQid04lCgU3Wwp { display:flex;width:1.5rem;height:1.5rem;top:10.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttqGv08SG5kFRkP6QEpB2In0GkkslbC9 { display:flex;width:1.5rem;height:1.5rem;top:10.0625rem;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:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGD3ptbiEOzXXNk5UftPNyfQRgLI5qod { width:18.9375rem;height:1.13720625rem;top:27.650390625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5HQltuXybn8A7rLizuBc9CdR6drTEk0 { width:18.3125rem;height:13.6465rem;top:12.56396484375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHJEsZ8tVP8RxXItKi0zAomhEhvVblK { display:flex;width:1.5rem;height:1.5rem;top:10.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtR4BailIF15e1cmp8HR2QQWcAoE9IbE { display:flex;width:1.5rem;height:1.5rem;top:10.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9J1tW8oG8ETTKJKS6N7SO5N4sCtOgyw { display:flex;width:1.5rem;height:1.5rem;top:10.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5OsGHhGBGoThRag93nZI0idq6kS4zaA { display:flex;width:1.5rem;height:1.5rem;top:10.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCO1Dso80BWPld3mOiVAMyBdK7inpmDQ { display:flex;width:1.5rem;height:1.5rem;top:10.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDEEmbPtmFVSpfQm1TODhdbVmbqKI1QH { width:15.5625rem;height:1.13720625rem;top:45.75rem;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:17.1875rem;top:30.6875rem;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:31.5625rem;left:0.8125rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #aGdXBXBOdHPoJTCfkDqsPdyslTeLMIDK { display:flex;width:1.5rem;height:1.5rem;top:31.5625rem;left:2.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #AoHPIv9TCx5PgNSsaOmf9z8uGpSMWKRW { display:flex;width:1.5rem;height:1.5rem;top:31.5625rem;left:3.8125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #h6Lmp2BSG20vrnExfPH7QXkgD3CMa8tQ { display:flex;width:1.5rem;height:1.5rem;top:31.5625rem;left:6.8125rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #ohqWLbXZZhK3zE9xvJqfGNCGIzt8o0Ev { display:flex;width:1.5rem;height:1.5rem;top:31.5625rem;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) { #p4TyEiFuUHAVBDeLJuJJTFpLsw5QMXTe { width:20rem;height:11.1875rem;top:20.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNv4KTV6WGSAsvpGZFc8kNXWuNAxJZLp { display:flex;width:1.5rem;height:1.5rem;top:22.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7BT6QLtDi9pnGpFnlPSt684HZWXPhp9 { display:flex;width:1.5rem;height:1.5rem;top:22.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hl2U7scXI96aUwX4by45eIpJhEd7oWkQ { display:flex;width:1.5rem;height:1.5rem;top:22.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzE4iOp5ZPRHuMxx7JTu1EKJAc3GJ91c { display:flex;width:1.5rem;height:1.5rem;top:22.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyJtkEdE5FKgfm1n6p78BsLamw5J0tfx { display:flex;width:1.5rem;height:1.5rem;top:22.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbBSCoJTFiVTk5ewbA5PNLKW7349TISU { width:19.5rem;height:0;top:18.125rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJIbRQw3v4DXpIRrZF4BVZ9ESBHN0OxQ { width:20rem;height:0;top:44.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhn4Ul6TJw6l5kLsbncKC2bfe91Wims6 { width:19.25rem;height:1.29980625rem;top:50rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;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:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drNTNnXd6SJZlC4SCOX0GKATc9Hh4JB3 { width:20rem;height:3.8994125rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { width:20rem;height:0;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6fOKdzOfiax3KUaLQFXRyzRuVfqf7yK { width:4.6875rem;height:4.75rem;top:74.78955078125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2dnvv6lZUlNuJ4ua9p7nHhlye4EWo5w { width:20rem;height:0;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .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:1.625rem;overflow:hidden; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A  { width:17.5rem;height:auto;top:17.068359375rem;left:0rem; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltgACnlUpyKikDyzEcIKRATpbeHJA88A {display:block;}#ltgACnlUpyKikDyzEcIKRATpbeHJA88A { width:17.5rem;height:auto;top:17.068359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #wJvet263JRqA91xANE5gK2pHHCVf3iy5 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #CEiybdn5eTutlJiMwN8dbwqmHq0vSS9X { display:none; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #v3T68pucEKLB2L50wBtZJmC0lwsGhQqw {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #wP4pJIatrmR2qtbP0Nd8iG4BOXLzgnWt {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #ZctvbRu9kqT8JzKCyr6f79mc5hrJLZln { display:none; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #hX8OeBXxx8X0O4QXtOsFMNLvPkfEl3ar {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #UIoTHGhX5nRQT5SeTcesU4v8ByJTP6uq {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #QPRsa5NdMiMnRTrxfXlUFUXtzRmySys5 { display:none; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #FkCWdFrKAvdvGGFrvPZTwsonyRTQT2Um {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #mKnXUqRto1VuTkIWHap2eQczMWxlFbKp {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #h5o4gDDVTuoWmZKAuUDrXFtGUQeS8ZUm {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #UPLTbnfvi7us6ttF1Z73oTw60Co9Cbxc {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #HtPUAFKdlVvX9LJZKRphJaWClNWD2AH5 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #uznerU45FyCFWyE2qLOgRzSlkIQ4vOtM {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #cMaupbyLcoKbPwHThpSRuWImLIFRLMDZ {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #t223mdZWBk150azIXyiTPCEJuXvEzSQe {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #fO8o4re7sC09lWS1aQZ79LeIZr4GUf3D {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #rTpvqTDO58athELigGFOR0BK1iuq4VS7 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #oVMLecmDuszPhif3I22hxfZI0MThVpHK {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #vVTGxh7iVWMOcUeVBg0A2QeGlePNH2B4 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #eiNG3aFuIuTnLS8pGQT7CP0oX4rrsF8e {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #RJd2iE8WRdXIL8eqbHozOcBTTND7klp7 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #l9kom7TDGq29xRLqilFVTmwpTuMxKt56 {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #lT0TH1s89VNQPGXG7CPMemCEyi8aSC4N {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #LEneTDOGoaen87aKqU6iWz7Jizqk2X8L {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #vawVwcvIZPPgIlArXDB6oHgfWDQmHSSq {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #q1zl8pqo0dGI5byzNl9XhgDQclscqpMF {  }
 }@media only screen and (max-width: 763px) { #NcusSe966r7HqDk65QiwPmqZ3QuLzVOp { display:block; }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #sOATcg2dcTG43nxPbiZn09iOSddPh9TB {  }
 }@media only screen and (max-width: 763px) { #ltgACnlUpyKikDyzEcIKRATpbeHJA88A #HaF8AQyQwGPybTGWDhDPekneOXhl8kFZ {  }
 }@media only screen and (max-width: 763px) { #Cqyhx2i8DVvZNUifSVaMX8DA6Cl4Tdwr { width:20rem;height:4.87305rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15007;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; }
 }