.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:239,247,217;--color-primary-1:203,228,128;--color-primary-2:150,200,0;--color-primary-3:75,100,0;--color-primary-4:23,30,0;--color-secondary-0:218,223,234;--color-secondary-1:133,149,187;--color-secondary-2:11,43,118;--color-secondary-3:6,22,59;--color-secondary-4:2,6,18;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fd09839b-ce17-41a3-b948-2e856beaf806/bg219.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container { background-color: transparent; background-image: none; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container > .video-iframe-container { display: none; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row > .video-iframe-container { display: none; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .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); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container { border-width: 0; border-radius: 0; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#rHka4AUp6e9IfxUT2hBrBBRr8ldI7Q5s { position:absolute;display:block;z-index:15000;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:3.6875rem;width:16.1875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#BF3cBtHmZPFtgvD8VinV9pnhBP5msfbK { color:#3e3e3e;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:20.0625rem;left:0rem;height:4.59375rem;font-style:normal;display:block; }
#iTTBZEI5eIwT0rzVKu4NSTuioVNzWTpr { color:#585858;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #ffffff;top:8.625rem;left:0rem;height:9.69375rem;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; }
#wSJRrJZ1qEI8dEGfz6MDsfLkKTF6ixtS { color:#3e3e3e;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:25.125rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#OI2lJnM8MNXzOIxcLqdQ4MGx1J0HcmKM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.375rem;left:0rem;display:block; }
#uuz7rbsgQplS4RSCpTQDi3TwWhEnK3nS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#keDhQ2vG1akqH1lmleXtf3O2hOXT1JEf { position:absolute;display:block;z-index:15008;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:8.0625rem;width:8.3125rem;top:2rem;left:36.1875rem;overflow:hidden;display:block; }
#A6GyfeThXwTx2hieZrqMyOdWcZCKu3K9 { position:absolute;display:block;z-index:15009;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:4.875rem;width:5.3125rem;top:10.425000190735rem;left:74.965621948244rem;overflow:hidden;display:block; }
#xHTzuBy84blul4mXvXaDDdbh87BEum19 { position:absolute;display:block;z-index:15010;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:2.8125rem;width:9.3125rem;top:30.6875rem;left:29.875rem;overflow:hidden;display:block; }
#tnw0TOAMxAJMn8sAu4TPTVLCo3yeNzVk { position:absolute;display:block;z-index:15011;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:3.5625rem;width:3.6875rem;top:10.487500190735rem;left:42.4375rem;overflow:hidden;display:block; }
#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO { position:relative;display:none; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO { border-width: 0; border-radius: 0; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .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; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Sd5zTdBrDFAIMwQhFxPTikUAO4AtO3MM { position:absolute;display:block;z-index:15009;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:4.875rem;width:5.3125rem;top:10.425000190735rem;left:74.965621948244rem;overflow:hidden;display:none; }
#PdDX7UieAzmczNPzlHTPIutCKT2P7qE9 { position:absolute;display:block;z-index:15008;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:8.0625rem;width:8.3125rem;top:2rem;left:36.1875rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-1),0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-1),0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-form-header {  }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:3;font-style:normal; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(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-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:9.25rem;margin-bottom:0.25rem;margin-left:6.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:8.8125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.6875rem;overflow:hidden;font-style:normal; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .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; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:3; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-container:first-of-type{padding-top:0;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-container:last-of-type{padding-bottom:0;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.65625rem;left:25.21875rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .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; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 {display:block;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.65625rem;left:25.21875rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #sI8q3TksK1hf4f8T4Mv1zI6Qz00mSLye { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #sI8q3TksK1hf4f8T4Mv1zI6Qz00mSLye .container-column{width:100%;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #ErTLn3HuSiibs5HsRP9dcgD6LpmrJOkb { position:relative;display:block; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #dvNHEC1NwpiynBHwidvTeOiE5wV7c4t3 { position:relative;z-index:2; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #nhQuK5OEGUvwA7FK9B77XqHfOo36VQTe { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #CcUT9OEJRkVJxKiJcMsIeX55UwZiwDG4 { position:relative;z-index:2; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #OsbzlLBaVpd9aO80TqTAyMhF1sgmGvgR { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #bEvu1sTgmG7lpqnwL6Bwy52za7StKODO { position:relative;z-index:2; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #Tk6B2afkJJo0Qd2STmE8m0wRRNuePC33 { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #iuexs7TTlC1Vsp0UK4D0DrL7PFpDOlDW { position:relative;z-index:2; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #vOmCI0sIDUETa7KpKr1yvVReROuI0kmy { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #E3LzrlKbedLOtrKl65w2m5RblqmgeAWt { position:relative;z-index:2; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #tnL5261xe4QwV9VGBeOfaT4D35MXdO4O { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #FutIouyRkkPRwg8dKO1mbczio0wTl0fV { position:relative;z-index:2; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #wTGdbm2avMayleuJFyHdxezsQAB56zOO { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #q9zqVbnITCLzb0Qg8JkwTqCukDlMV2cC { position:relative;z-index:2; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #Cmc6JrTUH19UciIgbgPgigIcOGSVy2Iu { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #MneEHDHl0OVNeESM9Lg97pPgiit8VA1v { position:relative; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #auT0XMaPuFMEzy1v3snxVOvxRXif8klM { position:relative; }
#LPnxikLC717zHovX9InMQycLFuHRoP95 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#b2i01EuLe0oKN6FP9HFeEvzNP58X8fLT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFwG5fEZE9acXkB8OqGRVd8p7CGQTFPk { box-sizing:content-box;height:29.9375rem;width:51.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.78125rem;left:11.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#t1EVnz70IHyBChWe7EZWE4qhXwuJBLA7 { box-sizing:content-box;height:4.1875rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:7.3125rem;display:block; }
#h2ktZyOVGFiX6SHUp50cuCMIgE1LqeTo { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.731249809265rem;left:7.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVgqWL16gayLXy1HvBZOGsBXN5qrch3C { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14997;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:10.5625rem;display:block; }
#y6sdzehteKUDO4eKPc6eTTO4SZKdflZB { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:10.5625rem;display:block; }
#GI8ZzPuWO8uZZixPuo4WBEWF72MsTLDK { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14996;background-color:rgba(11,43,118,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:10.5625rem;display:block; }
#eS1OZwA0RTh2d62dnWwf3HZhXP4Lkeap { box-sizing:content-box;height:5.0625rem;width:33.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.5625rem;left:20.875rem;display:block; }
#uUTgJRdwZS7d5FHCDEN0RpmiA7tvR8TP { position:absolute;display:block;z-index:15006;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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#BXpFwl0sERU6KDfgR7hoG3ikRP3wGtnG { position:absolute;display:block;z-index:15007;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:4.5rem;width:4.375rem;top:32.6875rem;left:57.03125rem;overflow:hidden;display:block; }
#Ro8A78tTeBDwSCHMQxuO3hCUlziU6IWs { position:absolute;display:block;z-index:15000;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:2rem;width:1.9375rem;top:30.75rem;left:55.15625rem;overflow:hidden;display:block; }
#PDCQSTz38yUDwTbRfk9628vlhoLmHUTS { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#oOuUX8UMLZlxUhuyTEtHGaD0aHy0fznU { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14997;background-color:rgba(11,43,118,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:10.5625rem;display:block; }
#KqRfrlZACHqlU8ttx7fbVwFcQkgdQTWi { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:10.5625rem;display:block; }
#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx.adaptive-delivery-prevent-bg, #xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx.lazyload, #xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx.lazyloading { background-image: none; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row .container { background-color: transparent; background-image: none; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row .container > .video-iframe-container { display: none; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row > .video-iframe-container { display: none; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .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); }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row .container { border-width: 0; border-radius: 0; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-form-header {  }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:20.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:3;font-style:normal; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-text {padding-top: 0; padding-bottom: 0;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:20.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-select {padding-top: 0; padding-bottom: 0;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(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-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:9.25rem;margin-bottom:0.25rem;margin-left:6.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:8.3125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.5rem;overflow:hidden;font-style:normal; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .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; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:3; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-container:first-of-type{padding-top:0;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-container:last-of-type{padding-bottom:0;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:25.8125rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.875rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .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; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN {display:block;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:25.8125rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #mMFEJtOFf9ezoe0cNEeZdLdhQcwTDcyq { position:relative; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #mMFEJtOFf9ezoe0cNEeZdLdhQcwTDcyq .container-column{width:100%;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #UIlWRA5405K4yG5sTEDaTJHbJIACRIGC { position:relative;display:block; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #HN0BHoJCZ1udJFQoMqdoJwFyqhHNTtlm { position:relative;z-index:2; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #c7gZDkM74t7Z41J3xUERr7GnzogDuTtd { position:relative; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #Ja9rPd9t9raRVMgigpxRQgA17GtVFtix { position:relative;z-index:2; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #qragFfbTT1xuVPTc4sGr7ggJxzvoQ26A { position:relative; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #K6bftTTbL3kJbx70frDNqi61iAMa65dm { position:relative; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #x8CTn8SLJJBQoMymIWWIPThiZV0HRQeF { position:relative; }
#gT36f17yMExnEddIAl2T8iiOeBUSLSCb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#GIzJXF9qTyViPOSN2Tg0ZSR33hsU0pAI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFQ0c2iInFT7H2b2uo4dVPLgC9nNV36G { box-sizing:content-box;height:29.9375rem;width:51.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.78125rem;left:11.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#JOgO5PO5JaRLhyay8Lwq6TBufln8ynVf { box-sizing:content-box;height:4.1875rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:7.3125rem;display:block; }
#FhFDV9qlJUcMudMJAXAT6hcxRxxaLwnt { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.418750762939rem;left:7.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gtu1lV9C8ZOpSXrm8h5MCO1wINfzSHTT { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14997;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:10.5625rem;display:block; }
#qiwRF4uVGT51unWq2PdSPQ6FdJE9QlBp { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:10.5625rem;display:block; }
#EHPXcW0LnLGsgbksK1h6lGev8Fwk6roE { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14996;background-color:rgba(11,43,118,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:10.5625rem;display:block; }
#eKBS2w2Mi46oHnkarbh8DcHQGlvk8t74 { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14995;background-color:rgba(11,43,118,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:10.5625rem;display:block; }
#Q0GMmPLqvMG1vWiFn0Wx9JiSOq3gayLq { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14994;background-color:rgba(11,43,118,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:10.5625rem;display:block; }
#CXR5E5tJaQswqPGeec5l4qiowV4R1LFk { box-sizing:content-box;height:5.0625rem;width:33.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.96875rem;left:20.875rem;display:block; }
#OsiGD4BZZGZvpQRKCGSLtm8Ob5u12eM2 { position:absolute;display:block;z-index:15007;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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#PZxkXtczyfbTH7ebg4wyi5Na3ZFClGzE { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#cGsMDu1uTr2ys2sugLF9TVqKUyrsac92 { position:absolute;display:block;z-index:15011;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:2rem;width:6.8125rem;top:34.5rem;left:53.5rem;overflow:hidden;display:block; }
#xfrgxbxdltCZEUXCKFblPOpsoMf2BxKE { position:absolute;display:block;z-index:15010;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:3.0625rem;width:3.375rem;top:30.375rem;left:58.138542175293rem;overflow:hidden;display:block; }
#ICC8OtaWtliUyFTZ5Cdkx5BlaT0ltz30 { color:#ffffff;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:39.0625rem;left:33rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#POfMmrTh3CKnBgo2leF1RC9mGabT1wem { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem.adaptive-delivery-prevent-bg, #POfMmrTh3CKnBgo2leF1RC9mGabT1wem.lazyload, #POfMmrTh3CKnBgo2leF1RC9mGabT1wem.lazyloading { background-image: none; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row .container { background-color: transparent; background-image: none; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row .container > .video-iframe-container { display: none; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row > .video-iframe-container { display: none; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .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); }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row .container { border-width: 0; border-radius: 0; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-form-header {  }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:19rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:3;font-style:normal;text-align:center;text-align-last:center; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-text {padding-top: 0; padding-bottom: 0;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-select {padding-top: 0; padding-bottom: 0;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(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-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:9.25rem;margin-bottom:0.25rem;margin-left:5.6875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:7.5625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.625rem;overflow:hidden;font-style:normal; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .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; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:3; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-container:first-of-type{padding-top:0;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-container:last-of-type{padding-bottom:0;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:26.75rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .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; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug {display:block;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:26.75rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rkCxhLmB9VJ6xWQ0KLXDJJIE4VgdToWu { position:relative; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rkCxhLmB9VJ6xWQ0KLXDJJIE4VgdToWu .container-column{width:100%;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #oXgBmf9rqmUO283adBVLbdMrpwPL0QtT { position:relative;display:block; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rGdZ6GITCa9kS9CTEmxS9tXpHp47EnBV { position:relative;z-index:2; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #lZKyCuPehWR5ra8U6634I39IKWnbPnQ7 { position:relative; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #ALMaBMKuTC8UKTsBp1PpTw6NEDqTtkST { position:relative;z-index:2; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #ueBnAZXaxsnXHlgKePIvBNcOqx029lBW { position:relative; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #WioPVxSWArkirhooV7ZEFp0BMh2i41uU { position:relative;z-index:2; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #caCTl2hb1lw2RdZivUBx1WWvTRLn3TZ4 { position:relative; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #wneLJSFxLt5ktBD3U8PfnNZM5S54ysIG { position:relative;z-index:2; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #APZgqzBCONHgHpsFoqTDWM46oG0SZ1Nb { position:relative; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #TkGBPzwSrqUIHot4QxHyWrQ8Oo8BK8n3 { position:relative; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #BOPPAk63lNhDflMpckogHNhthWTiy5Uw { position:relative; }
#Mc3JV8z3Wkh7FlkH3hBPn3DSlTeCknmL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#aTnE2MgIODLemVTRy3lBVLmgb1wRHL8H { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReATam9uOkgPAnc7nvniIIZDwqrCL5ut { box-sizing:content-box;height:29.9375rem;width:51.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.78125rem;left:11.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Wm7DmPSBzJqCFU9aB8rXeH9vOcuKHiiG { box-sizing:content-box;height:4.1875rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:7.3125rem;display:block; }
#FT2zALqis2Qy1cm6oEBu7eDPq20IhKco { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.106250762939rem;left:7.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgEZgqRRRTOxbS0LRoliua9xiv30QK0s { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14997;background-color:rgba(11,43,118,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:10.5625rem;display:block; }
#ZFmRAwFK9B2IMMax66dx2spTWdklbVih { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:10.5625rem;display:block; }
#ZFKx8v0J5yyRMI3xBWJrResq0cmEPBwo { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14996;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:10.5625rem;display:block; }
#f4PeZOmclkZTo3KeTdC0oD88hCN6At7X { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14995;background-color:rgba(11,43,118,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:10.5625rem;display:block; }
#cyAHBl2aWkBfKqEzPD9flhFo7nUVS1k5 { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14994;background-color:rgba(11,43,118,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:10.5625rem;display:block; }
#BrB1qD6RzDUqTzaFKXmIOF4hLLcASaz8 { box-sizing:content-box;height:5.0625rem;width:33.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.46875rem;left:20.875rem;display:block; }
#iMxA4oREp1XMB0WPToFe1mfCE3cuLve8 { position:absolute;display:block;z-index:15008;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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#lKVAUWqKEXdXHi6HBRkL02NIP5I9iB95 { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#erxXnnKt1w05NJxiSsaL0lGKRXXfikoP { color:#ffffff;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:39.0625rem;left:33rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#t4i3iKQMsZREp8025Zac0J6FA4fHKiVf { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.0625rem;left:60.75rem;display:block; }
#ocQNTgx3Nwwl3DuvFvTuaTtHcKiefQqd { position:absolute;display:block;z-index:15011;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:4.1875rem;width:3.875rem;top:31.9375rem;left:56.9375rem;overflow:hidden;display:block; }
#FWwdqs8SUbEGcsPr420m35oON2oO52tm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm.adaptive-delivery-prevent-bg, #FWwdqs8SUbEGcsPr420m35oON2oO52tm.lazyload, #FWwdqs8SUbEGcsPr420m35oON2oO52tm.lazyloading { background-image: none; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container { background-color: transparent; background-image: none; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container > .video-iframe-container { display: none; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row > .video-iframe-container { display: none; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .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); }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container { border-width: 0; border-radius: 0; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-form-header {  }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:30.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:3;font-style:normal; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-text {padding-top: 0; padding-bottom: 0;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:30.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-select {padding-top: 0; padding-bottom: 0;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(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-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:9.25rem;margin-bottom:0.25rem;margin-left:9.125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29rem;overflow:hidden;font-style:normal; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .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; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:3; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-container:first-of-type{padding-top:0;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-container:last-of-type{padding-bottom:0;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:21.0625rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.375rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .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; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR {display:block;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:21.0625rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #DTC5SwGIZysXyMQ1yIS0NSQ2x4nrfaHt { position:relative; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #DTC5SwGIZysXyMQ1yIS0NSQ2x4nrfaHt .container-column{width:100%;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #TJWV3AKIkLxaggTHTScgo2mpUniF4RqH { position:relative;display:block; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #TvkXAXApEd7rT1uT0UimlSafdr3wT0Fm { position:relative;z-index:2; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #dVui8x96w6tNTr6CPz3mi77Q3J19iTyI { position:relative; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #dNl4cVnbF0AguQSdPvzTkoriKE7GTGCo { position:relative;z-index:2; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #rRGocZznzqSqAzMziRwBlVJSrOr020Kl { position:relative; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #SKf3E0QfPuaWAPTONiydlqMCg9ZO4M8H { position:relative; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #JJRCUBlbJhP3KWoTivAdgKqOTl1CiDOh { position:relative; }
#iE5NgK4eQQzrdDkKTWlcMONXKrfKx9A5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#RluDqUagi2cqK9306vHKAapLOe9l4vgg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGFFL2V5zDPBMxZ2VrvF2468W0faUGa2 { box-sizing:content-box;height:29.9375rem;width:51.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.78125rem;left:11.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ubCnEsn5cPMwGqNGhTJgvNeOWOpw0zey { box-sizing:content-box;height:4.1875rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:7.3125rem;display:block; }
#ZQKy9vMhI5WAqvahUF7DG3GW2gknk8uO { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.793746948243rem;left:7.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxlSCooGu4DMIOFz4eleir26NgAx6vlt { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14997;background-color:rgba(11,43,118,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:10.5625rem;display:block; }
#Xt3T8A0zw3UPVWEXCRe9iByrliyGAZZs { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:10.5625rem;display:block; }
#E4uVHX1NQ8DQnwdvR1TTqz3fDenwBxm8 { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14996;background-color:rgba(11,43,118,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:10.5625rem;display:block; }
#s7l7PDaZagtuqVWcbOAKwL6wXdyXHRy4 { box-sizing:content-box;height:5.0625rem;width:33.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.96875rem;left:20.875rem;display:block; }
#BbgONHi712rmlZOi1gqf7vWocvv6bWrD { position:absolute;display:block;z-index:15007;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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#doNLaqFM4L6SfwaTFqiv0TIHJ5a10q6t { color:#ffffff;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:39.0625rem;left:33rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Th1VJiAPkKWzo149mtnTkzIzbdvaDtzp { position:absolute;display:block;z-index:15008;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:3.75rem;width:3.8125rem;top:33.1875rem;left:57.84375rem;overflow:hidden;display:block; }
#pO7dRrtqVziCiDKfOVMI8DmhMGpTvPdR { position:absolute;display:block;z-index:15009;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:3.0625rem;width:10.125rem;top:30.1875rem;left:49.125rem;overflow:hidden;display:block; }
#Ea2NT9ee6A6lLVJMrGwXrvXT3VhmdaQg { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#WKN2H6oIMtDFhXFKrJrugSLqMJdX9leS { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:10.5625rem;display:block; }
#W0KSCoM0eNgw0fbW57sEBP21aSTa8wxV { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14995;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:10.5625rem;display:block; }
#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ.adaptive-delivery-prevent-bg, #bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ.lazyload, #bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ.lazyloading { background-image: none; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container { background-color: transparent; background-image: none; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container > .video-iframe-container { display: none; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row > .video-iframe-container { display: none; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .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); }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container { border-width: 0; border-radius: 0; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-form-header {  }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:34.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:3;font-style:normal;text-align:center;text-align-last:center; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:34.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(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-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:9.25rem;margin-bottom:0.25rem;margin-left:10.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:13.625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:32.75rem;overflow:hidden;font-style:normal; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .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; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:3; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-container:first-of-type{padding-top:0;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-container:last-of-type{padding-bottom:0;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:19.1875rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.125rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .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; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv {display:block;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:19.1875rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ooGhlreIehzisSuT7do1DlvTz41gNG5T { position:relative; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ooGhlreIehzisSuT7do1DlvTz41gNG5T .container-column{width:100%;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #v8a2Ml9UUBWbaSBEVxPz3lbb4egXwJqI { position:relative;display:block; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #SSd6wnGkTEQruiyg4mmzUENFmeTU6o6Z { position:relative;z-index:2; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #Wvh18WOSqZgiGvdqbynK57ty1yl8vn7i { position:relative; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #eo3tsqF285aHmFUidKh0zLSPilibqB8r { position:relative;z-index:2; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #sTOwAWRRTtCog4OzzD69DZCRgu2TN8uW { position:relative; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ficzqB7cvuN2cZXLEpq1Lq5f4tdsDbk5 { position:relative;z-index:2; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #fmmK6ZvUEADXHyWJtKydyi7mCOnZFhpM { position:relative; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #dzGQRbuoHogtzgZTpwlTXVrUrVBWeSJR { position:relative; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #fyrBRlHgXvyXGpGtXGxhQ01Hg37CQwAB { position:relative; }
#rMXdlJC8XziIyJ0aL2mcMx3W2784u5wN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#emQudcQ8FT29Ll9l1o09thVGHcluwzk2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tq8Z8LSQtb5TKTgm7f5LgzLRw3GlpInm { box-sizing:content-box;height:29.9375rem;width:51.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.78125rem;left:11.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#W2QAPRG6r1NgicFzKlPyoIcTtVw8TmRl { box-sizing:content-box;height:4.1875rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:7.3125rem;display:block; }
#XPaiaW2TZEq5paVF5fEwFTFisnT9Smyl { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.481246948243rem;left:7.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsCi4woIETd1uK4XU1IxotcL9Aswe0OS { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14997;background-color:rgba(11,43,118,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:10.5625rem;display:block; }
#ycZHcm8TWAwu1biVnfGIFmd3PGRBkJHb { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:10.5625rem;display:block; }
#JrPT1sWGT9TZcDPnWroafuyCTSHeX0R5 { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14996;background-color:rgba(11,43,118,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:10.5625rem;display:block; }
#NGJOeiJCWW2d7X5Jdrc9k8MR6cF4R6CM { box-sizing:content-box;height:5.0625rem;width:33.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.59375rem;left:20.875rem;display:block; }
#WbpnWAo0vzHmSEWRUkQQOK036JIu5CbN { position:absolute;display:block;z-index:15008;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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#IkDTiLJSoweGrKy7yKVXByGRay5DBy1o { position:absolute;display:block;z-index:15009;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:4.8125rem;width:5.125rem;top:31.96875rem;left:56.34375rem;overflow:hidden;display:block; }
#PKQ3409BpHmTLzN1GqBFmm4fGUDWALkP { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ecbe46;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.4375rem;left:60.03125rem;display:block; }
#lm3BlfNcNA0yfvX1szdewkLFNDBDJawb { color:#ffffff;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:39.03125rem;left:33rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Tl2gz5Tlz2tmFqS59ADGXx6FTXbK32Jd { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#HsrIHKyCTJUVSqkZLMRdiyrs81dcXxeH { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:10.5625rem;display:block; }
#cE5xB11mcboWZVMTD8AfdtDTDcuai1QH { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14995;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:10.5625rem;display:block; }
#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9.adaptive-delivery-prevent-bg, #pZTgT127wXpCcIhus7LrV5pFhSksBSd9.lazyload, #pZTgT127wXpCcIhus7LrV5pFhSksBSd9.lazyloading { background-image: none; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container { background-color: transparent; background-image: none; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container > .video-iframe-container { display: none; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row > .video-iframe-container { display: none; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .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); }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container { border-width: 0; border-radius: 0; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-form-header {  }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:39.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:3;font-style:normal;text-align:center;text-align-last:center; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-text {padding-top: 0; padding-bottom: 0;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:39.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-select {padding-top: 0; padding-bottom: 0;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(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-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:9.25rem;margin-bottom:0.25rem;margin-left:11.875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.8125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:38.25rem;overflow:hidden;font-style:normal; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .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; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:3; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-container:first-of-type{padding-top:0;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-container:last-of-type{padding-bottom:0;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:16.4375rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.625rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .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; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk {display:block;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.78125rem;left:16.4375rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #tJQkv84yeFfkpl0GPw6ED6QqXS3sCbIQ { position:relative; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #tJQkv84yeFfkpl0GPw6ED6QqXS3sCbIQ .container-column{width:100%;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #dGd3cTKWiTiTODC9i2zgW0LbVDrmqrGA { position:relative;display:block; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #iFCqC22KC6vAUxxp7Ty7lsFmqatTKlHD { position:relative;z-index:2; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #EXofI2xnNfbBm3qm6yqtKHTn6J8P2ZU3 { position:relative; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #xWN0ARUpV9q1bf6XTGJuA7XQNTHu1fcH { position:relative;z-index:2; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #aNyInfGKF5kTOkWx36mdLbqwCUq8QCX9 { position:relative; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #dq1Uds29UFzM7asle7E6ZNTkrWZ2AGW3 { position:relative; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #Vohb2ywOs6IZUOrGWXFbuhWz254dnEi8 { position:relative; }
#fP3VR2VaT0dHzGkf33HP8Rwm4uNr39CC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#eGFQTzQ1E2HE5utvndf9RRsF8iVrAnLh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mARvJ93XrnUTwLWgI5MagWwzXK00rykL { box-sizing:content-box;height:29.9375rem;width:51.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.78125rem;left:11.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#NtrKpbOhVVUJO5RbyhouEpyXOP88PH0s { box-sizing:content-box;height:4.1875rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:7.3125rem;display:block; }
#hURPwEUMTP0ieC7tnmGulMwWZUQRXnI8 { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.106246948243rem;left:7.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIcDIO7zsmxqVG9V65G7CTQ27lG2Wl8g { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14997;background-color:rgba(11,43,118,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:10.5625rem;display:block; }
#BZpqyhpPzpOKNFqfhb7cSDfNASFMcLm8 { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14998;background-color:rgba(11,43,118,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:10.5625rem;display:block; }
#g9JRTlW6TRJcBTrMw35t2yFIlvmCEsJQ { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14996;background-color:rgba(11,43,118,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:10.5625rem;display:block; }
#sWCCi4UgJukFULktKBce5eFJ1kwwwkJU { box-sizing:content-box;height:5.0625rem;width:33.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:20.875rem;display:block; }
#SkXptliSKBDxFbCqDASV4BRiTnssmAzJ { position:absolute;display:block;z-index:15009;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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#mq3ONf25wklaR7ULlFpckzw08dabcTHX { position:absolute;display:block;z-index:15010;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:4.1875rem;width:3.875rem;top:32.75rem;left:57.53125rem;overflow:hidden;display:block; }
#SocFrOXd55IOMUyUs3LAxGyLpFI9G49K { position:absolute;display:block;z-index:15011;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:4.5rem;width:4.625rem;top:30rem;left:51.90625rem;overflow:hidden;display:block; }
#WAnKRv3T8DI90mvZL3rT2yoEWizcoire { color:#ffffff;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:39.03125rem;left:33rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#V6IEl8VCHQi4L9dTmwNGoRzEZMQWtxOd { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2b767f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(11,43,118,0.5), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#R8VPnBi6JM9a7fUutKyFGxscrB8B9M6P { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14994;background-color:rgba(11,43,118,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:10.5625rem;display:block; }
#VDATTPSGwaAUAE6rQkGpOZ8fMphEdnsG { box-sizing:content-box;height:2.5rem;width:7.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:14995;background-color:rgba(11,43,118,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:10.5625rem;display:block; }
#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi.adaptive-delivery-prevent-bg, #k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi.lazyload, #k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi.lazyloading { background-image: none; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container { background-color: transparent; background-image: none; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container > .video-iframe-container { display: none; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row > .video-iframe-container { display: none; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .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); }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container { border-width: 0; border-radius: 0; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#yxtJEpwoD1CqgSmHqHxkclUq41lTlBOc { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#k1FQiLxuMx7pSMhT2X06aqqvamZiORdb { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#TClDKfHbZq2WfzvFn6iF8hxnuPF1UnUK { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#AkSI3VBzLQLE9R0wERObkR57PvFASrTM { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:1.7875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D8XiuswveZ0v1QpdBMLTucOtKRttIUJA { color:#3e3e3e;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.78125rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#g3rbU11WPqgK7GlrB4KQTWhVnZ9wDLUR { color:#3e3e3e;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:3.1875rem;font-style:normal;display:block; }
#slsEAeG5swakzKizSXR5vKbKOmAqSpGm { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.25rem;left:4.9375rem;display:block; }
#iOID5EMhZi6MlD6Zt9xtNFkhBJki1L0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOT7oyoHhG7Tp86zQ3TRvZ39lmFK8NMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#ZAysiq6D5hwJXEkLpTOeLiRn50yNXGAf { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#ghx5vAW6HsF88GyFkEeWAshi0UQdQQq6 { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Mp5zaZQ4QfbSrGwHRBKSteVa3mi7FXqq { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#ugi1i3DCA768yL13PctTBXM4azPrTZxG { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#vebxlc2aVXmTw4MZV4pNwUTfbriiqHMF { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#Bs1TMgNCK2RGfRPT4m8qhLGJ2tguxq6s { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#BUWr8MO1U9xpZ961ntvT3u00W16h5HKX { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#ufSfNPPcircB9zKlfkdItV5CXmZtTrzf { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#WreJKfseQizq2TQQHN72qccBycfp1ug6 { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#M12DmCunciDX4Vd0pBxZZDQSHHZAgKRS { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rDCVIrTmrOuXRTTTQkF1cpOCBnwkXBCb { color:#3e3e3e;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.625rem;left:4.9375rem;height:7.875rem;font-style:normal;display:block; }
#sc1wPDv34AoSUiE70HxQiFAXJnex3Ez4 { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRf3cTd8wWECOxt14kfc86A8hv5Vf9VP { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNvlJeZzzLohDm7NkoFvHVzStxNGt0yp { position:absolute;display:block;z-index:14999;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:15.125rem;width:21.0625rem;top:22.875rem;left:25.1875rem;overflow:hidden;display:block; }
#oR6PO95LZkVRfETudAzpLif7Fr9p2Zlv { position:absolute;display:block;z-index:15014;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:8.4375rem;width:6rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#U7LSzx3ssVfeRTyGBAb6U75J1ye8CyCL { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#CdT0FN7ltwXZVTAMTAiBK96iruXTwIz5 { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#yTEEQQJuTfUsxN9Zt4SdwNWG13QUBw8W { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#l7yPnkW68TrppK4d2W58Rvt84sLyvmtJ { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM.adaptive-delivery-prevent-bg, #KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM.lazyload, #KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM.lazyloading { background-image: none; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container { background-color: transparent; background-image: none; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container > .video-iframe-container { display: none; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row > .video-iframe-container { display: none; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .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); }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container { border-width: 0; border-radius: 0; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#TB2yhyRVwFUfSlHDU4WD70qZ5UCWAwHe { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#Rf4tmhTcahV3VngMJDbZ69mn72EE7rkH { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#CgILyqTauNloUDKHuFutMTqqL4zTnDza { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#X3p1tH49qzXytRATDAOVdxmemimVc7b8 { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bSrrc0bxymxbgGx2GQtCKCeyt8DXwIde { color:#3e3e3e;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.78125rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#pwB99dBIdGmTCUGG1gUlTtfWUSmG8fTu { color:#3e3e3e;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:3.1875rem;font-style:normal;display:block; }
#VozqJ34TISKANbGTmvxWkULb4eKJLxF5 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.25rem;left:4.9375rem;display:block; }
#c5Zh8KntdEz1W0cbhXOllFtz04weyQR5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R8n3MQQdN24C3ZV6fHrDqmMHTvSKn4DA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#KNRrXgMqdvCOMcNfBfFG4gTuyh7T7nb9 { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#sn30CqTsSyt0H6K8cpFpVPLFNXDz3A9k { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#MPTaAI7w8p7zbMAcTo0FZ6yNTAVTLkSg { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#hrmEfs4NdBNqQFfI3v5hSKra11SDbw3J { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#phRxTCPgHUsX460LLopx5w3WSEl3RV39 { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#NldoCnWVFOmqt1Hcsbd2CX0NHTukZa04 { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#m9oVU3VzyvdVBGeqVPMcsa7nDRVCdhav { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#dgw2HxzsS9ZwAV5mt6X5ylHfqi37E8Jw { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#nzyc63nOtdWxOWJ7OkzbhpdfcwfhtZs5 { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#w5UndAASdGq85dSstJ0L9ylPZwcymAGB { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Syt1HT2Fwle9GhAzpg2FbpfUJDJuBP4a { color:#3e3e3e;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.625rem;left:4.9375rem;height:7.875rem;font-style:normal;display:block; }
#L0o57TS8EbPhNK0LWwhm9BoMRpwSThZN { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAEnKG6Usx28870O5SqafH7Veo5XW397 { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vU6w2vHUI0ETUtz7C70LuLv8XEGhaNcx { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#MGCtnkfIc6G66llFtQWw9TJ4RqhrxBTk { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#ZTCKQtT8Du0ptwhxcRLeQNM84HARP7IS { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#JgZD6chiIcgein1qnKSzrVBnWfyT8hrO { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#yVP78d3Kc98Ngalp3tS9FzIWUkrbO2RM { position:absolute;display:block;z-index:14999;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:15.1875rem;width:21.0625rem;top:22.875rem;left:25.1875rem;overflow:hidden;display:block; }
#BPCylUE4v0lFCL5ARX4HLPapRbDGu8iK { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.8125rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#uirIrCWTt3ayUt335cJHR68HGFAMt93Q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q.adaptive-delivery-prevent-bg, #uirIrCWTt3ayUt335cJHR68HGFAMt93Q.lazyload, #uirIrCWTt3ayUt335cJHR68HGFAMt93Q.lazyloading { background-image: none; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container { background-color: transparent; background-image: none; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container > .video-iframe-container { display: none; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row > .video-iframe-container { display: none; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .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); }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container { border-width: 0; border-radius: 0; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#CGMb6FR5tLPJ72q8v27u57i7H8Eh3eMk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#gi3bw2zdhfiWm60g6cdX8rGZfTnkOhgn { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#gwPo13GcIl6VmgJZmSyke6RI1srlJMvn { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#nfT3P6AUi9D7ZtsllzyuZLzMymA9IMfX { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#snqrSfITkyPpBaWlpJ2iURUIAWdc4gHK { color:#3e3e3e;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.78125rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#i815htFa53hq6J9v92M7kgA5TnuBdeSn { color:#3e3e3e;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:3.1875rem;font-style:normal;display:block; }
#r7xnZCHs0kSczxgJoKrnJaQNPCZJEw6p { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.25rem;left:4.9375rem;display:block; }
#QO94kLvwfZy7zr3GpKtL10QKSL7K1GIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gl7ZCfkeJzCzAzZyPfWct9NC3av7Qkfz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#fuh9FuqqikS0wLKTvr6H8sVQPVFyFW4H { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#TvSJEt33RIwCaKTdZHt3znUL7t3UNLwP { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#KCnXBCtedu4h2ucgq3xRzJ4bNq9vsbZL { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#KA5TWC0p0egNLz08t9FO85PQErAHeCab { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#wxK3W5k0lOp8RWBFsUdM9J4HnGKTv8OC { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#ZVBr6F6Bu29ZR0d38V2k4Dz3EzCutgH2 { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#XtwvrbBevt2TPRRlOb3NMaWOTRKNXFxT { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#JySoZGsUnQTUPJCzmHfOQ8TCOuPo1OTE { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#T8y6o9cqvvQoQqHhpIKlJTlvDv8l41Fg { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#suZNu32SAtbuGbJ64Dr07T7FUV8ezRxG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLJHHlISkbHynAWMDAVJt0f0ziW0ck5u { color:#3e3e3e;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.625rem;left:4.9375rem;height:7.875rem;font-style:normal;display:block; }
#e7IDwaCzf0EUJm9DRhIh512OACzcKVg8 { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGqpnxr7HQxaN5hwhb9KnX7cThIL29Ob { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EE9n9Du0TSdGIIA2SvwDo4rtxe7MfJ0n { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#CB9iRgT74FsepiC25PmSQT2ANeeZHV8M { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#O2EAJk8pzO14dHKu6NExsh0AW6imt2N5 { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#aTWCnT7akUzy5dw1OJPKcKUAzNtVeQlv { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#xhHmyFTJQgBvUua2cUtbuwqhvTuFDmy1 { position:absolute;display:block;z-index:14999;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:15.125rem;width:21.0625rem;top:22.875rem;left:25.1875rem;overflow:hidden;display:block; }
#ApV1PvP7G4pmpTdrrTiweVgcDThF65ED { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.625rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2.adaptive-delivery-prevent-bg, #nzObzEexiAE03rsTZ9WbQHCUIwL61yp2.lazyload, #nzObzEexiAE03rsTZ9WbQHCUIwL61yp2.lazyloading { background-image: none; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container { background-color: transparent; background-image: none; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container > .video-iframe-container { display: none; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row > .video-iframe-container { display: none; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .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); }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container { border-width: 0; border-radius: 0; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Wihl33UExmZZIQdWsUyOsbhpgk33q2eR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#aWcf6wRzEVxln1nx6h3KHinInXHWvqwE { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#mHTZtALCQk58BbVJF2SogSvfzvPa0LkS { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#T09PcbsIthEVaTRBlwPrN26PXcDzLTki { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdwiHwZa4eSxAtTBaH4aCiAIIaU0aN4d { color:#3e3e3e;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.15625rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#tqWO8syTouJc1OPiZvPLuc5XaiMKnKId { color:#3e3e3e;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:1.59375rem;font-style:normal;display:block; }
#mtdC6gHtNyDKWDHFspCDQPbg0vSoHoaZ { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.625rem;left:4.9375rem;display:block; }
#SnzSB8WDBOkULHlJWEcqyIU39PiqXtRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwVP2IO0VN74aKuyfl8ZRzFHawWEKLpL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#bzxWdDGTN2m6l3pMFrKgIp7JCxxAGnNJ { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#Qil1QJMxDeV6VbkLCPNnIHI29mkOvfvR { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Jt8TWs5rpbMmh1L3lQNZ1eDTx01N8KHs { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#qRvalSKXU8vBgixMCnNaNKQFQcyzNKrm { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#FCJM7h7Ub3KsJEBuWzblPfomTQ5CZvo4 { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#Lh884QNGfFwpXg55TynaPTZE7nsF7pnf { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#lEW4SWMKORJNrvl3AvMoGUEld3X66iOC { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#rL4AF1XTBqZfAfDkdt4fn74UBCBiCsEp { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#Rrppa6uZoLwEV7AUscgrOVAhlcxdJGDM { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#dfnWWN03c2Deh4RrI3rmIHmrdLNGcWez { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KV6FhOPbxF0nQR0frP2JudTIW2ATisbF { color:#3e3e3e;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22rem;left:4.9375rem;height:7.875rem;font-style:normal;display:block; }
#UtrtlGr0rw4cM6FDJHC1z7TJNU4vH2JL { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUPnhz8otxgr71iraWFHdvNEK1ZIo8rK { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnTBiF9G78JcGn0sBIbQDQLNm9LIkJah { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#hWfIOWOPZmoayt8SFGUCZlxbGVWKBvWi { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#o31AZJ2TfkPSzaTxaWX0N9KyR1s4FTJB { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#poxDKf4O7sRxLUBDsULO9fN5EiS5BEmE { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#lDfEdXKCEJKMaox9AyCO5Cp7GRT57hhm { position:absolute;display:block;z-index:14999;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:14.8125rem;width:21.0625rem;top:22.875rem;left:25.1875rem;overflow:hidden;display:block; }
#TdvCKGFwpDwqXAJiliIQLT78sLwDMatu { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#khr6wwlPd9ECs7q0QClfzEVzxl73vceh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh.adaptive-delivery-prevent-bg, #khr6wwlPd9ECs7q0QClfzEVzxl73vceh.lazyload, #khr6wwlPd9ECs7q0QClfzEVzxl73vceh.lazyloading { background-image: none; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container { background-color: transparent; background-image: none; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container > .video-iframe-container { display: none; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row > .video-iframe-container { display: none; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .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); }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container { border-width: 0; border-radius: 0; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#cveT9zUvVr0tShRSJn87T9li8iJsQDPt { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#TWyNmyHZr0LbIfhZ2MLkm01klK6QyIMg { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#bW9K6f1KoGoMfOAPADQ80IVbdC9Oompu { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#pDvpg4ERz2ZASNKPkbkuL94U25iXEcet { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BpTxnXiltf0IhiHau3pQ8xblbStTBI3T { color:#3e3e3e;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.53125rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#HwHKJXTFUnNsCZcy6SI86tegV6TTfVXk { color:#3e3e3e;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:3.1875rem;font-style:normal;display:block; }
#PnfvTZl0aQhzvscE3rT1x9UDfDq9cNNF { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.625rem;left:4.9375rem;display:block; }
#zIrPDPvTxV2aVsmNQ4H8eU6fd90QHA4F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQk2XTbQ17CQ6tx1QKSeMCIW3pZVV0ZD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#bwns6Ea003e8EaNo9TJLN68Hw0SXPozX { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#I7T8Cz4xTWDd1WgwNOhRDh8963Ugnscv { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#gbXdFykVcUa3E0omDZk9TLx4S4V8snWw { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#BdEfmJNyb0rRWmC5tkVrgK6zLKzhECTX { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#o14C5P3BJeBQmJz0xqiCLzmn6Fz8S0Ng { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#k54q8b6XqzLmMEoktCdIJgorTEa4oqt2 { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#UFMC39DuTuR72tncwv33g79SfQl5p9QO { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#mTcNeWfk6A4PqJlqTeHgv3PB55MqfRrS { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#tMbowSBCfRMB3A7I2rmqcZOexlGO5Tq1 { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#uZVCC7gtiXesiuAGErXucSyKJF8tzoT6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDiywxS6GOXidthr8oN1dfryS3k9HFcQ { color:#3e3e3e;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.375rem;left:4.9375rem;height:6.5625rem;font-style:normal;display:block; }
#y1TNKSE6axS1bowIuJZVgZCXI27lJmyK { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as3IvwwJIeHadLABDzEx9Gx8NR5KTlhe { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1PQ8QrTb88pLcxJ05nDlf0pJmHxv2Kr { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#fcBdvnieyw4UynZ48WINlz2H1T5TOItn { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#GXb26s6JkKnd22L5rXcxhX5xTzxLgAIv { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#dTG3xVWf0geS2LnXAR1KoH2x1PMEStOF { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#NoVvb9g5PwKxxT0BEtnePoqp7GC57NmU { position:absolute;display:block;z-index:14999;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:14.8125rem;width:24.4375rem;top:22.862500190735rem;left:21.5rem;overflow:hidden;display:block; }
#d2RMtZNtIKtFqFaPmRNpHfulH3PDg9E4 { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC.adaptive-delivery-prevent-bg, #wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC.lazyload, #wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC.lazyloading { background-image: none; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container { background-color: transparent; background-image: none; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container > .video-iframe-container { display: none; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row > .video-iframe-container { display: none; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .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); }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container { border-width: 0; border-radius: 0; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Etmi6ZwysOhL5Ul0oPakyaPxr1X9zUWL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#Q0QwVFzoGTuODQBFikotp1DtxVTS1Z0u { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#RlWzsXExHzm6VVP6tbetHLspKwdqdUFz { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#GoNogDKuu3C4rWPHOqLXXe0uXMtWcK9l { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I3JsXfagqhzD1EgQ3vblMopmpLDIEIsr { color:#3e3e3e;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.21875rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#cK5SaQbL3wQWshZsWCIhCQWONptZpNr6 { color:#3e3e3e;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:1.59375rem;font-style:normal;display:block; }
#AZkBseutVNGAqfZfeQ7XS7UI9yFPxcSW { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.625rem;left:4.9375rem;display:block; }
#rvntTNpfsxeHPat6ECGdrxBhLMRTVSeQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rftsZR1UtKBTLf2mqWC2bFhJ8mOsrutU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#GxyJFU15FD6VSlOgCiDTvCrPRrvMgDOx { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#RZq808Xv1eB51RV2IChAxqixFsfXbLQw { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#dpDK8cw9V25MauObvdwvFIxMZvhyhTUS { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#WPzyhhKmf9CwXwKrZlvhZJ54cPe6zwdm { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#aT8mkPBhVkZBhDXgAfbVXfPVBsf8N5O5 { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#PiGXTcKfw4abqL9hBxDfNpE2XLeNtmch { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#p9VbQxUcsQicTGUfBFQ5EL6gbWKVgyx8 { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#mtxzHAGTbTetPHIOlBoqlvZQ0iupH8qo { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#XLIIX3TsfheGMbDTTE2A3esUTxfDDre9 { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#yU17AK4k38dQI4LEfrcr5lszyWqW4fgq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drqqX5UXDiMnMb6Im2sGUAuULHXwcBBG { color:#3e3e3e;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22.0625rem;left:4.9375rem;height:7.875rem;font-style:normal;display:block; }
#dckfEXo7fVC77aUfA0IoeTmnHEbaM9cc { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XODyCNQLlvhByJVDKRKy6rRSUoGoFxeW { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGkaAArDWEvchVD7Shq4X2HInQ5bpqvp { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#guHnRRiO0BLCRlTFsmXMxiuoimU5Hkr1 { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#emiZFGk0S0Zp4SaxEltIiDn1wcq1FZHZ { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#XTcv0b3QTSdMxiXT98VhXvDpncoyJeln { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#k5L9QTCX2vJCbXt3HFln2TnFpWDtzF4c { position:absolute;display:block;z-index:14999;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:14.8125rem;width:24.4375rem;top:22.862500190735rem;left:21.5rem;overflow:hidden;display:block; }
#oSAGJsVKQnX46sumI4Eq00xsvI7TimCW { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r.adaptive-delivery-prevent-bg, #dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r.lazyload, #dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r.lazyloading { background-image: none; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container { background-color: transparent; background-image: none; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container > .video-iframe-container { display: none; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row > .video-iframe-container { display: none; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .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); }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container { border-width: 0; border-radius: 0; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#PoaGVEfJbrQtvnVUSdVgBD6pXt3gu7eU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#aPVTgTIisg17q2tHTSW92cnN0c50maHS { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#NJ7T3dFc7vkgngD6ZCCcuGkx1z4JXTDs { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#UGtGia3GKvoEAlclLZ5Q1mNPSLMUiQUJ { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJH28tONKt39Mk7lSAtnByo3hQrVNDnw { color:#3e3e3e;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.53125rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#pRnCq77TN72rRhzKMtEDttqRNTwxq6JN { color:#3e3e3e;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:3.1875rem;font-style:normal;display:block; }
#oUfPJiXo8HF7EQFbJio8XJuu7qR9f175 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.625rem;left:4.9375rem;display:block; }
#XWOFDUKNwkC5xKmZ4TlC5oRCBWGdCwA3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3FyO5KSnvKO68TkhFLxfhIeo8CGlZii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#avJglVUI3KyRvdi9t4nWGUWewZLd6193 { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#KqXWfI4k5A9c2T5Q0zNm1s8ILQcT0sR8 { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#htmDPHhFoZ97oRvXg1VBKmmsdxA7CgTF { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#yB2TuK1iL2OREOaMTl8ogJ5QLG2ppqtG { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#X6PlL9MEMxcdsdZ0gX9x2TRxH9ZEn2qU { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#bpXMg1tAPllHA358RThyIJintsTK3nFJ { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#gmqyRHIsqlWgrMMuskTDFMTUdzdCxcxQ { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#uaTgMB8cOrzWqgtd9GK1X4o3KxGULxTp { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#LPfSEl20WAclL2XTe66hk2DN0wi8g9NM { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#Q7CTdiDVJATAFU7kVPC84hRbDHwtvt5X { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxMfuliE1Fg1lWAKlW0QNcsg3vUaQipP { color:#3e3e3e;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.375rem;left:4.9375rem;height:6.5625rem;font-style:normal;display:block; }
#rTHidLaeZTLeSnI3sK0sKpAS9MtinfKe { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fs4mryHnScIOcn7QLfgVnU35vxMSGfac { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDzWK0G83T4Nks5aIcrx2mAl6s3wtaag { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#Rdkgha9b5xcqpZ4r08A9uHFqDqyF5G0C { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#RRueRTlyi225xaAKisdHIx5uon7kFVPD { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#Q6nxcQ3TxVqoeu6ZxTzyhduiFCT4vI7c { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#RAy5iMVuH8AwdcRJb32c4uuxoiketpEB { position:absolute;display:block;z-index:14999;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:14.8125rem;width:24.4375rem;top:22.875rem;left:21.5rem;overflow:hidden;display:block; }
#wgzuJWl8f8olaAnwTTmoqHhkW86KglTd { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6.adaptive-delivery-prevent-bg, #crr39etGdo1xxrOzfVl9GwxS2m6QXLH6.lazyload, #crr39etGdo1xxrOzfVl9GwxS2m6QXLH6.lazyloading { background-image: none; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container { background-color: transparent; background-image: none; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container > .video-iframe-container { display: none; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row > .video-iframe-container { display: none; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .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); }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container { border-width: 0; border-radius: 0; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#xAcZMLTonAzDS2rbK0iRDUlCkecaG0V2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#QG5FSEOQCsh3y4sweN5QUqAlxZkzgofs { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#PIGaAofThFlUKvKlMF76XXvqGJhA3hOi { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#LnDmBqObNeo7tfs8sB9rHmnLZh7oRkJb { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kGdpWgOV6v5nTUeNTiz7grn9zKT98tDO { color:#3e3e3e;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.21875rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#ciOmPniy3yy03F7Ni831tu6wofQNm19g { color:#3e3e3e;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:1.59375rem;font-style:normal;display:block; }
#MF371mROnnTMQAho0UoDH7kXXcsw72gg { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.625rem;left:4.9375rem;display:block; }
#UHRFOwmTOVm547sBV0dQAuXHwLshfDDQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMeTTTEHTuRfvW25PESzP648mpZoOsMt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#nMiq5GUoeqcm1BGruQ8tlUOsBtTy2A0B { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#zDsARifR3AwQQqiIHLGqpmGPU6FdIsNp { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Pfs7ctTcviVzGlgQQJ47QLZiFcTL0boJ { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#Feu4Z7DtIo3eU0SvWeW1swmLLyWO4mRW { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#EyNGkdhtZEDc1sNxI15F8wQQIinhlFmU { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#kT6SC5TLhZleoac3uhEN51CRV28E20F3 { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#eyU71xSckHVIxfoTJ622Iv4DxuNh0WmZ { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#WKBvxR9stu6gbPJVenfGVWNqvDwKQ6To { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#PTfyW8X9IpkcBLauExgpGmF2K8N52phi { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#rS2D4bUFwvuoURE2CEMNXDF3sMSl7oPM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfesNK6KTKKyMvR0hbvKXbcPUL2Nks46 { color:#3e3e3e;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22.0625rem;left:4.9375rem;height:7.875rem;font-style:normal;display:block; }
#mALC1VL8no1WlpMH7Zvbx9K6V2NbbwWt { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNaT3FOPp5rulkZFxN8XE7ftBeSQZw2U { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIxB5J8KkludEge6SSH8B4I2tSO1Z5hQ { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#szzTXRST89QPSUL1ypuTbMVODADMldaJ { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#JU6WsqfWJL8bmHJzq0XxuJLDpQToHXyq { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#TJTxdfTa8aLmCWqRFe1BTg8GAgAzQtc0 { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#Jc77fFTwSSO72u7A1VrdBFk07PvRaXr6 { position:absolute;display:block;z-index:14999;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:14.8125rem;width:24.4375rem;top:22.875rem;left:21.5rem;overflow:hidden;display:block; }
#lCAofBDM2go6ZDv5JaZ1r962F1OCzgH2 { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk.adaptive-delivery-prevent-bg, #b61OrmnRSoVgc7989ntWGQTJBbmcm8tk.lazyload, #b61OrmnRSoVgc7989ntWGQTJBbmcm8tk.lazyloading { background-image: none; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container { background-color: transparent; background-image: none; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container > .video-iframe-container { display: none; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row > .video-iframe-container { display: none; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .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); }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container { border-width: 0; border-radius: 0; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#uXDLabCk1iqClu4xNVMW4MXXH5AWDaOp { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#nmIhkTdnTnleq14oNfeITAgJz8tQZQXV { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#IgHz8VznemwzIspZTaIfa8zc0hvZTqmI { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#DwOTZyTPQtVJ97lBTdsdOG03ZegDt5pT { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u5kUdlmOAAowiNBQiTHnMGf1ZH3SsPGH { color:#3e3e3e;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.09375rem;left:4.9375rem;height:3.9375rem;font-style:normal;display:block; }
#G5AHpvZTNGhg3FIW8R7dCnX1pIPVWbmq { color:#3e3e3e;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:1.59375rem;font-style:normal;display:block; }
#rICHWTlho2CaC1hotO5CKzBBWAilWXyV { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.625rem;left:4.9375rem;display:block; }
#irr6VNJg4TTLuoKp2IFT66VNmBNTIbx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJwWWLIcbw3RQToFgH308XXSMbJdV7FH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#dPPqGZm0znOeW1BHay7v1OgLEyWHVkCI { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#hVRJNeRDzb5TseOg3THSyFNcGJ5C34FR { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#MmT1KCaxMFe0uW1coJwTSE9ddORs2Z6W { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#y3CIWdZGw28AHl9Tsay8aU8x4S0xE9D2 { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#iK7gUZUS4iGny9cJbaR0E05DD5N6hRAh { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#f2ubOo5Kd5uQ6CTlZe5hdxbvggaizgw8 { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#HcmGhVeNdzDFHnUUUA3aQV4TdVF6RJZX { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#JPbzNuc3PSN7F8KDV08rHsB2WLPaNOa0 { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#C3TFHtWkS4yxpDT06bIiDK2G0mThEdpl { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#XKWuG6H1OxEqeTO7SeBHQV5ItKJmuVdo { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWwSa9962rE5TdWmbDk7NstTibt3XNir { color:#3e3e3e;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.375rem;left:4.9375rem;height:6.5625rem;font-style:normal;display:block; }
#WOhsaoFHCModtCwh4WIfJa5r9WlyaBl5 { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8xbWLZOgc8I56AVNL8e7IixVQNJGHeL { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvHGTq4anBTtehyLvnx6XwAeSaWCn24K { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#NDPFuibKTNAlEJJ68WD422h02cm7QKvw { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#Pu8sWifPX4lNLKuaqRJIR7GvLpbuWeVU { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#ovHzcEpFA2zOkHe1gpiPB9FqybJBGBO0 { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#DTks5aUZyAt9eCgI46fFZm2gc13GI0Mv { position:absolute;display:block;z-index:14999;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:14.8125rem;width:24.4375rem;top:22.875rem;left:21.5rem;overflow:hidden;display:block; }
#Covn9yKaGGkc3g119uvBdqIFIEU3BpAl { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#Km1mtcahCL2t2fubuzkomDyVuzbFszJh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh.adaptive-delivery-prevent-bg, #Km1mtcahCL2t2fubuzkomDyVuzbFszJh.lazyload, #Km1mtcahCL2t2fubuzkomDyVuzbFszJh.lazyloading { background-image: none; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container { background-color: transparent; background-image: none; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container > .video-iframe-container { display: none; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row > .video-iframe-container { display: none; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .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); }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container { border-width: 0; border-radius: 0; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#rkdlFURDtpdkWTvQ5HXLiy6yAK8Froag { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#yMzN089ceJ9ey5RgVB0G1WvD5TcXQ56H { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#WXgy0uRnv2KmXbR8s6E0ISo4fxglZPpo { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#SasvFoIMOWLWr0HxmFgnOSkTe6XNTD7n { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WUGW0y55rhrS4PBsTlt2AQEUnLC64Snc { color:#3e3e3e;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.59375rem;left:4.9375rem;height:3.9375rem;font-style:normal;display:block; }
#tvPZrCbv0V14cpywuk8PinUbVbcAm5O0 { color:#3e3e3e;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:3.1875rem;font-style:normal;display:block; }
#DdCSBTe2rEQwmp2zpNFEMN1ScbGri8oD { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.1875rem;left:4.9375rem;display:block; }
#iq5ifE7gugZkrSks1bJ0o36DrZIuO7Xm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dceWTmRb0wXIcfTTtkEzvEM5Fh7vSckQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#VsOOrFc1cf1aGZcOFNGgBOTB1wz7IANv { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#kH84xM15tfoGTbpTuH4kIR2sOfRJkFtT { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#f73IqzaS1c0hMdv6ZFNNRWztLRimqxym { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#W0DqkRBJIpdmunxyC46xR1h2SehD3pp8 { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#mPI0JJCGKD7fmzFh2zIQr8CHoKw3M6Zc { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#LsIZbDro9iLu9h2J4snzr9cpXKPiT912 { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#XAnGBi6GwnIPvXS9pro287vquRa0vX5J { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#EDNHMKSzUSZOQcuodikSsTNCMJidfIXC { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#OIUMcxBPPWHNUs2bRlITf0eO47kARug9 { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#u60907NdMMKUPHcm4i1eu8uto1ATx3oW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9sWpsEXBPAxq2AE3WtZmePvqVsfXqWD { color:#3e3e3e;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:24.75rem;left:4.9375rem;height:3.9375rem;font-style:normal;display:block; }
#tqph9pgT0lpNkzV0bn9OpWwaSaZCiFc6 { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdMT43FWupSkfwh8vrTNm6EEc6rm5dao { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQdKre3TRXWP1CV859bfTg7w856JRyV7 { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#qfTkMPghUvNctLLEx19NByh0d9gC8ulr { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#thKKLXUDl2Lb9dlwHc16w5DSetw3f0nP { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#AuZE27H3fB8ofiTalu7KmfbgWFUn4HxM { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#tgKPVJn2f9eJhruWN187GRhDVvTZH93T { position:absolute;display:block;z-index:15000;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:14.8125rem;width:24.4375rem;top:22.875rem;left:21.5rem;overflow:hidden;display:block; }
#ECJA95WMx5Eywga08RA3rzFaAa1egTgI { position:absolute;display:block;z-index:15015;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1.adaptive-delivery-prevent-bg, #CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1.lazyload, #CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1.lazyloading { background-image: none; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container { background-color: transparent; background-image: none; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container > .video-iframe-container { display: none; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row > .video-iframe-container { display: none; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .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); }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container { border-width: 0; border-radius: 0; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#d7sWvaT89QfrCTvsz8kUMNhtAR4dkGST { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#g757KVwqma1tmmxQZ5PleJGm3cMf5Zan { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#D8RISQoMCXzA3McTxNWZ4fPsk8PLceD3 { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#XtdQDpmZvVVxJKZbEZGlmKvRbtWlxPGI { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9Kt85RvL7EI9FQtpuUgGSQDTBJQJd2B { color:#3e3e3e;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.59375rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#MCqcCnC966BCgGdNu5SBmFPF8CabPXuM { color:#3e3e3e;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:3.1875rem;font-style:normal;display:block; }
#RGlmIFavw66FTnTUg3uxVofyTC6adZhB { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.8125rem;left:4.9375rem;display:block; }
#EsLTipQ3JMMug4hakT2qsUtFJTtLoUIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T45aHFxwVAGb98Hqb3vQMLtofKoFuNhU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#gEwSTOy7R8LqSpKGIDxRW9BBUAKTBRnZ { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#R8y2dKDVCah5Eh7RrMIBokJqD5qgHGlb { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#qR7QCp63IcNDtqbTz5G4x3wBTqRGs6UT { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#FscnsvsiZaTlyDskeB6cXrWV0xkNWf3P { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#GSdnUap7FZHuray8RdF8H8EDexkI8hsE { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#MqHHHrhmeHtcTk81yGSS7ab4u94f7ZTy { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#zo2nycW2JAJha39T8SpiZVzGPzdKQeUG { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#RrmkcdxRMTgA4KybWznODIotBavdXQrx { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#k3Wx5stzgbUE48PK2Bd0hlR0wnCbx5Sv { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#fzfFVcPMb3l0Ks36Qz2teH6dbpvaOihT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfAmMrO6itBynON1ZdUIuUW8fFhJGtlV { color:#3e3e3e;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.375rem;left:4.9375rem;height:3.9375rem;font-style:normal;display:block; }
#dkSwENpATgbsmodlC2VDGiTgonN6X7pa { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTZm7noubNdqh54f2rseG7g0JggLTLT9 { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrgT7k3DzybWtvt6mpirLhSHUck5y9bL { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#SWr5893dfgbFuT4bWSoI0kHRC7dO08zd { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#MwLuX8gO6F7ExqXUygXgvUCrTXt4ATeo { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#UyfslkRXhDTq7CNx70LV55T81KVM275k { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#ZnqAKOGS3MZUmq0zlZfKwTV6S8Fl32QH { position:absolute;display:block;z-index:14999;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:14.75rem;width:24.4375rem;top:22.875rem;left:21.5rem;overflow:hidden;display:block; }
#r8uNpLTuRRPwKghZcGE4H8vZTMNVi4KZ { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ.adaptive-delivery-prevent-bg, #IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ.lazyload, #IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ.lazyloading { background-image: none; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container { background-color: transparent; background-image: none; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container > .video-iframe-container { display: none; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row > .video-iframe-container { display: none; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .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); }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container { border-width: 0; border-radius: 0; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#wJ6kI3ur4qwTJpNAyWyF3w5UnsVQKiVO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2906246185302rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#WTwQ3uA6zREAnMkOHOhmbzd9qu6xoRZ9 { box-sizing:content-box;height:31.125rem;width:69.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#T57lEmirf8bzJavuLQeD9m6Qw6SzFNxC { box-sizing:content-box;height:2.5rem;width:44.75rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:1.875rem;display:block; }
#g4HKTGZ6srDXM6iMObQigigH03mGzywv { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FacCAahpK5oKOvCnh2dCfqC20VteKk4P { color:#3e3e3e;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.59375rem;left:4.9375rem;height:2.625rem;font-style:normal;display:block; }
#uUVKWh4n4RP6gPNMLZtW9pcA8rvPUP6N { color:#3e3e3e;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.349998474121rem;left:4.9375rem;height:3.1875rem;font-style:normal;display:block; }
#aGyonauy1FCnEpKoV8lE2SOkf6vhNSxL { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.8125rem;left:4.9375rem;display:block; }
#Q7Gk9MaSMvi4bqEV5iyw3vLkFh9QhTvA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwqwdqNFAHFE0APLDNCxwG4KyJKxIkmi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:43.375rem; }
#RA7VkU9zz9T9G9UMJ0WBM8GXRE31n69r { 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:3.25rem;width:4.8125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#fxqUNduUgAXrZnQsn7DcvX2AaCUVq9Hd { box-sizing:content-box;height:18.75rem;width:20.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:49.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#CcXNBcV689I6rLZi5y9PACZg9Pcu6vVM { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c800cc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(150,200,0,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#JlwBbZESSgnk9AuGMXG85swuo0d1lLtR { position:absolute;display:block;z-index:15018;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:6.4375rem;width:8.625rem;top:17.65625rem;left:61.0625rem;overflow:hidden;display:block; }
#SIq0g2pFCcJACXtwxlznuL3WQMsPQMsf { 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:6rem;width:7.125rem;top:22.8125rem;left:48.28125rem;overflow:hidden;display:block; }
#pe0hG5oZ32NGV8SPHSGBLwQ00O2AKa4S { 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:8.0625rem;width:5.3125rem;top:28.6875rem;left:65.8125rem;overflow:hidden;display:block; }
#BJdnfsTu8JefRmN7DvtKvePQ6FMDFNZu { 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:2.5rem;width:2.6875rem;top:19.4375rem;left:48.34375rem;overflow:hidden;display:block; }
#cvrcd1D9bM5HTdTgOiGDFrEGp9bq9KuK { 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:2.3125rem;width:2.375rem;top:34rem;left:62.448611111111rem;overflow:hidden;display:block; }
#qVJWEE0AM0czm29EzN0SIVnMd3Livpyo { 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:1.6875rem;width:5.75rem;top:16.91250038147rem;left:40.75rem;overflow:hidden;display:block; }
#Ugdm3ZonFbaRM9hRghwh1nQRXH71HNWt { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0531253814697rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6J6aWEQ2goKzdwHzCqDQfwrEPk6Vxrw { color:#3e3e3e;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.375rem;left:4.9375rem;height:7.875rem;font-style:normal;display:block; }
#p7g32cnn61JBELmpTg61TcampKcD2JlP { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:49.125rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hotP3R6rhfHSZ59hlDrgDetCXTd8tehQ { color:#3e3e3e;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.237487792969rem;left:49.1875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVhZ5TBVXTaIKOr50zZyG5kQlw5ySg7g { position:absolute;display:block;z-index:15015;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:6.1875rem;width:8.6875rem;top:24.65625rem;left:59.6875rem;overflow:hidden;display:block; }
#NdNrdOnbviDEevO7JTaAFBq82SbfgBPQ { position:absolute;display:block;z-index:15027;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:8.1875rem;width:12.625rem;top:30.112499237061rem;left:48.4375rem;overflow:hidden;display:block; }
#wsux08ShoTkNxRUa40chhiaqZuTN9y0q { position:absolute;display:block;z-index:15018;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:8.875rem;width:9.3125rem;top:17.824999809265rem;left:54.25rem;overflow:hidden;display:block; }
#E6g6nC2qoMNdfsTk8qnsXcBJi8neBnK8 { position:absolute;display:block;z-index:15025;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:6.4375rem;width:9.5625rem;top:27.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#hbe6OQCCm3F4XWpIqZJvOTn40aQtMTK8 { position:absolute;display:block;z-index:14999;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:17.625rem;width:29.1875rem;top:20.675000190735rem;left:16.8125rem;overflow:hidden;display:block; }
#mKzVnUyFt0QZakLtfpSZFyo5I3PdTZ7U { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:31.5625rem;left:27.25rem;overflow:hidden;display:block; }
#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e5e2;background-image:url("https://images.assets-landingi.com/uc/25f9d9eb-1ea9-4cae-b8b1-5b655b1ff421/bgkatalog2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0.adaptive-delivery-prevent-bg, #XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0.lazyload, #XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0.lazyloading { background-image: none; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container { background-color: transparent; background-image: none; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container > .video-iframe-container { display: none; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row > .video-iframe-container { display: none; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .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); }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container { border-width: 0; border-radius: 0; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-form-header { font-size:1.125rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#3e3e3e;width:10.3125rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:right;text-align-last:right;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:22.625rem;box-sizing:border-box;height:2.5625rem;color:#3e3e3e;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:inline-block;*zoom:1;*display:inline;width:22.625rem;box-sizing:border-box;height:4.375rem;color:#3e3e3e;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:22.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:10.9375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.9375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .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:#3e3e3e;vertical-align:top;width:21.375rem;overflow:hidden;font-style:normal;float:none; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .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; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:3;float:none; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-container:first-of-type{padding-top:0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-container:last-of-type{padding-bottom:0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:20.3125rem;left:0rem;font-size:1.125rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .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; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy {display:block;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:20.3125rem;left:0rem;font-size:1.125rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #PyUWZbLNVm9UAOnn4wrMtGzohwXF2m5o { position:relative; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #c7HNZaA1ZywHMQJ9uAoNVThnRPCJw2UA { position:relative;display:block; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #yQPzZ3e4oJN0QW7aBTcAMLb4Dy8ZzE0T { position:relative; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #y68fpQwSpq3LoBRukQrguHIDVMESgQfT { position:relative; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #rfu0tx4H7TnzwVLQVR0cGr61B9cEK36v { position:relative;display:block; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #U00uxR1cFoJkLRIfhe4lMRfxd9B5Qu5A { position:relative; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #TyHHRogNS6wvn7Cn1rRa7vpFIw0ryzP6 { position:relative; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #Rbhee35NQE58E28sQvuW521EM0JeyKo0 { position:relative;display:block; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #U15yUq5HzNnswFw1kMU4opFOUV2O0fWZ { position:relative; }
#w3FIaaQD5PrSyJWulhooIMXrNCLLf59C { position:relative;display:block; }
#HCsvZpoeyq4BRXezHnkyx5nViTMrf8Xi { position:relative;display:block; }
#cLffA4tdtVAx8bnUkQTgiEVNKaVpPAn1 { position:relative;display:block; }
#yQNvxKrlDCz2AHnXCDc03Ryw2Jvl65Pn { position:relative;display:block; }
#w8D09udAnrOs3B7Pln7Q1MawZpi3Dq1P { position:relative;display:block; }
#Wn7n9XlGgKZvZi5S4Eoq4gre3q408aO2 { position:relative;display:block; }
#HVTmFpk761tBzTi5ObTiocLS25ssWK2r { position:relative;display:block; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #P67DTz4TFMQQn4p3mcKKCSawBk1ILVio { position:relative; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #fvUpn0itZfEiKn8EPgkWbU4nzmhBeB55 { position:relative;z-index:2; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #rKHvScJNUXrSwFnnfnvV6Tr8KhRgVKho { position:relative; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #TGS9E3fWaNGSkieJO6KQMM19qKT6hANh { position:relative; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #cVhWD3ArJ2uueViORmHhkm2fJBkoLd7R { position:relative; }
#NAxzE5DsfQtS4i8T4o7R4tvbnfpByON5 { position:absolute;display:block;z-index:15001;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:3.6875rem;width:15.875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#E4J8ye4HCl4bVMwVP8UhSU6mDtO4BKni { box-sizing:content-box;height:24.125rem;width:38.25rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15000;background-color:#f2f4f6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:0rem;display:block; }
#tkAazGmBeyN7dtgeMTkCZ6rbiTbfGs2h { color:#585858;display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:2.475rem;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; }
#lz69qwfnItTWhhUNt14Vp31bG1K3mBzn { color:#3e3e3e;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.6875rem;left:0rem;height:3rem;font-style:normal;display:block; }
#X6InAX0ooLlKLqCN17fcXfo0I8m1Buqe { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:35.75rem;display:block; }
#C8m5Mt7pK4wCal7PrNKs9NNy0iZIvgyS { position:absolute;display:block;z-index:15006;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:8.4375rem;width:5.9375rem;top:14.5625rem;left:39.125rem;overflow:hidden;display:block; }
#yc2lDaoad3nhBWFEdHq3Ne4TdBQSPFTt { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:47.3125rem;display:block; }
#vImPGNGvmeRuQgEfC1AwT7T1m1BGQi2q { color:#3e3e3e;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.84375rem;left:0rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#hWTEsZFUkMzFbDnW0SmfnBKXpGct87Ue { color:#3e3e3e;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.887512207031rem;left:12.21875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IzMRQGRNPinnsXIg6rUr0tOe3PGayPqy { position:absolute;display:block;z-index:15016;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:3.125rem;width:3.3125rem;top:1.125rem;left:52.125rem;overflow:hidden;display:block; }
#Zhw2Q4vUTy49UFAHRP2ZIrBRW4aif1rQ { position:absolute;display:block;z-index:15010;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:3.5625rem;width:3.625rem;top:4.1875rem;left:47rem;overflow:hidden;display:block; }
#rtXvbWAaXMKsvSRA748tPh99RtP1wP3L { position:absolute;display:block;z-index:15017;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:1.9375rem;width:6.625rem;top:34.0625rem;left:41.6875rem;overflow:hidden;display:block; }
#kmWkBaSA2Uc3xFKn4me5auUhUIGuPP5T { position:absolute;display:block;z-index:15018;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:2.3125rem;width:2.125rem;top:39.125rem;left:34rem;overflow:hidden;display:block; }
#lf8giLthFkMZlzwagoSOqDaTUbzyWeNM { 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:1rem;width:0.9375rem;top:24rem;left:36.75rem;overflow:hidden;display:block; }
#f9iQTw76ffHxm6xHU8JISxbvyPgcJmDn { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.0625rem;left:13.28125rem;display:block; }
#rA2QyTe0h8V3oQycQi4gPifdxIoBQZhC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqG8UXIrJHAKbDE8eO0Mor2fDQnyWDl4 { position:absolute;display:block;z-index:15000;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:68.375rem;width:75rem;display:none; }
#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e5e2;background-image:url("https://images.assets-landingi.com/uc/25f9d9eb-1ea9-4cae-b8b1-5b655b1ff421/bgkatalog2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM.adaptive-delivery-prevent-bg, #qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM.lazyload, #qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM.lazyloading { background-image: none; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container { background-color: transparent; background-image: none; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container > .video-iframe-container { display: none; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row > .video-iframe-container { display: none; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .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); }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container { border-width: 0; border-radius: 0; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-form-header { font-size:1.125rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#3e3e3e;width:10.3125rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:right;text-align-last:right;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:22.625rem;box-sizing:border-box;height:2.5625rem;color:#3e3e3e;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:inline-block;*zoom:1;*display:inline;width:22.625rem;box-sizing:border-box;height:4.375rem;color:#3e3e3e;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:22.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:10.9375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.9375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .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:#3e3e3e;vertical-align:top;width:21.375rem;overflow:hidden;font-style:normal;float:none; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .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; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:3;float:none; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-container:first-of-type{padding-top:0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-container:last-of-type{padding-bottom:0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:18.6875rem;left:0rem;font-size:1.125rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .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; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq {display:block;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:18.6875rem;left:0rem;font-size:1.125rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #XC06sarOWKnCNzRrrknScgyKDroKRDBN { position:relative; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #VfZfvFnJ0QP7FdJAuiBkpbJzpTlkCGkv { position:relative;display:block; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #R0hXcFNlnVdoRuUre4As8hc4fBztq4s5 { position:relative; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #qhkaTtoNEnAg3oJCZOMnIrs0KuiZfLVN { position:relative; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #LXt4IWc6anMyXv9eVD3CcTmoFcRIfdRE { position:relative;display:block; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #iOXbvrBJ23abvSZS5F2RdrKl0IvntQHG { position:relative; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #CholZTWXfZ1gEKP6ZLiOF9n2vygqUlZQ { position:relative; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #kNw0nk5Ria4iXR0h76LT7EKCDkTrhu5i { position:relative;display:block; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #zgpnNAlG7toeuPw07klmBeKEWG7Sy905 { position:relative; }
#MF5u68oQGIHq39zdqTvkzzWOoqNT8zOy { position:relative;display:block; }
#uVREhMtKfeCsVTCtOETE939AK9TKA5QP { position:relative;display:block; }
#G6vgTENvSXcu9N97TWk3c54L5BTkEUu5 { position:relative;display:block; }
#s543W7r5bGVwcsy6qI01xeVr6mcvslhz { position:relative;display:block; }
#XVw4UyPlVN5wzv2RB3V6ngQMKl0VePQ2 { position:relative;display:block; }
#U3rgPb1LpNfpefMD0loWTiitzTOaKpSF { position:relative;display:block; }
#hcQsh2FIgoDUGI4riL8USexopAg6xwmO { position:relative;display:block; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #PwFxXDQ65E3XXGUnId40TQiGrRHwa4nM { position:relative; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #i1FrPOOATuuowxM0UIghvDlea2zOImJa { position:relative;z-index:2; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #ZeLsuwtKgbzt2tWNsJ8GQmEFEHae0oWZ { position:relative; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #Qg6st8wH3GFdowqauZBXCET44TsiThoR { position:relative; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #enCMAnowuNV5bOxSpx6flCG14HegvBQn { position:relative; }
#XixAO0znhGQWeAmO0PyylDx0DChzBAkk { position:absolute;display:block;z-index:15001;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:3.6875rem;width:15.875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#QafDqfyDwRCU01dKJOgGxIqugQfCEnlN { box-sizing:content-box;height:21.625rem;width:38.25rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15000;background-color:#f2f4f6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:0rem;display:block; }
#Rh1tz2VAoeWCOlbdnugtZUL5mBP5Jwr5 { color:#585858;display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:4.95rem;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; }
#y8oX3Ar68Ls2q6sTVZwvL9ZTQAhLkDTr { color:#3e3e3e;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#xX5GBtDTlOhxAplGkBRTiWVgwJPs7B2R { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:35.75rem;display:block; }
#TGcWFzv5wnGTrOgzpJiAQNTWbLz7Z7NT { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:47.3125rem;display:block; }
#SgB5pKWq5v6PJX1wz2eG7cGfwo7gMn4M { position:absolute;display:block;z-index:15014;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:6.1875rem;width:3.9375rem;top:17.1875rem;left:37.375rem;overflow:hidden;display:block; }
#ZpZ8kMQOh4X0vVytkKEnevaXi5c9yWPF { position:absolute;display:block;z-index:15014;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:4.8125rem;top:15.3125rem;left:41.777582284679rem;overflow:hidden;display:block; }
#uK4S5EGd8LcEz8tyaWbu6VT6AimSJa2G { position:absolute;display:block;z-index:15014;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:8.4375rem;width:5.375rem;top:21.125rem;left:40.0625rem;overflow:hidden;display:block; }
#VCDQGatc9D8CPUcXUcyP3ToHFsmVtkq5 { position:absolute;display:block;z-index:15009;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:3.5625rem;width:3.625rem;top:4.1875rem;left:47rem;overflow:hidden;display:block; }
#XZPTLsGJhfk1JaM5gTe6VRm3I9uJC3C5 { position:absolute;display:block;z-index:15015;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:3.125rem;width:3.3125rem;top:1.125rem;left:52.125rem;overflow:hidden;display:block; }
#utSmbi7xgUffnxcK2mZKvBsrkWNLPAuS { position:absolute;display:block;z-index:15016;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:1.9375rem;width:6.625rem;top:34.0625rem;left:41.6875rem;overflow:hidden;display:block; }
#kRqEQ6PhfCNe43HNpVhOpJGg49O2mDTd { position:absolute;display:block;z-index:15017;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:2.3125rem;width:2.125rem;top:37.375rem;left:34rem;overflow:hidden;display:block; }
#Mc4gB5O097udKy82NPl0Nrf5qob3eQOt { position:absolute;display:block;z-index:15018;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:1rem;width:0.9375rem;top:27rem;left:36.71875rem;overflow:hidden;display:block; }
#qAT1VAGXAttz3bdtPGLlEPySk3mDAvDt { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:30.4375rem;left:13.3125rem;display:block; }
#RaffgXEQGlKGQdzAmXMbfoVfBVWeCxiC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u9zeJUIKDzxCDhMeECq4z69RqiiXKldF { position:absolute;display:block;z-index:15000;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:68.375rem;width:75rem;display:none; }
#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f4f6;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; }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row .container { background-color: transparent; background-image: none; }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row .container > .video-iframe-container { display: none; }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row > .video-iframe-container { display: none; }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .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); }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row .container { border-width: 0; border-radius: 0; }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#GWJSNSXkikmv7MfKOmqT0AxkQDbNVFpd { color:#3e3e3e;display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:1.1875rem;left:0rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VpdD7E6LfIPhP6sfQhPd9gr56DIAd4FA { color:#3e3e3e;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:1.1875rem;left:58.6875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hulbmtwgekIGD5RuRlhP58T2SPBF6bl5 { color:#3e3e3e;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:1.1875rem;left:67.25rem;height:1.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c4clMcTkoilzS3gtCDIragCFzxZFTc9a { display:block; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHka4AUp6e9IfxUT2hBrBBRr8ldI7Q5s { width:16.1875rem;height:3.6875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF3cBtHmZPFtgvD8VinV9pnhBP5msfbK { width:36.9375rem;height:4.5rem;top:20.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTBZEI5eIwT0rzVKu4NSTuioVNzWTpr { width:37.0625rem;height:9.6875rem;top:8.625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSJRrJZ1qEI8dEGfz6MDsfLkKTF6ixtS { width:37.25rem;height:3.1875rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2lJnM8MNXzOIxcLqdQ4MGx1J0HcmKM { width:23.875rem;height:3.4375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuz7rbsgQplS4RSCpTQDi3TwWhEnK3nS { display:block; }
 }@media only screen and (max-width: 763px) { #keDhQ2vG1akqH1lmleXtf3O2hOXT1JEf { width:8.3125rem;height:8.0625rem;top:2rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6GyfeThXwTx2hieZrqMyOdWcZCKu3K9 { width:5.3125rem;height:4.875rem;top:10.375rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTzuBy84blul4mXvXaDDdbh87BEum19 { width:9.3125rem;height:2.8125rem;top:30.6875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnw0TOAMxAJMn8sAu4TPTVLCo3yeNzVk { width:3.6875rem;height:3.5625rem;top:10.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO { display:none; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sd5zTdBrDFAIMwQhFxPTikUAO4AtO3MM { width:5.3125rem;height:4.875rem;top:10.375rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdDX7UieAzmczNPzlHTPIutCKT2P7qE9 { width:8.3125rem;height:8.0625rem;top:2rem;left:22.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-button { width:8.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.625rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1  { width:22.0625rem;height:27.6875rem;top:8.625rem;left:11.59375rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 {display:block;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 { width:22.0625rem;height:27.6875rem;top:8.625rem;left:11.59375rem; }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #sI8q3TksK1hf4f8T4Mv1zI6Qz00mSLye {  }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #sI8q3TksK1hf4f8T4Mv1zI6Qz00mSLye .container-column{width:50%;} }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #ErTLn3HuSiibs5HsRP9dcgD6LpmrJOkb {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #dvNHEC1NwpiynBHwidvTeOiE5wV7c4t3 {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #nhQuK5OEGUvwA7FK9B77XqHfOo36VQTe {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #CcUT9OEJRkVJxKiJcMsIeX55UwZiwDG4 {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #OsbzlLBaVpd9aO80TqTAyMhF1sgmGvgR {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #bEvu1sTgmG7lpqnwL6Bwy52za7StKODO {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #Tk6B2afkJJo0Qd2STmE8m0wRRNuePC33 {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #iuexs7TTlC1Vsp0UK4D0DrL7PFpDOlDW {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #vOmCI0sIDUETa7KpKr1yvVReROuI0kmy {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #E3LzrlKbedLOtrKl65w2m5RblqmgeAWt {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #tnL5261xe4QwV9VGBeOfaT4D35MXdO4O {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #FutIouyRkkPRwg8dKO1mbczio0wTl0fV {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #wTGdbm2avMayleuJFyHdxezsQAB56zOO {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #q9zqVbnITCLzb0Qg8JkwTqCukDlMV2cC {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #Cmc6JrTUH19UciIgbgPgigIcOGSVy2Iu {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #MneEHDHl0OVNeESM9Lg97pPgiit8VA1v {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #auT0XMaPuFMEzy1v3snxVOvxRXif8klM {  }
 }@media only screen and (max-width: 763px) { #LPnxikLC717zHovX9InMQycLFuHRoP95 { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2i01EuLe0oKN6FP9HFeEvzNP58X8fLT { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFwG5fEZE9acXkB8OqGRVd8p7CGQTFPk { width:47.75rem;height:29.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1EVnz70IHyBChWe7EZWE4qhXwuJBLA7 { width:7.0625rem;height:4.1875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2ktZyOVGFiX6SHUp50cuCMIgE1LqeTo { width:4.1875rem;height:2.5625rem;top:11.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgqWL16gayLXy1HvBZOGsBXN5qrch3C { width:7.0625rem;height:2.5rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6sdzehteKUDO4eKPc6eTTO4SZKdflZB { width:7.0625rem;height:2.5rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI8ZzPuWO8uZZixPuo4WBEWF72MsTLDK { width:7.0625rem;height:2.5rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1OZwA0RTh2d62dnWwf3HZhXP4Lkeap { width:33.25rem;height:5.0625rem;top:32.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTgJRdwZS7d5FHCDEN0RpmiA7tvR8TP { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpFwl0sERU6KDfgR7hoG3ikRP3wGtnG { width:4.375rem;height:4.5rem;top:32.6875rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8A78tTeBDwSCHMQxuO3hCUlziU6IWs { width:1.9375rem;height:2rem;top:30.75rem;left:41.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDCQSTz38yUDwTbRfk9628vlhoLmHUTS { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOuUX8UMLZlxUhuyTEtHGaD0aHy0fznU { width:7.0625rem;height:2.5rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqRfrlZACHqlU8ttx7fbVwFcQkgdQTWi { width:7.0625rem;height:2.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx { display:block; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-regular-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-text { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-text {padding-top: 0; padding-bottom: 0;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-textarea { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-select { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-select {padding-top: 0; padding-bottom: 0;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-button { width:8.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.25rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-checkbox-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN  { width:20.875rem;height:13.625rem;top:8.75rem;left:12.1875rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .radio-container { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN {display:block;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN { width:20.875rem;height:13.625rem;top:8.75rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #mMFEJtOFf9ezoe0cNEeZdLdhQcwTDcyq {  }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #mMFEJtOFf9ezoe0cNEeZdLdhQcwTDcyq .container-column{width:50%;} }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #UIlWRA5405K4yG5sTEDaTJHbJIACRIGC {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #HN0BHoJCZ1udJFQoMqdoJwFyqhHNTtlm {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #c7gZDkM74t7Z41J3xUERr7GnzogDuTtd {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #Ja9rPd9t9raRVMgigpxRQgA17GtVFtix {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #qragFfbTT1xuVPTc4sGr7ggJxzvoQ26A {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #K6bftTTbL3kJbx70frDNqi61iAMa65dm {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #x8CTn8SLJJBQoMymIWWIPThiZV0HRQeF {  }
 }@media only screen and (max-width: 763px) { #gT36f17yMExnEddIAl2T8iiOeBUSLSCb { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIzJXF9qTyViPOSN2Tg0ZSR33hsU0pAI { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFQ0c2iInFT7H2b2uo4dVPLgC9nNV36G { width:47.75rem;height:29.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOgO5PO5JaRLhyay8Lwq6TBufln8ynVf { width:7.0625rem;height:4.1875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhFDV9qlJUcMudMJAXAT6hcxRxxaLwnt { width:4.1875rem;height:2.5625rem;top:14.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtu1lV9C8ZOpSXrm8h5MCO1wINfzSHTT { width:7.0625rem;height:2.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiwRF4uVGT51unWq2PdSPQ6FdJE9QlBp { width:7.0625rem;height:2.5rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHPXcW0LnLGsgbksK1h6lGev8Fwk6roE { width:7.0625rem;height:2.5rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKBS2w2Mi46oHnkarbh8DcHQGlvk8t74 { width:7.0625rem;height:2.5rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0GMmPLqvMG1vWiFn0Wx9JiSOq3gayLq { width:7.0625rem;height:2.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXR5E5tJaQswqPGeec5l4qiowV4R1LFk { width:33.25rem;height:5.0625rem;top:18.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsiGD4BZZGZvpQRKCGSLtm8Ob5u12eM2 { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZxkXtczyfbTH7ebg4wyi5Na3ZFClGzE { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGsMDu1uTr2ys2sugLF9TVqKUyrsac92 { width:6.8125rem;height:2rem;top:34.5rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfrgxbxdltCZEUXCKFblPOpsoMf2BxKE { width:3.375rem;height:3.0625rem;top:30.375rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICC8OtaWtliUyFTZ5Cdkx5BlaT0ltz30 { width:9rem;height:1.375rem;top:39.0625rem;left:19.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POfMmrTh3CKnBgo2leF1RC9mGabT1wem { display:block; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-regular-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-text { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-text {padding-top: 0; padding-bottom: 0;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-textarea { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-select { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-select {padding-top: 0; padding-bottom: 0;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-button { width:7.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.6875rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-checkbox-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug  { width:19rem;height:19.25rem;top:8.75rem;left:13.125rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .radio-container { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug {display:block;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug { width:19rem;height:19.25rem;top:8.75rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rkCxhLmB9VJ6xWQ0KLXDJJIE4VgdToWu {  }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rkCxhLmB9VJ6xWQ0KLXDJJIE4VgdToWu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #oXgBmf9rqmUO283adBVLbdMrpwPL0QtT {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rGdZ6GITCa9kS9CTEmxS9tXpHp47EnBV {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #lZKyCuPehWR5ra8U6634I39IKWnbPnQ7 {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #ALMaBMKuTC8UKTsBp1PpTw6NEDqTtkST {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #ueBnAZXaxsnXHlgKePIvBNcOqx029lBW {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #WioPVxSWArkirhooV7ZEFp0BMh2i41uU {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #caCTl2hb1lw2RdZivUBx1WWvTRLn3TZ4 {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #wneLJSFxLt5ktBD3U8PfnNZM5S54ysIG {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #APZgqzBCONHgHpsFoqTDWM46oG0SZ1Nb {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #TkGBPzwSrqUIHot4QxHyWrQ8Oo8BK8n3 {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #BOPPAk63lNhDflMpckogHNhthWTiy5Uw {  }
 }@media only screen and (max-width: 763px) { #Mc3JV8z3Wkh7FlkH3hBPn3DSlTeCknmL { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTnE2MgIODLemVTRy3lBVLmgb1wRHL8H { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReATam9uOkgPAnc7nvniIIZDwqrCL5ut { width:47.75rem;height:29.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7DmPSBzJqCFU9aB8rXeH9vOcuKHiiG { width:7.0625rem;height:4.1875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2zALqis2Qy1cm6oEBu7eDPq20IhKco { width:4.1875rem;height:2.5625rem;top:17.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgEZgqRRRTOxbS0LRoliua9xiv30QK0s { width:7.0625rem;height:2.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFmRAwFK9B2IMMax66dx2spTWdklbVih { width:7.0625rem;height:2.5rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFKx8v0J5yyRMI3xBWJrResq0cmEPBwo { width:7.0625rem;height:2.5rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PeZOmclkZTo3KeTdC0oD88hCN6At7X { width:7.0625rem;height:2.5rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyAHBl2aWkBfKqEzPD9flhFo7nUVS1k5 { width:7.0625rem;height:2.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrB1qD6RzDUqTzaFKXmIOF4hLLcASaz8 { width:33.25rem;height:5.0625rem;top:24.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMxA4oREp1XMB0WPToFe1mfCE3cuLve8 { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKVAUWqKEXdXHi6HBRkL02NIP5I9iB95 { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erxXnnKt1w05NJxiSsaL0lGKRXXfikoP { width:9rem;height:1.375rem;top:39.0625rem;left:19.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4i3iKQMsZREp8025Zac0J6FA4fHKiVf { width:1.4375rem;height:1.4375rem;top:36.0625rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQNTgx3Nwwl3DuvFvTuaTtHcKiefQqd { width:3.875rem;height:4.1875rem;top:31.9375rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwdqs8SUbEGcsPr420m35oON2oO52tm { display:block; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-regular-label { width:30.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-text { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-text {padding-top: 0; padding-bottom: 0;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-textarea { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-select { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-select {padding-top: 0; padding-bottom: 0;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-button { width:12.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:9.125rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-checkbox-label { width:29.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR  { width:30.5rem;height:auto;top:8.75rem;left:7.4375rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .radio-container { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR {display:block;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR { width:30.5rem;height:auto;top:8.75rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #DTC5SwGIZysXyMQ1yIS0NSQ2x4nrfaHt {  }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #DTC5SwGIZysXyMQ1yIS0NSQ2x4nrfaHt .container-column{width:50%;} }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #TJWV3AKIkLxaggTHTScgo2mpUniF4RqH {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #TvkXAXApEd7rT1uT0UimlSafdr3wT0Fm {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #dVui8x96w6tNTr6CPz3mi77Q3J19iTyI {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #dNl4cVnbF0AguQSdPvzTkoriKE7GTGCo {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #rRGocZznzqSqAzMziRwBlVJSrOr020Kl {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #SKf3E0QfPuaWAPTONiydlqMCg9ZO4M8H {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #JJRCUBlbJhP3KWoTivAdgKqOTl1CiDOh {  }
 }@media only screen and (max-width: 763px) { #iE5NgK4eQQzrdDkKTWlcMONXKrfKx9A5 { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RluDqUagi2cqK9306vHKAapLOe9l4vgg { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGFFL2V5zDPBMxZ2VrvF2468W0faUGa2 { width:47.75rem;height:29.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubCnEsn5cPMwGqNGhTJgvNeOWOpw0zey { width:7.0625rem;height:4.1875rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQKy9vMhI5WAqvahUF7DG3GW2gknk8uO { width:4.1875rem;height:2.5625rem;top:19.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxlSCooGu4DMIOFz4eleir26NgAx6vlt { width:7.0625rem;height:2.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3T8A0zw3UPVWEXCRe9iByrliyGAZZs { width:7.0625rem;height:2.5rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4uVHX1NQ8DQnwdvR1TTqz3fDenwBxm8 { width:7.0625rem;height:2.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7l7PDaZagtuqVWcbOAKwL6wXdyXHRy4 { width:33.25rem;height:5.0625rem;top:18.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbgONHi712rmlZOi1gqf7vWocvv6bWrD { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNLaqFM4L6SfwaTFqiv0TIHJ5a10q6t { width:9rem;height:1.375rem;top:39.0625rem;left:19.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th1VJiAPkKWzo149mtnTkzIzbdvaDtzp { width:3.8125rem;height:3.75rem;top:33.1875rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO7dRrtqVziCiDKfOVMI8DmhMGpTvPdR { width:10.125rem;height:3.0625rem;top:30.1875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2NT9ee6A6lLVJMrGwXrvXT3VhmdaQg { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKN2H6oIMtDFhXFKrJrugSLqMJdX9leS { width:7.0625rem;height:2.5rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0KSCoM0eNgw0fbW57sEBP21aSTa8wxV { width:7.0625rem;height:2.5rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ { display:block; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-regular-label { width:34.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-text { width:34.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-textarea { width:34.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-select { width:34.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-button { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.25rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-checkbox-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv  { width:34.125rem;height:auto;top:8.75rem;left:5.5625rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .radio-container { width:34.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv {display:block;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv { width:34.125rem;height:auto;top:8.75rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ooGhlreIehzisSuT7do1DlvTz41gNG5T {  }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ooGhlreIehzisSuT7do1DlvTz41gNG5T .container-column{width:50%;} }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #v8a2Ml9UUBWbaSBEVxPz3lbb4egXwJqI {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #SSd6wnGkTEQruiyg4mmzUENFmeTU6o6Z {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #Wvh18WOSqZgiGvdqbynK57ty1yl8vn7i {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #eo3tsqF285aHmFUidKh0zLSPilibqB8r {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #sTOwAWRRTtCog4OzzD69DZCRgu2TN8uW {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ficzqB7cvuN2cZXLEpq1Lq5f4tdsDbk5 {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #fmmK6ZvUEADXHyWJtKydyi7mCOnZFhpM {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #dzGQRbuoHogtzgZTpwlTXVrUrVBWeSJR {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #fyrBRlHgXvyXGpGtXGxhQ01Hg37CQwAB {  }
 }@media only screen and (max-width: 763px) { #rMXdlJC8XziIyJ0aL2mcMx3W2784u5wN { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emQudcQ8FT29Ll9l1o09thVGHcluwzk2 { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq8Z8LSQtb5TKTgm7f5LgzLRw3GlpInm { width:47.75rem;height:29.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2QAPRG6r1NgicFzKlPyoIcTtVw8TmRl { width:7.0625rem;height:4.1875rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPaiaW2TZEq5paVF5fEwFTFisnT9Smyl { width:4.1875rem;height:2.5625rem;top:22.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCi4woIETd1uK4XU1IxotcL9Aswe0OS { width:7.0625rem;height:2.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycZHcm8TWAwu1biVnfGIFmd3PGRBkJHb { width:7.0625rem;height:2.5rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrPT1sWGT9TZcDPnWroafuyCTSHeX0R5 { width:7.0625rem;height:2.5rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGJOeiJCWW2d7X5Jdrc9k8MR6cF4R6CM { width:33.25rem;height:5.0625rem;top:22.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbpnWAo0vzHmSEWRUkQQOK036JIu5CbN { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkDTiLJSoweGrKy7yKVXByGRay5DBy1o { width:5.125rem;height:4.8125rem;top:31.9375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKQ3409BpHmTLzN1GqBFmm4fGUDWALkP { width:1.75rem;height:1.75rem;top:29.4375rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm3BlfNcNA0yfvX1szdewkLFNDBDJawb { width:9rem;height:1.375rem;top:39rem;left:19.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2gz5Tlz2tmFqS59ADGXx6FTXbK32Jd { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsrIHKyCTJUVSqkZLMRdiyrs81dcXxeH { width:7.0625rem;height:2.5rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE5xB11mcboWZVMTD8AfdtDTDcuai1QH { width:7.0625rem;height:2.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTgT127wXpCcIhus7LrV5pFhSksBSd9 { display:block; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-regular-label { width:39.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-text { width:39.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-text {padding-top: 0; padding-bottom: 0;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-textarea { width:39.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-select { width:39.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-select {padding-top: 0; padding-bottom: 0;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.875rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-checkbox-label { width:38.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk  { width:39.625rem;height:auto;top:8.75rem;left:2.8125rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .radio-container { width:39.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk {display:block;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk { width:39.625rem;height:auto;top:8.75rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #tJQkv84yeFfkpl0GPw6ED6QqXS3sCbIQ {  }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #tJQkv84yeFfkpl0GPw6ED6QqXS3sCbIQ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #dGd3cTKWiTiTODC9i2zgW0LbVDrmqrGA {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #iFCqC22KC6vAUxxp7Ty7lsFmqatTKlHD {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #EXofI2xnNfbBm3qm6yqtKHTn6J8P2ZU3 {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #xWN0ARUpV9q1bf6XTGJuA7XQNTHu1fcH {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #aNyInfGKF5kTOkWx36mdLbqwCUq8QCX9 {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #dq1Uds29UFzM7asle7E6ZNTkrWZ2AGW3 {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #Vohb2ywOs6IZUOrGWXFbuhWz254dnEi8 {  }
 }@media only screen and (max-width: 763px) { #fP3VR2VaT0dHzGkf33HP8Rwm4uNr39CC { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGFQTzQ1E2HE5utvndf9RRsF8iVrAnLh { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mARvJ93XrnUTwLWgI5MagWwzXK00rykL { width:47.75rem;height:29.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtrKpbOhVVUJO5RbyhouEpyXOP88PH0s { width:7.0625rem;height:4.1875rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hURPwEUMTP0ieC7tnmGulMwWZUQRXnI8 { width:4.1875rem;height:2.5625rem;top:25.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIcDIO7zsmxqVG9V65G7CTQ27lG2Wl8g { width:7.0625rem;height:2.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZpqyhpPzpOKNFqfhb7cSDfNASFMcLm8 { width:7.0625rem;height:2.5rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9JRTlW6TRJcBTrMw35t2yFIlvmCEsJQ { width:7.0625rem;height:2.5rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCCi4UgJukFULktKBce5eFJ1kwwwkJU { width:33.25rem;height:5.0625rem;top:19rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkXptliSKBDxFbCqDASV4BRiTnssmAzJ { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq3ONf25wklaR7ULlFpckzw08dabcTHX { width:3.875rem;height:4.1875rem;top:32.75rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SocFrOXd55IOMUyUs3LAxGyLpFI9G49K { width:4.625rem;height:4.5rem;top:30rem;left:38.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAnKRv3T8DI90mvZL3rT2yoEWizcoire { width:9rem;height:1.375rem;top:39rem;left:19.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6IEl8VCHQi4L9dTmwNGoRzEZMQWtxOd { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8VPnBi6JM9a7fUutKyFGxscrB8B9M6P { width:7.0625rem;height:2.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDATTPSGwaAUAE6rQkGpOZ8fMphEdnsG { width:7.0625rem;height:2.5rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi { display:block; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxtJEpwoD1CqgSmHqHxkclUq41lTlBOc { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FQiLxuMx7pSMhT2X06aqqvamZiORdb { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TClDKfHbZq2WfzvFn6iF8hxnuPF1UnUK { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkSI3VBzLQLE9R0wERObkR57PvFASrTM { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8XiuswveZ0v1QpdBMLTucOtKRttIUJA { width:33.375rem;height:2.625rem;top:19.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3rbU11WPqgK7GlrB4KQTWhVnZ9wDLUR { width:31.8125rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slsEAeG5swakzKizSXR5vKbKOmAqSpGm { width:18.9375rem;height:3.4375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOID5EMhZi6MlD6Zt9xtNFkhBJki1L0U { display:block; }
 }@media only screen and (max-width: 763px) { #mOT7oyoHhG7Tp86zQ3TRvZ39lmFK8NMy { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAysiq6D5hwJXEkLpTOeLiRn50yNXGAf { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghx5vAW6HsF88GyFkEeWAshi0UQdQQq6 { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp5zaZQ4QfbSrGwHRBKSteVa3mi7FXqq { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugi1i3DCA768yL13PctTBXM4azPrTZxG { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vebxlc2aVXmTw4MZV4pNwUTfbriiqHMF { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1TMgNCK2RGfRPT4m8qhLGJ2tguxq6s { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWr8MO1U9xpZ961ntvT3u00W16h5HKX { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufSfNPPcircB9zKlfkdItV5CXmZtTrzf { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WreJKfseQizq2TQQHN72qccBycfp1ug6 { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M12DmCunciDX4Vd0pBxZZDQSHHZAgKRS { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDCVIrTmrOuXRTTTQkF1cpOCBnwkXBCb { width:28.625rem;height:7.875rem;top:23.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc1wPDv34AoSUiE70HxQiFAXJnex3Ez4 { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRf3cTd8wWECOxt14kfc86A8hv5Vf9VP { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvlJeZzzLohDm7NkoFvHVzStxNGt0yp { width:21.0625rem;height:15.125rem;top:22.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6PO95LZkVRfETudAzpLif7Fr9p2Zlv { width:6rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7LSzx3ssVfeRTyGBAb6U75J1ye8CyCL { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdT0FN7ltwXZVTAMTAiBK96iruXTwIz5 { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTEEQQJuTfUsxN9Zt4SdwNWG13QUBw8W { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7yPnkW68TrppK4d2W58Rvt84sLyvmtJ { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM { display:block; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB2yhyRVwFUfSlHDU4WD70qZ5UCWAwHe { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf4tmhTcahV3VngMJDbZ69mn72EE7rkH { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgILyqTauNloUDKHuFutMTqqL4zTnDza { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3p1tH49qzXytRATDAOVdxmemimVc7b8 { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSrrc0bxymxbgGx2GQtCKCeyt8DXwIde { width:33.375rem;height:2.625rem;top:19.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwB99dBIdGmTCUGG1gUlTtfWUSmG8fTu { width:30.625rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VozqJ34TISKANbGTmvxWkULb4eKJLxF5 { width:18.9375rem;height:3.4375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Zh8KntdEz1W0cbhXOllFtz04weyQR5 { display:block; }
 }@media only screen and (max-width: 763px) { #R8n3MQQdN24C3ZV6fHrDqmMHTvSKn4DA { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNRrXgMqdvCOMcNfBfFG4gTuyh7T7nb9 { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn30CqTsSyt0H6K8cpFpVPLFNXDz3A9k { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTaAI7w8p7zbMAcTo0FZ6yNTAVTLkSg { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrmEfs4NdBNqQFfI3v5hSKra11SDbw3J { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phRxTCPgHUsX460LLopx5w3WSEl3RV39 { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NldoCnWVFOmqt1Hcsbd2CX0NHTukZa04 { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9oVU3VzyvdVBGeqVPMcsa7nDRVCdhav { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgw2HxzsS9ZwAV5mt6X5ylHfqi37E8Jw { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzyc63nOtdWxOWJ7OkzbhpdfcwfhtZs5 { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5UndAASdGq85dSstJ0L9ylPZwcymAGB { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syt1HT2Fwle9GhAzpg2FbpfUJDJuBP4a { width:28.625rem;height:7.875rem;top:23.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0o57TS8EbPhNK0LWwhm9BoMRpwSThZN { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAEnKG6Usx28870O5SqafH7Veo5XW397 { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU6w2vHUI0ETUtz7C70LuLv8XEGhaNcx { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGCtnkfIc6G66llFtQWw9TJ4RqhrxBTk { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCKQtT8Du0ptwhxcRLeQNM84HARP7IS { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgZD6chiIcgein1qnKSzrVBnWfyT8hrO { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVP78d3Kc98Ngalp3tS9FzIWUkrbO2RM { width:21.0625rem;height:15.1875rem;top:22.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPCylUE4v0lFCL5ARX4HLPapRbDGu8iK { width:5.8125rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uirIrCWTt3ayUt335cJHR68HGFAMt93Q { display:block; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGMb6FR5tLPJ72q8v27u57i7H8Eh3eMk { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi3bw2zdhfiWm60g6cdX8rGZfTnkOhgn { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwPo13GcIl6VmgJZmSyke6RI1srlJMvn { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfT3P6AUi9D7ZtsllzyuZLzMymA9IMfX { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqrSfITkyPpBaWlpJ2iURUIAWdc4gHK { width:33.375rem;height:2.625rem;top:19.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i815htFa53hq6J9v92M7kgA5TnuBdeSn { width:32.375rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7xnZCHs0kSczxgJoKrnJaQNPCZJEw6p { width:18.9375rem;height:3.4375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO94kLvwfZy7zr3GpKtL10QKSL7K1GIy { display:block; }
 }@media only screen and (max-width: 763px) { #gl7ZCfkeJzCzAzZyPfWct9NC3av7Qkfz { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuh9FuqqikS0wLKTvr6H8sVQPVFyFW4H { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvSJEt33RIwCaKTdZHt3znUL7t3UNLwP { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCnXBCtedu4h2ucgq3xRzJ4bNq9vsbZL { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA5TWC0p0egNLz08t9FO85PQErAHeCab { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxK3W5k0lOp8RWBFsUdM9J4HnGKTv8OC { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVBr6F6Bu29ZR0d38V2k4Dz3EzCutgH2 { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtwvrbBevt2TPRRlOb3NMaWOTRKNXFxT { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JySoZGsUnQTUPJCzmHfOQ8TCOuPo1OTE { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8y6o9cqvvQoQqHhpIKlJTlvDv8l41Fg { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suZNu32SAtbuGbJ64Dr07T7FUV8ezRxG { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLJHHlISkbHynAWMDAVJt0f0ziW0ck5u { width:28.625rem;height:7.875rem;top:23.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7IDwaCzf0EUJm9DRhIh512OACzcKVg8 { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGqpnxr7HQxaN5hwhb9KnX7cThIL29Ob { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE9n9Du0TSdGIIA2SvwDo4rtxe7MfJ0n { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB9iRgT74FsepiC25PmSQT2ANeeZHV8M { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2EAJk8pzO14dHKu6NExsh0AW6imt2N5 { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWCnT7akUzy5dw1OJPKcKUAzNtVeQlv { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhHmyFTJQgBvUua2cUtbuwqhvTuFDmy1 { width:21.0625rem;height:15.125rem;top:22.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApV1PvP7G4pmpTdrrTiweVgcDThF65ED { width:5.625rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 { display:block; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wihl33UExmZZIQdWsUyOsbhpgk33q2eR { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWcf6wRzEVxln1nx6h3KHinInXHWvqwE { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTZtALCQk58BbVJF2SogSvfzvPa0LkS { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T09PcbsIthEVaTRBlwPrN26PXcDzLTki { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdwiHwZa4eSxAtTBaH4aCiAIIaU0aN4d { width:34.5625rem;height:2.625rem;top:18.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqWO8syTouJc1OPiZvPLuc5XaiMKnKId { width:32.375rem;height:1.5625rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtdC6gHtNyDKWDHFspCDQPbg0vSoHoaZ { width:18.9375rem;height:3.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnzSB8WDBOkULHlJWEcqyIU39PiqXtRt { display:block; }
 }@media only screen and (max-width: 763px) { #FwVP2IO0VN74aKuyfl8ZRzFHawWEKLpL { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzxWdDGTN2m6l3pMFrKgIp7JCxxAGnNJ { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qil1QJMxDeV6VbkLCPNnIHI29mkOvfvR { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8TWs5rpbMmh1L3lQNZ1eDTx01N8KHs { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRvalSKXU8vBgixMCnNaNKQFQcyzNKrm { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCJM7h7Ub3KsJEBuWzblPfomTQ5CZvo4 { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh884QNGfFwpXg55TynaPTZE7nsF7pnf { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEW4SWMKORJNrvl3AvMoGUEld3X66iOC { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL4AF1XTBqZfAfDkdt4fn74UBCBiCsEp { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrppa6uZoLwEV7AUscgrOVAhlcxdJGDM { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfnWWN03c2Deh4RrI3rmIHmrdLNGcWez { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV6FhOPbxF0nQR0frP2JudTIW2ATisbF { width:28.625rem;height:7.875rem;top:22rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtrtlGr0rw4cM6FDJHC1z7TJNU4vH2JL { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUPnhz8otxgr71iraWFHdvNEK1ZIo8rK { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnTBiF9G78JcGn0sBIbQDQLNm9LIkJah { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWfIOWOPZmoayt8SFGUCZlxbGVWKBvWi { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31AZJ2TfkPSzaTxaWX0N9KyR1s4FTJB { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poxDKf4O7sRxLUBDsULO9fN5EiS5BEmE { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDfEdXKCEJKMaox9AyCO5Cp7GRT57hhm { width:21.0625rem;height:14.8125rem;top:22.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdvCKGFwpDwqXAJiliIQLT78sLwDMatu { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #khr6wwlPd9ECs7q0QClfzEVzxl73vceh { display:block; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cveT9zUvVr0tShRSJn87T9li8iJsQDPt { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWyNmyHZr0LbIfhZ2MLkm01klK6QyIMg { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW9K6f1KoGoMfOAPADQ80IVbdC9Oompu { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDvpg4ERz2ZASNKPkbkuL94U25iXEcet { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTxnXiltf0IhiHau3pQ8xblbStTBI3T { width:34.5625rem;height:2.625rem;top:19.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHKJXTFUnNsCZcy6SI86tegV6TTfVXk { width:32.375rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnfvTZl0aQhzvscE3rT1x9UDfDq9cNNF { width:18.9375rem;height:3.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIrPDPvTxV2aVsmNQ4H8eU6fd90QHA4F { display:block; }
 }@media only screen and (max-width: 763px) { #cQk2XTbQ17CQ6tx1QKSeMCIW3pZVV0ZD { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwns6Ea003e8EaNo9TJLN68Hw0SXPozX { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7T8Cz4xTWDd1WgwNOhRDh8963Ugnscv { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbXdFykVcUa3E0omDZk9TLx4S4V8snWw { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdEfmJNyb0rRWmC5tkVrgK6zLKzhECTX { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o14C5P3BJeBQmJz0xqiCLzmn6Fz8S0Ng { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54q8b6XqzLmMEoktCdIJgorTEa4oqt2 { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFMC39DuTuR72tncwv33g79SfQl5p9QO { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTcNeWfk6A4PqJlqTeHgv3PB55MqfRrS { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMbowSBCfRMB3A7I2rmqcZOexlGO5Tq1 { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZVCC7gtiXesiuAGErXucSyKJF8tzoT6 { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiywxS6GOXidthr8oN1dfryS3k9HFcQ { width:29.25rem;height:6.5625rem;top:23.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1TNKSE6axS1bowIuJZVgZCXI27lJmyK { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as3IvwwJIeHadLABDzEx9Gx8NR5KTlhe { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1PQ8QrTb88pLcxJ05nDlf0pJmHxv2Kr { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcBdvnieyw4UynZ48WINlz2H1T5TOItn { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXb26s6JkKnd22L5rXcxhX5xTzxLgAIv { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTG3xVWf0geS2LnXAR1KoH2x1PMEStOF { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoVvb9g5PwKxxT0BEtnePoqp7GC57NmU { width:24.4375rem;height:14.8125rem;top:22.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2RMtZNtIKtFqFaPmRNpHfulH3PDg9E4 { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC { display:block; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Etmi6ZwysOhL5Ul0oPakyaPxr1X9zUWL { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0QwVFzoGTuODQBFikotp1DtxVTS1Z0u { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlWzsXExHzm6VVP6tbetHLspKwdqdUFz { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoNogDKuu3C4rWPHOqLXXe0uXMtWcK9l { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3JsXfagqhzD1EgQ3vblMopmpLDIEIsr { width:34.5625rem;height:2.625rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK5SaQbL3wQWshZsWCIhCQWONptZpNr6 { width:32.375rem;height:1.5625rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZkBseutVNGAqfZfeQ7XS7UI9yFPxcSW { width:18.9375rem;height:3.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvntTNpfsxeHPat6ECGdrxBhLMRTVSeQ { display:block; }
 }@media only screen and (max-width: 763px) { #rftsZR1UtKBTLf2mqWC2bFhJ8mOsrutU { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxyJFU15FD6VSlOgCiDTvCrPRrvMgDOx { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZq808Xv1eB51RV2IChAxqixFsfXbLQw { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpDK8cw9V25MauObvdwvFIxMZvhyhTUS { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPzyhhKmf9CwXwKrZlvhZJ54cPe6zwdm { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8mkPBhVkZBhDXgAfbVXfPVBsf8N5O5 { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGXTcKfw4abqL9hBxDfNpE2XLeNtmch { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9VbQxUcsQicTGUfBFQ5EL6gbWKVgyx8 { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtxzHAGTbTetPHIOlBoqlvZQ0iupH8qo { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIIX3TsfheGMbDTTE2A3esUTxfDDre9 { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU17AK4k38dQI4LEfrcr5lszyWqW4fgq { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drqqX5UXDiMnMb6Im2sGUAuULHXwcBBG { width:29.25rem;height:7.875rem;top:22.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dckfEXo7fVC77aUfA0IoeTmnHEbaM9cc { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XODyCNQLlvhByJVDKRKy6rRSUoGoFxeW { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGkaAArDWEvchVD7Shq4X2HInQ5bpqvp { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guHnRRiO0BLCRlTFsmXMxiuoimU5Hkr1 { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emiZFGk0S0Zp4SaxEltIiDn1wcq1FZHZ { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcv0b3QTSdMxiXT98VhXvDpncoyJeln { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5L9QTCX2vJCbXt3HFln2TnFpWDtzF4c { width:24.4375rem;height:14.8125rem;top:22.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSAGJsVKQnX46sumI4Eq00xsvI7TimCW { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r { display:block; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoaGVEfJbrQtvnVUSdVgBD6pXt3gu7eU { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPVTgTIisg17q2tHTSW92cnN0c50maHS { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ7T3dFc7vkgngD6ZCCcuGkx1z4JXTDs { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGtGia3GKvoEAlclLZ5Q1mNPSLMUiQUJ { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJH28tONKt39Mk7lSAtnByo3hQrVNDnw { width:34.5625rem;height:2.625rem;top:19.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRnCq77TN72rRhzKMtEDttqRNTwxq6JN { width:32.375rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUfPJiXo8HF7EQFbJio8XJuu7qR9f175 { width:18.9375rem;height:3.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWOFDUKNwkC5xKmZ4TlC5oRCBWGdCwA3 { display:block; }
 }@media only screen and (max-width: 763px) { #u3FyO5KSnvKO68TkhFLxfhIeo8CGlZii { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #avJglVUI3KyRvdi9t4nWGUWewZLd6193 { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqXWfI4k5A9c2T5Q0zNm1s8ILQcT0sR8 { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmDPHhFoZ97oRvXg1VBKmmsdxA7CgTF { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB2TuK1iL2OREOaMTl8ogJ5QLG2ppqtG { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6PlL9MEMxcdsdZ0gX9x2TRxH9ZEn2qU { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpXMg1tAPllHA358RThyIJintsTK3nFJ { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqyRHIsqlWgrMMuskTDFMTUdzdCxcxQ { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaTgMB8cOrzWqgtd9GK1X4o3KxGULxTp { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPfSEl20WAclL2XTe66hk2DN0wi8g9NM { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7CTdiDVJATAFU7kVPC84hRbDHwtvt5X { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxMfuliE1Fg1lWAKlW0QNcsg3vUaQipP { width:29.25rem;height:6.5625rem;top:23.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHidLaeZTLeSnI3sK0sKpAS9MtinfKe { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs4mryHnScIOcn7QLfgVnU35vxMSGfac { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDzWK0G83T4Nks5aIcrx2mAl6s3wtaag { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdkgha9b5xcqpZ4r08A9uHFqDqyF5G0C { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRueRTlyi225xaAKisdHIx5uon7kFVPD { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6nxcQ3TxVqoeu6ZxTzyhduiFCT4vI7c { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAy5iMVuH8AwdcRJb32c4uuxoiketpEB { width:24.4375rem;height:14.8125rem;top:22.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgzuJWl8f8olaAnwTTmoqHhkW86KglTd { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 { display:block; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAcZMLTonAzDS2rbK0iRDUlCkecaG0V2 { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG5FSEOQCsh3y4sweN5QUqAlxZkzgofs { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGaAofThFlUKvKlMF76XXvqGJhA3hOi { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnDmBqObNeo7tfs8sB9rHmnLZh7oRkJb { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdpWgOV6v5nTUeNTiz7grn9zKT98tDO { width:34.5625rem;height:2.625rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciOmPniy3yy03F7Ni831tu6wofQNm19g { width:35.25rem;height:1.625rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF371mROnnTMQAho0UoDH7kXXcsw72gg { width:18.9375rem;height:3.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHRFOwmTOVm547sBV0dQAuXHwLshfDDQ { display:block; }
 }@media only screen and (max-width: 763px) { #BMeTTTEHTuRfvW25PESzP648mpZoOsMt { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMiq5GUoeqcm1BGruQ8tlUOsBtTy2A0B { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDsARifR3AwQQqiIHLGqpmGPU6FdIsNp { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfs7ctTcviVzGlgQQJ47QLZiFcTL0boJ { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feu4Z7DtIo3eU0SvWeW1swmLLyWO4mRW { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyNGkdhtZEDc1sNxI15F8wQQIinhlFmU { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6SC5TLhZleoac3uhEN51CRV28E20F3 { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyU71xSckHVIxfoTJ622Iv4DxuNh0WmZ { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKBvxR9stu6gbPJVenfGVWNqvDwKQ6To { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfyW8X9IpkcBLauExgpGmF2K8N52phi { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS2D4bUFwvuoURE2CEMNXDF3sMSl7oPM { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfesNK6KTKKyMvR0hbvKXbcPUL2Nks46 { width:29.25rem;height:7.875rem;top:22.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mALC1VL8no1WlpMH7Zvbx9K6V2NbbwWt { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNaT3FOPp5rulkZFxN8XE7ftBeSQZw2U { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIxB5J8KkludEge6SSH8B4I2tSO1Z5hQ { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szzTXRST89QPSUL1ypuTbMVODADMldaJ { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU6WsqfWJL8bmHJzq0XxuJLDpQToHXyq { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTxdfTa8aLmCWqRFe1BTg8GAgAzQtc0 { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc77fFTwSSO72u7A1VrdBFk07PvRaXr6 { width:24.4375rem;height:14.8125rem;top:22.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCAofBDM2go6ZDv5JaZ1r962F1OCzgH2 { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b61OrmnRSoVgc7989ntWGQTJBbmcm8tk { display:block; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXDLabCk1iqClu4xNVMW4MXXH5AWDaOp { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmIhkTdnTnleq14oNfeITAgJz8tQZQXV { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgHz8VznemwzIspZTaIfa8zc0hvZTqmI { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwOTZyTPQtVJ97lBTdsdOG03ZegDt5pT { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5kUdlmOAAowiNBQiTHnMGf1ZH3SsPGH { width:34.5625rem;height:3.9375rem;top:18.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5AHpvZTNGhg3FIW8R7dCnX1pIPVWbmq { width:35.4375rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rICHWTlho2CaC1hotO5CKzBBWAilWXyV { width:18.9375rem;height:3.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irr6VNJg4TTLuoKp2IFT66VNmBNTIbx0 { display:block; }
 }@media only screen and (max-width: 763px) { #gJwWWLIcbw3RQToFgH308XXSMbJdV7FH { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPPqGZm0znOeW1BHay7v1OgLEyWHVkCI { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVRJNeRDzb5TseOg3THSyFNcGJ5C34FR { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmT1KCaxMFe0uW1coJwTSE9ddORs2Z6W { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3CIWdZGw28AHl9Tsay8aU8x4S0xE9D2 { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK7gUZUS4iGny9cJbaR0E05DD5N6hRAh { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ubOo5Kd5uQ6CTlZe5hdxbvggaizgw8 { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcmGhVeNdzDFHnUUUA3aQV4TdVF6RJZX { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPbzNuc3PSN7F8KDV08rHsB2WLPaNOa0 { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3TFHtWkS4yxpDT06bIiDK2G0mThEdpl { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKWuG6H1OxEqeTO7SeBHQV5ItKJmuVdo { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWwSa9962rE5TdWmbDk7NstTibt3XNir { width:29.25rem;height:6.5625rem;top:23.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOhsaoFHCModtCwh4WIfJa5r9WlyaBl5 { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8xbWLZOgc8I56AVNL8e7IixVQNJGHeL { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvHGTq4anBTtehyLvnx6XwAeSaWCn24K { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPFuibKTNAlEJJ68WD422h02cm7QKvw { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu8sWifPX4lNLKuaqRJIR7GvLpbuWeVU { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovHzcEpFA2zOkHe1gpiPB9FqybJBGBO0 { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTks5aUZyAt9eCgI46fFZm2gc13GI0Mv { width:24.4375rem;height:14.8125rem;top:22.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Covn9yKaGGkc3g119uvBdqIFIEU3BpAl { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Km1mtcahCL2t2fubuzkomDyVuzbFszJh { display:block; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkdlFURDtpdkWTvQ5HXLiy6yAK8Froag { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMzN089ceJ9ey5RgVB0G1WvD5TcXQ56H { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXgy0uRnv2KmXbR8s6E0ISo4fxglZPpo { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasvFoIMOWLWr0HxmFgnOSkTe6XNTD7n { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUGW0y55rhrS4PBsTlt2AQEUnLC64Snc { width:34.125rem;height:3.9375rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvPZrCbv0V14cpywuk8PinUbVbcAm5O0 { width:31.1875rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdCSBTe2rEQwmp2zpNFEMN1ScbGri8oD { width:18.9375rem;height:3.4375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq5ifE7gugZkrSks1bJ0o36DrZIuO7Xm { display:block; }
 }@media only screen and (max-width: 763px) { #dceWTmRb0wXIcfTTtkEzvEM5Fh7vSckQ { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsOOrFc1cf1aGZcOFNGgBOTB1wz7IANv { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH84xM15tfoGTbpTuH4kIR2sOfRJkFtT { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f73IqzaS1c0hMdv6ZFNNRWztLRimqxym { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0DqkRBJIpdmunxyC46xR1h2SehD3pp8 { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPI0JJCGKD7fmzFh2zIQr8CHoKw3M6Zc { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIZbDro9iLu9h2J4snzr9cpXKPiT912 { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAnGBi6GwnIPvXS9pro287vquRa0vX5J { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDNHMKSzUSZOQcuodikSsTNCMJidfIXC { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIUMcxBPPWHNUs2bRlITf0eO47kARug9 { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u60907NdMMKUPHcm4i1eu8uto1ATx3oW { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9sWpsEXBPAxq2AE3WtZmePvqVsfXqWD { width:29.25rem;height:3.9375rem;top:24.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqph9pgT0lpNkzV0bn9OpWwaSaZCiFc6 { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdMT43FWupSkfwh8vrTNm6EEc6rm5dao { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQdKre3TRXWP1CV859bfTg7w856JRyV7 { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTkMPghUvNctLLEx19NByh0d9gC8ulr { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKKLXUDl2Lb9dlwHc16w5DSetw3f0nP { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZE27H3fB8ofiTalu7KmfbgWFUn4HxM { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgKPVJn2f9eJhruWN187GRhDVvTZH93T { width:24.4375rem;height:14.8125rem;top:22.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJA95WMx5Eywga08RA3rzFaAa1egTgI { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 { display:block; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7sWvaT89QfrCTvsz8kUMNhtAR4dkGST { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g757KVwqma1tmmxQZ5PleJGm3cMf5Zan { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8RISQoMCXzA3McTxNWZ4fPsk8PLceD3 { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtdQDpmZvVVxJKZbEZGlmKvRbtWlxPGI { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Kt85RvL7EI9FQtpuUgGSQDTBJQJd2B { width:34.5625rem;height:2.625rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCqcCnC966BCgGdNu5SBmFPF8CabPXuM { width:35.4375rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGlmIFavw66FTnTUg3uxVofyTC6adZhB { width:18.9375rem;height:3.4375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsLTipQ3JMMug4hakT2qsUtFJTtLoUIz { display:block; }
 }@media only screen and (max-width: 763px) { #T45aHFxwVAGb98Hqb3vQMLtofKoFuNhU { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEwSTOy7R8LqSpKGIDxRW9BBUAKTBRnZ { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8y2dKDVCah5Eh7RrMIBokJqD5qgHGlb { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR7QCp63IcNDtqbTz5G4x3wBTqRGs6UT { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FscnsvsiZaTlyDskeB6cXrWV0xkNWf3P { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSdnUap7FZHuray8RdF8H8EDexkI8hsE { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqHHHrhmeHtcTk81yGSS7ab4u94f7ZTy { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo2nycW2JAJha39T8SpiZVzGPzdKQeUG { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrmkcdxRMTgA4KybWznODIotBavdXQrx { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Wx5stzgbUE48PK2Bd0hlR0wnCbx5Sv { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzfFVcPMb3l0Ks36Qz2teH6dbpvaOihT { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfAmMrO6itBynON1ZdUIuUW8fFhJGtlV { width:29.25rem;height:3.9375rem;top:23.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkSwENpATgbsmodlC2VDGiTgonN6X7pa { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZm7noubNdqh54f2rseG7g0JggLTLT9 { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgT7k3DzybWtvt6mpirLhSHUck5y9bL { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWr5893dfgbFuT4bWSoI0kHRC7dO08zd { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwLuX8gO6F7ExqXUygXgvUCrTXt4ATeo { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyfslkRXhDTq7CNx70LV55T81KVM275k { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqAKOGS3MZUmq0zlZfKwTV6S8Fl32QH { width:24.4375rem;height:14.75rem;top:22.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8uNpLTuRRPwKghZcGE4H8vZTMNVi4KZ { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ { display:block; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJ6kI3ur4qwTJpNAyWyF3w5UnsVQKiVO { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwQ3uA6zREAnMkOHOhmbzd9qu6xoRZ9 { width:47.75rem;height:31.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T57lEmirf8bzJavuLQeD9m6Qw6SzFNxC { width:44.75rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4HKTGZ6srDXM6iMObQigigH03mGzywv { width:43.5625rem;height:;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FacCAahpK5oKOvCnh2dCfqC20VteKk4P { width:34.5625rem;height:2.625rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVKWh4n4RP6gPNMLZtW9pcA8rvPUP6N { width:35.4375rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGyonauy1FCnEpKoV8lE2SOkf6vhNSxL { width:18.9375rem;height:3.4375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Gk9MaSMvi4bqEV5iyw3vLkFh9QhTvA { display:block; }
 }@media only screen and (max-width: 763px) { #FwqwdqNFAHFE0APLDNCxwG4KyJKxIkmi { width:1.625rem;height:1.625rem;top:12.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA7VkU9zz9T9G9UMJ0WBM8GXRE31n69r { width:4.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqUNduUgAXrZnQsn7DcvX2AaCUVq9Hd { width:20.3125rem;height:18.75rem;top:18.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXNBcV689I6rLZi5y9PACZg9Pcu6vVM { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlwBbZESSgnk9AuGMXG85swuo0d1lLtR { width:8.625rem;height:6.4375rem;top:17.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIq0g2pFCcJACXtwxlznuL3WQMsPQMsf { width:7.125rem;height:6rem;top:22.8125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0hG5oZ32NGV8SPHSGBLwQ00O2AKa4S { width:5.3125rem;height:8.0625rem;top:28.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJdnfsTu8JefRmN7DvtKvePQ6FMDFNZu { width:2.6875rem;height:2.5rem;top:19.4375rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvrcd1D9bM5HTdTgOiGDFrEGp9bq9KuK { width:2.375rem;height:2.3125rem;top:34rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVJWEE0AM0czm29EzN0SIVnMd3Livpyo { width:5.75rem;height:1.6875rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugdm3ZonFbaRM9hRghwh1nQRXH71HNWt { width:47.75rem;height:1.6875rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6J6aWEQ2goKzdwHzCqDQfwrEPk6Vxrw { width:28.5625rem;height:7.875rem;top:23.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7g32cnn61JBELmpTg61TcampKcD2JlP { width:20.3125rem;height:6.8125rem;top:11rem;left:27.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hotP3R6rhfHSZ59hlDrgDetCXTd8tehQ { width:20.3125rem;height:0.75rem;top:38.1875rem;left:27.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVhZ5TBVXTaIKOr50zZyG5kQlw5ySg7g { width:8.6875rem;height:6.1875rem;top:24.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdNrdOnbviDEevO7JTaAFBq82SbfgBPQ { width:12.625rem;height:8.1875rem;top:30.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsux08ShoTkNxRUa40chhiaqZuTN9y0q { width:9.3125rem;height:8.875rem;top:17.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6g6nC2qoMNdfsTk8qnsXcBJi8neBnK8 { width:9.5625rem;height:6.4375rem;top:27.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbe6OQCCm3F4XWpIqZJvOTn40aQtMTK8 { width:29.1875rem;height:17.625rem;top:20.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKzVnUyFt0QZakLtfpSZFyo5I3PdTZ7U { width:5.375rem;height:8.4375rem;top:31.5625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 { display:block; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-button { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-checkbox-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy  { width:33.5625rem;height:auto;top:20.3125rem;left:0rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy {display:block;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy { width:33.5625rem;height:auto;top:20.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #PyUWZbLNVm9UAOnn4wrMtGzohwXF2m5o {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #c7HNZaA1ZywHMQJ9uAoNVThnRPCJw2UA {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #yQPzZ3e4oJN0QW7aBTcAMLb4Dy8ZzE0T {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #y68fpQwSpq3LoBRukQrguHIDVMESgQfT {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #rfu0tx4H7TnzwVLQVR0cGr61B9cEK36v {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #U00uxR1cFoJkLRIfhe4lMRfxd9B5Qu5A {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #TyHHRogNS6wvn7Cn1rRa7vpFIw0ryzP6 {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #Rbhee35NQE58E28sQvuW521EM0JeyKo0 {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #U15yUq5HzNnswFw1kMU4opFOUV2O0fWZ {  }
 }@media only screen and (max-width: 763px) { #w3FIaaQD5PrSyJWulhooIMXrNCLLf59C { display:block; }
 }@media only screen and (max-width: 763px) { #HCsvZpoeyq4BRXezHnkyx5nViTMrf8Xi { display:block; }
 }@media only screen and (max-width: 763px) { #cLffA4tdtVAx8bnUkQTgiEVNKaVpPAn1 { display:block; }
 }@media only screen and (max-width: 763px) { #yQNvxKrlDCz2AHnXCDc03Ryw2Jvl65Pn { display:block; }
 }@media only screen and (max-width: 763px) { #w8D09udAnrOs3B7Pln7Q1MawZpi3Dq1P { display:block; }
 }@media only screen and (max-width: 763px) { #Wn7n9XlGgKZvZi5S4Eoq4gre3q408aO2 { display:block; }
 }@media only screen and (max-width: 763px) { #HVTmFpk761tBzTi5ObTiocLS25ssWK2r { display:block; }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #P67DTz4TFMQQn4p3mcKKCSawBk1ILVio {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #fvUpn0itZfEiKn8EPgkWbU4nzmhBeB55 {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #rKHvScJNUXrSwFnnfnvV6Tr8KhRgVKho {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #TGS9E3fWaNGSkieJO6KQMM19qKT6hANh {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #cVhWD3ArJ2uueViORmHhkm2fJBkoLd7R {  }
 }@media only screen and (max-width: 763px) { #NAxzE5DsfQtS4i8T4o7R4tvbnfpByON5 { width:15.875rem;height:3.6875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4J8ye4HCl4bVMwVP8UhSU6mDtO4BKni { width:38.25rem;height:24.125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkAazGmBeyN7dtgeMTkCZ6rbiTbfGs2h { width:45.0625rem;height:2.4375rem;top:8.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz69qwfnItTWhhUNt14Vp31bG1K3mBzn { width:35.75rem;height:3rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6InAX0ooLlKLqCN17fcXfo0I8m1Buqe { width:12.5rem;height:12.5rem;top:12.6875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8m5Mt7pK4wCal7PrNKs9NNy0iZIvgyS { width:5.9375rem;height:8.4375rem;top:14.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2lDaoad3nhBWFEdHq3Ne4TdBQSPFTt { width:1.4375rem;height:1.4375rem;top:13.3125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vImPGNGvmeRuQgEfC1AwT7T1m1BGQi2q { width:11.625rem;height:1.3125rem;top:18.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWTEsZFUkMzFbDnW0SmfnBKXpGct87Ue { width:22.5625rem;height:1.25rem;top:18.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzMRQGRNPinnsXIg6rUr0tOe3PGayPqy { width:3.3125rem;height:3.125rem;top:1.125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhw2Q4vUTy49UFAHRP2ZIrBRW4aif1rQ { width:3.625rem;height:3.5625rem;top:4.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtXvbWAaXMKsvSRA748tPh99RtP1wP3L { width:6.625rem;height:1.9375rem;top:34.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmWkBaSA2Uc3xFKn4me5auUhUIGuPP5T { width:2.125rem;height:2.3125rem;top:39.125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf8giLthFkMZlzwagoSOqDaTUbzyWeNM { width:0.9375rem;height:1rem;top:24rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9iQTw76ffHxm6xHU8JISxbvyPgcJmDn { width:21.375rem;height:2.375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA2QyTe0h8V3oQycQi4gPifdxIoBQZhC { display:block; }
 }@media only screen and (max-width: 763px) { #SqG8UXIrJHAKbDE8eO0Mor2fDQnyWDl4 { width:47.75rem;height:43.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM { display:block; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-button { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-checkbox-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq  { width:33.5625rem;height:auto;top:18.6875rem;left:0rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq {display:block;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq { width:33.5625rem;height:auto;top:18.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #XC06sarOWKnCNzRrrknScgyKDroKRDBN {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #VfZfvFnJ0QP7FdJAuiBkpbJzpTlkCGkv {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #R0hXcFNlnVdoRuUre4As8hc4fBztq4s5 {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #qhkaTtoNEnAg3oJCZOMnIrs0KuiZfLVN {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #LXt4IWc6anMyXv9eVD3CcTmoFcRIfdRE {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #iOXbvrBJ23abvSZS5F2RdrKl0IvntQHG {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #CholZTWXfZ1gEKP6ZLiOF9n2vygqUlZQ {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #kNw0nk5Ria4iXR0h76LT7EKCDkTrhu5i {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #zgpnNAlG7toeuPw07klmBeKEWG7Sy905 {  }
 }@media only screen and (max-width: 763px) { #MF5u68oQGIHq39zdqTvkzzWOoqNT8zOy { display:block; }
 }@media only screen and (max-width: 763px) { #uVREhMtKfeCsVTCtOETE939AK9TKA5QP { display:block; }
 }@media only screen and (max-width: 763px) { #G6vgTENvSXcu9N97TWk3c54L5BTkEUu5 { display:block; }
 }@media only screen and (max-width: 763px) { #s543W7r5bGVwcsy6qI01xeVr6mcvslhz { display:block; }
 }@media only screen and (max-width: 763px) { #XVw4UyPlVN5wzv2RB3V6ngQMKl0VePQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #U3rgPb1LpNfpefMD0loWTiitzTOaKpSF { display:block; }
 }@media only screen and (max-width: 763px) { #hcQsh2FIgoDUGI4riL8USexopAg6xwmO { display:block; }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #PwFxXDQ65E3XXGUnId40TQiGrRHwa4nM {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #i1FrPOOATuuowxM0UIghvDlea2zOImJa {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #ZeLsuwtKgbzt2tWNsJ8GQmEFEHae0oWZ {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #Qg6st8wH3GFdowqauZBXCET44TsiThoR {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #enCMAnowuNV5bOxSpx6flCG14HegvBQn {  }
 }@media only screen and (max-width: 763px) { #XixAO0znhGQWeAmO0PyylDx0DChzBAkk { width:15.875rem;height:3.6875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QafDqfyDwRCU01dKJOgGxIqugQfCEnlN { width:38.25rem;height:21.625rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh1tz2VAoeWCOlbdnugtZUL5mBP5Jwr5 { width:47.3125rem;height:4.9375rem;top:8.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oX3Ar68Ls2q6sTVZwvL9ZTQAhLkDTr { width:35.75rem;height:1.5rem;top:14.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX5GBtDTlOhxAplGkBRTiWVgwJPs7B2R { width:12.5rem;height:12.5rem;top:15.8125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcWFzv5wnGTrOgzpJiAQNTWbLz7Z7NT { width:1.4375rem;height:1.4375rem;top:16.4375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgB5pKWq5v6PJX1wz2eG7cGfwo7gMn4M { width:3.9375rem;height:6.1875rem;top:17.1875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpZ8kMQOh4X0vVytkKEnevaXi5c9yWPF { width:4.8125rem;height:7.6875rem;top:15.3125rem;left:28.152582284679rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK4S5EGd8LcEz8tyaWbu6VT6AimSJa2G { width:5.375rem;height:8.4375rem;top:21.125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCDQGatc9D8CPUcXUcyP3ToHFsmVtkq5 { width:3.625rem;height:3.5625rem;top:4.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZPTLsGJhfk1JaM5gTe6VRm3I9uJC3C5 { width:3.3125rem;height:3.125rem;top:1.125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utSmbi7xgUffnxcK2mZKvBsrkWNLPAuS { width:6.625rem;height:1.9375rem;top:34.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRqEQ6PhfCNe43HNpVhOpJGg49O2mDTd { width:2.125rem;height:2.3125rem;top:37.375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc4gB5O097udKy82NPl0Nrf5qob3eQOt { width:0.9375rem;height:1rem;top:27rem;left:23.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAT1VAGXAttz3bdtPGLlEPySk3mDAvDt { width:21.375rem;height:2.375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaffgXEQGlKGQdzAmXMbfoVfBVWeCxiC { display:block; }
 }@media only screen and (max-width: 763px) { #u9zeJUIKDzxCDhMeECq4z69RqiiXKldF { width:47.75rem;height:43.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs { display:block; }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWJSNSXkikmv7MfKOmqT0AxkQDbNVFpd { width:39.125rem;height:1.125rem;top:1.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpdD7E6LfIPhP6sfQhPd9gr56DIAd4FA { width:6.9375rem;height:1.125rem;top:1.1875rem;left:40.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulbmtwgekIGD5RuRlhP58T2SPBF6bl5 { width:7.75rem;height:0.9375rem;top:1.1875rem;left:40rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #c4clMcTkoilzS3gtCDIragCFzxZFTc9a { background-color:#ffffff;background-image:none;display:block; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container { background-color: transparent; background-image: none; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container > .video-iframe-container { display: none; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row > .video-iframe-container { display: none; }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .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); }#c4clMcTkoilzS3gtCDIragCFzxZFTc9a > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHka4AUp6e9IfxUT2hBrBBRr8ldI7Q5s { width:12.8125rem;height:2.8125rem;top:1.25rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF3cBtHmZPFtgvD8VinV9pnhBP5msfbK { width:20rem;height:5.25rem;top:13.46249961853rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTTBZEI5eIwT0rzVKu4NSTuioVNzWTpr { width:20rem;height:6.075rem;top:6.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wSJRrJZ1qEI8dEGfz6MDsfLkKTF6ixtS { width:18.8125rem;height:4.9rem;top:19.46249961853rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OI2lJnM8MNXzOIxcLqdQ4MGx1J0HcmKM { width:20rem;height:3.4375rem;top:25.799999237061rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuz7rbsgQplS4RSCpTQDi3TwWhEnK3nS { display:block; }
 }@media only screen and (max-width: 763px) { #keDhQ2vG1akqH1lmleXtf3O2hOXT1JEf { width:3.1875rem;height:3.0625rem;top:34.43124961853rem;left:1.3125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #A6GyfeThXwTx2hieZrqMyOdWcZCKu3K9 { width:2.625rem;height:2.4375rem;top:34.431251525879rem;left:15.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHTzuBy84blul4mXvXaDDdbh87BEum19 { width:4.3125rem;height:1rem;top:10.987503051757rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnw0TOAMxAJMn8sAu4TPTVLCo3yeNzVk { width:1.875rem;height:1.8125rem;top:23.18124961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/01ad8b53-74b3-4436-a77f-9e503568962d/bg219mob.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO.adaptive-delivery-prevent-bg, #JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO.lazyload, #JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO.lazyloading { background-image: none; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row .container { background-color: transparent; background-image: none; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row .container > .video-iframe-container { display: none; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row > .video-iframe-container { display: none; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .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); }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row .container { border-width: 0; border-radius: 0; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JC60Hy1I3aF4Kkmh8HlrNSFOc2m2auJO > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd5zTdBrDFAIMwQhFxPTikUAO4AtO3MM { width:2.625rem;height:2.4375rem;top:3.0625rem;left:15.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PdDX7UieAzmczNPzlHTPIutCKT2P7qE9 { width:3.1875rem;height:3.0625rem;top:0rem;left:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-1),0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-1),0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.3; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1  { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 {display:block;}#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #sI8q3TksK1hf4f8T4Mv1zI6Qz00mSLye {  }
#II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #sI8q3TksK1hf4f8T4Mv1zI6Qz00mSLye .container-column{width:100%;} }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #ErTLn3HuSiibs5HsRP9dcgD6LpmrJOkb { display:block; }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #dvNHEC1NwpiynBHwidvTeOiE5wV7c4t3 {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #nhQuK5OEGUvwA7FK9B77XqHfOo36VQTe {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #CcUT9OEJRkVJxKiJcMsIeX55UwZiwDG4 {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #OsbzlLBaVpd9aO80TqTAyMhF1sgmGvgR {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #bEvu1sTgmG7lpqnwL6Bwy52za7StKODO {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #Tk6B2afkJJo0Qd2STmE8m0wRRNuePC33 {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #iuexs7TTlC1Vsp0UK4D0DrL7PFpDOlDW {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #vOmCI0sIDUETa7KpKr1yvVReROuI0kmy {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #E3LzrlKbedLOtrKl65w2m5RblqmgeAWt {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #tnL5261xe4QwV9VGBeOfaT4D35MXdO4O {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #FutIouyRkkPRwg8dKO1mbczio0wTl0fV {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #wTGdbm2avMayleuJFyHdxezsQAB56zOO {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #q9zqVbnITCLzb0Qg8JkwTqCukDlMV2cC {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #Cmc6JrTUH19UciIgbgPgigIcOGSVy2Iu {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #MneEHDHl0OVNeESM9Lg97pPgiit8VA1v {  }
 }@media only screen and (max-width: 763px) { #II1FOQuJ80edEtz5N440TvJvyI6CGwT1 #auT0XMaPuFMEzy1v3snxVOvxRXif8klM {  }
 }@media only screen and (max-width: 763px) { #LPnxikLC717zHovX9InMQycLFuHRoP95 { width:20rem;height:1.38125rem;top:2.8500003814698rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2i01EuLe0oKN6FP9HFeEvzNP58X8fLT { width:20rem;height:1.05rem;top:4.5rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kFwG5fEZE9acXkB8OqGRVd8p7CGQTFPk { width:20rem;height:28.75rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1EVnz70IHyBChWe7EZWE4qhXwuJBLA7 { width:3.6875rem;height:4.1875rem;top:7.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2ktZyOVGFiX6SHUp50cuCMIgE1LqeTo { width:2.5625rem;height:2.03125rem;top:7.5625rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgqWL16gayLXy1HvBZOGsBXN5qrch3C { width:2.5rem;height:2.5rem;top:8.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6sdzehteKUDO4eKPc6eTTO4SZKdflZB { width:2.5rem;height:2.5rem;top:8.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI8ZzPuWO8uZZixPuo4WBEWF72MsTLDK { width:2.5rem;height:2.5rem;top:8.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1OZwA0RTh2d62dnWwf3HZhXP4Lkeap { width:20rem;height:3.6875rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTgJRdwZS7d5FHCDEN0RpmiA7tvR8TP { width:2.4375rem;height:1.625rem;top:0.76250076293944rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpFwl0sERU6KDfgR7hoG3ikRP3wGtnG { width:2.8125rem;height:2.9375rem;top:37.625rem;left:16.478070175439rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ro8A78tTeBDwSCHMQxuO3hCUlziU6IWs { width:1.125rem;height:1.1875rem;top:38.0625rem;left:14.227083206177rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #PDCQSTz38yUDwTbRfk9628vlhoLmHUTS { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #oOuUX8UMLZlxUhuyTEtHGaD0aHy0fznU { width:2.5rem;height:2.5rem;top:8.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqRfrlZACHqlU8ttx7fbVwFcQkgdQTWi { width:2.5rem;height:2.5rem;top:8.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx { display:block; }#xG1ZesDFkaaT2e65WddSAG1iiCNrIzlx > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.3; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-text {padding-top: 0; padding-bottom: 0;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-select {padding-top: 0; padding-bottom: 0;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN  { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN {display:block;}#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #mMFEJtOFf9ezoe0cNEeZdLdhQcwTDcyq {  }
#GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #mMFEJtOFf9ezoe0cNEeZdLdhQcwTDcyq .container-column{width:100%;} }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #UIlWRA5405K4yG5sTEDaTJHbJIACRIGC { display:block; }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #HN0BHoJCZ1udJFQoMqdoJwFyqhHNTtlm {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #c7gZDkM74t7Z41J3xUERr7GnzogDuTtd {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #Ja9rPd9t9raRVMgigpxRQgA17GtVFtix {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #qragFfbTT1xuVPTc4sGr7ggJxzvoQ26A {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #K6bftTTbL3kJbx70frDNqi61iAMa65dm {  }
 }@media only screen and (max-width: 763px) { #GNUlq0TyT210nU8kU4b7pcR5u6rN1ZWN #x8CTn8SLJJBQoMymIWWIPThiZV0HRQeF {  }
 }@media only screen and (max-width: 763px) { #gT36f17yMExnEddIAl2T8iiOeBUSLSCb { width:20rem;height:1.38125rem;top:2.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIzJXF9qTyViPOSN2Tg0ZSR33hsU0pAI { width:20rem;height:1.05rem;top:4.5rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QFQ0c2iInFT7H2b2uo4dVPLgC9nNV36G { width:20rem;height:28.75rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOgO5PO5JaRLhyay8Lwq6TBufln8ynVf { width:3.6875rem;height:4.1875rem;top:7.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhFDV9qlJUcMudMJAXAT6hcxRxxaLwnt { width:2.5625rem;height:2.03125rem;top:7.5625rem;left:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtu1lV9C8ZOpSXrm8h5MCO1wINfzSHTT { width:2.5rem;height:2.5rem;top:8.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiwRF4uVGT51unWq2PdSPQ6FdJE9QlBp { width:2.5rem;height:2.5rem;top:8.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHPXcW0LnLGsgbksK1h6lGev8Fwk6roE { width:2.5rem;height:2.5rem;top:8.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKBS2w2Mi46oHnkarbh8DcHQGlvk8t74 { width:2.5rem;height:2.5rem;top:8.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0GMmPLqvMG1vWiFn0Wx9JiSOq3gayLq { width:2.5rem;height:2.5rem;top:8.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXR5E5tJaQswqPGeec5l4qiowV4R1LFk { width:20rem;height:3.6875rem;top:19.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsiGD4BZZGZvpQRKCGSLtm8Ob5u12eM2 { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZxkXtczyfbTH7ebg4wyi5Na3ZFClGzE { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #cGsMDu1uTr2ys2sugLF9TVqKUyrsac92 { width:6.8125rem;height:2rem;top:35.375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfrgxbxdltCZEUXCKFblPOpsoMf2BxKE { width:2.8125rem;height:2.5625rem;top:32rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICC8OtaWtliUyFTZ5Cdkx5BlaT0ltz30 { width:7.875rem;height:1.1375rem;top:38.9375rem;left:6.0625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #POfMmrTh3CKnBgo2leF1RC9mGabT1wem { display:block; }#POfMmrTh3CKnBgo2leF1RC9mGabT1wem > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.3; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-text {padding-top: 0; padding-bottom: 0;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-select {padding-top: 0; padding-bottom: 0;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug  { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug {display:block;}#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rkCxhLmB9VJ6xWQ0KLXDJJIE4VgdToWu {  }
#v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rkCxhLmB9VJ6xWQ0KLXDJJIE4VgdToWu .container-column{width:100%;} }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #oXgBmf9rqmUO283adBVLbdMrpwPL0QtT { display:block; }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #rGdZ6GITCa9kS9CTEmxS9tXpHp47EnBV {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #lZKyCuPehWR5ra8U6634I39IKWnbPnQ7 {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #ALMaBMKuTC8UKTsBp1PpTw6NEDqTtkST {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #ueBnAZXaxsnXHlgKePIvBNcOqx029lBW {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #WioPVxSWArkirhooV7ZEFp0BMh2i41uU {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #caCTl2hb1lw2RdZivUBx1WWvTRLn3TZ4 {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #wneLJSFxLt5ktBD3U8PfnNZM5S54ysIG {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #APZgqzBCONHgHpsFoqTDWM46oG0SZ1Nb {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #TkGBPzwSrqUIHot4QxHyWrQ8Oo8BK8n3 {  }
 }@media only screen and (max-width: 763px) { #v178Cd0c0AmNT8WkK4NxEpepGZ0JfIug #BOPPAk63lNhDflMpckogHNhthWTiy5Uw {  }
 }@media only screen and (max-width: 763px) { #Mc3JV8z3Wkh7FlkH3hBPn3DSlTeCknmL { width:20rem;height:1.38125rem;top:2.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTnE2MgIODLemVTRy3lBVLmgb1wRHL8H { width:20rem;height:1.05rem;top:4.5rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ReATam9uOkgPAnc7nvniIIZDwqrCL5ut { width:20rem;height:28.75rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7DmPSBzJqCFU9aB8rXeH9vOcuKHiiG { width:3.6875rem;height:4.1875rem;top:7.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2zALqis2Qy1cm6oEBu7eDPq20IhKco { width:2.5625rem;height:2.03125rem;top:7.5625rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgEZgqRRRTOxbS0LRoliua9xiv30QK0s { width:2.5rem;height:2.5rem;top:8.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFmRAwFK9B2IMMax66dx2spTWdklbVih { width:2.5rem;height:2.5rem;top:8.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFKx8v0J5yyRMI3xBWJrResq0cmEPBwo { width:2.5rem;height:2.5rem;top:8.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PeZOmclkZTo3KeTdC0oD88hCN6At7X { width:2.5rem;height:2.5rem;top:8.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyAHBl2aWkBfKqEzPD9flhFo7nUVS1k5 { width:2.5rem;height:2.5rem;top:8.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrB1qD6RzDUqTzaFKXmIOF4hLLcASaz8 { width:20rem;height:3.6875rem;top:24.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMxA4oREp1XMB0WPToFe1mfCE3cuLve8 { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKVAUWqKEXdXHi6HBRkL02NIP5I9iB95 { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #erxXnnKt1w05NJxiSsaL0lGKRXXfikoP { width:7.875rem;height:1.1375rem;top:38.9375rem;left:6.0625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t4i3iKQMsZREp8025Zac0J6FA4fHKiVf { width:1.4375rem;height:1.4375rem;top:36.325000762939rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQNTgx3Nwwl3DuvFvTuaTtHcKiefQqd { width:3.25rem;height:3.5rem;top:32.762500762939rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwdqs8SUbEGcsPr420m35oON2oO52tm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm.adaptive-delivery-prevent-bg, #FWwdqs8SUbEGcsPr420m35oON2oO52tm.lazyload, #FWwdqs8SUbEGcsPr420m35oON2oO52tm.lazyloading { background-image: none; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container { background-color: transparent; background-image: none; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container > .video-iframe-container { display: none; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row > .video-iframe-container { display: none; }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .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); }#FWwdqs8SUbEGcsPr420m35oON2oO52tm > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.3; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-text {padding-top: 0; padding-bottom: 0;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-select {padding-top: 0; padding-bottom: 0;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR  { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR {display:block;}#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #DTC5SwGIZysXyMQ1yIS0NSQ2x4nrfaHt {  }
#veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #DTC5SwGIZysXyMQ1yIS0NSQ2x4nrfaHt .container-column{width:100%;} }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #TJWV3AKIkLxaggTHTScgo2mpUniF4RqH { display:block; }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #TvkXAXApEd7rT1uT0UimlSafdr3wT0Fm {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #dVui8x96w6tNTr6CPz3mi77Q3J19iTyI {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #dNl4cVnbF0AguQSdPvzTkoriKE7GTGCo {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #rRGocZznzqSqAzMziRwBlVJSrOr020Kl {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #SKf3E0QfPuaWAPTONiydlqMCg9ZO4M8H {  }
 }@media only screen and (max-width: 763px) { #veJrkp8ggSVDwv8SwnV31ILV3FfxdubR #JJRCUBlbJhP3KWoTivAdgKqOTl1CiDOh {  }
 }@media only screen and (max-width: 763px) { #iE5NgK4eQQzrdDkKTWlcMONXKrfKx9A5 { width:20rem;height:1.38125rem;top:2.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RluDqUagi2cqK9306vHKAapLOe9l4vgg { width:20rem;height:1.05rem;top:4.5rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zGFFL2V5zDPBMxZ2VrvF2468W0faUGa2 { width:20rem;height:28.75rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubCnEsn5cPMwGqNGhTJgvNeOWOpw0zey { width:3.6875rem;height:4.1875rem;top:7.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQKy9vMhI5WAqvahUF7DG3GW2gknk8uO { width:2.5625rem;height:2.03125rem;top:7.5625rem;left:10.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxlSCooGu4DMIOFz4eleir26NgAx6vlt { width:2.5rem;height:2.5rem;top:8.8125rem;left:1.4375rem;background-color:rgba(11,43,118,0.55);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3T8A0zw3UPVWEXCRe9iByrliyGAZZs { width:2.5rem;height:2.5rem;top:8.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4uVHX1NQ8DQnwdvR1TTqz3fDenwBxm8 { width:2.5rem;height:2.5rem;top:8.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7l7PDaZagtuqVWcbOAKwL6wXdyXHRy4 { width:20rem;height:3.6875rem;top:21.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbgONHi712rmlZOi1gqf7vWocvv6bWrD { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNLaqFM4L6SfwaTFqiv0TIHJ5a10q6t { width:7.875rem;height:1.1375rem;top:38.9375rem;left:6.0625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Th1VJiAPkKWzo149mtnTkzIzbdvaDtzp { width:3rem;height:2.9375rem;top:34.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO7dRrtqVziCiDKfOVMI8DmhMGpTvPdR { width:5.125rem;height:1.5rem;top:33.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2NT9ee6A6lLVJMrGwXrvXT3VhmdaQg { width:20rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKN2H6oIMtDFhXFKrJrugSLqMJdX9leS { width:2.5rem;height:2.5rem;top:8.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0KSCoM0eNgw0fbW57sEBP21aSTa8wxV { width:2.5rem;height:2.5rem;top:8.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ.adaptive-delivery-prevent-bg, #bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ.lazyload, #bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ.lazyloading { background-image: none; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container { background-color: transparent; background-image: none; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container > .video-iframe-container { display: none; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row > .video-iframe-container { display: none; }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .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); }#bHxmgXUzkp0oA85VOH1TEqcQ7Ag4F1ZJ > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.3; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv  { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv {display:block;}#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ooGhlreIehzisSuT7do1DlvTz41gNG5T {  }
#USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ooGhlreIehzisSuT7do1DlvTz41gNG5T .container-column{width:100%;} }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #v8a2Ml9UUBWbaSBEVxPz3lbb4egXwJqI { display:block; }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #SSd6wnGkTEQruiyg4mmzUENFmeTU6o6Z {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #Wvh18WOSqZgiGvdqbynK57ty1yl8vn7i {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #eo3tsqF285aHmFUidKh0zLSPilibqB8r {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #sTOwAWRRTtCog4OzzD69DZCRgu2TN8uW {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #ficzqB7cvuN2cZXLEpq1Lq5f4tdsDbk5 {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #fmmK6ZvUEADXHyWJtKydyi7mCOnZFhpM {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #dzGQRbuoHogtzgZTpwlTXVrUrVBWeSJR {  }
 }@media only screen and (max-width: 763px) { #USLk3T7mOd7CvB8VXvoMGAS0XVSAEuHv #fyrBRlHgXvyXGpGtXGxhQ01Hg37CQwAB {  }
 }@media only screen and (max-width: 763px) { #rMXdlJC8XziIyJ0aL2mcMx3W2784u5wN { width:20rem;height:1.38125rem;top:2.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emQudcQ8FT29Ll9l1o09thVGHcluwzk2 { width:20rem;height:1.05rem;top:4.5rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tq8Z8LSQtb5TKTgm7f5LgzLRw3GlpInm { width:20rem;height:28.75rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2QAPRG6r1NgicFzKlPyoIcTtVw8TmRl { width:3.6875rem;height:4.1875rem;top:7.1875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPaiaW2TZEq5paVF5fEwFTFisnT9Smyl { width:2.5625rem;height:2.03125rem;top:7.4375rem;left:12.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCi4woIETd1uK4XU1IxotcL9Aswe0OS { width:2.5rem;height:2.5rem;top:8.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycZHcm8TWAwu1biVnfGIFmd3PGRBkJHb { width:2.5rem;height:2.5rem;top:8.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrPT1sWGT9TZcDPnWroafuyCTSHeX0R5 { width:2.5rem;height:2.5rem;top:8.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGJOeiJCWW2d7X5Jdrc9k8MR6cF4R6CM { width:20rem;height:3.6875rem;top:25.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbpnWAo0vzHmSEWRUkQQOK036JIu5CbN { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkDTiLJSoweGrKy7yKVXByGRay5DBy1o { width:2.6875rem;height:2.5rem;top:35.125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKQ3409BpHmTLzN1GqBFmm4fGUDWALkP { width:1.5625rem;height:1.5625rem;top:33.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm3BlfNcNA0yfvX1szdewkLFNDBDJawb { width:7.875rem;height:1.1375rem;top:38.9375rem;left:6.0625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2gz5Tlz2tmFqS59ADGXx6FTXbK32Jd { width:20rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsrIHKyCTJUVSqkZLMRdiyrs81dcXxeH { width:2.5rem;height:2.5rem;top:8.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE5xB11mcboWZVMTD8AfdtDTDcuai1QH { width:2.5rem;height:2.5rem;top:8.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTgT127wXpCcIhus7LrV5pFhSksBSd9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9.adaptive-delivery-prevent-bg, #pZTgT127wXpCcIhus7LrV5pFhSksBSd9.lazyload, #pZTgT127wXpCcIhus7LrV5pFhSksBSd9.lazyloading { background-image: none; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container { background-color: transparent; background-image: none; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container > .video-iframe-container { display: none; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,149,187,0.81); }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row > .video-iframe-container { display: none; }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .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); }#pZTgT127wXpCcIhus7LrV5pFhSksBSd9 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.3; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-text {padding-top: 0; padding-bottom: 0;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-select {padding-top: 0; padding-bottom: 0;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk  { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk {display:block;}#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #tJQkv84yeFfkpl0GPw6ED6QqXS3sCbIQ {  }
#vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #tJQkv84yeFfkpl0GPw6ED6QqXS3sCbIQ .container-column{width:100%;} }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #dGd3cTKWiTiTODC9i2zgW0LbVDrmqrGA { display:block; }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #iFCqC22KC6vAUxxp7Ty7lsFmqatTKlHD {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #EXofI2xnNfbBm3qm6yqtKHTn6J8P2ZU3 {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #xWN0ARUpV9q1bf6XTGJuA7XQNTHu1fcH {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #aNyInfGKF5kTOkWx36mdLbqwCUq8QCX9 {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #dq1Uds29UFzM7asle7E6ZNTkrWZ2AGW3 {  }
 }@media only screen and (max-width: 763px) { #vxTfM9ldk3zNRRI9OkMugurnoF4TczZk #Vohb2ywOs6IZUOrGWXFbuhWz254dnEi8 {  }
 }@media only screen and (max-width: 763px) { #fP3VR2VaT0dHzGkf33HP8Rwm4uNr39CC { width:20rem;height:1.38125rem;top:2.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGFQTzQ1E2HE5utvndf9RRsF8iVrAnLh { width:20rem;height:1.05rem;top:4.5rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mARvJ93XrnUTwLWgI5MagWwzXK00rykL { width:20rem;height:28.75rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtrKpbOhVVUJO5RbyhouEpyXOP88PH0s { width:3.6875rem;height:4.1875rem;top:7.3125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hURPwEUMTP0ieC7tnmGulMwWZUQRXnI8 { width:2.5625rem;height:2.03125rem;top:7.5625rem;left:15.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIcDIO7zsmxqVG9V65G7CTQ27lG2Wl8g { width:2.5rem;height:2.5rem;top:8.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZpqyhpPzpOKNFqfhb7cSDfNASFMcLm8 { width:2.5rem;height:2.5rem;top:8.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9JRTlW6TRJcBTrMw35t2yFIlvmCEsJQ { width:2.5rem;height:2.5rem;top:8.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCCi4UgJukFULktKBce5eFJ1kwwwkJU { width:20rem;height:3.6875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkXptliSKBDxFbCqDASV4BRiTnssmAzJ { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq3ONf25wklaR7ULlFpckzw08dabcTHX { width:2rem;height:2.1875rem;top:33.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #SocFrOXd55IOMUyUs3LAxGyLpFI9G49K { width:3.4375rem;height:3.3125rem;top:34.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAnKRv3T8DI90mvZL3rT2yoEWizcoire { width:7.875rem;height:1.1375rem;top:38.9375rem;left:6.0625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V6IEl8VCHQi4L9dTmwNGoRzEZMQWtxOd { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #R8VPnBi6JM9a7fUutKyFGxscrB8B9M6P { width:2.5rem;height:2.5rem;top:8.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDATTPSGwaAUAE6rQkGpOZ8fMphEdnsG { width:2.5rem;height:2.5rem;top:8.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi.adaptive-delivery-prevent-bg, #k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi.lazyload, #k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi.lazyloading { background-image: none; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container { background-color: transparent; background-image: none; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container > .video-iframe-container { display: none; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row > .video-iframe-container { display: none; }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .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); }#k0BbsKx9Mp26nwHs9W9UTZPtRQ8td2Oi > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxtJEpwoD1CqgSmHqHxkclUq41lTlBOc { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FQiLxuMx7pSMhT2X06aqqvamZiORdb { width:20rem;height:70.75rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TClDKfHbZq2WfzvFn6iF8hxnuPF1UnUK { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkSI3VBzLQLE9R0wERObkR57PvFASrTM { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8XiuswveZ0v1QpdBMLTucOtKRttIUJA { width:17.875rem;height:4.875rem;top:17.625rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3rbU11WPqgK7GlrB4KQTWhVnZ9wDLUR { width:18.375rem;height:2.45rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #slsEAeG5swakzKizSXR5vKbKOmAqSpGm { width:18.9375rem;height:3.4375rem;top:34.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOID5EMhZi6MlD6Zt9xtNFkhBJki1L0U { display:block; }
 }@media only screen and (max-width: 763px) { #mOT7oyoHhG7Tp86zQ3TRvZ39lmFK8NMy { display:flex;width:1.625rem;height:1.625rem;top:11.737500190735rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #ZAysiq6D5hwJXEkLpTOeLiRn50yNXGAf { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghx5vAW6HsF88GyFkEeWAshi0UQdQQq6 { width:18.875rem;height:19.0625rem;top:59.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp5zaZQ4QfbSrGwHRBKSteVa3mi7FXqq { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugi1i3DCA768yL13PctTBXM4azPrTZxG { width:7.875rem;height:5.875rem;top:58.362499237061rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vebxlc2aVXmTw4MZV4pNwUTfbriiqHMF { width:6.375rem;height:5.375rem;top:63.3125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1TMgNCK2RGfRPT4m8qhLGJ2tguxq6s { width:5.5rem;height:8.375rem;top:71.34375rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWr8MO1U9xpZ961ntvT3u00W16h5HKX { width:1.9375rem;height:1.8125rem;top:49.120834350586rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufSfNPPcircB9zKlfkdItV5CXmZtTrzf { width:3rem;height:2.9375rem;top:39.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WreJKfseQizq2TQQHN72qccBycfp1ug6 { width:4.9375rem;height:1.375rem;top:77.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M12DmCunciDX4Vd0pBxZZDQSHHZAgKRS { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rDCVIrTmrOuXRTTTQkF1cpOCBnwkXBCb { width:17.3125rem;height:8.53125rem;top:23.599998474121rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc1wPDv34AoSUiE70HxQiFAXJnex3Ez4 { width:18.875rem;height:5.3625rem;top:53rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRf3cTd8wWECOxt14kfc86A8hv5Vf9VP { width:16.6875rem;height:0.73125rem;top:79.893750190738rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNvlJeZzzLohDm7NkoFvHVzStxNGt0yp { width:13.375rem;height:9.6045994065282rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6PO95LZkVRfETudAzpLif7Fr9p2Zlv { width:6rem;height:8.4375rem;top:83.625rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7LSzx3ssVfeRTyGBAb6U75J1ye8CyCL { width:8.6875rem;height:6.1875rem;top:65.4375rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdT0FN7ltwXZVTAMTAiBK96iruXTwIz5 { width:12.625rem;height:8.1875rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTEEQQJuTfUsxN9Zt4SdwNWG13QUBw8W { width:8.625rem;height:8.1875rem;top:59.0625rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7yPnkW68TrppK4d2W58Rvt84sLyvmtJ { width:9.5625rem;height:6.4375rem;top:67.5rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM.adaptive-delivery-prevent-bg, #KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM.lazyload, #KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM.lazyloading { background-image: none; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container { background-color: transparent; background-image: none; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container > .video-iframe-container { display: none; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row > .video-iframe-container { display: none; }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .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); }#KeWxO94xCpvlMCeVWEzzZJXDIokcpOFM > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB2yhyRVwFUfSlHDU4WD70qZ5UCWAwHe { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf4tmhTcahV3VngMJDbZ69mn72EE7rkH { width:20rem;height:72rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgILyqTauNloUDKHuFutMTqqL4zTnDza { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3p1tH49qzXytRATDAOVdxmemimVc7b8 { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSrrc0bxymxbgGx2GQtCKCeyt8DXwIde { width:17.875rem;height:4.875rem;top:18.875rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwB99dBIdGmTCUGG1gUlTtfWUSmG8fTu { width:18.375rem;height:3.675rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VozqJ34TISKANbGTmvxWkULb4eKJLxF5 { width:18.9375rem;height:3.4375rem;top:36.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Zh8KntdEz1W0cbhXOllFtz04weyQR5 { display:block; }
 }@media only screen and (max-width: 763px) { #R8n3MQQdN24C3ZV6fHrDqmMHTvSKn4DA { display:flex;width:1.625rem;height:1.625rem;top:11.737500190735rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #KNRrXgMqdvCOMcNfBfFG4gTuyh7T7nb9 { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn30CqTsSyt0H6K8cpFpVPLFNXDz3A9k { width:18.875rem;height:19.0625rem;top:60.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTaAI7w8p7zbMAcTo0FZ6yNTAVTLkSg { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrmEfs4NdBNqQFfI3v5hSKra11SDbw3J { width:7.875rem;height:5.875rem;top:59.612499237061rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phRxTCPgHUsX460LLopx5w3WSEl3RV39 { width:6.375rem;height:5.375rem;top:64.5625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NldoCnWVFOmqt1Hcsbd2CX0NHTukZa04 { width:5.5rem;height:8.375rem;top:72.59375rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9oVU3VzyvdVBGeqVPMcsa7nDRVCdhav { width:1.9375rem;height:1.8125rem;top:50.370834350586rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgw2HxzsS9ZwAV5mt6X5ylHfqi37E8Jw { width:3rem;height:2.9375rem;top:40.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzyc63nOtdWxOWJ7OkzbhpdfcwfhtZs5 { width:4.9375rem;height:1.375rem;top:78.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5UndAASdGq85dSstJ0L9ylPZwcymAGB { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Syt1HT2Fwle9GhAzpg2FbpfUJDJuBP4a { width:17.3125rem;height:9.75rem;top:24.85000038147rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0o57TS8EbPhNK0LWwhm9BoMRpwSThZN { width:18.875rem;height:5.3625rem;top:54.25rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAEnKG6Usx28870O5SqafH7Veo5XW397 { width:16.6875rem;height:0.73125rem;top:81.143753051756rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vU6w2vHUI0ETUtz7C70LuLv8XEGhaNcx { width:8.6875rem;height:6.1875rem;top:66.6875rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGCtnkfIc6G66llFtQWw9TJ4RqhrxBTk { width:12.625rem;height:8.1875rem;top:71.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCKQtT8Du0ptwhxcRLeQNM84HARP7IS { width:8.625rem;height:8.1875rem;top:60.3125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgZD6chiIcgein1qnKSzrVBnWfyT8hrO { width:9.5625rem;height:6.4375rem;top:68.75rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVP78d3Kc98Ngalp3tS9FzIWUkrbO2RM { width:13.375rem;height:9.6442878338279rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPCylUE4v0lFCL5ARX4HLPapRbDGu8iK { width:5.8125rem;height:8.4375rem;top:93.875rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uirIrCWTt3ayUt335cJHR68HGFAMt93Q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q.adaptive-delivery-prevent-bg, #uirIrCWTt3ayUt335cJHR68HGFAMt93Q.lazyload, #uirIrCWTt3ayUt335cJHR68HGFAMt93Q.lazyloading { background-image: none; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container { background-color: transparent; background-image: none; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container > .video-iframe-container { display: none; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row > .video-iframe-container { display: none; }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .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); }#uirIrCWTt3ayUt335cJHR68HGFAMt93Q > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGMb6FR5tLPJ72q8v27u57i7H8Eh3eMk { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi3bw2zdhfiWm60g6cdX8rGZfTnkOhgn { width:20rem;height:72.375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwPo13GcIl6VmgJZmSyke6RI1srlJMvn { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfT3P6AUi9D7ZtsllzyuZLzMymA9IMfX { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snqrSfITkyPpBaWlpJ2iURUIAWdc4gHK { width:17.875rem;height:3.65625rem;top:18.9375rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i815htFa53hq6J9v92M7kgA5TnuBdeSn { width:18.375rem;height:3.675rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r7xnZCHs0kSczxgJoKrnJaQNPCZJEw6p { width:18.9375rem;height:3.4375rem;top:36.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO94kLvwfZy7zr3GpKtL10QKSL7K1GIy { display:block; }
 }@media only screen and (max-width: 763px) { #gl7ZCfkeJzCzAzZyPfWct9NC3av7Qkfz { display:flex;width:1.625rem;height:1.625rem;top:11.737500190735rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #fuh9FuqqikS0wLKTvr6H8sVQPVFyFW4H { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvSJEt33RIwCaKTdZHt3znUL7t3UNLwP { width:18.875rem;height:19.0625rem;top:60.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCnXBCtedu4h2ucgq3xRzJ4bNq9vsbZL { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA5TWC0p0egNLz08t9FO85PQErAHeCab { width:7.875rem;height:5.875rem;top:59.925003051757rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxK3W5k0lOp8RWBFsUdM9J4HnGKTv8OC { width:6.375rem;height:5.375rem;top:64.875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVBr6F6Bu29ZR0d38V2k4Dz3EzCutgH2 { width:5.5rem;height:8.375rem;top:72.90625rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtwvrbBevt2TPRRlOb3NMaWOTRKNXFxT { width:1.9375rem;height:1.8125rem;top:50.683334350586rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #JySoZGsUnQTUPJCzmHfOQ8TCOuPo1OTE { width:3rem;height:2.9375rem;top:41.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8y6o9cqvvQoQqHhpIKlJTlvDv8l41Fg { width:4.9375rem;height:1.375rem;top:79.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suZNu32SAtbuGbJ64Dr07T7FUV8ezRxG { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HLJHHlISkbHynAWMDAVJt0f0ziW0ck5u { width:17.3125rem;height:10.96875rem;top:23.787498474121rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7IDwaCzf0EUJm9DRhIh512OACzcKVg8 { width:18.875rem;height:5.3625rem;top:54.5625rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGqpnxr7HQxaN5hwhb9KnX7cThIL29Ob { width:16.6875rem;height:0.73125rem;top:81.456253051756rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EE9n9Du0TSdGIIA2SvwDo4rtxe7MfJ0n { width:8.6875rem;height:6.1875rem;top:67rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB9iRgT74FsepiC25PmSQT2ANeeZHV8M { width:12.625rem;height:8.1875rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2EAJk8pzO14dHKu6NExsh0AW6imt2N5 { width:8.625rem;height:8.1875rem;top:60.625rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWCnT7akUzy5dw1OJPKcKUAzNtVeQlv { width:9.5625rem;height:6.4375rem;top:69.0625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhHmyFTJQgBvUua2cUtbuwqhvTuFDmy1 { width:13.375rem;height:9.5625rem;top:42.995834350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApV1PvP7G4pmpTdrrTiweVgcDThF65ED { width:5.625rem;height:8.4375rem;top:93.875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2.adaptive-delivery-prevent-bg, #nzObzEexiAE03rsTZ9WbQHCUIwL61yp2.lazyload, #nzObzEexiAE03rsTZ9WbQHCUIwL61yp2.lazyloading { background-image: none; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container { background-color: transparent; background-image: none; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container > .video-iframe-container { display: none; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row > .video-iframe-container { display: none; }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .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); }#nzObzEexiAE03rsTZ9WbQHCUIwL61yp2 > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wihl33UExmZZIQdWsUyOsbhpgk33q2eR { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWcf6wRzEVxln1nx6h3KHinInXHWvqwE { width:20rem;height:69.9375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTZtALCQk58BbVJF2SogSvfzvPa0LkS { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T09PcbsIthEVaTRBlwPrN26PXcDzLTki { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdwiHwZa4eSxAtTBaH4aCiAIIaU0aN4d { width:17.875rem;height:4.875rem;top:17.75rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqWO8syTouJc1OPiZvPLuc5XaiMKnKId { width:18.375rem;height:2.45rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mtdC6gHtNyDKWDHFspCDQPbg0vSoHoaZ { width:18.9375rem;height:3.4375rem;top:33.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnzSB8WDBOkULHlJWEcqyIU39PiqXtRt { display:block; }
 }@media only screen and (max-width: 763px) { #FwVP2IO0VN74aKuyfl8ZRzFHawWEKLpL { display:flex;width:1.625rem;height:1.625rem;top:11.737500190735rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #bzxWdDGTN2m6l3pMFrKgIp7JCxxAGnNJ { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qil1QJMxDeV6VbkLCPNnIHI29mkOvfvR { width:18.875rem;height:19.0625rem;top:58.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8TWs5rpbMmh1L3lQNZ1eDTx01N8KHs { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRvalSKXU8vBgixMCnNaNKQFQcyzNKrm { width:7.875rem;height:5.875rem;top:57.487503051757rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCJM7h7Ub3KsJEBuWzblPfomTQ5CZvo4 { width:6.375rem;height:5.375rem;top:62.4375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh884QNGfFwpXg55TynaPTZE7nsF7pnf { width:5.5rem;height:8.375rem;top:70.46875rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEW4SWMKORJNrvl3AvMoGUEld3X66iOC { width:1.9375rem;height:1.8125rem;top:48.245834350586rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL4AF1XTBqZfAfDkdt4fn74UBCBiCsEp { width:3rem;height:2.9375rem;top:38.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrppa6uZoLwEV7AUscgrOVAhlcxdJGDM { width:4.9375rem;height:1.375rem;top:76.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfnWWN03c2Deh4RrI3rmIHmrdLNGcWez { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KV6FhOPbxF0nQR0frP2JudTIW2ATisbF { width:17.3125rem;height:8.53125rem;top:23.787498474121rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtrtlGr0rw4cM6FDJHC1z7TJNU4vH2JL { width:18.875rem;height:5.3625rem;top:52.125rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUPnhz8otxgr71iraWFHdvNEK1ZIo8rK { width:16.6875rem;height:0.73125rem;top:79.018753051756rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnTBiF9G78JcGn0sBIbQDQLNm9LIkJah { width:8.6875rem;height:6.1875rem;top:64.5625rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWfIOWOPZmoayt8SFGUCZlxbGVWKBvWi { width:12.625rem;height:8.1875rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31AZJ2TfkPSzaTxaWX0N9KyR1s4FTJB { width:8.625rem;height:8.1875rem;top:58.1875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poxDKf4O7sRxLUBDsULO9fN5EiS5BEmE { width:9.5625rem;height:6.4375rem;top:66.625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDfEdXKCEJKMaox9AyCO5Cp7GRT57hhm { width:13.375rem;height:9.375rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdvCKGFwpDwqXAJiliIQLT78sLwDMatu { width:5.375rem;height:8.4375rem;top:93rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #khr6wwlPd9ECs7q0QClfzEVzxl73vceh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh.adaptive-delivery-prevent-bg, #khr6wwlPd9ECs7q0QClfzEVzxl73vceh.lazyload, #khr6wwlPd9ECs7q0QClfzEVzxl73vceh.lazyloading { background-image: none; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container { background-color: transparent; background-image: none; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container > .video-iframe-container { display: none; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row > .video-iframe-container { display: none; }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .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); }#khr6wwlPd9ECs7q0QClfzEVzxl73vceh > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cveT9zUvVr0tShRSJn87T9li8iJsQDPt { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWyNmyHZr0LbIfhZ2MLkm01klK6QyIMg { width:20rem;height:69.9375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW9K6f1KoGoMfOAPADQ80IVbdC9Oompu { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDvpg4ERz2ZASNKPkbkuL94U25iXEcet { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpTxnXiltf0IhiHau3pQ8xblbStTBI3T { width:17.875rem;height:3.65625rem;top:18.875rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwHKJXTFUnNsCZcy6SI86tegV6TTfVXk { width:18.375rem;height:3.675rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PnfvTZl0aQhzvscE3rT1x9UDfDq9cNNF { width:18.9375rem;height:3.4375rem;top:33.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIrPDPvTxV2aVsmNQ4H8eU6fd90QHA4F { display:block; }
 }@media only screen and (max-width: 763px) { #cQk2XTbQ17CQ6tx1QKSeMCIW3pZVV0ZD { display:flex;width:1.625rem;height:1.625rem;top:11.737500190735rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #bwns6Ea003e8EaNo9TJLN68Hw0SXPozX { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7T8Cz4xTWDd1WgwNOhRDh8963Ugnscv { width:18.875rem;height:19.0625rem;top:58.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbXdFykVcUa3E0omDZk9TLx4S4V8snWw { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdEfmJNyb0rRWmC5tkVrgK6zLKzhECTX { width:7.875rem;height:5.875rem;top:57.487503051757rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o14C5P3BJeBQmJz0xqiCLzmn6Fz8S0Ng { width:6.375rem;height:5.375rem;top:62.4375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54q8b6XqzLmMEoktCdIJgorTEa4oqt2 { width:5.5rem;height:8.375rem;top:70.46875rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFMC39DuTuR72tncwv33g79SfQl5p9QO { width:1.9375rem;height:1.8125rem;top:48.245834350586rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTcNeWfk6A4PqJlqTeHgv3PB55MqfRrS { width:3rem;height:2.9375rem;top:38.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMbowSBCfRMB3A7I2rmqcZOexlGO5Tq1 { width:4.9375rem;height:1.375rem;top:76.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZVCC7gtiXesiuAGErXucSyKJF8tzoT6 { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TDiywxS6GOXidthr8oN1dfryS3k9HFcQ { width:17.3125rem;height:8.53125rem;top:23.787498474121rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1TNKSE6axS1bowIuJZVgZCXI27lJmyK { width:18.875rem;height:5.3625rem;top:52.125rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #as3IvwwJIeHadLABDzEx9Gx8NR5KTlhe { width:16.6875rem;height:0.73125rem;top:79.018753051756rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1PQ8QrTb88pLcxJ05nDlf0pJmHxv2Kr { width:8.6875rem;height:6.1875rem;top:64.5625rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcBdvnieyw4UynZ48WINlz2H1T5TOItn { width:12.625rem;height:8.1875rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXb26s6JkKnd22L5rXcxhX5xTzxLgAIv { width:8.625rem;height:8.1875rem;top:58.1875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTG3xVWf0geS2LnXAR1KoH2x1PMEStOF { width:9.5625rem;height:6.4375rem;top:66.625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoVvb9g5PwKxxT0BEtnePoqp7GC57NmU { width:12.3125rem;height:7.4375rem;top:40.870833396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2RMtZNtIKtFqFaPmRNpHfulH3PDg9E4 { width:5.375rem;height:8.4375rem;top:90.574999809262rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC.adaptive-delivery-prevent-bg, #wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC.lazyload, #wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC.lazyloading { background-image: none; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container { background-color: transparent; background-image: none; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container > .video-iframe-container { display: none; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row > .video-iframe-container { display: none; }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .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); }#wuHxBWFESOUpXZcPaopBJ8xIzLBBDPSC > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Etmi6ZwysOhL5Ul0oPakyaPxr1X9zUWL { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0QwVFzoGTuODQBFikotp1DtxVTS1Z0u { width:20rem;height:71.1875rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlWzsXExHzm6VVP6tbetHLspKwdqdUFz { width:17.25rem;height:3.6875rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoNogDKuu3C4rWPHOqLXXe0uXMtWcK9l { width:14.5rem;height:2.6rem;top:10.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3JsXfagqhzD1EgQ3vblMopmpLDIEIsr { width:17.875rem;height:4.875rem;top:18.875rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cK5SaQbL3wQWshZsWCIhCQWONptZpNr6 { width:18.375rem;height:2.45rem;top:15.3125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AZkBseutVNGAqfZfeQ7XS7UI9yFPxcSW { width:18.9375rem;height:3.4375rem;top:35.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvntTNpfsxeHPat6ECGdrxBhLMRTVSeQ { display:block; }
 }@media only screen and (max-width: 763px) { #rftsZR1UtKBTLf2mqWC2bFhJ8mOsrutU { display:flex;width:1.625rem;height:1.625rem;top:12.925003051757rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #GxyJFU15FD6VSlOgCiDTvCrPRrvMgDOx { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZq808Xv1eB51RV2IChAxqixFsfXbLQw { width:18.875rem;height:19.0625rem;top:59.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpDK8cw9V25MauObvdwvFIxMZvhyhTUS { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPzyhhKmf9CwXwKrZlvhZJ54cPe6zwdm { width:7.875rem;height:5.875rem;top:58.737487792969rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8mkPBhVkZBhDXgAfbVXfPVBsf8N5O5 { width:6.375rem;height:5.375rem;top:63.6875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGXTcKfw4abqL9hBxDfNpE2XLeNtmch { width:5.5rem;height:8.375rem;top:71.71875rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9VbQxUcsQicTGUfBFQ5EL6gbWKVgyx8 { width:1.9375rem;height:1.8125rem;top:49.495834350586rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtxzHAGTbTetPHIOlBoqlvZQ0iupH8qo { width:3rem;height:2.9375rem;top:40rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIIX3TsfheGMbDTTE2A3esUTxfDDre9 { width:4.9375rem;height:1.375rem;top:78.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU17AK4k38dQI4LEfrcr5lszyWqW4fgq { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #drqqX5UXDiMnMb6Im2sGUAuULHXwcBBG { width:17.3125rem;height:8.53125rem;top:25.037506103516rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dckfEXo7fVC77aUfA0IoeTmnHEbaM9cc { width:18.875rem;height:5.3625rem;top:53.375rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XODyCNQLlvhByJVDKRKy6rRSUoGoFxeW { width:16.6875rem;height:0.73125rem;top:80.268737792969rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGkaAArDWEvchVD7Shq4X2HInQ5bpqvp { width:8.6875rem;height:6.1875rem;top:65.8125rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guHnRRiO0BLCRlTFsmXMxiuoimU5Hkr1 { width:12.625rem;height:8.1875rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emiZFGk0S0Zp4SaxEltIiDn1wcq1FZHZ { width:8.625rem;height:8.1875rem;top:59.4375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcv0b3QTSdMxiXT98VhXvDpncoyJeln { width:9.5625rem;height:6.4375rem;top:67.875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5L9QTCX2vJCbXt3HFln2TnFpWDtzF4c { width:12.3125rem;height:7.4375rem;top:42.120834350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSAGJsVKQnX46sumI4Eq00xsvI7TimCW { width:5.375rem;height:8.4375rem;top:90.574999809262rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r.adaptive-delivery-prevent-bg, #dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r.lazyload, #dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r.lazyloading { background-image: none; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container { background-color: transparent; background-image: none; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container > .video-iframe-container { display: none; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row > .video-iframe-container { display: none; }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .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); }#dxSxxxJf9RhZFZ0iAHf5Q4wrENnnCd7r > .row .container { width:20rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoaGVEfJbrQtvnVUSdVgBD6pXt3gu7eU { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPVTgTIisg17q2tHTSW92cnN0c50maHS { width:20rem;height:71.0625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ7T3dFc7vkgngD6ZCCcuGkx1z4JXTDs { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGtGia3GKvoEAlclLZ5Q1mNPSLMUiQUJ { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJH28tONKt39Mk7lSAtnByo3hQrVNDnw { width:17.875rem;height:3.65625rem;top:18.875rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRnCq77TN72rRhzKMtEDttqRNTwxq6JN { width:18.375rem;height:3.675rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oUfPJiXo8HF7EQFbJio8XJuu7qR9f175 { width:18.9375rem;height:3.4375rem;top:35.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWOFDUKNwkC5xKmZ4TlC5oRCBWGdCwA3 { display:block; }
 }@media only screen and (max-width: 763px) { #u3FyO5KSnvKO68TkhFLxfhIeo8CGlZii { display:flex;width:1.625rem;height:1.625rem;top:11.737503051757rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #avJglVUI3KyRvdi9t4nWGUWewZLd6193 { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqXWfI4k5A9c2T5Q0zNm1s8ILQcT0sR8 { width:18.875rem;height:19.0625rem;top:59.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmDPHhFoZ97oRvXg1VBKmmsdxA7CgTF { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB2TuK1iL2OREOaMTl8ogJ5QLG2ppqtG { width:7.875rem;height:5.875rem;top:58.612487792969rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6PlL9MEMxcdsdZ0gX9x2TRxH9ZEn2qU { width:6.375rem;height:5.375rem;top:63.5625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpXMg1tAPllHA358RThyIJintsTK3nFJ { width:5.5rem;height:8.375rem;top:71.59375rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqyRHIsqlWgrMMuskTDFMTUdzdCxcxQ { width:1.9375rem;height:1.8125rem;top:49.370819091797rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaTgMB8cOrzWqgtd9GK1X4o3KxGULxTp { width:3rem;height:2.9375rem;top:39.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPfSEl20WAclL2XTe66hk2DN0wi8g9NM { width:4.9375rem;height:1.375rem;top:77.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7CTdiDVJATAFU7kVPC84hRbDHwtvt5X { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SxMfuliE1Fg1lWAKlW0QNcsg3vUaQipP { width:17.3125rem;height:9.75rem;top:23.850006103516rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTHidLaeZTLeSnI3sK0sKpAS9MtinfKe { width:18.875rem;height:5.3625rem;top:53.25rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fs4mryHnScIOcn7QLfgVnU35vxMSGfac { width:16.6875rem;height:0.73125rem;top:80.143737792969rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDzWK0G83T4Nks5aIcrx2mAl6s3wtaag { width:8.6875rem;height:6.1875rem;top:65.6875rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdkgha9b5xcqpZ4r08A9uHFqDqyF5G0C { width:12.625rem;height:8.1875rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRueRTlyi225xaAKisdHIx5uon7kFVPD { width:8.625rem;height:8.1875rem;top:59.3125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6nxcQ3TxVqoeu6ZxTzyhduiFCT4vI7c { width:9.5625rem;height:6.4375rem;top:67.75rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAy5iMVuH8AwdcRJb32c4uuxoiketpEB { width:12.3125rem;height:7.4375rem;top:41.995834350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgzuJWl8f8olaAnwTTmoqHhkW86KglTd { width:5.375rem;height:8.4375rem;top:91.8125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6.adaptive-delivery-prevent-bg, #crr39etGdo1xxrOzfVl9GwxS2m6QXLH6.lazyload, #crr39etGdo1xxrOzfVl9GwxS2m6QXLH6.lazyloading { background-image: none; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container { background-color: transparent; background-image: none; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container > .video-iframe-container { display: none; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row > .video-iframe-container { display: none; }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .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); }#crr39etGdo1xxrOzfVl9GwxS2m6QXLH6 > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAcZMLTonAzDS2rbK0iRDUlCkecaG0V2 { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG5FSEOQCsh3y4sweN5QUqAlxZkzgofs { width:20rem;height:69.8125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGaAofThFlUKvKlMF76XXvqGJhA3hOi { width:17.25rem;height:3.6875rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnDmBqObNeo7tfs8sB9rHmnLZh7oRkJb { width:13.5rem;height:2.6rem;top:10.5625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGdpWgOV6v5nTUeNTiz7grn9zKT98tDO { width:17.875rem;height:3.65625rem;top:18.875rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciOmPniy3yy03F7Ni831tu6wofQNm19g { width:18.375rem;height:2.45rem;top:15.3125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MF371mROnnTMQAho0UoDH7kXXcsw72gg { width:18.9375rem;height:3.4375rem;top:33.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHRFOwmTOVm547sBV0dQAuXHwLshfDDQ { display:block; }
 }@media only screen and (max-width: 763px) { #BMeTTTEHTuRfvW25PESzP648mpZoOsMt { display:flex;width:1.625rem;height:1.625rem;top:12.925003051757rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #nMiq5GUoeqcm1BGruQ8tlUOsBtTy2A0B { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDsARifR3AwQQqiIHLGqpmGPU6FdIsNp { width:18.875rem;height:19.0625rem;top:58.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfs7ctTcviVzGlgQQJ47QLZiFcTL0boJ { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feu4Z7DtIo3eU0SvWeW1swmLLyWO4mRW { width:7.875rem;height:5.875rem;top:57.362487792969rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyNGkdhtZEDc1sNxI15F8wQQIinhlFmU { width:6.375rem;height:5.375rem;top:62.3125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6SC5TLhZleoac3uhEN51CRV28E20F3 { width:5.5rem;height:8.375rem;top:70.34375rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyU71xSckHVIxfoTJ622Iv4DxuNh0WmZ { width:1.9375rem;height:1.8125rem;top:48.120819091797rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKBvxR9stu6gbPJVenfGVWNqvDwKQ6To { width:3rem;height:2.9375rem;top:38.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfyW8X9IpkcBLauExgpGmF2K8N52phi { width:4.9375rem;height:1.375rem;top:76.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS2D4bUFwvuoURE2CEMNXDF3sMSl7oPM { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TfesNK6KTKKyMvR0hbvKXbcPUL2Nks46 { width:17.3125rem;height:8.53125rem;top:23.850006103516rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mALC1VL8no1WlpMH7Zvbx9K6V2NbbwWt { width:18.875rem;height:5.3625rem;top:52rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNaT3FOPp5rulkZFxN8XE7ftBeSQZw2U { width:16.6875rem;height:0.73125rem;top:78.893737792969rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIxB5J8KkludEge6SSH8B4I2tSO1Z5hQ { width:8.6875rem;height:6.1875rem;top:64.4375rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szzTXRST89QPSUL1ypuTbMVODADMldaJ { width:12.625rem;height:8.1875rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU6WsqfWJL8bmHJzq0XxuJLDpQToHXyq { width:8.625rem;height:8.1875rem;top:58.0625rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTxdfTa8aLmCWqRFe1BTg8GAgAzQtc0 { width:9.5625rem;height:6.4375rem;top:66.5rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc77fFTwSSO72u7A1VrdBFk07PvRaXr6 { width:12.3125rem;height:7.4375rem;top:40.745819091797rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCAofBDM2go6ZDv5JaZ1r962F1OCzgH2 { width:5.375rem;height:8.4375rem;top:91.8125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b61OrmnRSoVgc7989ntWGQTJBbmcm8tk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk.adaptive-delivery-prevent-bg, #b61OrmnRSoVgc7989ntWGQTJBbmcm8tk.lazyload, #b61OrmnRSoVgc7989ntWGQTJBbmcm8tk.lazyloading { background-image: none; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container { background-color: transparent; background-image: none; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container > .video-iframe-container { display: none; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row > .video-iframe-container { display: none; }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .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); }#b61OrmnRSoVgc7989ntWGQTJBbmcm8tk > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXDLabCk1iqClu4xNVMW4MXXH5AWDaOp { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmIhkTdnTnleq14oNfeITAgJz8tQZQXV { width:20rem;height:70rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgHz8VznemwzIspZTaIfa8zc0hvZTqmI { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwOTZyTPQtVJ97lBTdsdOG03ZegDt5pT { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5kUdlmOAAowiNBQiTHnMGf1ZH3SsPGH { width:17.875rem;height:4.875rem;top:17.75rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5AHpvZTNGhg3FIW8R7dCnX1pIPVWbmq { width:18.375rem;height:2.45rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rICHWTlho2CaC1hotO5CKzBBWAilWXyV { width:18.9375rem;height:3.4375rem;top:33.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irr6VNJg4TTLuoKp2IFT66VNmBNTIbx0 { display:block; }
 }@media only screen and (max-width: 763px) { #gJwWWLIcbw3RQToFgH308XXSMbJdV7FH { display:flex;width:1.625rem;height:1.625rem;top:11.737503051757rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #dPPqGZm0znOeW1BHay7v1OgLEyWHVkCI { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVRJNeRDzb5TseOg3THSyFNcGJ5C34FR { width:18.875rem;height:19.0625rem;top:58.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmT1KCaxMFe0uW1coJwTSE9ddORs2Z6W { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3CIWdZGw28AHl9Tsay8aU8x4S0xE9D2 { width:7.875rem;height:5.875rem;top:57.487487792969rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK7gUZUS4iGny9cJbaR0E05DD5N6hRAh { width:6.375rem;height:5.375rem;top:62.4375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ubOo5Kd5uQ6CTlZe5hdxbvggaizgw8 { width:5.5rem;height:8.375rem;top:70.46875rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcmGhVeNdzDFHnUUUA3aQV4TdVF6RJZX { width:1.9375rem;height:1.8125rem;top:48.245819091797rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPbzNuc3PSN7F8KDV08rHsB2WLPaNOa0 { width:3rem;height:2.9375rem;top:38.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3TFHtWkS4yxpDT06bIiDK2G0mThEdpl { width:4.9375rem;height:1.375rem;top:76.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKWuG6H1OxEqeTO7SeBHQV5ItKJmuVdo { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TWwSa9962rE5TdWmbDk7NstTibt3XNir { width:17.3125rem;height:8.53125rem;top:23.850006103516rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOhsaoFHCModtCwh4WIfJa5r9WlyaBl5 { width:18.875rem;height:5.3625rem;top:52.125rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8xbWLZOgc8I56AVNL8e7IixVQNJGHeL { width:16.6875rem;height:0.73125rem;top:79.018737792969rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvHGTq4anBTtehyLvnx6XwAeSaWCn24K { width:8.6875rem;height:6.1875rem;top:64.5625rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPFuibKTNAlEJJ68WD422h02cm7QKvw { width:12.625rem;height:8.1875rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu8sWifPX4lNLKuaqRJIR7GvLpbuWeVU { width:8.625rem;height:8.1875rem;top:58.1875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovHzcEpFA2zOkHe1gpiPB9FqybJBGBO0 { width:9.5625rem;height:6.4375rem;top:66.625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTks5aUZyAt9eCgI46fFZm2gc13GI0Mv { width:12.3125rem;height:7.4375rem;top:40.870833396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Covn9yKaGGkc3g119uvBdqIFIEU3BpAl { width:5.375rem;height:8.4375rem;top:91.6875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Km1mtcahCL2t2fubuzkomDyVuzbFszJh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh.adaptive-delivery-prevent-bg, #Km1mtcahCL2t2fubuzkomDyVuzbFszJh.lazyload, #Km1mtcahCL2t2fubuzkomDyVuzbFszJh.lazyloading { background-image: none; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container { background-color: transparent; background-image: none; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container > .video-iframe-container { display: none; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row > .video-iframe-container { display: none; }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .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); }#Km1mtcahCL2t2fubuzkomDyVuzbFszJh > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkdlFURDtpdkWTvQ5HXLiy6yAK8Froag { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMzN089ceJ9ey5RgVB0G1WvD5TcXQ56H { width:20rem;height:68.625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXgy0uRnv2KmXbR8s6E0ISo4fxglZPpo { width:17.25rem;height:3.6875rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasvFoIMOWLWr0HxmFgnOSkTe6XNTD7n { width:13.5rem;height:2.6rem;top:10.5625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUGW0y55rhrS4PBsTlt2AQEUnLC64Snc { width:17.875rem;height:4.875rem;top:18.875rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvPZrCbv0V14cpywuk8PinUbVbcAm5O0 { width:18.375rem;height:2.45rem;top:15.3125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DdCSBTe2rEQwmp2zpNFEMN1ScbGri8oD { width:18.9375rem;height:3.4375rem;top:32.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq5ifE7gugZkrSks1bJ0o36DrZIuO7Xm { display:block; }
 }@media only screen and (max-width: 763px) { #dceWTmRb0wXIcfTTtkEzvEM5Fh7vSckQ { display:flex;width:1.625rem;height:1.625rem;top:12.925003051757rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #VsOOrFc1cf1aGZcOFNGgBOTB1wz7IANv { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH84xM15tfoGTbpTuH4kIR2sOfRJkFtT { width:18.875rem;height:19.0625rem;top:57.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f73IqzaS1c0hMdv6ZFNNRWztLRimqxym { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0DqkRBJIpdmunxyC46xR1h2SehD3pp8 { width:7.875rem;height:5.875rem;top:56.174987792969rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPI0JJCGKD7fmzFh2zIQr8CHoKw3M6Zc { width:6.375rem;height:5.375rem;top:61.125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIZbDro9iLu9h2J4snzr9cpXKPiT912 { width:5.5rem;height:8.375rem;top:69.15625rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAnGBi6GwnIPvXS9pro287vquRa0vX5J { width:1.9375rem;height:1.8125rem;top:46.933319091797rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDNHMKSzUSZOQcuodikSsTNCMJidfIXC { width:3rem;height:2.9375rem;top:37.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIUMcxBPPWHNUs2bRlITf0eO47kARug9 { width:4.9375rem;height:1.375rem;top:75.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u60907NdMMKUPHcm4i1eu8uto1ATx3oW { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S9sWpsEXBPAxq2AE3WtZmePvqVsfXqWD { width:17.3125rem;height:6.09375rem;top:24.975006103516rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqph9pgT0lpNkzV0bn9OpWwaSaZCiFc6 { width:18.875rem;height:5.3625rem;top:50.8125rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdMT43FWupSkfwh8vrTNm6EEc6rm5dao { width:16.6875rem;height:0.73125rem;top:77.706237792969rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQdKre3TRXWP1CV859bfTg7w856JRyV7 { width:8.6875rem;height:6.1875rem;top:63.25rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTkMPghUvNctLLEx19NByh0d9gC8ulr { width:12.625rem;height:8.1875rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKKLXUDl2Lb9dlwHc16w5DSetw3f0nP { width:8.625rem;height:8.1875rem;top:56.875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZE27H3fB8ofiTalu7KmfbgWFUn4HxM { width:9.5625rem;height:6.4375rem;top:65.3125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgKPVJn2f9eJhruWN187GRhDVvTZH93T { width:12.3125rem;height:7.4635625rem;top:39.532291412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJA95WMx5Eywga08RA3rzFaAa1egTgI { width:5.375rem;height:8.4375rem;top:90.4375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1.adaptive-delivery-prevent-bg, #CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1.lazyload, #CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1.lazyloading { background-image: none; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container { background-color: transparent; background-image: none; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container > .video-iframe-container { display: none; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row > .video-iframe-container { display: none; }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .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); }#CNa9RUMgvK7PJsfuQs2PEoZB97CJq2O1 > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7sWvaT89QfrCTvsz8kUMNhtAR4dkGST { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g757KVwqma1tmmxQZ5PleJGm3cMf5Zan { width:20rem;height:68.8125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8RISQoMCXzA3McTxNWZ4fPsk8PLceD3 { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtdQDpmZvVVxJKZbEZGlmKvRbtWlxPGI { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9Kt85RvL7EI9FQtpuUgGSQDTBJQJd2B { width:17.875rem;height:3.65625rem;top:20.1875rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCqcCnC966BCgGdNu5SBmFPF8CabPXuM { width:18.375rem;height:4.9rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RGlmIFavw66FTnTUg3uxVofyTC6adZhB { width:18.9375rem;height:3.4375rem;top:32.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsLTipQ3JMMug4hakT2qsUtFJTtLoUIz { display:block; }
 }@media only screen and (max-width: 763px) { #T45aHFxwVAGb98Hqb3vQMLtofKoFuNhU { display:flex;width:1.625rem;height:1.625rem;top:11.737503051757rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #gEwSTOy7R8LqSpKGIDxRW9BBUAKTBRnZ { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8y2dKDVCah5Eh7RrMIBokJqD5qgHGlb { width:18.875rem;height:19.0625rem;top:57.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR7QCp63IcNDtqbTz5G4x3wBTqRGs6UT { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FscnsvsiZaTlyDskeB6cXrWV0xkNWf3P { width:7.875rem;height:5.875rem;top:56.299987792969rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSdnUap7FZHuray8RdF8H8EDexkI8hsE { width:6.375rem;height:5.375rem;top:61.25rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqHHHrhmeHtcTk81yGSS7ab4u94f7ZTy { width:5.5rem;height:8.375rem;top:69.28125rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo2nycW2JAJha39T8SpiZVzGPzdKQeUG { width:1.9375rem;height:1.8125rem;top:47.058319091797rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrmkcdxRMTgA4KybWznODIotBavdXQrx { width:3rem;height:2.9375rem;top:37.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Wx5stzgbUE48PK2Bd0hlR0wnCbx5Sv { width:4.9375rem;height:1.375rem;top:75.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzfFVcPMb3l0Ks36Qz2teH6dbpvaOihT { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dfAmMrO6itBynON1ZdUIuUW8fFhJGtlV { width:17.3125rem;height:6.09375rem;top:25.100006103516rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkSwENpATgbsmodlC2VDGiTgonN6X7pa { width:18.875rem;height:5.3625rem;top:50.9375rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTZm7noubNdqh54f2rseG7g0JggLTLT9 { width:16.6875rem;height:0.73125rem;top:77.831237792969rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrgT7k3DzybWtvt6mpirLhSHUck5y9bL { width:8.6875rem;height:6.1875rem;top:63.375rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWr5893dfgbFuT4bWSoI0kHRC7dO08zd { width:12.625rem;height:8.1875rem;top:68.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwLuX8gO6F7ExqXUygXgvUCrTXt4ATeo { width:8.625rem;height:8.1875rem;top:57rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyfslkRXhDTq7CNx70LV55T81KVM275k { width:9.5625rem;height:6.4375rem;top:65.4375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqAKOGS3MZUmq0zlZfKwTV6S8Fl32QH { width:12.3125rem;height:7.375rem;top:39.745834350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8uNpLTuRRPwKghZcGE4H8vZTMNVi4KZ { width:5.375rem;height:8.4375rem;top:90.625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab509bf-7af0-4bf5-ada4-717de5ddc577/quizbg1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ.adaptive-delivery-prevent-bg, #IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ.lazyload, #IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ.lazyloading { background-image: none; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container { background-color: transparent; background-image: none; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container > .video-iframe-container { display: none; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(150,200,0,0.6); }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row > .video-iframe-container { display: none; }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .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); }#IKaKBgCxdbhzv7J9BqZwHQCp1ReOAbMZ > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJ6kI3ur4qwTJpNAyWyF3w5UnsVQKiVO { width:18.3125rem;height:3.25rem;top:2.875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwQ3uA6zREAnMkOHOhmbzd9qu6xoRZ9 { width:20rem;height:69.875rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T57lEmirf8bzJavuLQeD9m6Qw6SzFNxC { width:17.25rem;height:2.5rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4HKTGZ6srDXM6iMObQigigH03mGzywv { width:20rem;height:1.3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FacCAahpK5oKOvCnh2dCfqC20VteKk4P { width:17.875rem;height:3.65625rem;top:18.9375rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUVKWh4n4RP6gPNMLZtW9pcA8rvPUP6N { width:18.375rem;height:3.675rem;top:14.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aGyonauy1FCnEpKoV8lE2SOkf6vhNSxL { width:18.9375rem;height:3.4375rem;top:33.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Gk9MaSMvi4bqEV5iyw3vLkFh9QhTvA { display:block; }
 }@media only screen and (max-width: 763px) { #FwqwdqNFAHFE0APLDNCxwG4KyJKxIkmi { display:flex;width:1.625rem;height:1.625rem;top:11.737503051757rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #RA7VkU9zz9T9G9UMJ0WBM8GXRE31n69r { width:2.4375rem;height:1.625rem;top:0.75rem;left:-0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqUNduUgAXrZnQsn7DcvX2AaCUVq9Hd { width:18.875rem;height:19.0625rem;top:58.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXNBcV689I6rLZi5y9PACZg9Pcu6vVM { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlwBbZESSgnk9AuGMXG85swuo0d1lLtR { width:7.875rem;height:5.875rem;top:57.424987792969rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIq0g2pFCcJACXtwxlznuL3WQMsPQMsf { width:6.375rem;height:5.375rem;top:62.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0hG5oZ32NGV8SPHSGBLwQ00O2AKa4S { width:5.5rem;height:8.375rem;top:70.40625rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJdnfsTu8JefRmN7DvtKvePQ6FMDFNZu { width:1.9375rem;height:1.8125rem;top:48.183319091797rem;left:15.982292175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvrcd1D9bM5HTdTgOiGDFrEGp9bq9KuK { width:3rem;height:2.9375rem;top:38.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVJWEE0AM0czm29EzN0SIVnMd3Livpyo { width:4.9375rem;height:1.375rem;top:76.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugdm3ZonFbaRM9hRghwh1nQRXH71HNWt { width:18.375rem;height:2.1rem;top:6.3125rem;left:0.8125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W6J6aWEQ2goKzdwHzCqDQfwrEPk6Vxrw { width:17.3125rem;height:8.53125rem;top:23.850006103516rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7g32cnn61JBELmpTg61TcampKcD2JlP { width:18.875rem;height:5.3625rem;top:52.0625rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hotP3R6rhfHSZ59hlDrgDetCXTd8tehQ { width:16.6875rem;height:0.73125rem;top:78.956237792969rem;left:1.65625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVhZ5TBVXTaIKOr50zZyG5kQlw5ySg7g { width:8.6875rem;height:6.1875rem;top:64.5rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdNrdOnbviDEevO7JTaAFBq82SbfgBPQ { width:12.625rem;height:8.1875rem;top:69.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsux08ShoTkNxRUa40chhiaqZuTN9y0q { width:8.625rem;height:8.1875rem;top:58.125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6g6nC2qoMNdfsTk8qnsXcBJi8neBnK8 { width:9.5625rem;height:6.4375rem;top:66.5625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbe6OQCCm3F4XWpIqZJvOTn40aQtMTK8 { width:12.5625rem;height:7.5625rem;top:40.683334350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKzVnUyFt0QZakLtfpSZFyo5I3PdTZ7U { width:5.375rem;height:8.4375rem;top:91.637499809262rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 { background-color:#e3e5e2;background-image:none;display:block; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container { background-color: transparent; background-image: none; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container > .video-iframe-container { display: none; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row > .video-iframe-container { display: none; }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .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); }#XFxDk2LIAhxEGvR4sk8g5uaLvErPZSO0 > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-regular-label { width:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-text { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-textarea { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-select { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:4.5625rem;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-input-button { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.5625rem;height:2.8125rem;font-size:0.8125rem;overflow:hidden; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-checkbox-label { width:11.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0;display:flex;align-items:center;justify-content:flex-end; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-container:first-of-type{padding-top:0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .widget-container:last-of-type{padding-bottom:0;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy  { width:17.5rem;height:auto;top:34.625rem;left:0rem; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy .radio-container { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy {display:block;}#MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy { width:17.5rem;height:auto;top:34.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #PyUWZbLNVm9UAOnn4wrMtGzohwXF2m5o {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #c7HNZaA1ZywHMQJ9uAoNVThnRPCJw2UA {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #yQPzZ3e4oJN0QW7aBTcAMLb4Dy8ZzE0T {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #y68fpQwSpq3LoBRukQrguHIDVMESgQfT {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #rfu0tx4H7TnzwVLQVR0cGr61B9cEK36v {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #U00uxR1cFoJkLRIfhe4lMRfxd9B5Qu5A {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #TyHHRogNS6wvn7Cn1rRa7vpFIw0ryzP6 {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #Rbhee35NQE58E28sQvuW521EM0JeyKo0 {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #U15yUq5HzNnswFw1kMU4opFOUV2O0fWZ {  }
 }@media only screen and (max-width: 763px) { #w3FIaaQD5PrSyJWulhooIMXrNCLLf59C { display:block; }
 }@media only screen and (max-width: 763px) { #HCsvZpoeyq4BRXezHnkyx5nViTMrf8Xi { display:block; }
 }@media only screen and (max-width: 763px) { #cLffA4tdtVAx8bnUkQTgiEVNKaVpPAn1 { display:block; }
 }@media only screen and (max-width: 763px) { #yQNvxKrlDCz2AHnXCDc03Ryw2Jvl65Pn { display:block; }
 }@media only screen and (max-width: 763px) { #w8D09udAnrOs3B7Pln7Q1MawZpi3Dq1P { display:block; }
 }@media only screen and (max-width: 763px) { #Wn7n9XlGgKZvZi5S4Eoq4gre3q408aO2 { display:block; }
 }@media only screen and (max-width: 763px) { #HVTmFpk761tBzTi5ObTiocLS25ssWK2r { display:block; }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #P67DTz4TFMQQn4p3mcKKCSawBk1ILVio {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #fvUpn0itZfEiKn8EPgkWbU4nzmhBeB55 {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #rKHvScJNUXrSwFnnfnvV6Tr8KhRgVKho {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #TGS9E3fWaNGSkieJO6KQMM19qKT6hANh {  }
 }@media only screen and (max-width: 763px) { #MTlDnVzUeHhpJOLIfBkdfqnu7p3eOLiy #cVhWD3ArJ2uueViORmHhkm2fJBkoLd7R {  }
 }@media only screen and (max-width: 763px) { #NAxzE5DsfQtS4i8T4o7R4tvbnfpByON5 { width:15.875rem;height:3.6875rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4J8ye4HCl4bVMwVP8UhSU6mDtO4BKni { width:20rem;height:30.1875rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkAazGmBeyN7dtgeMTkCZ6rbiTbfGs2h { width:20rem;height:4.8rem;top:6.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lz69qwfnItTWhhUNt14Vp31bG1K3mBzn { width:17.375rem;height:5.25rem;top:12.375rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6InAX0ooLlKLqCN17fcXfo0I8m1Buqe { width:12.5rem;height:12.5rem;top:18.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8m5Mt7pK4wCal7PrNKs9NNy0iZIvgyS { width:5.9375rem;height:8.4375rem;top:20.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2lDaoad3nhBWFEdHq3Ne4TdBQSPFTt { width:1.4375rem;height:1.4375rem;top:19.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vImPGNGvmeRuQgEfC1AwT7T1m1BGQi2q { width:4.5625rem;height:2.1125rem;top:32.737500190735rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWTEsZFUkMzFbDnW0SmfnBKXpGct87Ue { width:14.125rem;height:1.05625rem;top:32.75rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzMRQGRNPinnsXIg6rUr0tOe3PGayPqy { width:2.125rem;height:2rem;top:52.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zhw2Q4vUTy49UFAHRP2ZIrBRW4aif1rQ { width:2.8125rem;height:2.75rem;top:53.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtXvbWAaXMKsvSRA748tPh99RtP1wP3L { width:4.25rem;height:1.1875rem;top:51.8125rem;left:13.741379310345rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmWkBaSA2Uc3xFKn4me5auUhUIGuPP5T { width:2.125rem;height:2.3125rem;top:23.28125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf8giLthFkMZlzwagoSOqDaTUbzyWeNM { width:0.9375rem;height:1rem;top:26.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9iQTw76ffHxm6xHU8JISxbvyPgcJmDn { width:11.875rem;height:3.3125rem;top:46.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA2QyTe0h8V3oQycQi4gPifdxIoBQZhC { display:block; }
 }@media only screen and (max-width: 763px) { #SqG8UXIrJHAKbDE8eO0Mor2fDQnyWDl4 { top:54.5625rem;left:0rem;width:20rem;height:18.1875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM { background-color:#e3e5e2;background-image:none;display:block; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container { background-color: transparent; background-image: none; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container > .video-iframe-container { display: none; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row > .video-iframe-container { display: none; }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .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); }#qD9HDgzqFT4Q4tLv3RwsbqKN60RVlqIM > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-regular-label { width:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-text { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-textarea { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-select { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:4.5625rem;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-input-button { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.5625rem;height:2.8125rem;font-size:0.8125rem;overflow:hidden; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-checkbox-label { width:11.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0;display:flex;align-items:center;justify-content:flex-end; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-container:first-of-type{padding-top:0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .widget-container:last-of-type{padding-bottom:0;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq  { width:17.5rem;height:auto;top:34.6875rem;left:0rem; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq .radio-container { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq {display:block;}#C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq { width:17.5rem;height:auto;top:34.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #XC06sarOWKnCNzRrrknScgyKDroKRDBN {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #VfZfvFnJ0QP7FdJAuiBkpbJzpTlkCGkv {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #R0hXcFNlnVdoRuUre4As8hc4fBztq4s5 {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #qhkaTtoNEnAg3oJCZOMnIrs0KuiZfLVN {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #LXt4IWc6anMyXv9eVD3CcTmoFcRIfdRE {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #iOXbvrBJ23abvSZS5F2RdrKl0IvntQHG {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #CholZTWXfZ1gEKP6ZLiOF9n2vygqUlZQ {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #kNw0nk5Ria4iXR0h76LT7EKCDkTrhu5i {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #zgpnNAlG7toeuPw07klmBeKEWG7Sy905 {  }
 }@media only screen and (max-width: 763px) { #MF5u68oQGIHq39zdqTvkzzWOoqNT8zOy { display:block; }
 }@media only screen and (max-width: 763px) { #uVREhMtKfeCsVTCtOETE939AK9TKA5QP { display:block; }
 }@media only screen and (max-width: 763px) { #G6vgTENvSXcu9N97TWk3c54L5BTkEUu5 { display:block; }
 }@media only screen and (max-width: 763px) { #s543W7r5bGVwcsy6qI01xeVr6mcvslhz { display:block; }
 }@media only screen and (max-width: 763px) { #XVw4UyPlVN5wzv2RB3V6ngQMKl0VePQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #U3rgPb1LpNfpefMD0loWTiitzTOaKpSF { display:block; }
 }@media only screen and (max-width: 763px) { #hcQsh2FIgoDUGI4riL8USexopAg6xwmO { display:block; }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #PwFxXDQ65E3XXGUnId40TQiGrRHwa4nM {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #i1FrPOOATuuowxM0UIghvDlea2zOImJa {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #ZeLsuwtKgbzt2tWNsJ8GQmEFEHae0oWZ {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #Qg6st8wH3GFdowqauZBXCET44TsiThoR {  }
 }@media only screen and (max-width: 763px) { #C2E1z7XQzCK3gqZJJHXlK6DCTvsUIWfq #enCMAnowuNV5bOxSpx6flCG14HegvBQn {  }
 }@media only screen and (max-width: 763px) { #XixAO0znhGQWeAmO0PyylDx0DChzBAkk { width:15.875rem;height:3.6875rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QafDqfyDwRCU01dKJOgGxIqugQfCEnlN { width:20rem;height:27.75rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh1tz2VAoeWCOlbdnugtZUL5mBP5Jwr5 { width:20rem;height:9rem;top:6.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y8oX3Ar68Ls2q6sTVZwvL9ZTQAhLkDTr { width:17.375rem;height:2.625rem;top:16.5625rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xX5GBtDTlOhxAplGkBRTiWVgwJPs7B2R { width:12.5rem;height:12.5rem;top:21.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcWFzv5wnGTrOgzpJiAQNTWbLz7Z7NT { width:1.4375rem;height:1.4375rem;top:21.8125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgB5pKWq5v6PJX1wz2eG7cGfwo7gMn4M { width:3.9375rem;height:6.1875rem;top:22.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpZ8kMQOh4X0vVytkKEnevaXi5c9yWPF { width:4.8125rem;height:7.6875rem;top:20.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK4S5EGd8LcEz8tyaWbu6VT6AimSJa2G { width:5.375rem;height:8.4375rem;top:26.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCDQGatc9D8CPUcXUcyP3ToHFsmVtkq5 { width:2.8125rem;height:2.75rem;top:53.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZPTLsGJhfk1JaM5gTe6VRm3I9uJC3C5 { width:2.125rem;height:2rem;top:54.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #utSmbi7xgUffnxcK2mZKvBsrkWNLPAuS { width:4.25rem;height:1.1875rem;top:56.0625rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRqEQ6PhfCNe43HNpVhOpJGg49O2mDTd { width:2.125rem;height:2.3125rem;top:25.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc4gB5O097udKy82NPl0Nrf5qob3eQOt { width:0.9375rem;height:1rem;top:28.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAT1VAGXAttz3bdtPGLlEPySk3mDAvDt { width:11.875rem;height:3.3125rem;top:46.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaffgXEQGlKGQdzAmXMbfoVfBVWeCxiC { display:block; }
 }@media only screen and (max-width: 763px) { #u9zeJUIKDzxCDhMeECq4z69RqiiXKldF { top:54.375rem;left:0rem;width:20rem;height:18.1875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs { display:block; }#PUgOTkeR74lTyPQLsJ6kpDeTUpFtJsOs > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWJSNSXkikmv7MfKOmqT0AxkQDbNVFpd { width:20rem;height:2.25rem;top:5.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpdD7E6LfIPhP6sfQhPd9gr56DIAd4FA { width:6.9375rem;height:1.125rem;top:1.8125rem;left:6.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hulbmtwgekIGD5RuRlhP58T2SPBF6bl5 { width:7.75rem;height:1.125rem;top:3.1875rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }