.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:250,225,238;--color-primary-1:238,156,198;--color-primary-2:220,56,141;--color-primary-3:110,28,71;--color-primary-4:33,8,21;--color-secondary-0:243,224,235;--color-secondary-1:216,150,188;--color-secondary-2:177,45,120;--color-secondary-3:89,23,60;--color-secondary-4:27,7,18;--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:"lato";--paragraphs-font-family:"lato"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1896b9dc-3751-46b1-991b-9dab4ef6a806/tlolanding.jpg");background-position:top left !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; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0.adaptive-delivery-prevent-bg, #JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0.lazyload, #JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0.lazyloading { background-image: none; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container { background-color: transparent; background-image: none; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container > .video-iframe-container { display: none; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row > .video-iframe-container { display: none; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .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); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container { border-width: 0; border-radius: 0; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container { font-size:0.875rem;font-family:"open sans";height:46.0625rem;width:60rem;position:relative;display:block; }#RD5W1QwPwre0HfPhtpzvrzJbRdETfNru { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:19.75rem;left:0rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXWDMNiqsIpcJk00cVBsRyRLws4r1FDp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.800000190735rem;left:0rem;height:3.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTBBn59FbK9rwh3bCQ4y6tqt8EEfcGtn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:16.5rem;left:42.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-form-header {  }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:16.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9f7f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;width:16.5rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-text {padding-top: 0; padding-bottom: 0;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9f7f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;width:16.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c93b40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.5rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-select {padding-top: 0; padding-bottom: 0;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .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; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.625rem;margin-bottom:0.25rem;margin-left:1.625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:13.1875rem;height:3.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#f6f6f6;vertical-align:top;width:15.25rem;overflow:hidden;font-style:normal;float:none; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .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; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-container:first-of-type{padding-top:0;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-container:last-of-type{padding-bottom:0;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.75rem;left:41rem; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.5rem;display:block;vertical-align:top; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;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; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi {display:block;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.75rem;left:41rem; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #vflCrBMvkWoJLUT8rGrrDToGrBTZHHXx { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #AH3HDTw2zJwpoSeVKSI7k4hJpkJ73aKT { position:relative;display:none; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #xpTma63UFwFw5TSFKIDuc2sExDR2rNrI { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #P09gvs1lKTu2xS1IqXLiUBSuperksaym { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #z180nZPlUTE29kUpXk8rOy17AAwz4HcA { position:relative;display:none; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cNp5Gh3bSBRWuv2thT7VafItqLhGegWM { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #gkWU0fumndF2bRRTzqo54T3uBsA84wS7 { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #pK9hm4di8EFddJLRQgqSQh71codZeWbN { position:relative;display:none; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cDOb7Nr6Nh2eqla994eeJImxWUBKEVMn { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #CLpPn06cUwgXUtiO8H5pXSVTycF5WJp1 { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #Gn0SH6S1xcyZGZfZnCHozmfVRxNGRVE5 { position:relative;display:none; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #m5alMAfyoCKduyNwEQt3VftgPGvu4aOu { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cgwT4pRVa69DMqLXX2DG6CiUQv4sbw9V { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #nfzS0en1Ps1tZQI5HIIFE15yEXmLOVmR { position:relative;display:none; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #zl4qJPZA9aPawoSTsyPqzWUdCzFIHFRJ { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #uqzrkXTfEiB7Mm1LkmJfeFGJ1xc2h0qH { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #UpRQoDlwVbaIoVqMeTCr0KapTWQJPmxu { position:relative;z-index:2; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #I78tRwaBbt7HeZMqIKWT72W2lPZLIbL6 { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #bxCv6mSzznuRG8xJTlG6ytFBbK3FdLwk { position:relative; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi #uGzQpoJDa7h57H8U22UQzZVmTM9I479v { position:relative; }
#hLXVweDNkFZAB8JuB8brJsf9BFsHA3X7 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.7);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:32.8125rem;width:60rem;top:13.1875rem;left:0rem;display:block; }
#MJHQTOol2tXo02xpbtokTuTtENGmHLV1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:12.0625rem;top:2.6875002384186rem;left:0rem;overflow:hidden;display:block; }
#cVyexqx0MLDHnAKfqAPC0bNI05M3Qe71 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.125rem;width:11rem;top:0rem;left:49rem;display:block; }
#ps7v6GfPEbhPffrScTeJOKlvVbbPQBqE { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5rem;left:52.9375rem;height:2.1125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gqlTd0n68VE91XyCeoPEIbzNCTcuxqay { color:rgba(var(--color-primary-2),1);display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.75rem;left:50.9375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CmyqL3KfwZRhtSDdmTGo1mV9qvia8CZU { color:rgba(var(--color-secondary-2),1);display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.75rem;left:55.125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HL1nR9R3kJqcKoMLqo4u9TEcuMdRMoum { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:32.125rem;width:54.3125rem;top:13.9375rem;left:0rem;overflow:hidden;display:block; }
#dsl4XToSHwvVuJa4UT5rEFa5vwJs0s43 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:14rem;top:18.25rem;left:0rem;overflow:hidden;display:block; }
#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl { 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; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container { background-color: transparent; background-image: none; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container > .video-iframe-container { display: none; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row > .video-iframe-container { display: none; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .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); }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container { border-width: 0; border-radius: 0; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:60rem;position:relative;display:block; }#yhgSNyI9L5C1ixTzIk3JBnlnWef7TTIs { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:5.85rem;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; }
#AMQxtaEziTB9GuyvOawL5HU3Zwx5NM8m { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.987499237061rem;left:0rem;height:25.2rem;font-style:normal;display:block; }
#hRV9ZWm49bJH8DJbnw3KT7kIdwZv1tJy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.375rem;width:6.375rem;top:43.625rem;left:0rem;display:block; }
#q80HsCKaf28PLNWUz5EKwvFDf3t8otyB { position:absolute;display:block;z-index:15006;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.375rem;top:46.9375rem;left:6.75rem;display:block; }
#MekzZxE7arqT26dLFbMlKTRxQN8iB5WQ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:45.25rem;left:0.65625rem;height:4.1625rem;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; }
#dRMUsT0aSt3aWHwPBLVLGTctkKzFfoMd { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:31.5625rem;width:21rem;top:4.6875rem;left:39rem;overflow:hidden;display:block; }
#pezgftB9QvfXTi39WmvLfdgCyUKMiHct { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.175003051757rem;left:38.9375rem;height:1.4625rem;font-style:normal;display:block; }
#qgvgLbz75ad2ThiTgLwhnPZ2F5Tlc9ib { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:38.912498474121rem;left:39rem;height:1.21875rem;display:block; }
#rU7p8SeFNtiaEcM9Gg7Jo55K7EiFGTpz { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #000000, rgba(0,0,0,0));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:31.5625rem;width:10rem;top:4.6875rem;left:38.625rem;display:block; }
#gv7nKrVXiXxrFxow3hNSG9k3DMueJ2pk { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:45.543750762939rem;left:11rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wcNeq0uIZFTpLtgsGuiHLAm7zqrif5dR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:45.6875rem;left:34.875rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hdScNHkQHao0rT5Jz28NTtq3ss3pCqpK { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.375rem;top:47.125rem;left:30.75rem;display:block; }
#MVUtkrTiQ0TmJUUTgWMoatwBedz6lXaV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.375rem;width:6.375rem;top:43.8125rem;left:24rem;display:block; }
#xrDp3oZVfsd9oFMW8VGPVMCeMayIhTdr { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:45.125rem;left:24.6875rem;height:4.1625rem;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; }
#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr { position:relative;display:block; }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr { background-color: transparent; background-image: none; }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .row .container > .video-iframe-container { display: none; }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .row > .video-iframe-container { display: none; }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .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); }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr { border-width: 0; border-radius: 0; }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .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; }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .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:9.3125rem;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; }#MwyfGWUEDMtdqFlAZp9oKbN2uOeUsJR8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-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-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:9.375rem;display:block; }
#eeZQPon01hQycJJ31GWVf71uQRBeRTyD { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:9.34375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS { position:relative;display:block; }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS { background-color: transparent; background-image: none; }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .row .container > .video-iframe-container { display: none; }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .row > .video-iframe-container { display: none; }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .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); }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS { border-width: 0; border-radius: 0; }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .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; }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .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:36.5rem;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; }#SwAIOTpSkUxXhsQlJ0lE9w5D9exl7zFt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.7624998092651rem;left:6.625rem;height:3.4125rem;display:block; }
#xCNUfiHIVIFNRRHslnEsWZV0I0IGiyTT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.003125190735rem;left:6.625rem;height:2.275rem;display:block; }
#JxfqJNN5wnbbhK9RQvxGX3nqT0yEABVr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.1875rem;left:6.1124992370606rem;height:3.4125rem;display:block; }
#RiIK85S37Z34ObiLiEDm0k77iaBwb6ML { position:absolute;display:block;z-index:15032;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:0.125rem;width:12.5625rem;top:31.837500572204rem;left:0rem;display:block; }
#O9z3AC4Ovy5biGxuH0hFTMhE8Eh0fdOc { position:absolute;display:block;z-index:15032;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:0.125rem;width:12.5625rem;top:9.625rem;left:0rem;display:block; }
#m1V5219v8BUpeytco9DTZZzDatLqB02y { position:absolute;display:block;z-index:15034;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:0.125rem;width:12.5625rem;top:20.312499046326rem;left:0rem;display:block; }
#syAxKTmmHMKObrkQ4HdvRksvwSyL4AHT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.7624998092651rem;left:29.174999237061rem;height:3.4125rem;display:block; }
#arLTLiTotHKIqJwbmxU7hOu8quLHUtFx { position:absolute;display:block;z-index:15034;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:0.125rem;width:12.5625rem;top:9.625rem;left:22.875rem;display:block; }
#Z7NkSt02RznRT5JMv9saPLldPPJ7sRyi { position:absolute;display:block;z-index:15034;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:0.125rem;width:12.5625rem;top:20.312499046326rem;left:22.875rem;display:block; }
#HOtZ0Hl5PpQmx5vwxrDUnEtX8CVg1S5q { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.190625190735rem;left:29.174999237061rem;height:3.4125rem;display:block; }
#wzZO9g4hHIR65iglw7RJB4PGqCe0wgpP { position:absolute;display:block;z-index:15034;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:0.125rem;width:12.5625rem;top:31.712500572204rem;left:22.875rem;display:block; }
#c57TCncE0PMgCGeT3L2ySTFvO9zymCwh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.650000572204rem;left:29.174999237061rem;height:3.4125rem;display:block; }
#Nl2XuAUHLedgNIWmigzsSgDKQoofTtaa { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.1937503814698rem;left:48.9375rem;height:4.55rem;display:block; }
#XSM9em3Mni1MEhA9gPoVg8VFB30WbiIF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.753125190735rem;left:50.281246185302rem;height:3.4125rem;display:block; }
#Ni24s2moqohZRMRJt5RT0gb6UqXxORo3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.187499046326rem;left:50.249996185302rem;height:3.4125rem;display:block; }
#mM94V9NM7P42GxLHPFE3PICSn31gFRBb { position:absolute;display:block;z-index:15036;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:0.125rem;width:12.5625rem;top:9.625rem;left:43.90625rem;display:block; }
#LO2iVnkbWLuwkIVldgVVcrAsTD8myrhA { position:absolute;display:block;z-index:15038;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:0.125rem;width:12.5625rem;top:20.312500953674rem;left:44.59375rem;display:block; }
#vEhWPRarL0eov9pEVW6co1buAnl02TkS { position:absolute;display:block;z-index:15039;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:0.125rem;width:12.5625rem;top:31.712500572204rem;left:44.59375rem;display:block; }
#gt4Sg6TXIFGQyEShJSXSJFwd9oZrGgLo { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:10.68124961853rem;left:0.53125rem;height:12.1875rem;display:block; }
#D5iQXVBirxQVwA1UFGZsn9lnGJcapBtV { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:10.568749427796rem;left:22.875rem;height:12.26875rem;display:block; }
#tXxReEOpBk5fwdVTQpPcHyRDAfuCleJZ { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:22.043749809265rem;left:0rem;height:12.1875rem;display:block; }
#FTSMcXvIIzAm4t1M6ica6ITSy813QfTd { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:21.874999046326rem;left:22.875rem;height:12.1875rem;display:block; }
#b5JtRbDV66lK4uL7W56TwSxC8Zp2CvgF { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:12.1875rem;display:block; }
#APwZ08w8Z9Fahy3KfKVpzylR0m9L96Zd { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:0rem;left:22rem;height:12.1875rem;display:block; }
#gmMm1LWSi4WW8KnVp3RU0K9qlt9fp8RS { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:0rem;left:43.237499237061rem;height:12.1875rem;display:block; }
#QH4Lv34uCvd4VacFUC6rMKEKJBaacfzX { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10.490624427796rem;left:43.90625rem;height:12.1875rem;display:block; }
#J8WpuX2BdoRhqHVNaKOwn1QNEkEbOT4I { color:rgba(var(--color-secondary-2),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:21.987499237061rem;left:43.90625rem;height:12.1875rem;display:block; }
#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr { 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; }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row .container { background-color: transparent; background-image: none; }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row .container > .video-iframe-container { display: none; }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row > .video-iframe-container { display: none; }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .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); }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row .container { border-width: 0; border-radius: 0; }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#kiNq0wvFRDFGehbLTxvS2ADwT5Z6eDi7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-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-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:9.375rem;display:block; }
#PZdZFJar0KLXmTI0Ja8583WnKia0CIKb { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:9.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xxuinh1gu5c5GDFDCaKwCxWfJLKdMOET { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:19.9375rem;width:18.875rem;top:6.5rem;left:35.385414123535rem;overflow:hidden;display:block; }
#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF { 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; }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row .container { background-color: transparent; background-image: none; }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row .container > .video-iframe-container { display: none; }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row > .video-iframe-container { display: none; }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .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); }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row .container { border-width: 0; border-radius: 0; }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#memELWQtTTCWNyGQy1T93Z0KEDLZmBJC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:3.0874996185302rem;height:2.6rem;display:block; }
#oBwnNUD7rQa8V23xMfeWyRh17xc2WC89 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:8.625rem;width:8.625rem;top:0.65625rem;left:3.0875015258789rem;overflow:hidden;display:block; }
#i0ZMkiafOaT7Xvuk9307LWpoNMDvhdXI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.0874996185302rem;height:2.6rem;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; }
#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx { position:relative;display:block; }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx { background-color: transparent; background-image: none; }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .row .container > .video-iframe-container { display: none; }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .row > .video-iframe-container { display: none; }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .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); }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx { border-width: 0; border-radius: 0; }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .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; }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .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:9.3125rem;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; }#UJRxrZ0v8zOoD83IARlWD6g4shsszigy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-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-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:9.375rem;display:block; }
#kGtTItys7vR9huk77THpJWEVTdoivsis { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:9.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q47b949AZaar51olxyFFCEC41SGhhtWQ { position:relative;display:block; }#Q47b949AZaar51olxyFFCEC41SGhhtWQ { background-color: transparent; background-image: none; }#Q47b949AZaar51olxyFFCEC41SGhhtWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .row .container > .video-iframe-container { display: none; }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .row > .video-iframe-container { display: none; }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .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); }#Q47b949AZaar51olxyFFCEC41SGhhtWQ { border-width: 0; border-radius: 0; }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .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; }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .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:15.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; }#rlheTH6HtJxXidTMRWsnX1i4ZO5q34tz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9rem;left:0.90625rem;height:4.55rem;display:block; }
#mBTPTi8MoOql7STGTmev3hNWWkZpCMer { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9rem;left:17.03125rem;height:4.55rem;display:block; }
#IMsupaBpTxZDVQ6lIMPPMgJUqamiConw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9rem;left:30.9375rem;height:3.4125rem;display:block; }
#ePZQdS6mHmtyI5AcOFdfIFxNCW9QgSIv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9rem;left:46.40625rem;height:2.275rem;display:block; }
#RTo4GuAL2XT39BDlEO94ncUOtZkiTZUV { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.625rem;top:0rem;left:0.90625rem;overflow:hidden;display:block; }
#UDqtMmhi8EPtrnlPCZoaGc0zdCViH6xK { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:9.6875rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#ZpeUnDAqwxvhGZ3rlpxQP9pIRTyKydiK { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:7.625rem;top:0rem;left:30.9375rem;overflow:hidden;display:block; }
#d10SSyCUF1lTTNqXVGSMBL2XmiQQf9PT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:7.625rem;top:0rem;left:46.40625rem;overflow:hidden;display:block; }
#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K { position:relative;display:block; }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K { background-color: transparent; background-image: none; }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .row .container > .video-iframe-container { display: none; }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .row > .video-iframe-container { display: none; }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .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); }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K { border-width: 0; border-radius: 0; }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .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; }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .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:15.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; }#smCpa2Q2eiuwAiky98odQG7FVFusgfpZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.150001525879rem;left:1.03125rem;height:3.4125rem;display:block; }
#cdILZX6AfIqSH4Elro7qyB9EWUom5AKt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.150001525879rem;left:21.09375rem;height:3.4125rem;display:block; }
#QS6mKtb2nTw4hwGmBn178Zzm45rMgvq6 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:7.625rem;top:0.8125rem;left:21.09375rem;overflow:hidden;display:block; }
#UUp1Vo7fzLTS6k0w6OP9hAdlKJpw0Jbr { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:7.625rem;top:0.8125rem;left:1.03125rem;overflow:hidden;display:block; }
#tgKw467GZ80GcZtGkBTuVzSFvCAmkODT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.53125rem;height:2.275rem;display:block; }
#hPzFbLvPTZ5LdBaMRhMdMgUfmt1WBJ7C { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.625rem;top:0.8125rem;left:40.53125rem;overflow:hidden;display:block; }
#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { background-color: transparent; background-image: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container > .video-iframe-container { display: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container { display: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .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); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { border-width: 0; border-radius: 0; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#n0DmbvzrkDbNSxOrWQyQdTtabe7Z75nS { 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:2.9375rem;width:8.1875rem;top:1.7281246185302rem;left:1.125rem;overflow:hidden;display:block; }
#vE4LcuUZzHNBTtDOLn759BrrarTOLCH0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2468757629394rem;left:45.875rem;height:3.9rem;display:block; }
#dDdRx2mlmMUwgbLwlmaAId9kwibT8ifA { color:#edeff1;display:block;width:40.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0239582061769rem;left:1.125rem;height:4.875rem;display:block; }
#C0MyTgwLzR5hvRhhEbiosqz611I20k0l { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.8989582061769rem;left:54.562498092651rem;display:block; }
#cSZBt7h5NB8W2J46Eko6MKhMvvRiSofp { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:7.8989582061769rem;left:49.999998092651rem;display:block; }
#WP0fRKs3q1SaHdlFUr7sFOBtcNDrfWqb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:7.8989582061769rem;left:45.874998092651rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 { display:block; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD5W1QwPwre0HfPhtpzvrzJbRdETfNru { width:18.875rem;height:3.5625rem;top:19.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXWDMNiqsIpcJk00cVBsRyRLws4r1FDp { width:16.6875rem;height:3.75rem;top:12.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTBBn59FbK9rwh3bCQ4y6tqt8EEfcGtn { width:15.125rem;height:3.25rem;top:16.5rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-text {padding-top: 0; padding-bottom: 0;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-select {padding-top: 0; padding-bottom: 0;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.625rem; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-checkbox-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi  { width:16.5rem;height:auto;top:19.75rem;left:28.75rem; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi {display:block;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi { width:16.5rem;height:auto;top:19.75rem;left:28.75rem; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #vflCrBMvkWoJLUT8rGrrDToGrBTZHHXx {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #AH3HDTw2zJwpoSeVKSI7k4hJpkJ73aKT { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #xpTma63UFwFw5TSFKIDuc2sExDR2rNrI {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #P09gvs1lKTu2xS1IqXLiUBSuperksaym {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #z180nZPlUTE29kUpXk8rOy17AAwz4HcA { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cNp5Gh3bSBRWuv2thT7VafItqLhGegWM {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #gkWU0fumndF2bRRTzqo54T3uBsA84wS7 {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #pK9hm4di8EFddJLRQgqSQh71codZeWbN { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cDOb7Nr6Nh2eqla994eeJImxWUBKEVMn {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #CLpPn06cUwgXUtiO8H5pXSVTycF5WJp1 {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #Gn0SH6S1xcyZGZfZnCHozmfVRxNGRVE5 { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #m5alMAfyoCKduyNwEQt3VftgPGvu4aOu {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cgwT4pRVa69DMqLXX2DG6CiUQv4sbw9V {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #nfzS0en1Ps1tZQI5HIIFE15yEXmLOVmR { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #zl4qJPZA9aPawoSTsyPqzWUdCzFIHFRJ {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #uqzrkXTfEiB7Mm1LkmJfeFGJ1xc2h0qH {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #UpRQoDlwVbaIoVqMeTCr0KapTWQJPmxu {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #I78tRwaBbt7HeZMqIKWT72W2lPZLIbL6 {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #bxCv6mSzznuRG8xJTlG6ytFBbK3FdLwk {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #uGzQpoJDa7h57H8U22UQzZVmTM9I479v {  }
 }@media only screen and (max-width: 763px) { #hLXVweDNkFZAB8JuB8brJsf9BFsHA3X7 { width:47.75rem;height:32.8125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJHQTOol2tXo02xpbtokTuTtENGmHLV1 { top:2.6875rem;left:0rem;width:12.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVyexqx0MLDHnAKfqAPC0bNI05M3Qe71 { width:11rem;height:3.125rem;top:0rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps7v6GfPEbhPffrScTeJOKlvVbbPQBqE { width:2.375rem;height:2.0625rem;top:0.5rem;left:45.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqlTd0n68VE91XyCeoPEIbzNCTcuxqay { width:2.375rem;height:;top:0.75rem;left:44.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmyqL3KfwZRhtSDdmTGo1mV9qvia8CZU { width:2.375rem;height:;top:0.75rem;left:45.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL1nR9R3kJqcKoMLqo4u9TEcuMdRMoum { top:13.9375rem;left:0rem;width:47.75rem;height:28.243383199079rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsl4XToSHwvVuJa4UT5rEFa5vwJs0s43 { top:18.25rem;left:0rem;width:14rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl { display:block; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhgSNyI9L5C1ixTzIk3JBnlnWef7TTIs { width:30.9375rem;height:;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMQxtaEziTB9GuyvOawL5HU3Zwx5NM8m { width:30.9375rem;height:25.1875rem;top:10.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRV9ZWm49bJH8DJbnw3KT7kIdwZv1tJy { width:6.375rem;height:6.375rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q80HsCKaf28PLNWUz5EKwvFDf3t8otyB { width:3.375rem;height:0.125rem;top:46.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekzZxE7arqT26dLFbMlKTRxQN8iB5WQ { width:5.4375rem;height:2.0625rem;top:45.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMUsT0aSt3aWHwPBLVLGTctkKzFfoMd { top:4.6875rem;left:26.75rem;width:21rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pezgftB9QvfXTi39WmvLfdgCyUKMiHct { top:37.125rem;left:32.8125rem;width:14.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgvgLbz75ad2ThiTgLwhnPZ2F5Tlc9ib { top:38.875rem;left:32.125rem;width:15.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU7p8SeFNtiaEcM9Gg7Jo55K7EiFGTpz { width:10rem;height:31.5625rem;top:4.6875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv7nKrVXiXxrFxow3hNSG9k3DMueJ2pk { width:9.75rem;height:4.125rem;top:45.5rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcNeq0uIZFTpLtgsGuiHLAm7zqrif5dR { width:9.3125rem;height:4.125rem;top:45.6875rem;left:28.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdScNHkQHao0rT5Jz28NTtq3ss3pCqpK { width:3.375rem;height:0.125rem;top:47.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUtkrTiQ0TmJUUTgWMoatwBedz6lXaV { width:6.375rem;height:6.375rem;top:43.8125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrDp3oZVfsd9oFMW8VGPVMCeMayIhTdr { width:5.4375rem;height:4.125rem;top:45.125rem;left:18.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr { display:block; }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwyfGWUEDMtdqFlAZp9oKbN2uOeUsJR8 { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZQPon01hQycJJ31GWVf71uQRBeRTyD { width:41.25rem;height:3.625rem;top:1.1875rem;left:3.21875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN49SlvgxpGpTfrK90gty2EdwuLgcxtS { display:block; }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwAIOTpSkUxXhsQlJ0lE9w5D9exl7zFt { top:3.75rem;left:0.5rem;width:11.8125rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNUfiHIVIFNRRHslnEsWZV0I0IGiyTT { top:16rem;left:0.5rem;width:12.5rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxfqJNN5wnbbhK9RQvxGX3nqT0yEABVr { top:26.1875rem;left:0rem;width:11.1875rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiIK85S37Z34ObiLiEDm0k77iaBwb6ML { top:31.8125rem;left:0rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9z3AC4Ovy5biGxuH0hFTMhE8Eh0fdOc { top:9.625rem;left:0rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1V5219v8BUpeytco9DTZZzDatLqB02y { top:20.25rem;left:0rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syAxKTmmHMKObrkQ4HdvRksvwSyL4AHT { top:3.75rem;left:23.049999237061rem;width:9.125rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arLTLiTotHKIqJwbmxU7hOu8quLHUtFx { top:9.625rem;left:16.75rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NkSt02RznRT5JMv9saPLldPPJ7sRyi { top:20.25rem;left:16.75rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtZ0Hl5PpQmx5vwxrDUnEtX8CVg1S5q { top:14.1875rem;left:23.049999237061rem;width:10.9375rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzZO9g4hHIR65iglw7RJB4PGqCe0wgpP { top:31.6875rem;left:16.75rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c57TCncE0PMgCGeT3L2ySTFvO9zymCwh { top:25.625rem;left:23.049999237061rem;width:12.5rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl2XuAUHLedgNIWmigzsSgDKQoofTtaa { top:3.1875rem;left:36.6875rem;width:11.0625rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSM9em3Mni1MEhA9gPoVg8VFB30WbiIF { top:14.75rem;left:39.375rem;width:8.375rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni24s2moqohZRMRJt5RT0gb6UqXxORo3 { top:26.125rem;left:38.3125rem;width:9.4375rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM94V9NM7P42GxLHPFE3PICSn31gFRBb { top:9.625rem;left:35.1875rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2iVnkbWLuwkIVldgVVcrAsTD8myrhA { top:20.3125rem;left:35.1875rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEhWPRarL0eov9pEVW6co1buAnl02TkS { top:31.6875rem;left:35.1875rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt4Sg6TXIFGQyEShJSXSJFwd9oZrGgLo { top:10.625rem;left:0rem;width:3rem;height:12.1875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5iQXVBirxQVwA1UFGZsn9lnGJcapBtV { top:10.5625rem;left:16.75rem;width:3rem;height:12.25rem;font-size:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXxReEOpBk5fwdVTQpPcHyRDAfuCleJZ { top:22rem;left:0rem;width:3rem;height:12.1875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTSMcXvIIzAm4t1M6ica6ITSy813QfTd { top:21.8125rem;left:16.75rem;width:3rem;height:12.1875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5JtRbDV66lK4uL7W56TwSxC8Zp2CvgF { top:0rem;left:0rem;width:3rem;height:12.1875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APwZ08w8Z9Fahy3KfKVpzylR0m9L96Zd { top:0rem;left:15.875rem;width:3rem;height:12.1875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmMm1LWSi4WW8KnVp3RU0K9qlt9fp8RS { top:0rem;left:37.112499237061rem;width:3rem;height:;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH4Lv34uCvd4VacFUC6rMKEKJBaacfzX { top:10.4375rem;left:37.78125rem;width:3rem;height:12.1875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8WpuX2BdoRhqHVNaKOwn1QNEkEbOT4I { top:21.9375rem;left:37.78125rem;width:3rem;height:12.1875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr { display:block; }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiNq0wvFRDFGehbLTxvS2ADwT5Z6eDi7 { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZdZFJar0KLXmTI0Ja8583WnKia0CIKb { width:41.25rem;height:;top:1.1875rem;left:3.21875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxuinh1gu5c5GDFDCaKwCxWfJLKdMOET { top:6.5rem;left:28.875rem;width:18.875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF { display:block; }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #memELWQtTTCWNyGQy1T93Z0KEDLZmBJC { top:10.0625rem;left:0.025001525878906rem;width:15.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBwnNUD7rQa8V23xMfeWyRh17xc2WC89 { top:0.625rem;left:0.025001525878906rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ZMkiafOaT7Xvuk9307LWpoNMDvhdXI { top:13.875rem;left:0.024999618530274rem;width:22.6875rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx { display:block; }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJRxrZ0v8zOoD83IARlWD6g4shsszigy { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGtTItys7vR9huk77THpJWEVTdoivsis { width:41.25rem;height:;top:1.1875rem;left:3.21875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q47b949AZaar51olxyFFCEC41SGhhtWQ { display:block; }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlheTH6HtJxXidTMRWsnX1i4ZO5q34tz { top:9rem;left:0rem;width:13.1875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBTPTi8MoOql7STGTmev3hNWWkZpCMer { top:9rem;left:12.4375rem;width:10.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMsupaBpTxZDVQ6lIMPPMgJUqamiConw { top:9rem;left:21.6875rem;width:14.125rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePZQdS6mHmtyI5AcOFdfIFxNCW9QgSIv { top:9rem;left:35.5625rem;width:12.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTo4GuAL2XT39BDlEO94ncUOtZkiTZUV { top:0rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDqtMmhi8EPtrnlPCZoaGc0zdCViH6xK { top:0rem;left:11.9375rem;width:9.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpeUnDAqwxvhGZ3rlpxQP9pIRTyKydiK { top:0rem;left:23.875rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d10SSyCUF1lTTNqXVGSMBL2XmiQQf9PT { top:0rem;left:35.8125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K { display:block; }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smCpa2Q2eiuwAiky98odQG7FVFusgfpZ { top:10.125rem;left:0rem;width:12.25rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdILZX6AfIqSH4Elro7qyB9EWUom5AKt { top:10.125rem;left:12.8125rem;width:18.375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS6mKtb2nTw4hwGmBn178Zzm45rMgvq6 { top:0.8125rem;left:15.875rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUp1Vo7fzLTS6k0w6OP9hAdlKJpw0Jbr { top:0.8125rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgKw467GZ80GcZtGkBTuVzSFvCAmkODT { top:10.3125rem;left:28.6875rem;width:18.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPzFbLvPTZ5LdBaMRhMdMgUfmt1WBJ7C { top:0.8125rem;left:31.75rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0DmbvzrkDbNSxOrWQyQdTtabe7Z75nS { top:1.6875rem;left:0rem;width:8.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE4LcuUZzHNBTtDOLn759BrrarTOLCH0 { top:1.1875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDdRx2mlmMUwgbLwlmaAId9kwibT8ifA { top:7rem;left:0rem;width:40.25rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0MyTgwLzR5hvRhhEbiosqz611I20k0l { top:7.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSZBt7h5NB8W2J46Eko6MKhMvvRiSofp { top:7.875rem;left:43.874998092651rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP0fRKs3q1SaHdlFUr7sFOBtcNDrfWqb { top:7.875rem;left:39.749998092651rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1896b9dc-3751-46b1-991b-9dab4ef6a806/tlolanding.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0.adaptive-delivery-prevent-bg, #JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0.lazyload, #JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0.lazyloading { background-image: none; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container { background-color: transparent; background-image: none; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container > .video-iframe-container { display: none; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row > .video-iframe-container { display: none; }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .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); }#JyBgwvaTXCcz7UcS59qhoWEG46TDPTE0 > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD5W1QwPwre0HfPhtpzvrzJbRdETfNru { width:15.5625rem;height:2.25rem;top:17.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXWDMNiqsIpcJk00cVBsRyRLws4r1FDp { width:9.0625rem;height:2.45rem;top:7.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTBBn59FbK9rwh3bCQ4y6tqt8EEfcGtn { width:16.625rem;height:3.25rem;top:28.237499237061rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-text {padding-top: 0; padding-bottom: 0;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-select {padding-top: 0; padding-bottom: 0;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.625rem; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .widget-checkbox-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi  { width:16.5rem;height:auto;top:31.424999237061rem;left:1rem; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AG5VlVLSILRneSELrwcvZPVwayHrmmAi {display:block;}#AG5VlVLSILRneSELrwcvZPVwayHrmmAi { width:16.5rem;height:auto;top:31.424999237061rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #vflCrBMvkWoJLUT8rGrrDToGrBTZHHXx {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #AH3HDTw2zJwpoSeVKSI7k4hJpkJ73aKT { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #xpTma63UFwFw5TSFKIDuc2sExDR2rNrI {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #P09gvs1lKTu2xS1IqXLiUBSuperksaym {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #z180nZPlUTE29kUpXk8rOy17AAwz4HcA { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cNp5Gh3bSBRWuv2thT7VafItqLhGegWM {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #gkWU0fumndF2bRRTzqo54T3uBsA84wS7 {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #pK9hm4di8EFddJLRQgqSQh71codZeWbN { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cDOb7Nr6Nh2eqla994eeJImxWUBKEVMn {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #CLpPn06cUwgXUtiO8H5pXSVTycF5WJp1 {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #Gn0SH6S1xcyZGZfZnCHozmfVRxNGRVE5 { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #m5alMAfyoCKduyNwEQt3VftgPGvu4aOu {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #cgwT4pRVa69DMqLXX2DG6CiUQv4sbw9V {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #nfzS0en1Ps1tZQI5HIIFE15yEXmLOVmR { display:none; }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #zl4qJPZA9aPawoSTsyPqzWUdCzFIHFRJ {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #uqzrkXTfEiB7Mm1LkmJfeFGJ1xc2h0qH {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #UpRQoDlwVbaIoVqMeTCr0KapTWQJPmxu {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #I78tRwaBbt7HeZMqIKWT72W2lPZLIbL6 {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #bxCv6mSzznuRG8xJTlG6ytFBbK3FdLwk {  }
 }@media only screen and (max-width: 763px) { #AG5VlVLSILRneSELrwcvZPVwayHrmmAi #uGzQpoJDa7h57H8U22UQzZVmTM9I479v {  }
 }@media only screen and (max-width: 763px) { #hLXVweDNkFZAB8JuB8brJsf9BFsHA3X7 { width:20rem;height:22.5625rem;top:24.33749961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJHQTOol2tXo02xpbtokTuTtENGmHLV1 { width:8.3125rem;height:3rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVyexqx0MLDHnAKfqAPC0bNI05M3Qe71 { width:8.625rem;height:2.8125rem;top:0rem;left:11.2421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps7v6GfPEbhPffrScTeJOKlvVbbPQBqE { width:2.375rem;height:2.1125rem;top:0.25625038146973rem;left:14.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqlTd0n68VE91XyCeoPEIbzNCTcuxqay { width:2.375rem;height:1.625rem;top:0.5625rem;left:12.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmyqL3KfwZRhtSDdmTGo1mV9qvia8CZU { width:2.375rem;height:1.625rem;top:0.5625rem;left:16.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL1nR9R3kJqcKoMLqo4u9TEcuMdRMoum { width:19.8125rem;height:11.3125rem;top:15.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsl4XToSHwvVuJa4UT5rEFa5vwJs0s43 { width:10.1875rem;height:8.125rem;top:7.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl { background-color:#010104;background-image:url("https://images.assets-landingi.com/R342Q2Ud/bg_section.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl.adaptive-delivery-prevent-bg, #xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl.lazyload, #xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl.lazyloading { background-image: none; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container { background-color: transparent; background-image: none; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container > .video-iframe-container { display: none; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row > .video-iframe-container { display: none; }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .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); }#xQh6bcKKBIhdTwvanWTdt5TKgtw22PEl > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhgSNyI9L5C1ixTzIk3JBnlnWef7TTIs { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AMQxtaEziTB9GuyvOawL5HU3Zwx5NM8m { width:20rem;height:24.5rem;top:24.14999961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRV9ZWm49bJH8DJbnw3KT7kIdwZv1tJy { width:5.0625rem;height:5.0625rem;top:51.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q80HsCKaf28PLNWUz5EKwvFDf3t8otyB { width:3.375rem;height:0.125rem;top:42.8125rem;left:3.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MekzZxE7arqT26dLFbMlKTRxQN8iB5WQ { width:4.375rem;height:3.6rem;top:52.6875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMUsT0aSt3aWHwPBLVLGTctkKzFfoMd { width:8.3125rem;height:12.5625rem;top:9.46249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pezgftB9QvfXTi39WmvLfdgCyUKMiHct { width:10.875rem;height:1.05625rem;top:18.70937538147rem;left:9.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qgvgLbz75ad2ThiTgLwhnPZ2F5Tlc9ib { width:11rem;height:0.975rem;top:19.97500038147rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rU7p8SeFNtiaEcM9Gg7Jo55K7EiFGTpz { width:4.8125rem;height:12.5625rem;top:9.46249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv7nKrVXiXxrFxow3hNSG9k3DMueJ2pk { width:9.75rem;height:4.14375rem;top:52.14687538147rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcNeq0uIZFTpLtgsGuiHLAm7zqrif5dR { width:9.3125rem;height:4.14375rem;top:59.584373474121rem;left:7.53125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdScNHkQHao0rT5Jz28NTtq3ss3pCqpK { width:3.375rem;height:0.125rem;top:47.125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVUtkrTiQ0TmJUUTgWMoatwBedz6lXaV { width:5.0625rem;height:5.0625rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrDp3oZVfsd9oFMW8VGPVMCeMayIhTdr { width:5.4375rem;height:3.6rem;top:59.856250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr { display:block; }#w4WXD8nDGsMf30FuVAEemlnb4CPHB0Qr > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwyfGWUEDMtdqFlAZp9oKbN2uOeUsJR8 { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZQPon01hQycJJ31GWVf71uQRBeRTyD { width:20rem;height:4.5rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DN49SlvgxpGpTfrK90gty2EdwuLgcxtS { display:block; }#DN49SlvgxpGpTfrK90gty2EdwuLgcxtS > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwAIOTpSkUxXhsQlJ0lE9w5D9exl7zFt { width:12.1875rem;height:1.7875rem;top:0.75937461853025rem;left:3.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xCNUfiHIVIFNRRHslnEsWZV0I0IGiyTT { width:9.125rem;height:1.7875rem;top:4.515625rem;left:3.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxfqJNN5wnbbhK9RQvxGX3nqT0yEABVr { width:11.6875rem;height:2.68125rem;top:7.83437538147rem;left:3.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RiIK85S37Z34ObiLiEDm0k77iaBwb6ML { width:12.5625rem;height:0.125rem;top:33.293750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9z3AC4Ovy5biGxuH0hFTMhE8Eh0fdOc { width:12.5625rem;height:0.125rem;top:2.5375003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1V5219v8BUpeytco9DTZZzDatLqB02y { width:12.5625rem;height:0.125rem;top:13.799999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syAxKTmmHMKObrkQ4HdvRksvwSyL4AHT { width:9.125rem;height:1.7875rem;top:11.981250762939rem;left:3.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #arLTLiTotHKIqJwbmxU7hOu8quLHUtFx { width:12.5625rem;height:0.125rem;top:6.30312538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NkSt02RznRT5JMv9saPLldPPJ7sRyi { width:12.5625rem;height:0.125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtZ0Hl5PpQmx5vwxrDUnEtX8CVg1S5q { width:10.9375rem;height:2.68125rem;top:15.299999237061rem;left:3.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wzZO9g4hHIR65iglw7RJB4PGqCe0wgpP { width:12.5625rem;height:0.125rem;top:25.175000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c57TCncE0PMgCGeT3L2ySTFvO9zymCwh { width:12.5rem;height:1.7875rem;top:19.775001525879rem;left:3.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nl2XuAUHLedgNIWmigzsSgDKQoofTtaa { width:13.3125rem;height:1.7875rem;top:23.409374237061rem;left:3.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XSM9em3Mni1MEhA9gPoVg8VFB30WbiIF { width:11.125rem;height:1.7875rem;top:27.44687461853rem;left:3.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ni24s2moqohZRMRJt5RT0gb6UqXxORo3 { width:9.4375rem;height:1.7875rem;top:31.568748474121rem;left:3.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mM94V9NM7P42GxLHPFE3PICSn31gFRBb { width:12.5625rem;height:0.125rem;top:10.578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2iVnkbWLuwkIVldgVVcrAsTD8myrhA { width:12.5625rem;height:0.125rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEhWPRarL0eov9pEVW6co1buAnl02TkS { width:12.5625rem;height:0.125rem;top:29.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt4Sg6TXIFGQyEShJSXSJFwd9oZrGgLo { width:3rem;height:2.6rem;top:4.078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5iQXVBirxQVwA1UFGZsn9lnGJcapBtV { width:3rem;height:2.6rem;top:15.962501525879rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXxReEOpBk5fwdVTQpPcHyRDAfuCleJZ { width:3rem;height:2.6rem;top:8.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTSMcXvIIzAm4t1M6ica6ITSy813QfTd { width:3rem;height:2.6rem;top:19.556251525879rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5JtRbDV66lK4uL7W56TwSxC8Zp2CvgF { width:3rem;height:2.6rem;top:0.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APwZ08w8Z9Fahy3KfKVpzylR0m9L96Zd { width:3rem;height:2.6rem;top:11.700000762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmMm1LWSi4WW8KnVp3RU0K9qlt9fp8RS { width:3rem;height:2.6rem;top:23.012500762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QH4Lv34uCvd4VacFUC6rMKEKJBaacfzX { width:3rem;height:2.6rem;top:27.04062461853rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8WpuX2BdoRhqHVNaKOwn1QNEkEbOT4I { width:3rem;height:2.6rem;top:31.162498474121rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr { display:block; }#axWXVPO5AgKZgTJlSgfXuQwESsbmFCqr > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiNq0wvFRDFGehbLTxvS2ADwT5Z6eDi7 { width:20rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZdZFJar0KLXmTI0Ja8583WnKia0CIKb { width:20rem;height:2.25rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xxuinh1gu5c5GDFDCaKwCxWfJLKdMOET { width:15.3125rem;height:16.1875rem;top:4.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF { display:block; }#NUS1nI8KzpK5hKwpvXR6IKRptTLUw3zF > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #memELWQtTTCWNyGQy1T93Z0KEDLZmBJC { width:15.0625rem;height:2.6rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oBwnNUD7rQa8V23xMfeWyRh17xc2WC89 { width:8.625rem;height:8.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ZMkiafOaT7Xvuk9307LWpoNMDvhdXI { width:20rem;height:2.4375rem;top:14.975rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx { display:block; }#eTJJ7Hf730gOGKAsFWc7cIsZA7X76cKx > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJRxrZ0v8zOoD83IARlWD6g4shsszigy { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGtTItys7vR9huk77THpJWEVTdoivsis { width:20rem;height:2.25rem;top:0.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q47b949AZaar51olxyFFCEC41SGhhtWQ { display:block; }#Q47b949AZaar51olxyFFCEC41SGhhtWQ > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlheTH6HtJxXidTMRWsnX1i4ZO5q34tz { width:12.4375rem;height:4.225rem;top:1.0125007629394rem;left:7.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBTPTi8MoOql7STGTmev3hNWWkZpCMer { width:10.9375rem;height:4.55rem;top:9.72500038147rem;left:7.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IMsupaBpTxZDVQ6lIMPPMgJUqamiConw { width:12.4375rem;height:4.225rem;top:16.428123474121rem;left:7.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ePZQdS6mHmtyI5AcOFdfIFxNCW9QgSIv { width:12.1875rem;height:2.275rem;top:24.849998474121rem;left:7.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTo4GuAL2XT39BDlEO94ncUOtZkiTZUV { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDqtMmhi8EPtrnlPCZoaGc0zdCViH6xK { width:7.875rem;height:6.25rem;top:7.7374992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpeUnDAqwxvhGZ3rlpxQP9pIRTyKydiK { width:6.25rem;height:6.25rem;top:15.415626525879rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d10SSyCUF1lTTNqXVGSMBL2XmiQQf9PT { width:6.25rem;height:6.25rem;top:22.862499237061rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K { display:block; }#p6dpexkBTvnBqM7kWhqwdc3rMFO34Q3K > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smCpa2Q2eiuwAiky98odQG7FVFusgfpZ { width:12.25rem;height:3.4125rem;top:2.3562507629394rem;left:7.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cdILZX6AfIqSH4Elro7qyB9EWUom5AKt { width:12.5rem;height:3.4125rem;top:10.018749237061rem;left:7.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QS6mKtb2nTw4hwGmBn178Zzm45rMgvq6 { width:6.25rem;height:6.25rem;top:7.9749984741213rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUp1Vo7fzLTS6k0w6OP9hAdlKJpw0Jbr { width:6.25rem;height:6.25rem;top:0.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgKw467GZ80GcZtGkBTuVzSFvCAmkODT { width:12.5rem;height:3.4125rem;top:16.681251525879rem;left:7.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hPzFbLvPTZ5LdBaMRhMdMgUfmt1WBJ7C { width:6.25rem;height:6.25rem;top:15.825000762939rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0DmbvzrkDbNSxOrWQyQdTtabe7Z75nS { width:8.1875rem;height:2.9375rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE4LcuUZzHNBTtDOLn759BrrarTOLCH0 { width:12.5rem;height:3.4125rem;top:5.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDdRx2mlmMUwgbLwlmaAId9kwibT8ifA { width:19rem;height:9.1rem;top:10.1rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0MyTgwLzR5hvRhhEbiosqz611I20k0l { width:3.125rem;height:3.125rem;top:20.450000762939rem;left:13.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSZBt7h5NB8W2J46Eko6MKhMvvRiSofp { width:3.125rem;height:3.125rem;top:20.450000762939rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP0fRKs3q1SaHdlFUr7sFOBtcNDrfWqb { width:3.125rem;height:3.125rem;top:20.450000762939rem;left:2.8125rem;font-size:2.1875rem;display:block; }
 }