.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:83,105,155;--color-primary-4:13,23,47;--color-secondary-0:226,248,251;--color-secondary-1:157,231,241;--color-secondary-2:59,206,226;--color-secondary-3:30,103,113;--color-secondary-4:9,31,34;--color-tertiary-0:255,255,255;--color-tertiary-1:140,198,247;--color-tertiary-2:145,152,192;--color-tertiary-3:127,152,190;--color-tertiary-4:0,0,0;--headlines-font-family:"RedditSans";--paragraphs-font-family:"RedditSans"; }@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/731cfac9-cfac-4dab-a105-9f2c80c4bb99/20241203_M2_Landingi_Screendesign_Twitch_Drops_Anniversary_January_2025_header_Desktop_v2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:71.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Lx4bhmKWBiGNTmwGXzTHXNp7thDWyllK { color:#9d6e00;display:block;width:46.25rem;position:absolute;font-family:forum;font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:14.375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ypZvtfnXh2QRh5iVGJkivFuEx3KG7g1i { color:#1f3653;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FbLLkTrepowZh5T0I0T2hvdN2HsPkDbR { color:#1f3653;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRI8CKn4kR0sMHw6gWdM3f9EXfiU1PqC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4996875rem;width:13.499375rem;top:29.8125rem;left:0rem;overflow:hidden;display:block; }
#AoS0Tq32bRV4SsfrH29zc9Rx7rXDTHQ0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4996875rem;width:13.499375rem;top:29.8125rem;left:15.375rem;overflow:hidden;display:block; }
#TOCiQ8TLc8I4F0ZZDOy4pFKpEDZtbFLo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4996875rem;width:13.499375rem;top:29.8125rem;left:30.75rem;overflow:hidden;display:block; }
#WvwUPM2X25MLIvXV3rv7FAkWonF8plQn { color:#e8e8e8;display:block;width:12.1875rem;position:absolute;font-family:forum;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.9375rem;left:0.625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWJQ0oquin3pzcwagL9hGyPyHOrs9GFX { color:#e8e8e8;display:block;width:13.062rem;position:absolute;font-family:forum;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:43.9375rem;left:15.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#py0ac74cAdL4AuOH5yE5wT597pqRKs7V { color:#e8e8e8;display:block;width:12.1875rem;position:absolute;font-family:forum;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:43.9375rem;left:31.375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pdo30r8FXHCvm76lu6NTXmN57T8G1JOG { color:#6eb6c5;display:block;width:11.9365625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:45.9375rem;left:0.75rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDomT8EB4FTAE7kNC75Ng3Lgm0gHqhN0 { color:#6eb6c5;display:block;width:11.9365625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:45.9375rem;left:16.125rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHi9GVbg2pI3ur2ET1XMfi89IuGb9TyS { color:#6eb6c5;display:block;width:11.9365625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:45.9375rem;left:31.5rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTzrKUnrK5433CVnvJf1HVTeC6tnpZ6a { position:absolute;display:block;z-index:15037;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#KzyrKwLcGALBgWd4VnkJfkrJck2KBt90 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56206875rem;width:23.8121875rem;top:5.437283039093rem;left:25.499566078186rem;overflow:hidden;display:block; }
#Gtnaff19fr8a5i8mCuJHl1tvkpUMH3h1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4996875rem;width:13.499375rem;top:29.8125rem;left:46.125rem;overflow:hidden;display:block; }
#KM8xDFUrrWlw7TT3mPSip6iMkGc1qRvi { color:#6eb6c5;display:block;width:11.9365625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:45.9375rem;left:46.875rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vFQL0b4QgtHti51e7929QacBUplV7XXN { color:#e8e8e8;display:block;width:12.1875rem;position:absolute;font-family:forum;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:43.9375rem;left:46.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPMApMtx1E3aodAqmol9Kd8xDnGu9IP7 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#TsOmTTbO8UgTniPuSv7OJozsAde1eTr0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dbqFXB8kANPvKCNzMgWH38v3GTx3o9g3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4996875rem;width:13.499375rem;top:26.9375rem;left:55.75rem;overflow:hidden;display:none; }
#ScGEWyW4HQJobXFBQRDrbe7R2Ew6pN0D { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4996875rem;width:13.499375rem;top:29.8125rem;left:61.5rem;overflow:hidden;display:block; }
#BOkrrpBKHKPTgQZP4VGU0mHmAtrGVc8L { color:#6eb6c5;display:block;width:11.9365625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.9375rem;left:62.25rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gaiX64FFDerkpsJ6OTLv2kUDbLda8Aw3 { color:#e8e8e8;display:block;width:12.1875rem;position:absolute;font-family:forum;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:43.9375rem;left:62.125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#praS0RELQgfVNSV0OgpLWvXZXZ0eOf5r { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:32.4375rem;left:17.1240234375rem;overflow:hidden;display:block; }
#SsrBtC2FNIZPVD5f4hGS3xIov4LJtSkT { color:#1f3653;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.47500038147rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yGWkW0TCeUfi0PcGawQFaIy3Dn9Vniqr { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:31.4375rem;left:32.5rem;overflow:hidden;display:block; }
#RHAO5B2CNeSZ8VV2gCtqQ87AVpH0rdeb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:31.4375rem;left:47.8740234375rem;overflow:hidden;display:block; }
#nvBsotTQ8wlTD6zL6FPlWcpGxv99oUyK { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:31.4375rem;left:63.2490234375rem;overflow:hidden;display:block; }
#blubw9BO9MqJgAfFo5InQUrLHNCy1KLv { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:32.4375rem;left:1.7490234375rem;overflow:hidden;display:block; }
#bn6ikXn9bbkoVnE0FTeVR4idqECb5FFX { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:20.9375rem;top:55.75rem;left:27.0625rem;overflow:hidden;display:block; }
#MRQ2oDU9ool3TPGcJ2okAETBHrFM5T55 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2rem;top:56.75rem;left:28.8125rem;overflow:hidden;display:block; }
#rVFGNJDgbRJG6i1f0CpS2qDI3xSp4URT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:57.0625rem;left:30.75rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lh6sIEUgl6oM9Z6FSbLrDXe0mvuWlHTa { color:#1f3653;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:61.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQ1sdtR0lr7BbLBnbGZVl4XbVaz9AD89 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(246,188,47,0.53);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.125rem;text-decoration:none;z-index:15220;text-align:center;text-align-last:center;top:55.75rem;left:27.0625rem;display:block; }
#EsCuZMucJHBfovN1pFz36qSENmXZrUqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JFDnhJ2sCErRrskMe04l69SPxNcvoCU2 { box-sizing:content-box;height:3.6875rem;width:75rem;position:absolute;display:block;z-index:15221;background-color:rgba(var(--color-tertiary-0),0.67);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.2177734375rem;left:0rem;display:block; }
#KJrH1qinZoE07qVALE90l7GzZ7waTVTN { color:#1f3653;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15222;line-height:1.3;letter-spacing:0;top:38.6396484375rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#494858;background-image:url("https://images.assets-landingi.com/uc/01d5ca6f-bde9-4f54-8670-f2cc4be9ae53/20250323_M2_Herodrops_Background.jpg");background-position: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; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.adaptive-delivery-prevent-bg, #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.lazyload, #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.lazyloading { background-image: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { background-color: transparent; background-image: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container > .video-iframe-container { display: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container { display: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .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); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { border-width: 0; border-radius: 0; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#sGEWXCxIFRAvimZHUZ9x4PDkh3QeNLOr { background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(var(--color-secondary-2),1), #0b79bf);background-image: -moz-linear-gradient(326deg, rgba(var(--color-secondary-2),1), #0b79bf);background-image: -ms-linear-gradient(326deg, rgba(var(--color-secondary-2),1), #0b79bf);background-image: -o-linear-gradient(326deg, rgba(var(--color-secondary-2),1), #0b79bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0b79bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0b79bf' );";background-image: linear-gradient(326deg, rgba(var(--color-secondary-2),1), #0b79bf);background-size:auto !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;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.4375rem;left:48.093751907349rem;display:block; }
#QECOgdZx04QkzTSh3XSH7OT92WpaJRiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwRdQPAoiRAWKZy7OiRuNFeEDv1LTsld { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.5rem;left:37.5rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rkCc9rycRakLop6GKfSDapEJpyXmSWQI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:32.9375rem;top:7.3125rem;left:39.78125rem;overflow:hidden;display:block; }
#LyslJudN66xPD2k6DsJ2TbB5m59o81vW { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:13.03125rem;left:37.5rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5OgbD2s87stWepy2fr9SsWevd3WGVFs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:10rem;top:15.8125rem;left:51.25rem;overflow:hidden;display:block; }
#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ffc9a380-717a-402b-9cf0-d1748c837ff6/Panel2_Link_Background.jpg");background-position: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; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.adaptive-delivery-prevent-bg, #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.lazyload, #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.lazyloading { background-image: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { background-color: transparent; background-image: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container > .video-iframe-container { display: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container { display: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .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); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { border-width: 0; border-radius: 0; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#lAwvFUATZbq3L6Tf12qfN890R6vgKL30 { color:#f6bc2f;display:block;width:75rem;position:absolute;font-family:forum;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4250001907349rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yK5mxpmbl4h6UvDuU0p0nPCcfEoZxoOQ { color:#ffd300;display:block;width:16.375rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:46.5rem;left:12.749998092651rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IlplppW6T0EmatLckEEKVNyC235e0XQT { color:#ffd300;display:block;width:16.5rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:46.5rem;left:30.312498092651rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IZ36F3n6v6gb8pCsuqJCGXlqMGioAaor { color:#ffd300;display:block;width:15.4375rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.5rem;left:47.875001907349rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CiKVBZcTBv7bO20WtMqLF4cfAvTBppT0 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:51.0625rem;left:12.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IpirUDuvuzA7lrgKoHO9IsMyPRMsvdgf { color:rgba(var(--color-tertiary-1),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:51.0625rem;left:30.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IAh7auVDyNsau8ui8ahKtV4lzPdvbOAJ { color:rgba(var(--color-tertiary-1),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:51.0625rem;left:47.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z0f0aUUQOPliAzWD4I9KhgOLvqQlAPEF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.9375rem;left:30.3125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DZyrWS7JkuCErxBblLNGDzygTrWZML6R { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:48.9375rem;left:47.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HEwFDJDUng53nb7H8imqssTXrWktGyXV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.9375rem;left:12.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ADQ7OtNG8sxPZllMpbihTfOq5g9kEFlw { color:#ffd300;display:block;width:75rem;position:absolute;font-family:forum;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.300000190735rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocNm9OJ0nnbPUor29D0Tmgwqb7ygUuUl { color:rgba(var(--color-tertiary-1),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:4.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1iL0MpE3F8oGLNdJMO24pCmraO91qNE { box-sizing:content-box;height:3.3125rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:16.843750953674rem;left:45.587501525879rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#k07aTwFpNreoyTyx4uVA0WE9KpqUsFIN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:18.75rem;top:16.943749427796rem;left:10.5625rem;overflow:hidden;display:block; }
#h9XCuPWcIimL4R625kiBCOauRbGGmb0E { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.909375190735rem;left:45.8125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnqeTSCf1pmhfoWQIkkczoutWXRmlTA1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:14.375rem;top:27.75rem;left:12.75rem;overflow:hidden;display:block; }
#VUOJbRzp3tQtRV6TBaZ4oTDiRT6HCW8G { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:14.375rem;top:27.8125rem;left:30.3125rem;overflow:hidden;display:block; }
#Wqv7HACa6Iric0R4gcmqKv5B8rTOstye { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:14.375rem;top:27.75rem;left:47.875rem;overflow:hidden;display:block; }
#oWymw0HxqDUeuWcRC60JGH8fvqJINkfT { color:rgba(var(--color-tertiary-1),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:39.842969894409rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UmfszV7wet3xdbga4Nno81AlxWdH73qy { box-sizing:content-box;height:6.5625rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:#f6bc2f;background-image:none;top:13.843749046326rem;left:37.437499046326rem;display:block; }
#q9K2kynnoyu66v5ITq1Ng12eOC321tXT { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o0Zn0Ru1GmDBVl1rTbPgxkPFIMIPT5Eo { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#292a2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:16.90625rem;left:10.5625rem;display:block; }
#Bu7yfubQRlQBnCW10eBDfgHdGQGmo2Lc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c5f94871-e757-4a33-bb9f-0fbab259cf92/Panel3_FAQ_Background.jpg");background-position: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; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.adaptive-delivery-prevent-bg, #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.lazyload, #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.lazyloading { background-image: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { background-color: transparent; background-image: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container > .video-iframe-container { display: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container { display: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .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); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { border-width: 0; border-radius: 0; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#RCHSLfMI7fAF9KEMS5NcU6rrGi8nQx1Q { color:#f6bc2f;display:block;width:46.25rem;position:absolute;font-family:forum;font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3867225646972rem;left:14.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHCvHpsLd03stev9Q1l20LWn7RhqAJny { position:absolute;display:block;z-index:15003;height:21.7496875rem;width:75rem;top:15.186634063721rem;left:0.00072097778320312rem;display:block; }
#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1232c6fd-d0a1-44e0-b8b1-00968cc2a015/Footer_Background.jpg");background-position: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; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.adaptive-delivery-prevent-bg, #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.lazyload, #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.lazyloading { background-image: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { background-color: transparent; background-image: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container > .video-iframe-container { display: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container { display: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .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); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { border-width: 0; border-radius: 0; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#n3Vwi2kLd78xQXRtRUDG1adOa8wKVnpp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49921875rem;width:19.3741875rem;top:7.8804702758787rem;left:27.811717987061rem;overflow:hidden;display:block; }
#kxqTpGgRxzvTfLr1GPW2cRWVS8ztNrmP { color:#f6bc2f;display:block;width:8.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.015743255615rem;left:22.154354095459rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5dp1s7E1cUsIf3SihF3uaV5FfGstLNe { color:#f6bc2f;display:block;width:8.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.015743255615rem;left:33.468269348144rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwsATgmXNxpXSZiCD05SFsZui8y5NiI5 { color:#f6bc2f;display:block;width:8.0616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.053623199463rem;left:45.497749328613rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DohOuqQQazZIVzT5xzmWrqP6lggX4v1N { color:#9dc8ff;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.352344512939rem;left:21.59375rem;height:2.111975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rex9daNWIn2b7xpAVJqbThE26E3ZKV0y { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:9.8125rem;top:2.875rem;left:35.4375rem;overflow:hidden;display:block; }
#ZhrH2zwKkVUra7NeO2WmMhUfSnDaTmzF { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:1.3125rem;left:29.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@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) { #Lx4bhmKWBiGNTmwGXzTHXNp7thDWyllK { top:12.5rem;left:0.75rem;width:46.25rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypZvtfnXh2QRh5iVGJkivFuEx3KG7g1i { top:17.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbLLkTrepowZh5T0I0T2hvdN2HsPkDbR { top:24.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRI8CKn4kR0sMHw6gWdM3f9EXfiU1PqC { top:29.8125rem;left:0rem;width:13.4375rem;height:20.405608748796rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoS0Tq32bRV4SsfrH29zc9Rx7rXDTHQ0 { top:29.8125rem;left:1.75rem;width:13.4375rem;height:20.405608748796rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCiQ8TLc8I4F0ZZDOy4pFKpEDZtbFLo { top:29.8125rem;left:17.125rem;width:13.4375rem;height:20.405608748796rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvwUPM2X25MLIvXV3rv7FAkWonF8plQn { top:43.9375rem;left:0rem;width:12.1875rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWJQ0oquin3pzcwagL9hGyPyHOrs9GFX { top:43.9375rem;left:1.9375rem;width:13rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #py0ac74cAdL4AuOH5yE5wT597pqRKs7V { top:43.9375rem;left:17.75rem;width:12.1875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdo30r8FXHCvm76lu6NTXmN57T8G1JOG { top:45.9375rem;left:0rem;width:11.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDomT8EB4FTAE7kNC75Ng3Lgm0gHqhN0 { top:45.9375rem;left:2.5rem;width:11.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHi9GVbg2pI3ur2ET1XMfi89IuGb9TyS { top:45.9375rem;left:17.875rem;width:11.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzrKUnrK5433CVnvJf1HVTeC6tnpZ6a { top:0rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzyrKwLcGALBgWd4VnkJfkrJck2KBt90 { top:5.375rem;left:11.874566078186rem;width:23.75rem;height:5.5476157510696rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtnaff19fr8a5i8mCuJHl1tvkpUMH3h1 { top:29.8125rem;left:32.5rem;width:13.4375rem;height:20.405608748796rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM8xDFUrrWlw7TT3mPSip6iMkGc1qRvi { top:45.9375rem;left:33.25rem;width:11.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFQL0b4QgtHti51e7929QacBUplV7XXN { top:43.9375rem;left:33.125rem;width:12.1875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPMApMtx1E3aodAqmol9Kd8xDnGu9IP7 { display:none; }
 }@media only screen and (max-width: 763px) { #TsOmTTbO8UgTniPuSv7OJozsAde1eTr0 { display:none; }
 }@media only screen and (max-width: 763px) { #dbqFXB8kANPvKCNzMgWH38v3GTx3o9g3 { top:26.9375rem;left:34.3125rem;width:13.4375rem;height:20.406200951001rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScGEWyW4HQJobXFBQRDrbe7R2Ew6pN0D { top:29.8125rem;left:34.3125rem;width:13.4375rem;height:20.405608748796rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOkrrpBKHKPTgQZP4VGU0mHmAtrGVc8L { top:45.9375rem;left:35.875rem;width:11.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaiX64FFDerkpsJ6OTLv2kUDbLda8Aw3 { top:43.9375rem;left:35.5625rem;width:12.1875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #praS0RELQgfVNSV0OgpLWvXZXZ0eOf5r { top:32.4375rem;left:3.4990234375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsrBtC2FNIZPVD5f4hGS3xIov4LJtSkT { top:19.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGWkW0TCeUfi0PcGawQFaIy3Dn9Vniqr { top:31.4375rem;left:18.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHAO5B2CNeSZ8VV2gCtqQ87AVpH0rdeb { top:31.4375rem;left:34.2490234375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvBsotTQ8wlTD6zL6FPlWcpGxv99oUyK { top:31.4375rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #blubw9BO9MqJgAfFo5InQUrLHNCy1KLv { top:32.4375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn6ikXn9bbkoVnE0FTeVR4idqECb5FFX { top:55.75rem;left:13.4375rem;width:20.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQ2oDU9ool3TPGcJ2okAETBHrFM5T55 { top:56.75rem;left:15.1875rem;width:2rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVFGNJDgbRJG6i1f0CpS2qDI3xSp4URT { top:57.0625rem;left:17.125rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh6sIEUgl6oM9Z6FSbLrDXe0mvuWlHTa { top:61.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ1sdtR0lr7BbLBnbGZVl4XbVaz9AD89 { width:20.9375rem;height:4.125rem;top:55.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsCuZMucJHBfovN1pFz36qSENmXZrUqb { display:block; }
 }@media only screen and (max-width: 763px) { #JFDnhJ2sCErRrskMe04l69SPxNcvoCU2 { top:38.1875rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJrH1qinZoE07qVALE90l7GzZ7waTVTN { top:38.625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f { display:block; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGEWXCxIFRAvimZHUZ9x4PDkh3QeNLOr { width:16.3125rem;height:2.6875rem;top:23.4375rem;left:27.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QECOgdZx04QkzTSh3XSH7OT92WpaJRiU { display:block; }
 }@media only screen and (max-width: 763px) { #RwRdQPAoiRAWKZy7OiRuNFeEDv1LTsld { top:2.5rem;left:10.25rem;width:37.5rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCc9rycRakLop6GKfSDapEJpyXmSWQI { top:7.3125rem;left:14.8125rem;width:32.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyslJudN66xPD2k6DsJ2TbB5m59o81vW { top:13rem;left:10.25rem;width:37.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5OgbD2s87stWepy2fr9SsWevd3WGVFs { top:15.8125rem;left:30.8125rem;width:10rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS { display:block; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAwvFUATZbq3L6Tf12qfN890R6vgKL30 { top:4.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK5mxpmbl4h6UvDuU0p0nPCcfEoZxoOQ { top:46.5rem;left:0rem;width:16.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlplppW6T0EmatLckEEKVNyC235e0XQT { top:46.5rem;left:16.686719894409rem;width:16.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ36F3n6v6gb8pCsuqJCGXlqMGioAaor { top:46.5rem;left:32.3125rem;width:15.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiKVBZcTBv7bO20WtMqLF4cfAvTBppT0 { top:51.0625rem;left:0rem;width:14.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpirUDuvuzA7lrgKoHO9IsMyPRMsvdgf { top:51.0625rem;left:16.687501907349rem;width:14.375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAh7auVDyNsau8ui8ahKtV4lzPdvbOAJ { top:51.0625rem;left:33.375rem;width:14.375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0f0aUUQOPliAzWD4I9KhgOLvqQlAPEF { top:48.9375rem;left:16.687501907349rem;width:11.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZyrWS7JkuCErxBblLNGDzygTrWZML6R { top:48.9375rem;left:34.249998092651rem;width:11.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEwFDJDUng53nb7H8imqssTXrWktGyXV { top:48.9375rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADQ7OtNG8sxPZllMpbihTfOq5g9kEFlw { top:9.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNm9OJ0nnbPUor29D0Tmgwqb7ygUuUl { top:14.4375rem;left:0rem;width:31rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1iL0MpE3F8oGLNdJMO24pCmraO91qNE { top:16.8125rem;left:28.75rem;width:18.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k07aTwFpNreoyTyx4uVA0WE9KpqUsFIN { top:16.9375rem;left:0rem;width:18.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9XCuPWcIimL4R625kiBCOauRbGGmb0E { top:17.875rem;left:29.25rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnqeTSCf1pmhfoWQIkkczoutWXRmlTA1 { top:27.75rem;left:0rem;width:14.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOJbRzp3tQtRV6TBaZ4oTDiRT6HCW8G { top:27.8125rem;left:16.6875rem;width:14.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqv7HACa6Iric0R4gcmqKv5B8rTOstye { top:27.75rem;left:33.375rem;width:14.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWymw0HxqDUeuWcRC60JGH8fvqJINkfT { top:14.4375rem;left:16.25rem;width:31.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmfszV7wet3xdbga4Nno81AlxWdH73qy { top:13.8125rem;left:23.812499046326rem;width:0.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9K2kynnoyu66v5ITq1Ng12eOC321tXT { top:24rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Zn0Ru1GmDBVl1rTbPgxkPFIMIPT5Eo { width:18.8125rem;height:3.4375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu7yfubQRlQBnCW10eBDfgHdGQGmo2Lc { display:block; }
 }@media only screen and (max-width: 763px) { #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx { display:block; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCHSLfMI7fAF9KEMS5NcU6rrGi8nQx1Q { top:4.375rem;left:0.75rem;width:46.25rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHCvHpsLd03stev9Q1l20LWn7RhqAJny { top:15.125rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv { display:block; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3Vwi2kLd78xQXRtRUDG1adOa8wKVnpp { top:7.875rem;left:14.186717987061rem;width:19.3125rem;height:3.4880772217867rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqTpGgRxzvTfLr1GPW2cRWVS8ztNrmP { top:14rem;left:8.5293006896975rem;width:8rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5dp1s7E1cUsIf3SihF3uaV5FfGstLNe { top:14rem;left:19.843097686767rem;width:8rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwsATgmXNxpXSZiCD05SFsZui8y5NiI5 { top:14rem;left:31.872394561767rem;width:8rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DohOuqQQazZIVzT5xzmWrqP6lggX4v1N { top:17.3125rem;left:7.96875rem;width:37.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rex9daNWIn2b7xpAVJqbThE26E3ZKV0y { top:2.875rem;left:21.8125rem;width:9.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhrH2zwKkVUra7NeO2WmMhUfSnDaTmzF { top:1.3125rem;left:16.125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b3df671-b093-430c-a21e-32560b28808d/20240418_M2_Landingi_Screendesign_Twitch_Drops_Mobile.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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(0,0,0,0); }#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(0,0,0,0); }#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:152.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx4bhmKWBiGNTmwGXzTHXNp7thDWyllK { width:19.99675rem;height:2.4375rem;top:12.479384422303rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypZvtfnXh2QRh5iVGJkivFuEx3KG7g1i { width:19.99675rem;height:0.9746125rem;top:14.916450500488rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbLLkTrepowZh5T0I0T2hvdN2HsPkDbR { width:19.9970625rem;height:1.7871125rem;top:21.2158203125rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRI8CKn4kR0sMHw6gWdM3f9EXfiU1PqC { width:14.375rem;height:21.875rem;top:25.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoS0Tq32bRV4SsfrH29zc9Rx7rXDTHQ0 { width:14.375rem;height:21.875rem;top:47.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCiQ8TLc8I4F0ZZDOy4pFKpEDZtbFLo { width:14.375rem;height:21.875rem;top:70.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvwUPM2X25MLIvXV3rv7FAkWonF8plQn { width:12.1853125rem;height:1.70605625rem;top:40.5rem;left:3.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWJQ0oquin3pzcwagL9hGyPyHOrs9GFX { width:12.935125rem;height:1.25rem;top:62.75rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #py0ac74cAdL4AuOH5yE5wT597pqRKs7V { width:12.1853125rem;height:1.25rem;top:85.0625rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pdo30r8FXHCvm76lu6NTXmN57T8G1JOG { width:11.87325rem;height:2.4375rem;top:43.3125rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDomT8EB4FTAE7kNC75Ng3Lgm0gHqhN0 { width:11.87325rem;height:2.4375rem;top:65.6875rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHi9GVbg2pI3ur2ET1XMfi89IuGb9TyS { width:11.87325rem;height:2.4375rem;top:88.125rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTzrKUnrK5433CVnvJf1HVTeC6tnpZ6a { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzyrKwLcGALBgWd4VnkJfkrJck2KBt90 { width:20rem;height:4.6701375rem;top:7.81033039093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtnaff19fr8a5i8mCuJHl1tvkpUMH3h1 { width:14.375rem;height:21.875rem;top:92.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM8xDFUrrWlw7TT3mPSip6iMkGc1qRvi { width:11.87325rem;height:2.4375rem;top:111.1875rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFQL0b4QgtHti51e7929QacBUplV7XXN { width:12.18575rem;height:1.25rem;top:105.6875rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPMApMtx1E3aodAqmol9Kd8xDnGu9IP7 { top:1.25rem;left:0rem;width:20rem;height:3.75rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TsOmTTbO8UgTniPuSv7OJozsAde1eTr0 { top:6.25rem;left:3.75rem;width:12.5rem;height:1.437025rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #dbqFXB8kANPvKCNzMgWH38v3GTx3o9g3 { width:14.375rem;height:21.875rem;top:115.375rem;left:2.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ScGEWyW4HQJobXFBQRDrbe7R2Ew6pN0D { width:13.4375rem;height:20.405608748796rem;top:29.8125rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOkrrpBKHKPTgQZP4VGU0mHmAtrGVc8L { width:11.875rem;height:2.4375rem;top:133.4375rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gaiX64FFDerkpsJ6OTLv2kUDbLda8Aw3 { width:12.1875rem;height:1.25rem;top:129.25rem;left:3.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #praS0RELQgfVNSV0OgpLWvXZXZ0eOf5r { width:10rem;height:10rem;top:50.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsrBtC2FNIZPVD5f4hGS3xIov4LJtSkT { width:20rem;height:2.92383125rem;top:17.392578125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGWkW0TCeUfi0PcGawQFaIy3Dn9Vniqr { width:10rem;height:10rem;top:73.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHAO5B2CNeSZ8VV2gCtqQ87AVpH0rdeb { width:10rem;height:10rem;top:94.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvBsotTQ8wlTD6zL6FPlWcpGxv99oUyK { width:10rem;height:10rem;top:117.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blubw9BO9MqJgAfFo5InQUrLHNCy1KLv { width:9.375rem;height:9.375rem;top:28.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn6ikXn9bbkoVnE0FTeVR4idqECb5FFX { width:20rem;height:3.9402985074627rem;top:145.4375038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRQ2oDU9ool3TPGcJ2okAETBHrFM5T55 { width:2rem;height:2.1875rem;top:146.4375038147rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVFGNJDgbRJG6i1f0CpS2qDI3xSp4URT { width:16.3125rem;height:1.21875rem;top:146.7500038147rem;left:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh6sIEUgl6oM9Z6FSbLrDXe0mvuWlHTa { width:20rem;height:4.38574375rem;top:140.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ1sdtR0lr7BbLBnbGZVl4XbVaz9AD89 { width:19rem;height:4.125rem;top:55.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsCuZMucJHBfovN1pFz36qSENmXZrUqb { display:block; }
 }@media only screen and (max-width: 763px) { #JFDnhJ2sCErRrskMe04l69SPxNcvoCU2 { width:20rem;height:3.6875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJrH1qinZoE07qVALE90l7GzZ7waTVTN { width:20rem;height:0;top:32.4375rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f { background-color:rgba(73,72,88,0.75);background-image:url("https://images.assets-landingi.com/uc/01d5ca6f-bde9-4f54-8670-f2cc4be9ae53/20250323_M2_Herodrops_Background.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.adaptive-delivery-prevent-bg, #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.lazyload, #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.lazyloading { background-image: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { background-color: transparent; background-image: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container > .video-iframe-container { display: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container { display: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .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); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGEWXCxIFRAvimZHUZ9x4PDkh3QeNLOr { width:19.4375rem;height:2.9375rem;top:28.0859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QECOgdZx04QkzTSh3XSH7OT92WpaJRiU { display:block; }
 }@media only screen and (max-width: 763px) { #RwRdQPAoiRAWKZy7OiRuNFeEDv1LTsld { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkCc9rycRakLop6GKfSDapEJpyXmSWQI { width:20rem;height:2.44921875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyslJudN66xPD2k6DsJ2TbB5m59o81vW { width:20rem;height:4.19921875rem;top:12.94921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5OgbD2s87stWepy2fr9SsWevd3WGVFs { width:13.9375rem;height:8.4375rem;top:18.3984375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/92f5965c-c4ce-47a3-be33-a94b34f4213f/Panel2_Link_Background_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.adaptive-delivery-prevent-bg, #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.lazyload, #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.lazyloading { background-image: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { background-color: transparent; background-image: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container > .video-iframe-container { display: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container { display: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .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); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAwvFUATZbq3L6Tf12qfN890R6vgKL30 { width:19.9988125rem;height:4.79948125rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yK5mxpmbl4h6UvDuU0p0nPCcfEoZxoOQ { width:12.1859375rem;height:2.19341875rem;top:10.812505722046rem;left:3.9067708253861rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlplppW6T0EmatLckEEKVNyC235e0XQT { width:12.1859375rem;height:2.19341875rem;top:42.4375rem;left:3.9375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZ36F3n6v6gb8pCsuqJCGXlqMGioAaor { width:12.1859375rem;height:2.19341875rem;top:74.652088165281rem;left:3.9067708253861rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiKVBZcTBv7bO20WtMqLF4cfAvTBppT0 { width:13.4359375rem;height:3.65625rem;top:34.062508583069rem;left:3.2817708253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:block; }
 }@media only screen and (max-width: 763px) { #IpirUDuvuzA7lrgKoHO9IsMyPRMsvdgf { width:13.4359375rem;height:4.875rem;top:65.812504291537rem;left:3.2817708253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:block; }
 }@media only screen and (max-width: 763px) { #IAh7auVDyNsau8ui8ahKtV4lzPdvbOAJ { width:13.4359375rem;height:6.09375rem;top:97.500005722044rem;left:3.2817708253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:block; }
 }@media only screen and (max-width: 763px) { #Z0f0aUUQOPliAzWD4I9KhgOLvqQlAPEF { width:11.8734375rem;height:1.21875rem;top:63.6250038147rem;left:4.0630208253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZyrWS7JkuCErxBblLNGDzygTrWZML6R { width:11.8734375rem;height:1.21875rem;top:95.187507629394rem;left:4.0630208253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEwFDJDUng53nb7H8imqssTXrWktGyXV { width:13.312rem;height:1.21875rem;top:32.125002861023rem;left:3.3437501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADQ7OtNG8sxPZllMpbihTfOq5g9kEFlw { width:15.81175rem;height:0;top:9.1875rem;left:2.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ocNm9OJ0nnbPUor29D0Tmgwqb7ygUuUl { width:20rem;height:0;top:16.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:none; }
 }@media only screen and (max-width: 763px) { #V1iL0MpE3F8oGLNdJMO24pCmraO91qNE { width:14.0625rem;height:2.5rem;top:12.625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k07aTwFpNreoyTyx4uVA0WE9KpqUsFIN { width:14.375rem;height:2.5625rem;top:22.6875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9XCuPWcIimL4R625kiBCOauRbGGmb0E { width:11.875rem;height:0;top:13.1875rem;left:4.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnqeTSCf1pmhfoWQIkkczoutWXRmlTA1 { width:14.375rem;height:17.5rem;top:13.812500953674rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOJbRzp3tQtRV6TBaZ4oTDiRT6HCW8G { width:14.375rem;height:17.5rem;top:45.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqv7HACa6Iric0R4gcmqKv5B8rTOstye { width:14.375rem;height:17.5rem;top:76.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWymw0HxqDUeuWcRC60JGH8fvqJINkfT { width:20rem;height:auto;top:14.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:none; }
 }@media only screen and (max-width: 763px) { #UmfszV7wet3xdbga4Nno81AlxWdH73qy { width:0.125rem;height:6.5625rem;top:107.03125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9K2kynnoyu66v5ITq1Ng12eOC321tXT { width:20rem;height:auto;top:24rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:none; }
 }@media only screen and (max-width: 763px) { #o0Zn0Ru1GmDBVl1rTbPgxkPFIMIPT5Eo { width:18.8125rem;height:3.4375rem;top:104.84375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bu7yfubQRlQBnCW10eBDfgHdGQGmo2Lc { display:block; }
 }@media only screen and (max-width: 763px) { #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f30d4668-486b-45d3-8e16-d8e07aa040b2/Panel3_FAQ_Background_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.adaptive-delivery-prevent-bg, #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.lazyload, #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.lazyloading { background-image: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { background-color: transparent; background-image: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container > .video-iframe-container { display: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container { display: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .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); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCHSLfMI7fAF9KEMS5NcU6rrGi8nQx1Q { width:19.9988125rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHCvHpsLd03stev9Q1l20LWn7RhqAJny { width:20rem;height:21.687375rem;top:5.4243625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/26706690-02e2-4811-a7f4-bbddcfecb68d/FooterBackground_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.adaptive-delivery-prevent-bg, #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.lazyload, #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.lazyloading { background-image: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { background-color: transparent; background-image: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container > .video-iframe-container { display: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container { display: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .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); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3Vwi2kLd78xQXRtRUDG1adOa8wKVnpp { width:19.375rem;height:3.4984625rem;top:10.7481rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqTpGgRxzvTfLr1GPW2cRWVS8ztNrmP { width:7.9995rem;height:1.29980625rem;top:15.4965625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5dp1s7E1cUsIf3SihF3uaV5FfGstLNe { width:7.9995rem;height:1.29980625rem;top:18.04628125rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwsATgmXNxpXSZiCD05SFsZui8y5NiI5 { width:7.9995rem;height:1.29980625rem;top:20.596rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DohOuqQQazZIVzT5xzmWrqP6lggX4v1N { width:19.9988125rem;height:4.875rem;top:23.14571875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#4aa8c3;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rex9daNWIn2b7xpAVJqbThE26E3ZKV0y { width:9.812375rem;height:1.93714375rem;top:7.56155rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhrH2zwKkVUra7NeO2WmMhUfSnDaTmzF { width:5.06214375rem;height:5.06214375rem;top:1.25rem;left:7.4375rem;display:block; }
 }