.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:254,249,231;--color-primary-1:252,194,137;--color-primary-2:252,224,137;--color-primary-3:224,132,42;--color-primary-4:50,45,27;--color-secondary-0:250,255,241;--color-secondary-1:239,255,209;--color-secondary-2:223,254,163;--color-secondary-3:112,127,82;--color-secondary-4:33,38,24;--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:Roboto;--paragraphs-font-family:Roboto; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { position:relative;display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { background-color: transparent; background-image: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { border-width: 0; border-radius: 0; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fVbVe9q3GySP6nxUWWlP2gL6nSzEwHxl { color:#313131;display:block;width:14.8125rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.70605625rem;font-style:normal;display:block; }
#A76g2f7pUlt0s0Tu0061TQMPBp4bxMFS { 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.9375rem;width:4.9375rem;top:0rem;left:14.8125rem;overflow:hidden;display:block; }
#TEFD0gbKGmSMTMMUPEgxck6yHImngEAs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.34375rem;left:33.0625rem;display:block; }
#yvedxxvWBVpVTJXliCpAFqEObpQ5ZbJp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfKFztBH9vQwW72zhCnGB4zflnCzsp4h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.34375rem;left:40.5625rem;display:block; }
#VptvDlDMg7hP3UeceXAN20qtEPctHGQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahSgDzk6vtBMorIw4dqCkTaaZo2VcwEW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.34375rem;left:49.0625rem;display:block; }
#WR0xUsJoqweK7RLCm62gSTub2CF9RwKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/PDWGegVN/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.4375rem;left:12.5rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DENSseXqAyndLQh3vnHPBw850ARxG7E4 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:6.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19rem;left:16.53125rem;display:block; }
#kcKOyffUTkhhCLfxL5ei47vmZ3T1UILG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJ8GDiet6uulMpvQwfrPHGNCfCCoFOG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:11.4375rem;height:1.29980625rem;display:block; }
#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Z28fkxmf/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.adaptive-delivery-prevent-bg, #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.lazyload, #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.lazyloading { background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { background-color: transparent; background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .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); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { border-width: 0; border-radius: 0; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#CgMmqFvMyb8DlxHuEgp7esIy2dh3LuaC { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.25rem;left:29.0625rem;display:block; }
#w1HQxZpTGQ7MlNG4S7uXHxFTBn59KLTD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:3.9375rem;left:29.75rem;display:block; }
#csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { color:#313131;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { position:absolute;display:block;z-index:15005;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.25rem;left:7.90625rem;display:block; }
#Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { color:#313131;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.8623046875rem;left:3.125rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { color:#313131;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.43017578125rem;left:22.78125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { position:absolute;display:block;z-index:15008;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.25rem;left:28.5625rem;display:block; }
#HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.8125rem;left:28.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { color:#313131;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.43017578125rem;left:43.375rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.25rem;left:49.125rem;display:block; }
#dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.8125rem;left:49.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:12.15625rem;left:16.21875rem;overflow:hidden;display:block; }
#SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:12.15625rem;left:37.34375rem;overflow:hidden;display:block; }
#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { position:relative;display:block; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { background-color: transparent; background-image: none; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container > .video-iframe-container { display: none; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row > .video-iframe-container { display: none; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .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); }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { border-width: 0; border-radius: 0; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yEyKmbyDIUaTJpVlET3DpVGGMn5WLPNP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.25rem;left:29.0625rem;display:block; }
#THEZUmsLwoB6sMmqNlN38U6zoV1CHuDR { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:3.9375rem;left:29.75rem;display:block; }
#lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { color:#313131;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u { position:relative;display:block; }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u { background-color: transparent; background-image: none; }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .row .container > .video-iframe-container { display: none; }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .row > .video-iframe-container { display: none; }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .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); }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u { border-width: 0; border-radius: 0; }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NRcKfbVSnaeSMHcqbpusUEuwyCQAlTg5 { 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:14.375rem;width:12.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vHGH7nLgGsH9BzPZ0ScGoTegPzDe6Gfu { 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:14.375rem;width:12.375rem;top:0rem;left:21.5rem;overflow:hidden;display:block; }
#xPQAA1MCAbz3iM345KKriq0uk1tU8b4P { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:12.375rem;top:8rem;left:4.625rem;display:block; }
#hHVT2MVe7envbuSZu11sMNTK1EbRoBor { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:10.1875rem;left:8.875rem;overflow:hidden;display:block; }
#DpdTTplUhu0p728631SwITxVFS0HBTJq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:12.375rem;top:8rem;left:26.125rem;display:block; }
#BhavJHXynxIg7ZxXnUD3UeGdF7wwGfff { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:7.6875rem;top:10rem;left:28.46875rem;overflow:hidden;display:block; }
#i5CXiDaOGSRO1OkBkSUoKvqqnZFzb6EJ { 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:14.375rem;width:12.375rem;top:0rem;left:43.125rem;overflow:hidden;display:block; }
#k9HIAdTGh7D7lVerqTankIXAdw4zeL3y { position:absolute;display:block;z-index:15009;background-color:#a3fedf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:12.375rem;top:8rem;left:47.625rem;display:block; }
#BNOJzLaLoS14HTk8aAE3khpwSR4osigo { color:#313131;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:14.375rem;left:5.15625rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#G1eAe1LbbXoRCedXxDuzkor9q50xnSfz { color:#313131;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:14.4150390625rem;left:26.4375rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#gZwTItvHmP4nP3ie6q0XZBITTFonkeAI { 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:3.5rem;width:3.5rem;top:10.5rem;left:52rem;overflow:hidden;display:block; }
#SN8AkR0zF2IURMIP3RErMQMt8UTZTiIN { color:#313131;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.75rem;left:48.59375rem;height:2.79980625rem;text-align:center;text-align-last:center;display:block; }
#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/E3ykVllh/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ.adaptive-delivery-prevent-bg, #DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ.lazyload, #DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ.lazyloading { background-image: none; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row .container { background-color: transparent; background-image: none; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row .container > .video-iframe-container { display: none; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row > .video-iframe-container { display: none; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .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); }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row .container { border-width: 0; border-radius: 0; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:60rem;position:relative;display:block; }#yvliPltdfmaGtXOC320imVh2UiDKBNlg { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.25rem;left:29.0625rem;display:block; }
#m65vUI9Uk5NGCrlINM5JdUe4cSvVtsC3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:3.9375rem;left:29.75rem;display:block; }
#rKQ0qFDwxp9CQbFgiGioidmeASgNxP0U { color:#313131;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#CQkJrxR4KQkBgdzrb8Nf3sdJa65H38oq { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:13.875rem;top:13.4375rem;left:0rem;display:block; }
#aBSctzH0OHV7pKm9gSu2UcTKlXEqpo6w { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:13.875rem;top:13.4375rem;left:23.0625rem;display:block; }
#bVioqZvNpzSLRytqU92z6KWMkeHIlqTw { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:13.875rem;top:13.4375rem;left:46.125rem;display:block; }
#FpEKDNiRWNHcTcJxvUWTLe3yFqqozlUf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.07421875rem;left:11.90625rem; }
#CfbEZP6nyGzm4pkEEmTxRqkpal3vOZx9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.07421875rem;left:34.53125rem; }
#TxOzB6qseLXoqs23xNh0UNd7vwo1xDki { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.07421875rem;left:54.84375rem; }
#NdHZPIfM875Kyc6GbeG4pda49Sqsz7SZ { box-sizing:content-box;height:7.1875rem;width:7.1875rem;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:15018;background-color:#e3e3e3;background-image:none;top:9.04296875rem;left:9.875rem;display:block; }
#aPrnb7JAyfBRxOrho7KGUcTFec4ZXI7W { box-sizing:content-box;height:7.1875rem;width:7.1875rem;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:#e3e3e3;background-image:none;top:9.04296875rem;left:32.5rem;display:block; }
#vsWTOElrvfWcJUEK1c94ZJM2p7wwSS8u { box-sizing:content-box;height:7.1875rem;width:7.1875rem;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:15020;background-color:#e3e3e3;background-image:none;top:9.04296875rem;left:52.8125rem;display:block; }
#oniWFG5Jkwpgy5HozXUyMF4rddxrw1sq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16.75rem;left:0.6875rem;height:16.817875rem;text-align:center;text-align-last:center;display:block; }
#R1TesSZJ12uw24AbJEvnXRz2KT6MXaGl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15.00048828125rem;left:23.75rem;height:16.817875rem;text-align:center;text-align-last:center;display:block; }
#lRRxk50GvPVd5riTCaKZegUIcvLOUC9q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16.86865234375rem;left:46.8125rem;height:14.94925rem;text-align:center;text-align-last:center;display:block; }
#q8PSDEaxnHRLuRnFTzNMTRmuE81Z93hp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:45.75rem;left:8.3125rem;height:1.29980625rem;display:block; }
#yRLx7by9tZba4SzTFNwDdBt1NFDJmJfg { color:#313131;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.75rem;left:0rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#g8QG6OMJ3pTuhgSWpaVVVCdQyDvDoPi8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.125rem;top:42.73046875rem;left:4.40625rem;overflow:hidden;display:block; }
#tb9X33n5e9V8tVyHmUyRpdk3P6WiLva4 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:16rem;top:42.73046875rem;left:36.9375rem;overflow:hidden;display:block; }
#hxTvb1IkEochIyvusk2r6WBe8hdJGJU6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:53.79296875rem;left:36.9375rem;height:6.499rem;display:block; }
#JntoUbEnw1W26KnxX9q2MuXCiQvdQoIa { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:19.75rem;top:53.79296875rem;left:36.25rem;display:block; }
#vXGquMpcqObz9IRNmAm0sMOZE5iabo6V { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:53.6044921875rem;left:5.1875rem;height:6.499rem;display:block; }
#KTyX03ZBFGZN3izU1WHDOmfM5DCE6oap { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:19.75rem;top:53.6044921875rem;left:4.6875rem;display:block; }
#ZzzA6ORHc4pl6Gux7X16AqiMP6mXzqP8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:13.875rem;top:13.4375rem;left:46.125rem;display:none; }
#H8WquXuU42ecLD6otzemRnI35KVtyk6v { 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; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { background-color: transparent; background-image: none; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container > .video-iframe-container { display: none; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row > .video-iframe-container { display: none; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .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); }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { border-width: 0; border-radius: 0; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#vesFkTL7Cs7GbKtJMGXcdIqZh1ZGpVmz { color:#313131;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:21.96875rem;height:1.70605625rem;font-style:normal;display:block; }
#kkdAiwntcOCtyJPWltwwHxukOvocbKQG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.51806640625rem;left:0rem;height:7.3125rem;display:block; }
#u2CEFc7Hcv2LdAGLcTAgHDx3bnca0Rvg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.45703125rem;left:21.3125rem;height:3.16845rem;text-align:center;text-align-last:center;display:block; }
#hwQX2eQ48oUzeHPDlSlWnwupo2fi0VVX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.02392578125rem;left:49.625rem;height:1.29980625rem;display:block; }
#e1PmIvutxxtrkFVb3SSsZiCOytQNbHRl { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.51806640625rem;left:39.0625rem;display:block; }
#tJ0wf0dDfJmkVbTG2ydPRfoaXuDqCwur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVbVe9q3GySP6nxUWWlP2gL6nSzEwHxl { top:0rem;left:0rem;width:14.8125rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A76g2f7pUlt0s0Tu0061TQMPBp4bxMFS { top:0rem;left:8.6875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFD0gbKGmSMTMMUPEgxck6yHImngEAs { width:9.1875rem;height:3.4375rem;top:0.3125rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvedxxvWBVpVTJXliCpAFqEObpQ5ZbJp { display:block; }
 }@media only screen and (max-width: 763px) { #WfKFztBH9vQwW72zhCnGB4zflnCzsp4h { width:9.1875rem;height:3.4375rem;top:0.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VptvDlDMg7hP3UeceXAN20qtEPctHGQp { display:block; }
 }@media only screen and (max-width: 763px) { #ahSgDzk6vtBMorIw4dqCkTaaZo2VcwEW { width:10.9375rem;height:3.4375rem;top:0.3125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR0xUsJoqweK7RLCm62gSTub2CF9RwKe { display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { top:15.4375rem;left:6.375rem;width:35rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DENSseXqAyndLQh3vnHPBw850ARxG7E4 { width:26.9375rem;height:6.3125rem;top:19rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcKOyffUTkhhCLfxL5ei47vmZ3T1UILG { display:block; }
 }@media only screen and (max-width: 763px) { #xJ8GDiet6uulMpvQwfrPHGNCfCCoFOG5 { top:19rem;left:5.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgMmqFvMyb8DlxHuEgp7esIy2dh3LuaC { top:3.25rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HQxZpTGQ7MlNG4S7uXHxFTBn59KLTD { top:3.9375rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { top:5.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { top:12.25rem;left:1.78125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { top:12.8125rem;left:2rem;width:2.5rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { top:15.8125rem;left:0rem;width:12.5rem;height:4.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { top:16.375rem;left:16.65625rem;width:14.4375rem;height:3.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { top:12.25rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { top:12.8125rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { top:16.375rem;left:33.3125rem;width:14.4375rem;height:3.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { top:12.25rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { top:12.8125rem;left:43.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { top:12.125rem;left:10.09375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { top:12.125rem;left:31.21875rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { display:block; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEyKmbyDIUaTJpVlET3DpVGGMn5WLPNP { top:3.25rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEZUmsLwoB6sMmqNlN38U6zoV1CHuDR { top:3.9375rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { top:5.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u { display:block; }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRcKfbVSnaeSMHcqbpusUEuwyCQAlTg5 { top:0rem;left:0rem;width:12.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGH7nLgGsH9BzPZ0ScGoTegPzDe6Gfu { top:0rem;left:15.875rem;width:12.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPQAA1MCAbz3iM345KKriq0uk1tU8b4P { top:8rem;left:2.5625rem;width:12.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHVT2MVe7envbuSZu11sMNTK1EbRoBor { top:10.1875rem;left:6.8125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdTTplUhu0p728631SwITxVFS0HBTJq { top:8rem;left:19.375rem;width:12.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhavJHXynxIg7ZxXnUD3UeGdF7wwGfff { top:10rem;left:22.28125rem;width:7.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5CXiDaOGSRO1OkBkSUoKvqqnZFzb6EJ { top:0rem;left:32.8125rem;width:12.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9HIAdTGh7D7lVerqTankIXAdw4zeL3y { top:8rem;left:35.25rem;width:12.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNOJzLaLoS14HTk8aAE3khpwSR4osigo { top:14.375rem;left:3.09375rem;width:11.3125rem;height:7.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1eAe1LbbXoRCedXxDuzkor9q50xnSfz { top:14.375rem;left:20rem;width:11.75rem;height:7.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZwTItvHmP4nP3ie6q0XZBITTFonkeAI { top:10.5rem;left:41.6875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN8AkR0zF2IURMIP3RErMQMt8UTZTiIN { top:15.75rem;left:37.1875rem;width:10.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ { display:block; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvliPltdfmaGtXOC320imVh2UiDKBNlg { top:3.25rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65vUI9Uk5NGCrlINM5JdUe4cSvVtsC3 { top:3.9375rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQ0qFDwxp9CQbFgiGioidmeASgNxP0U { top:5.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQkJrxR4KQkBgdzrb8Nf3sdJa65H38oq { top:13.4375rem;left:0rem;width:13.875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBSctzH0OHV7pKm9gSu2UcTKlXEqpo6w { top:13.4375rem;left:16.9375rem;width:13.875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVioqZvNpzSLRytqU92z6KWMkeHIlqTw { top:13.4375rem;left:33.875rem;width:13.875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEKDNiRWNHcTcJxvUWTLe3yFqqozlUf { top:11.0625rem;left:5.78125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfbEZP6nyGzm4pkEEmTxRqkpal3vOZx9 { top:11.0625rem;left:28.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxOzB6qseLXoqs23xNh0UNd7vwo1xDki { top:11.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdHZPIfM875Kyc6GbeG4pda49Sqsz7SZ { top:9rem;left:3.75rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPrnb7JAyfBRxOrho7KGUcTFec4ZXI7W { top:9rem;left:26.375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsWTOElrvfWcJUEK1c94ZJM2p7wwSS8u { top:9rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oniWFG5Jkwpgy5HozXUyMF4rddxrw1sq { top:16.75rem;left:0rem;width:12.5rem;height:16.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TesSZJ12uw24AbJEvnXRz2KT6MXaGl { top:15rem;left:17.625rem;width:12.5rem;height:18.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRxk50GvPVd5riTCaKZegUIcvLOUC9q { top:16.8125rem;left:35.25rem;width:12.5rem;height:14.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8PSDEaxnHRLuRnFTzNMTRmuE81Z93hp { top:45.75rem;left:2.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRLx7by9tZba4SzTFNwDdBt1NFDJmJfg { top:38.75rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8QG6OMJ3pTuhgSWpaVVVCdQyDvDoPi8 { top:42.6875rem;left:0rem;width:18.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb9X33n5e9V8tVyHmUyRpdk3P6WiLva4 { top:42.6875rem;left:30.8125rem;width:16rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTvb1IkEochIyvusk2r6WBe8hdJGJU6 { top:53.75rem;left:25.75rem;width:22rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JntoUbEnw1W26KnxX9q2MuXCiQvdQoIa { top:53.75rem;left:28rem;width:19.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXGquMpcqObz9IRNmAm0sMOZE5iabo6V { top:53.5625rem;left:0rem;width:18.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyX03ZBFGZN3izU1WHDOmfM5DCE6oap { top:53.5625rem;left:0rem;width:19.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzzA6ORHc4pl6Gux7X16AqiMP6mXzqP8 { top:13.4375rem;left:33.875rem;width:13.875rem;height:21.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8WquXuU42ecLD6otzemRnI35KVtyk6v { display:block; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vesFkTL7Cs7GbKtJMGXcdIqZh1ZGpVmz { top:1.1875rem;left:15.84375rem;width:16.0625rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkdAiwntcOCtyJPWltwwHxukOvocbKQG { top:4.5rem;left:0rem;width:21.3125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2CEFc7Hcv2LdAGLcTAgHDx3bnca0Rvg { top:15.4375rem;left:15.1875rem;width:16.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwQX2eQ48oUzeHPDlSlWnwupo2fi0VVX { top:5rem;left:37.375rem;width:10.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1PmIvutxxtrkFVb3SSsZiCOytQNbHRl { width:9.1875rem;height:2.3125rem;top:4.5rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0wf0dDfJmkVbTG2ydPRfoaXuDqCwur { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVbVe9q3GySP6nxUWWlP2gL6nSzEwHxl { width:9.5rem;height:1.05615rem;top:0.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A76g2f7pUlt0s0Tu0061TQMPBp4bxMFS { width:2.375rem;height:2.375rem;top:0rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFD0gbKGmSMTMMUPEgxck6yHImngEAs { width:2.75rem;height:1.125rem;top:2.375rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvedxxvWBVpVTJXliCpAFqEObpQ5ZbJp { display:block; }
 }@media only screen and (max-width: 763px) { #WfKFztBH9vQwW72zhCnGB4zflnCzsp4h { width:4.4375rem;height:1.25rem;top:2.375rem;left:7.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VptvDlDMg7hP3UeceXAN20qtEPctHGQp { display:block; }
 }@media only screen and (max-width: 763px) { #ahSgDzk6vtBMorIw4dqCkTaaZo2VcwEW { width:6.625rem;height:1.25rem;top:2.375rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR0xUsJoqweK7RLCm62gSTub2CF9RwKe { display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { width:20rem;height:1.54345625rem;top:5.01953125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { width:19.0625rem;height:1.05615rem;top:6.5rem;left:0.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DENSseXqAyndLQh3vnHPBw850ARxG7E4 { width:15.375rem;height:3.75rem;top:9.1875rem;left:2.3125rem;font-size:1.125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kcKOyffUTkhhCLfxL5ei47vmZ3T1UILG { display:block; }
 }@media only screen and (max-width: 763px) { #xJ8GDiet6uulMpvQwfrPHGNCfCCoFOG5 { width:12.5rem;height:1.29980625rem;top:17.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgMmqFvMyb8DlxHuEgp7esIy2dh3LuaC { width:2rem;height:2rem;top:1.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HQxZpTGQ7MlNG4S7uXHxFTBn59KLTD { width:1.6875rem;height:1.6875rem;top:2.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { width:20rem;height:2.2749rem;top:3.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { width:2.9375rem;height:2.9375rem;top:5.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { width:2.5rem;height:1.625rem;top:5.875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { width:5.6875rem;height:2.59960625rem;top:9.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { width:5.6875rem;height:2.59960625rem;top:9.0625rem;left:7.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { width:2.9375rem;height:2.9375rem;top:5.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { width:2.5rem;height:1.625rem;top:5.875rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { width:5.6875rem;height:3.2495125rem;top:9.0625rem;left:14.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { width:2.9375rem;height:2.9375rem;top:5.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { width:2.5rem;height:1.625rem;top:5.875rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { width:3.8125rem;height:2rem;top:5.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { width:3.8125rem;height:2rem;top:5.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { display:block; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEyKmbyDIUaTJpVlET3DpVGGMn5WLPNP { width:1.6875rem;height:1.6875rem;top:0.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEZUmsLwoB6sMmqNlN38U6zoV1CHuDR { width:2rem;height:2rem;top:1.1875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { width:20rem;height:1.625rem;top:3.46875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u { display:block; }#OdFQbpkVxdcMOoiEOGalHCKfpXXqXT3u > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRcKfbVSnaeSMHcqbpusUEuwyCQAlTg5 { width:12.375rem;height:14.375rem;top:0rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGH7nLgGsH9BzPZ0ScGoTegPzDe6Gfu { width:12.375rem;height:14.375rem;top:22rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPQAA1MCAbz3iM345KKriq0uk1tU8b4P { width:12.375rem;height:14.375rem;top:6.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHVT2MVe7envbuSZu11sMNTK1EbRoBor { width:3.8125rem;height:3.8125rem;top:8.5625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdTTplUhu0p728631SwITxVFS0HBTJq { width:12.375rem;height:14.375rem;top:28.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhavJHXynxIg7ZxXnUD3UeGdF7wwGfff { width:7.6875rem;height:3.875rem;top:30.46875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5CXiDaOGSRO1OkBkSUoKvqqnZFzb6EJ { width:12.375rem;height:14.375rem;top:44.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9HIAdTGh7D7lVerqTankIXAdw4zeL3y { width:12.375rem;height:14.375rem;top:50.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNOJzLaLoS14HTk8aAE3khpwSR4osigo { width:11.375rem;height:5.6860375rem;top:12.9375rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1eAe1LbbXoRCedXxDuzkor9q50xnSfz { width:10.75rem;height:5.7744125rem;top:35.25rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZwTItvHmP4nP3ie6q0XZBITTFonkeAI { width:3.5rem;height:3.5rem;top:52.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN8AkR0zF2IURMIP3RErMQMt8UTZTiIN { width:10.4375rem;height:2.79980625rem;top:58.0625rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ { display:block; }#DWScnMkWVdIWrR02UlCWxBLNQmoSrOfJ > .row .container { width:20rem;height:141.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvliPltdfmaGtXOC320imVh2UiDKBNlg { width:1.375rem;height:1.375rem;top:1.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65vUI9Uk5NGCrlINM5JdUe4cSvVtsC3 { width:1.1875rem;height:1.1875rem;top:2rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQ0qFDwxp9CQbFgiGioidmeASgNxP0U { width:20rem;height:2.2749rem;top:3.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQkJrxR4KQkBgdzrb8Nf3sdJa65H38oq { width:20rem;height:20rem;top:17.409374237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBSctzH0OHV7pKm9gSu2UcTKlXEqpo6w { width:13.875rem;height:21.8125rem;top:12.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVioqZvNpzSLRytqU92z6KWMkeHIlqTw { width:13.875rem;height:21.8125rem;top:40.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEKDNiRWNHcTcJxvUWTLe3yFqqozlUf { display:flex;width:3.125rem;height:3.125rem;top:8.75rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #CfbEZP6nyGzm4pkEEmTxRqkpal3vOZx9 { display:flex;width:3.125rem;height:3.125rem;top:37.125rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #TxOzB6qseLXoqs23xNh0UNd7vwo1xDki { display:flex;width:4rem;height:4rem;top:66.125rem;left:12.4375rem; }
 }@media only screen and (max-width: 763px) { #NdHZPIfM875Kyc6GbeG4pda49Sqsz7SZ { width:7.1875rem;height:7.1875rem;top:6.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPrnb7JAyfBRxOrho7KGUcTFec4ZXI7W { width:7.1875rem;height:7.1875rem;top:35.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsWTOElrvfWcJUEK1c94ZJM2p7wwSS8u { width:7.1875rem;height:7.1875rem;top:64.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oniWFG5Jkwpgy5HozXUyMF4rddxrw1sq { width:12.5rem;height:16.817875rem;top:72.875rem;left:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TesSZJ12uw24AbJEvnXRz2KT6MXaGl { width:12.5rem;height:16.817875rem;top:13.875rem;left:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRxk50GvPVd5riTCaKZegUIcvLOUC9q { width:12.5rem;height:14.94925rem;top:43.6875rem;left:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8PSDEaxnHRLuRnFTzNMTRmuE81Z93hp { width:12.5rem;height:1.29980625rem;top:99.6875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRLx7by9tZba4SzTFNwDdBt1NFDJmJfg { width:20rem;height:2.2749rem;top:93.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8QG6OMJ3pTuhgSWpaVVVCdQyDvDoPi8 { width:18.125rem;height:9.6875rem;top:96.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb9X33n5e9V8tVyHmUyRpdk3P6WiLva4 { width:16rem;height:8.9375rem;top:117.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTvb1IkEochIyvusk2r6WBe8hdJGJU6 { width:20rem;height:6.499rem;top:128.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JntoUbEnw1W26KnxX9q2MuXCiQvdQoIa { width:19.75rem;height:6.875rem;top:128.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXGquMpcqObz9IRNmAm0sMOZE5iabo6V { width:18.625rem;height:6.499rem;top:108.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyX03ZBFGZN3izU1WHDOmfM5DCE6oap { width:19.75rem;height:6.875rem;top:108.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzzA6ORHc4pl6Gux7X16AqiMP6mXzqP8 { width:13.875rem;height:21.8125rem;top:69.1875rem;left:3.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #H8WquXuU42ecLD6otzemRnI35KVtyk6v { display:block; }#H8WquXuU42ecLD6otzemRnI35KVtyk6v > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vesFkTL7Cs7GbKtJMGXcdIqZh1ZGpVmz { width:13.5625rem;height:1.54345625rem;top:1.25rem;left:3.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkdAiwntcOCtyJPWltwwHxukOvocbKQG { width:20rem;height:7.3125rem;top:3.5234375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2CEFc7Hcv2LdAGLcTAgHDx3bnca0Rvg { width:16.1875rem;height:3.16845rem;top:11.8984375rem;left:1.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwQX2eQ48oUzeHPDlSlWnwupo2fi0VVX { width:10.375rem;height:1.29980625rem;top:18.75390625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1PmIvutxxtrkFVb3SSsZiCOytQNbHRl { width:9.1875rem;height:2.3125rem;top:15.81640625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0wf0dDfJmkVbTG2ydPRfoaXuDqCwur { display:block; }
 }