.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { 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:4.31206875rem;width:11.124125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/o2TRWThve_I/unsplash/kelly-sikkema-o2TRWThve_I-photo-1498075702571-ecb018f3752d.jpg");background-position:top 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.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(0,0,0,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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:35.5rem;width:75rem;overflow:visible;position:relative;display:block; }#VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { box-sizing:content-box;height:31.125rem;width:24.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2rem;left:49rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid rgba(233,79,55,0.7);border-left:0.125rem solid rgba(233,79,55,0.7);border-right:0.125rem solid rgba(233,79,55,0.7);border-bottom:0.125rem solid rgba(233,79,55,0.7);display:block; }
#aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { position:absolute;display:block;z-index:15001;height:25rem;width:23.5rem;top:4.5rem;left:49.75rem;display:block; }
#CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"reddit sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3743495941162rem;left:49.561634063721rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { color:#f4c000;display:block;width:45.9375rem;position:absolute;font-family:"reddit sans";font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.0625rem;height:3.16731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSGTSztma7PyL1bFqdlvQAF17t8cIgot { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:"reddit sans";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:13.625rem;left:2.0625rem;height:6.7480625rem;display:block; }
#O5Cx8kBJLWSDOsrpx8UHL6JVSGBoJAuF { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:"reddit sans";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:24.25rem;left:2.0625rem;height:2.25rem;display:block; }
#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { position:relative;display:block; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { background-color: transparent; background-image: none; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container > .video-iframe-container { display: none; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row > .video-iframe-container { display: none; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .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); }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { border-width: 0; border-radius: 0; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .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; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;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:block; }#zBH1oblsZiCxs53nxJLc8mmcQNvwNzNm { color:#000000;display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75520706176756rem;left:0rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ { position:relative;display:block; }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ { background-color: transparent; background-image: none; }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .row .container > .video-iframe-container { display: none; }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .row > .video-iframe-container { display: none; }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .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); }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ { border-width: 0; border-radius: 0; }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .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; }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.125rem;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:block; }#tIZskScRHc3WMMaVZLDiwrwun47aNfHa { 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:12.0625rem;width:18.25rem;top:0.125rem;left:19rem;overflow:hidden;display:block; }
#R7A0QCGR4EwkHF11HWLDgF6RLbUxvSsz { 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:12.0625rem;width:13.75rem;top:0.25rem;left:40rem;overflow:hidden;display:block; }
#BDfOHoIeZyd91Kl1RwO8eLVC4r739Eum { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:17.75rem;top:0.25rem;left:56.789359602348rem;overflow:hidden;display:block; }
#tSnNTR53mvymMAWfsKMUBRSPh0bXhfS1 { box-sizing:content-box;height:17rem;width:18.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:18.950000762939rem;border-top:0.0625rem solid #c8ccf7;border-left:0.0625rem solid #c8ccf7;border-right:0.0625rem solid #c8ccf7;border-bottom:0.0625rem solid #c8ccf7;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#LGnTGoTwca8P8xnnu7EdQxCtTtpecgdc { box-sizing:content-box;height:17rem;width:18.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:37.699998855591rem;border-top:0.0625rem solid #c8ccf7;border-left:0.0625rem solid #c8ccf7;border-right:0.0625rem solid #c8ccf7;border-bottom:0.0625rem solid #c8ccf7;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Lx896u98ETeJCPiJfRTTOoOecnUpIDQ2 { box-sizing:content-box;height:17rem;width:18.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0rem;left:56.450002670288rem;border-top:0.0625rem solid #c8ccf7;border-left:0.0625rem solid #c8ccf7;border-right:0.0625rem solid #c8ccf7;border-bottom:0.0625rem solid #c8ccf7;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#PySQSru8RSlbIiQEAczKVrplJFmn33Fq { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.6240234375rem;left:19.28125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xz1z3KP5hsoshmTWrbD9sWDvfXFGIxAS { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.624131202697rem;left:38.750003814698rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7zDUKKLHnK2zCMX0QVoZg2tav4zyu9J { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.6240234375rem;left:56.84375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnOa0d9IlRIis9lIPEeBtJtV2XSe1o34 { box-sizing:content-box;height:17rem;width:18.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0rem;left:0.1875rem;border-top:0.0625rem solid #c8ccf7;border-left:0.0625rem solid #c8ccf7;border-right:0.0625rem solid #c8ccf7;border-bottom:0.0625rem solid #c8ccf7;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Fz93dgAkIs4SND5kVKqkncqhqR3fqUqX { color:#000000;display:block;width:17.4370625rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.624131202697rem;left:0.65538215637206rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZxSAOrXad85Xq5D24ZLeMSgE0h2ROxG { 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:12.125rem;width:18.25rem;top:0rem;left:0.15625rem;overflow:hidden;display:block; }
#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Hcfwew744z4/unsplash/christin-hume-Hcfwew744z4-photo-1515378791036-0648a3ef77b2.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; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4.adaptive-delivery-prevent-bg, #QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4.lazyload, #QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4.lazyloading { background-image: none; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row .container { background-color: transparent; background-image: none; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row .container > .video-iframe-container { display: none; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row > .video-iframe-container { display: none; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .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); }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row .container { border-width: 0; border-radius: 0; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#yFyHTJCoPDvl982Xo9CO7BAEcMNR9Chm { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"reddit sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:31rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oyaoc2lvZQB9s8cdw4PzbQcxKDaPC3tO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:6.25rem;left:19.9375rem;overflow:hidden;display:block; }
#BfK7GRRVS6rSTOpyM4WTxrgWaeU7erHX { box-sizing:content-box;height:30rem;width:45.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:5.375rem;left:14.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#PJEX4yeA9a90nfzts3rNC847F3fGn0u2 { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"reddit sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.8125rem;left:31.0625rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NM3m3bfRJNmiBW3SqhxPdDnK91cWob9h { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"reddit sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.5625rem;left:31rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GXGud63TVEMWCd3PV6gefaCvVSaV7W83 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"reddit sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.125rem;left:31rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqcXMrhps3pLOio0BdB1Zzunp0Z9LXlI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:5.1875rem;top:14.375rem;left:19.9375rem;overflow:hidden;display:block; }
#AdTeFhyQ4IWOTU860p68KwPkpWi5OyOC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.5625rem;top:22.125rem;left:17.75rem;overflow:hidden;display:block; }
#Bqw6ETXPxiENIpqP6qx9TNI0vW3tJ970 { box-sizing:content-box;height:0.0625rem;width:45.4375rem;position:absolute;display:block;z-index:15012;background-color:#e94f37;background-image:none;top:12.75rem;left:14.8125rem;display:block; }
#GlIvdVkDySdECLkIoo4pomCE0bRdxnc8 { box-sizing:content-box;height:0.0625rem;width:45.375rem;position:absolute;display:block;z-index:15013;background-color:#e94f37;background-image:none;top:20.375rem;left:14.8125rem;display:block; }
#uG8672kd49lqTRd9c3msqc9yRPoKnI42 { box-sizing:content-box;height:0.0625rem;width:45.375rem;position:absolute;display:block;z-index:15014;background-color:#e94f37;background-image:none;top:28.1875rem;left:14.8125rem;display:block; }
#lHnN6R19SwH2TDdFGtFF0aRxtpmDTfBM { 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:4.8125rem;width:6.5rem;top:29.375rem;left:19.3125rem;overflow:hidden;display:block; }
#CPv6wbqIBtGNeWaTwdeLHiGma9m28X7e { box-sizing:content-box;height:30rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:#e94f37;background-image:none;top:5.375rem;left:29rem;display:block; }
#lKnoJPTwIJcSHvbHyZqN8tihIfCmGVfF { color:#000000;display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2548828125rem;left:0rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { position:relative;display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { background-color: transparent; background-image: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container > .video-iframe-container { display: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row > .video-iframe-container { display: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .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); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { border-width: 0; border-radius: 0; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .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; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;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:block; }#SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { color:#000000;display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.59874375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk { position:relative;display:block; }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk { background-color: transparent; background-image: none; }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .row .container > .video-iframe-container { display: none; }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .row > .video-iframe-container { display: none; }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .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); }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk { border-width: 0; border-radius: 0; }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .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; }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;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:block; }#ixJLbD3HWEuOSwFacQOwcwd2vuEoVWT1 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.9375rem;width:14.5rem;top:1.25rem;left:30.25rem;display:block; }
#LXbnbb30VznOEHSVqR9mnApCOxnhCGA0 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.3125rem;left:32.5rem;display:block; }
#Fe38IQrewzif9FUtnuUsFhzO5aKJsiMR { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0rem;left:32.25rem;display:block; }
#ENMm1ycVVhBeIAtabmuTubPltclIrpMT { color:#e94f37;display:block;width:10.561rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:0.375rem;left:32.3125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#J61IW9oRe698V64H0HLqhIEClil4pnGA { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.9375rem;width:14.5rem;top:1.25rem;left:0rem;display:block; }
#XJ8Xvez5DFqurTaHGWp9Rxy3GfmJW2bu { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0rem;left:1.9375rem;display:block; }
#F5JBpk3BRyUPWTFVai97tRdWk62ny8Wv { color:#e94f37;display:block;width:10.561rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:0.4375rem;left:2rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qETwIJ9iSFXTQI70VV3PDVwPvH4Jqwt1 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.5625rem;left:2.25rem;display:block; }
#rP5hWTTt3pT3nrarUnn4RMKHn46cs2DL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.5625rem;left:2.25rem;overflow:hidden;display:block; }
#KcbpcL65mwWgT0AMCC6Tb1OrXdzBSSI9 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:14.125rem;left:0.125rem;height:9.0039rem;text-align:center;text-align-last:center;display:block; }
#I6KBtSKON226h4U1G1aU68IHvkSBS6H9 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.9375rem;width:14.5rem;top:1.25rem;left:60.5rem;display:block; }
#W3yC2TAnNZcXHmEzr58gUoyMXHk60i2y { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.3125rem;left:62.75rem;display:block; }
#vJcWCW0hTmm8ZuFlwcPgO5zqNIGyT0Cd { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0rem;left:62.5rem;display:block; }
#ncAwyCKyiaTuah2N1OT28vRF6Q7AfZpK { color:#e94f37;display:block;width:10.561rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:0.375rem;left:62.5625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DUnDO2W9COuJA0ebfInCGP8wTohAOE2K { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.9375rem;width:14.5rem;top:1.25rem;left:15.1875rem;display:block; }
#CG8WJayoL26phvtwtzGfTTWir5xWImJ0 { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.375rem;width:11.0625rem;top:0rem;left:16.90625rem;display:block; }
#Qde7ZA7TZudH29puwPA7zU0h3H2ylyxp { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.3125rem;left:17.4375rem;display:block; }
#DbeoT05HLTqGMRLinKc0SoloIJ85hVRl { color:#e94f37;display:block;width:10.561rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:0.375rem;left:17.25rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LAhKeb6OAsek1uCIbGHIF6y58sylbU5V { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.9375rem;width:14.5rem;top:1.25rem;left:45.375rem;display:block; }
#vLSVWrI95tdk80hilnSLgIvfhlJZEca6 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.3125rem;left:47.625rem;display:block; }
#f50N0o7U9ipE3KXuRRJkLgtFLlGIhqew { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0rem;left:47.375rem;display:block; }
#o6T8zpgu6H8e86J3PlsIzhEOumlpqOps { color:#e94f37;display:block;width:10.561rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:0.375rem;left:47.4375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.3125rem;left:17.5rem;overflow:hidden;display:block; }
#OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:14.125rem;left:15.3125rem;height:6.0026rem;text-align:center;text-align-last:center;display:block; }
#ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.3125rem;left:32.5rem;overflow:hidden;display:block; }
#vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:14.125rem;left:30.375rem;height:9.00390625rem;text-align:center;text-align-last:center;display:block; }
#yAgg3U1wJN09mBmt6loizyO1mfqTElWS { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.3125rem;left:47.6875rem;overflow:hidden;display:block; }
#PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:14.125rem;left:45.5rem;height:10.50455625rem;text-align:center;text-align-last:center;display:block; }
#TUAE9wfgKyCxz0oBnanCkucEJmIyHzvb { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.3125rem;left:62.8125rem;overflow:hidden;display:block; }
#x4n1OdwIbzpIbCrBsaJQZeTch305xu1K { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:14.125rem;left:60.5625rem;height:10.50455625rem;text-align:center;text-align-last:center;display:block; }
#GLcmuZy6RLw812wPWLPahaR22gmmszzN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { background-color: transparent; background-image: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container > .video-iframe-container { display: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container { display: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .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); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { border-width: 0; border-radius: 0; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { color:#000000;display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1675262451172rem;left:0rem;height:2.59874375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH { position:relative;display:block; }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH { background-color: transparent; background-image: none; }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .row .container > .video-iframe-container { display: none; }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .row > .video-iframe-container { display: none; }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .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); }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH { border-width: 0; border-radius: 0; }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .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; }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52rem;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:block; }#OCbM0DwEahJmD6Ha9m0vqq9GSF1ae5Nm { color:#000000;display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.93505859375rem;left:0rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQXuNPXVIhonpPxzrM3bbRUbTWSI184E { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:8.499375rem;width:17.0621875rem;top:4.9375rem;left:19.5625rem;overflow:hidden;display:block; }
#qUIoOwJBTRwSVx4bAvFz7Xh11OXcSA7u { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:14.25rem;left:19.4375rem;height:30.642375rem;overflow:hidden;display:block; }#qUIoOwJBTRwSVx4bAvFz7Xh11OXcSA7u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qUIoOwJBTRwSVx4bAvFz7Xh11OXcSA7u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#tEazItSGIxNUlu1xnMfmTOysaCfzaMhz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:8.4375rem;width:17.0621875rem;top:5rem;left:38.3125rem;overflow:hidden;display:block; }
#iUu013kf8yn4oyTPDBvBWu2FsHu1TQs9 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:14.25rem;left:38.1875rem;height:28.6295625rem;overflow:hidden;display:block; }#iUu013kf8yn4oyTPDBvBWu2FsHu1TQs9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iUu013kf8yn4oyTPDBvBWu2FsHu1TQs9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#AGHnFkitScHQxGz1sJXb3A4fB5xo0KzF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:8.4375rem;width:16.875rem;top:4.96826171875rem;left:57.187498092651rem;overflow:hidden;display:block; }
#EXEcJB9G2sAcElDzyDWv0xBQcacB2rMo { color:#000000;display:block;width:17.3746875rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:14.25rem;left:56.9375rem;height:36.8185625rem;overflow:hidden;display:block; }#EXEcJB9G2sAcElDzyDWv0xBQcacB2rMo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EXEcJB9G2sAcElDzyDWv0xBQcacB2rMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#Z9MoDuCJh83AlIhWmgMBnZFm4Fv8G1gT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:8.4375rem;width:16.9995rem;top:5rem;left:0.875rem;overflow:hidden;display:block; }
#zPPU00yTzuclLKAUv5TfR4haisDeIm2b { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:14.25rem;left:0.6875rem;height:27.24175rem;overflow:hidden;display:block; }#zPPU00yTzuclLKAUv5TfR4haisDeIm2b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zPPU00yTzuclLKAUv5TfR4haisDeIm2b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP { position:relative;display:block; }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP { background-color: transparent; background-image: none; }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .row .container > .video-iframe-container { display: none; }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .row > .video-iframe-container { display: none; }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .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); }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP { border-width: 0; border-radius: 0; }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .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; }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;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:block; }#TNOPlE6qXbZK0Xyap6gdUkyODpvEBeJo { color:#000000;display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.63693618774412rem;left:0rem;height:2.59874375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZSPBhokqDMc/unsplash/med-badr-chemmaoui-ZSPBhokqDMc-photo-1523726491678-bf852e717f6a.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; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP.adaptive-delivery-prevent-bg, #M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP.lazyload, #M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP.lazyloading { background-image: none; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container { background-color: transparent; background-image: none; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container > .video-iframe-container { display: none; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row > .video-iframe-container { display: none; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .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); }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container { border-width: 0; border-radius: 0; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#rtvULwxwNhpRC6KtnEQ7A0IP4NP2uRMc { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:32.249375rem;width:57.9373125rem;top:2.6475696563721rem;left:8.4602870941163rem;overflow:hidden;display:block; }
#WgFfbUpX8s1upa8UK0tdAG0ZkZgx0cvo { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:32.1875rem;width:20.4375rem;top:2.6475696563721rem;left:8.4602870941163rem;overflow:hidden;display:none; }
#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS { position:relative;display:block; }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS { background-color: transparent; background-image: none; }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .row .container > .video-iframe-container { display: none; }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .row > .video-iframe-container { display: none; }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .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); }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS { border-width: 0; border-radius: 0; }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .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; }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;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:block; }#tBbAN1T9nxKU0KBrcMqABupDq1QPpSVm { background-color:#e94f37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.59375rem;left:28.03125rem;display:block; }
#GuxsqfQ0gdV9lLm1Iw0C6O43Go7EWwQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { position:relative;display:block; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { background-color: transparent; background-image: none; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container > .video-iframe-container { display: none; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row > .video-iframe-container { display: none; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .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); }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { border-width: 0; border-radius: 0; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .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; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;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:block; }#G9oJct6o7Ffi94UfSAEuXhvqZOw3imoy { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.390625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX { position:relative;display:block; }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX { background-color: transparent; background-image: none; }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .row .container > .video-iframe-container { display: none; }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .row > .video-iframe-container { display: none; }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .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); }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX { border-width: 0; border-radius: 0; }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .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; }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16rem;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:block; }#CEfHpVSclMHs5aiiLSkLVGrZXoSefIrT { box-sizing:content-box;height:13.8125rem;width:31.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.96875rem;left:3.03125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#fSeF7dyC1RX5f0ogTSRqLMGMZ5dSLzC4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.28125rem;left:3.28125rem; }
#G9csTx6EFkAkCySBxgmMCyEZ5WoHk9IC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12.19140625rem;left:31.84375rem; }
#yKAXMDsGwsidWhiGypieAZwkoUZ6DZaG { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.09375rem;left:5.65625rem;height:9.0994125rem;display:block; }
#gdhnNITQUoTyFgzoh2gikpx3zVsy8Qhp { box-sizing:content-box;height:13.8125rem;width:31.4375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.0625rem;left:40.5625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#JT3hSPUZPZsnTGhQguiBMe9N0G6sT8U3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.25rem;left:69.375rem; }
#gLAv0cPtwONrnGdiJ6C74A0DvT5yKnix { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:43.1875rem;height:7.799475rem;display:block; }
#lA0I3ofEZxW5B03cTE4l5P33Fk3sJE91 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.375rem;left:40.8125rem; }
#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { position:relative;display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { background-color: transparent; background-image: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container > .video-iframe-container { display: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row > .video-iframe-container { display: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .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); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { border-width: 0; border-radius: 0; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .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; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;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:block; }#JgAZEbxmbG1i6dGPc57yF2vV9AHFbvlm { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.88671922683719rem;left:0rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8f682db7-2a5b-4582-af90-8fa5a77ef066/1200x100.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg.adaptive-delivery-prevent-bg, #xnG0Dzq4SnTkWURahMbagTTAlP7T57eg.lazyload, #xnG0Dzq4SnTkWURahMbagTTAlP7T57eg.lazyloading { background-image: none; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container { background-color: transparent; background-image: none; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container > .video-iframe-container { display: none; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row > .video-iframe-container { display: none; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .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); }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container { border-width: 0; border-radius: 0; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi { position:relative;display:block; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi { background-color: transparent; background-image: none; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .row .container > .video-iframe-container { display: none; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .row > .video-iframe-container { display: none; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .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); }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi { border-width: 0; border-radius: 0; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .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; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;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:block; }#nzWGIDIIlbcuoeSbp4Rorlwa1MahrtGT { color:#000000;display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.63586807250975rem;left:0rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVB97WswxHRTtcXr05px7TEWRQoAumk0 { position:relative;display:block; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 { background-color: transparent; background-image: none; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container > .video-iframe-container { display: none; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row > .video-iframe-container { display: none; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .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); }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 { border-width: 0; border-radius: 0; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .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; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;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:block; }#QSp6NmfkdDMrKQTGnhOdMRV40TnJ7Dw1 { box-sizing:content-box;height:14.625rem;width:41.4375rem;position:absolute;display:block;z-index:15002;background-color:#e94f37;background-image:none;top:0.75rem;left:3.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;display:block; }
#WJqteNdEliIu6V1trNBDcahWTreUy1ie { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"reddit sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.9;letter-spacing:0;top:3.0620660781861rem;left:4.9424915313721rem;height:8.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GGrHT3Cl1R5HF1WX2tLIGx0z8hIVKdFw { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #e94f37;border-left:0.0625rem solid #e94f37;border-right:0.0625rem solid #e94f37;border-bottom:0.0625rem solid #e94f37;box-shadow: none;height:14.625rem;width:26rem;top:0.8125rem;left:45.1875rem;display:block; }
#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { background-color: transparent; background-image: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .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); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { border-width: 0; border-radius: 0; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { color:#000000;display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.68684959411619rem;left:0rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { background-color: transparent; background-image: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container > .video-iframe-container { display: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container { display: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .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); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { border-width: 0; border-radius: 0; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#e94f3719' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#e94f3719' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-size:contain !important;vertical-align:top; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#000000;font-family:"reddit sans"; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#000000;line-height:1.9;overflow:hidden;height:auto;font-family:"reddit sans"; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.adaptive-delivery-prevent-bg, #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.lazyload, #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.lazyloading { background-image: none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #n9H0Se48lPbwiZ57BU996ytwIXuLP2Vw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #trx7mFrrKe9byoyc6hbOClbT7FBC9Bce { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ReTFyiGIsdQ9bpvXeI5gyB9HFnTacU82 { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #JcX4svnpKborocWCAE4xJoPVVh80SP3N {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ha8ob56u609B336ToeTPf2ZzWhAVcqyV {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #GNbGDDedhsPmZlNPrbtC4JM7bJNIoePZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #w1amW9Fp9lMlbbo1cfKm5Z9o1lW7pIry { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Mv6uTN9CV2AlnFqaWdg0LyI7ewxC6nEL { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TP5l9FrSDzCvvTMi5ZfuZhnoNi3mxPFi {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #FcIfeU4y3TQoKPAu6LUz9T37kq0V40GH { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #MU0HeaBZuGCT1SSaSg3SWgsxmh805znc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kFL1GT6px4205tt7JRKAqAwBNsO0xxq5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #sWAVTeB4H4mJtKJfRUxLgAC3HLIK9Xxv { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #offnku9yp3wSBlzB9G6K65f7dRthM9Tv {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yZ2ryaCyTnOvx3mlPoVwTUprp5J7aCKu { display:none; }
#vwFDF2fM53hD9F3zZURkfNrLFZELp66D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { background-color: transparent; background-image: none; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container > .video-iframe-container { display: none; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row > .video-iframe-container { display: none; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .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); }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { border-width: 0; border-radius: 0; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#Rf772GzkEiK1nStgHMnygMl6XIHdxmAs { background-color:#e94f37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.90625rem;left:29.343751907349rem;display:block; }
#cBGWc70NhRQkvSbgpMvggh7KuPytccyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { top:0rem;left:0rem;width:11.0625rem;height:4.2881809173193rem;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) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { top:2rem;left:22.625rem;width:24.875rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { top:4.5rem;left:24.25rem;width:23.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { top:2.3125rem;left:24rem;width:23.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { top:6.0625rem;left:0rem;width:45.9375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGTSztma7PyL1bFqdlvQAF17t8cIgot { top:13.625rem;left:0rem;width:42.5625rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Cx8kBJLWSDOsrpx8UHL6JVSGBoJAuF { top:24.25rem;left:0rem;width:44.375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { display:block; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBH1oblsZiCxs53nxJLc8mmcQNvwNzNm { top:0.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ { display:block; }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIZskScRHc3WMMaVZLDiwrwun47aNfHa { top:0.125rem;left:5.625rem;width:18.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7A0QCGR4EwkHF11HWLDgF6RLbUxvSsz { top:0.25rem;left:22.0625rem;width:13.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDfOHoIeZyd91Kl1RwO8eLVC4r739Eum { top:0.25rem;left:29.5rem;width:17.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnNTR53mvymMAWfsKMUBRSPh0bXhfS1 { top:0rem;left:5.5rem;width:18.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGnTGoTwca8P8xnnu7EdQxCtTtpecgdc { top:0rem;left:17.4375rem;width:18.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx896u98ETeJCPiJfRTTOoOecnUpIDQ2 { top:0rem;left:29.25rem;width:18.375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #PySQSru8RSlbIiQEAczKVrplJFmn33Fq { top:13.5625rem;left:6.25rem;width:17.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz1z3KP5hsoshmTWrbD9sWDvfXFGIxAS { top:13.5625rem;left:19.5625rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7zDUKKLHnK2zCMX0QVoZg2tav4zyu9J { top:13.5625rem;left:30.1875rem;width:17.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnOa0d9IlRIis9lIPEeBtJtV2XSe1o34 { top:0rem;left:0rem;width:18.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz93dgAkIs4SND5kVKqkncqhqR3fqUqX { top:13.5625rem;left:0rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZxSAOrXad85Xq5D24ZLeMSgE0h2ROxG { top:0rem;left:0rem;width:18.25rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 { display:block; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFyHTJCoPDvl982Xo9CO7BAEcMNR9Chm { top:7.1875rem;left:0rem;width:29.1875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyaoc2lvZQB9s8cdw4PzbQcxKDaPC3tO { top:6.25rem;left:13.125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfK7GRRVS6rSTOpyM4WTxrgWaeU7erHX { top:5.375rem;left:0rem;width:45.375rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJEX4yeA9a90nfzts3rNC847F3fGn0u2 { top:14.8125rem;left:0rem;width:29.125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM3m3bfRJNmiBW3SqhxPdDnK91cWob9h { top:22.5625rem;left:0rem;width:29.1875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXGud63TVEMWCd3PV6gefaCvVSaV7W83 { top:30.125rem;left:0rem;width:29.1875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqcXMrhps3pLOio0BdB1Zzunp0Z9LXlI { top:14.375rem;left:13.125rem;width:5.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdTeFhyQ4IWOTU860p68KwPkpWi5OyOC { top:22.125rem;left:10.9375rem;width:9.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqw6ETXPxiENIpqP6qx9TNI0vW3tJ970 { top:12.75rem;left:0rem;width:45.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlIvdVkDySdECLkIoo4pomCE0bRdxnc8 { top:20.375rem;left:0rem;width:45.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8672kd49lqTRd9c3msqc9yRPoKnI42 { top:28.1875rem;left:0rem;width:45.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHnN6R19SwH2TDdFGtFF0aRxtpmDTfBM { top:29.375rem;left:12.5rem;width:6.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPv6wbqIBtGNeWaTwdeLHiGma9m28X7e { top:5.375rem;left:22.1875rem;width:0.0625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnoJPTwIJcSHvbHyZqN8tihIfCmGVfF { top:1.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { top:0.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk { display:block; }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixJLbD3HWEuOSwFacQOwcwd2vuEoVWT1 { width:14.5rem;height:23.9375rem;top:1.25rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXbnbb30VznOEHSVqR9mnApCOxnhCGA0 { width:10rem;height:10rem;top:3.3125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe38IQrewzif9FUtnuUsFhzO5aKJsiMR { top:0rem;left:18.625rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMm1ycVVhBeIAtabmuTubPltclIrpMT { width:10.5rem;height:1.5625rem;top:0.375rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J61IW9oRe698V64H0HLqhIEClil4pnGA { width:14.5rem;height:23.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8Xvez5DFqurTaHGWp9Rxy3GfmJW2bu { top:0rem;left:0rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5JBpk3BRyUPWTFVai97tRdWk62ny8Wv { width:10.5rem;height:1.5625rem;top:0.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qETwIJ9iSFXTQI70VV3PDVwPvH4Jqwt1 { width:10rem;height:10rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP5hWTTt3pT3nrarUnn4RMKHn46cs2DL { top:3.5625rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcbpcL65mwWgT0AMCC6Tb1OrXdzBSSI9 { top:14.125rem;left:0rem;width:14.375rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6KBtSKON226h4U1G1aU68IHvkSBS6H9 { width:14.5rem;height:23.9375rem;top:1.25rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3yC2TAnNZcXHmEzr58gUoyMXHk60i2y { width:10rem;height:10rem;top:3.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJcWCW0hTmm8ZuFlwcPgO5zqNIGyT0Cd { top:0rem;left:37.1875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncAwyCKyiaTuah2N1OT28vRF6Q7AfZpK { width:10.5rem;height:1.5625rem;top:0.375rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUnDO2W9COuJA0ebfInCGP8wTohAOE2K { width:14.5rem;height:23.9375rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG8WJayoL26phvtwtzGfTTWir5xWImJ0 { top:0rem;left:3.28125rem;width:11.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qde7ZA7TZudH29puwPA7zU0h3H2ylyxp { width:10rem;height:10rem;top:3.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbeoT05HLTqGMRLinKc0SoloIJ85hVRl { width:10.5rem;height:1.5625rem;top:0.375rem;left:3.6250004768372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhKeb6OAsek1uCIbGHIF6y58sylbU5V { width:14.5rem;height:23.9375rem;top:1.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSVWrI95tdk80hilnSLgIvfhlJZEca6 { width:10rem;height:10rem;top:3.3125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #f50N0o7U9ipE3KXuRRJkLgtFLlGIhqew { top:0rem;left:33.75rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6T8zpgu6H8e86J3PlsIzhEOumlpqOps { width:10.5rem;height:1.5625rem;top:0.375rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { top:3.3125rem;left:3.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { top:14.125rem;left:1.6875rem;width:14.375rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { top:3.3125rem;left:18.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { top:14.125rem;left:16.75rem;width:14.375rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgg3U1wJN09mBmt6loizyO1mfqTElWS { top:3.3125rem;left:34.0625rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { top:14.125rem;left:31.875rem;width:14.375rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAE9wfgKyCxz0oBnanCkucEJmIyHzvb { top:3.3125rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4n1OdwIbzpIbCrBsaJQZeTch305xu1K { top:14.125rem;left:33.375rem;width:14.375rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcmuZy6RLw812wPWLPahaR22gmmszzN { display:block; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { top:1.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdM67TAkxqOL5HviUTwbi90nuSLnxIrH { display:block; }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCbM0DwEahJmD6Ha9m0vqq9GSF1ae5Nm { top:0.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQXuNPXVIhonpPxzrM3bbRUbTWSI184E { top:4.9375rem;left:6.875rem;width:17rem;height:8.4683968570853rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUIoOwJBTRwSVx4bAvFz7Xh11OXcSA7u { top:14.25rem;left:6.5rem;width:17.3125rem;height:30.625rem;font-size:1rem;display:block; }#qUIoOwJBTRwSVx4bAvFz7Xh11OXcSA7u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #tEazItSGIxNUlu1xnMfmTOysaCfzaMhz { top:5rem;left:18.8125rem;width:17rem;height:8.4067473763256rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUu013kf8yn4oyTPDBvBWu2FsHu1TQs9 { top:14.25rem;left:18.4375rem;width:17.3125rem;height:28.625rem;font-size:1rem;display:block; }#iUu013kf8yn4oyTPDBvBWu2FsHu1TQs9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #AGHnFkitScHQxGz1sJXb3A4fB5xo0KzF { top:4.9375rem;left:30.875rem;width:16.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXEcJB9G2sAcElDzyDWv0xBQcacB2rMo { top:14.25rem;left:30.4375rem;width:17.3125rem;height:36.8125rem;font-size:1rem;display:block; }#EXEcJB9G2sAcElDzyDWv0xBQcacB2rMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #Z9MoDuCJh83AlIhWmgMBnZFm4Fv8G1gT { top:5rem;left:0rem;width:16.9375rem;height:8.4067270360893rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPPU00yTzuclLKAUv5TfR4haisDeIm2b { top:14.25rem;left:0rem;width:17.375rem;height:27.1875rem;font-size:1rem;display:block; }#zPPU00yTzuclLKAUv5TfR4haisDeIm2b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP { display:block; }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNOPlE6qXbZK0Xyap6gdUkyODpvEBeJo { top:0.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP { display:block; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtvULwxwNhpRC6KtnEQ7A0IP4NP2uRMc { top:2.625rem;left:0rem;width:47.625rem;height:26.509280774371rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgFfbUpX8s1upa8UK0tdAG0ZkZgx0cvo { top:2.625rem;left:0rem;width:20.5rem;height:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS { display:block; }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBbAN1T9nxKU0KBrcMqABupDq1QPpSVm { width:18.9375rem;height:3.625rem;top:1.5625rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxsqfQ0gdV9lLm1Iw0C6O43Go7EWwQN { display:block; }
 }@media only screen and (max-width: 763px) { #C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { display:block; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9oJct6o7Ffi94UfSAEuXhvqZOw3imoy { top:1.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX { display:block; }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEfHpVSclMHs5aiiLSkLVGrZXoSefIrT { top:0.9375rem;left:0rem;width:31.4375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSeF7dyC1RX5f0ogTSRqLMGMZ5dSLzC4 { top:1.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9csTx6EFkAkCySBxgmMCyEZ5WoHk9IC { top:12.1875rem;left:21.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKAXMDsGwsidWhiGypieAZwkoUZ6DZaG { top:3.0625rem;left:0rem;width:26.25rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdhnNITQUoTyFgzoh2gikpx3zVsy8Qhp { top:1.0625rem;left:16.3125rem;width:31.4375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT3hSPUZPZsnTGhQguiBMe9N0G6sT8U3 { top:12.25rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAv0cPtwONrnGdiJ6C74A0DvT5yKnix { top:3.9375rem;left:21.5rem;width:26.25rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA0I3ofEZxW5B03cTE4l5P33Fk3sJE91 { top:1.375rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUDrUNXCPflcg5siJtNgs96vaki9oRsi { display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgAZEbxmbG1i6dGPc57yF2vV9AHFbvlm { top:0.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnG0Dzq4SnTkWURahMbagTTAlP7T57eg { display:block; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi { display:block; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWGIDIIlbcuoeSbp4Rorlwa1MahrtGT { top:0.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVB97WswxHRTtcXr05px7TEWRQoAumk0 { display:block; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSp6NmfkdDMrKQTGnhOdMRV40TnJ7Dw1 { top:0.75rem;left:0rem;width:41.4375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJqteNdEliIu6V1trNBDcahWTreUy1ie { top:3rem;left:0rem;width:39.0625rem;height:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGrHT3Cl1R5HF1WX2tLIGx0z8hIVKdFw { top:0.8125rem;left:21.625rem;width:26rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { display:block; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { top:0.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #n9H0Se48lPbwiZ57BU996ytwIXuLP2Vw {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #trx7mFrrKe9byoyc6hbOClbT7FBC9Bce {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ReTFyiGIsdQ9bpvXeI5gyB9HFnTacU82 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #JcX4svnpKborocWCAE4xJoPVVh80SP3N {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ha8ob56u609B336ToeTPf2ZzWhAVcqyV {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #GNbGDDedhsPmZlNPrbtC4JM7bJNIoePZ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #w1amW9Fp9lMlbbo1cfKm5Z9o1lW7pIry {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Mv6uTN9CV2AlnFqaWdg0LyI7ewxC6nEL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TP5l9FrSDzCvvTMi5ZfuZhnoNi3mxPFi {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #FcIfeU4y3TQoKPAu6LUz9T37kq0V40GH {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #MU0HeaBZuGCT1SSaSg3SWgsxmh805znc {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kFL1GT6px4205tt7JRKAqAwBNsO0xxq5 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #sWAVTeB4H4mJtKJfRUxLgAC3HLIK9Xxv {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #offnku9yp3wSBlzB9G6K65f7dRthM9Tv {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yZ2ryaCyTnOvx3mlPoVwTUprp5J7aCKu {  }
 }@media only screen and (max-width: 763px) { #vwFDF2fM53hD9F3zZURkfNrLFZELp66D { display:block; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf772GzkEiK1nStgHMnygMl6XIHdxmAs { width:18.9375rem;height:3.625rem;top:0.875rem;left:15.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGWc70NhRQkvSbgpMvggh7KuPytccyN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { background-color:#ffffff;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;position:relative;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { width:13.875rem;height:4.4375rem;top:0.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/o2TRWThve_I/unsplash/kelly-sikkema-o2TRWThve_I-photo-1498075702571-ecb018f3752d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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.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(0,0,0,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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { width:19.8125rem;height:33.1875rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { width:20rem;height:25.5625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { width:18.75rem;height:1.625rem;top:15.625001430511rem;left:0.62500005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { width:20rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSGTSztma7PyL1bFqdlvQAF17t8cIgot { width:20rem;height:5.625rem;top:4.6245665550232rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5Cx8kBJLWSDOsrpx8UHL6JVSGBoJAuF { width:20rem;height:2.8125rem;top:10.108507633209rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { display:block; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBH1oblsZiCxs53nxJLc8mmcQNvwNzNm { width:20rem;height:1.94970625rem;top:0.681640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ { display:block; }#ebmVizykz8WVfwJPRF5OKrJrbhP71IbZ > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIZskScRHc3WMMaVZLDiwrwun47aNfHa { width:9.8125rem;height:6.5rem;top:0.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7A0QCGR4EwkHF11HWLDgF6RLbUxvSsz { width:6.8125rem;height:5.9375rem;top:0.34375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDfOHoIeZyd91Kl1RwO8eLVC4r739Eum { width:9.5625rem;height:6.1875rem;top:12.1875rem;left:0.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnNTR53mvymMAWfsKMUBRSPh0bXhfS1 { width:9.8125rem;height:11.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGnTGoTwca8P8xnnu7EdQxCtTtpecgdc { width:9.8125rem;height:11.6875rem;top:0rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx896u98ETeJCPiJfRTTOoOecnUpIDQ2 { width:9.8125rem;height:11.6875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PySQSru8RSlbIiQEAczKVrplJFmn33Fq { width:9.8125rem;height:4.87305rem;top:6.5rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz1z3KP5hsoshmTWrbD9sWDvfXFGIxAS { width:9.8125rem;height:3.2487rem;top:7.3125rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7zDUKKLHnK2zCMX0QVoZg2tav4zyu9J { width:9.8125rem;height:4.87305rem;top:18.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnOa0d9IlRIis9lIPEeBtJtV2XSe1o34 { width:9.8125rem;height:11.6875rem;top:12rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz93dgAkIs4SND5kVKqkncqhqR3fqUqX { width:9.8125rem;height:4.4987rem;top:18.8125rem;left:10.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BZxSAOrXad85Xq5D24ZLeMSgE0h2ROxG { width:9.8125rem;height:6.5rem;top:12.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 { display:block; }#QvNeskvwcnzdFTvi4JhbEkfsVCM8fWO4 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFyHTJCoPDvl982Xo9CO7BAEcMNR9Chm { width:15.25rem;height:3.65625rem;top:1.96875rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyaoc2lvZQB9s8cdw4PzbQcxKDaPC3tO { width:3.4375rem;height:3.4375rem;top:1.96875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfK7GRRVS6rSTOpyM4WTxrgWaeU7erHX { width:20rem;height:22rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJEX4yeA9a90nfzts3rNC847F3fGn0u2 { width:15.25rem;height:4.875rem;top:7.125rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM3m3bfRJNmiBW3SqhxPdDnK91cWob9h { width:15.25rem;height:3.65625rem;top:13.25rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXGud63TVEMWCd3PV6gefaCvVSaV7W83 { width:15.25rem;height:3.65625rem;top:18.8125rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqcXMrhps3pLOio0BdB1Zzunp0Z9LXlI { width:4.4375rem;height:4.125rem;top:7.34375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdTeFhyQ4IWOTU860p68KwPkpWi5OyOC { width:4.5625rem;height:1.875rem;top:14.140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqw6ETXPxiENIpqP6qx9TNI0vW3tJ970 { width:20rem;height:0.0625rem;top:6.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlIvdVkDySdECLkIoo4pomCE0bRdxnc8 { width:20rem;height:0.0625rem;top:12.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8672kd49lqTRd9c3msqc9yRPoKnI42 { width:20rem;height:0.0625rem;top:17.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHnN6R19SwH2TDdFGtFF0aRxtpmDTfBM { width:4.5625rem;height:3.3125rem;top:18.921875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPv6wbqIBtGNeWaTwdeLHiGma9m28X7e { width:0.0625rem;height:22rem;top:1.21875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnoJPTwIJcSHvbHyZqN8tihIfCmGVfF { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { width:20rem;height:2.11263125rem;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk { display:block; }#FOZgVzvuGU0ioHzwgWzJLtrg8doMI6Vk > .row .container { width:20rem;height:130.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixJLbD3HWEuOSwFacQOwcwd2vuEoVWT1 { width:14.5rem;height:22.75rem;top:51.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXbnbb30VznOEHSVqR9mnApCOxnhCGA0 { width:10rem;height:10rem;top:53.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe38IQrewzif9FUtnuUsFhzO5aKJsiMR { width:10.4375rem;height:2.3125rem;top:50.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMm1ycVVhBeIAtabmuTubPltclIrpMT { width:10.5rem;height:1.600475rem;top:51rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J61IW9oRe698V64H0HLqhIEClil4pnGA { width:14.5rem;height:22.75rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8Xvez5DFqurTaHGWp9Rxy3GfmJW2bu { width:10.4375rem;height:2.3125rem;top:0rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5JBpk3BRyUPWTFVai97tRdWk62ny8Wv { width:10.5rem;height:1.600475rem;top:0.4375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qETwIJ9iSFXTQI70VV3PDVwPvH4Jqwt1 { width:10rem;height:10rem;top:3.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP5hWTTt3pT3nrarUnn4RMKHn46cs2DL { width:10rem;height:10rem;top:3.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcbpcL65mwWgT0AMCC6Tb1OrXdzBSSI9 { width:14.375rem;height:9.5572875rem;top:14.125rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6KBtSKON226h4U1G1aU68IHvkSBS6H9 { width:14.5rem;height:26.1875rem;top:103.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3yC2TAnNZcXHmEzr58gUoyMXHk60i2y { width:10rem;height:10rem;top:105.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJcWCW0hTmm8ZuFlwcPgO5zqNIGyT0Cd { width:10.4375rem;height:2.3125rem;top:102.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncAwyCKyiaTuah2N1OT28vRF6Q7AfZpK { width:10.5rem;height:1.600475rem;top:102.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUnDO2W9COuJA0ebfInCGP8wTohAOE2K { width:14.5rem;height:22.75rem;top:26.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG8WJayoL26phvtwtzGfTTWir5xWImJ0 { width:11.0625rem;height:2.375rem;top:25.3125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qde7ZA7TZudH29puwPA7zU0h3H2ylyxp { width:10rem;height:10rem;top:28.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbeoT05HLTqGMRLinKc0SoloIJ85hVRl { width:10.5rem;height:1.600475rem;top:25.6875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhKeb6OAsek1uCIbGHIF6y58sylbU5V { width:14.5rem;height:23.9375rem;top:77.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSVWrI95tdk80hilnSLgIvfhlJZEca6 { width:10rem;height:10rem;top:79.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f50N0o7U9ipE3KXuRRJkLgtFLlGIhqew { width:10.4375rem;height:2.3125rem;top:75.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6T8zpgu6H8e86J3PlsIzhEOumlpqOps { width:10.5rem;height:1.600475rem;top:76.3125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { width:10rem;height:10rem;top:28.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { width:14.375rem;height:6.796875rem;top:40.5625rem;left:2.8125rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { width:10rem;height:10rem;top:53.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { width:14.375rem;height:11.8945625rem;top:64.10205078125rem;left:2.8125rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAgg3U1wJN09mBmt6loizyO1mfqTElWS { width:10rem;height:10rem;top:79.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { width:14.375rem;height:11.89453125rem;top:89.43896484375rem;left:2.8125rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUAE9wfgKyCxz0oBnanCkucEJmIyHzvb { width:10rem;height:10rem;top:105.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4n1OdwIbzpIbCrBsaJQZeTch305xu1K { width:14.375rem;height:13.59378125rem;top:116.375rem;left:2.875rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLcmuZy6RLw812wPWLPahaR22gmmszzN { display:block; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdM67TAkxqOL5HviUTwbi90nuSLnxIrH { display:block; }#IdM67TAkxqOL5HviUTwbi90nuSLnxIrH > .row .container { width:20rem;height:171.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCbM0DwEahJmD6Ha9m0vqq9GSF1ae5Nm { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQXuNPXVIhonpPxzrM3bbRUbTWSI184E { width:17rem;height:8.4683968570853rem;top:42.34941875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUIoOwJBTRwSVx4bAvFz7Xh11OXcSA7u { width:17.312rem;height:30.642375rem;top:52.06704375rem;left:1.3125rem;font-size:1rem;z-index:15000;display:block; }#qUIoOwJBTRwSVx4bAvFz7Xh11OXcSA7u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #tEazItSGIxNUlu1xnMfmTOysaCfzaMhz { width:17rem;height:8.4067473763256rem;top:83.95423125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUu013kf8yn4oyTPDBvBWu2FsHu1TQs9 { width:17.312rem;height:28.6295625rem;top:93.61079375rem;left:1.3125rem;font-size:1rem;z-index:15000;display:block; }#iUu013kf8yn4oyTPDBvBWu2FsHu1TQs9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #AGHnFkitScHQxGz1sJXb3A4fB5xo0KzF { width:16.875rem;height:8.4375rem;top:123.48629375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXEcJB9G2sAcElDzyDWv0xBQcacB2rMo { width:17.312rem;height:36.8185625rem;top:133.20473125rem;left:1.3125rem;font-size:1rem;display:block; }#EXEcJB9G2sAcElDzyDWv0xBQcacB2rMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #Z9MoDuCJh83AlIhWmgMBnZFm4Fv8G1gT { width:16.9375rem;height:8.4067270360893rem;top:4.20573125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPPU00yTzuclLKAUv5TfR4haisDeIm2b { width:17.3746875rem;height:27.24175rem;top:13.86229375rem;left:1.3125rem;font-size:1rem;display:block; }#zPPU00yTzuclLKAUv5TfR4haisDeIm2b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP { display:block; }#aBrKT4RFcfzEkpv9ZzvxK7ASz0R44tiP > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNOPlE6qXbZK0Xyap6gdUkyODpvEBeJo { width:20rem;height:1.7871125rem;top:0.88541603088381rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZSPBhokqDMc/unsplash/med-badr-chemmaoui-ZSPBhokqDMc-photo-1523726491678-bf852e717f6a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP.adaptive-delivery-prevent-bg, #M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP.lazyload, #M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP.lazyloading { background-image: none; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container { background-color: transparent; background-image: none; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container > .video-iframe-container { display: none; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row > .video-iframe-container { display: none; }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .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); }#M4u53OVa8R6HZGQcIduoOlLXIMcM1TVP > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtvULwxwNhpRC6KtnEQ7A0IP4NP2uRMc { width:19.875rem;height:11.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgFfbUpX8s1upa8UK0tdAG0ZkZgx0cvo { width:19.874125rem;height:31.4995625rem;top:1.9607410430908rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS { display:block; }#PKCAKQ6GzWttHsLWbSCnURRxP43Is3TS > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBbAN1T9nxKU0KBrcMqABupDq1QPpSVm { width:14.6875rem;height:2.625rem;top:1.5rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxsqfQ0gdV9lLm1Iw0C6O43Go7EWwQN { display:block; }
 }@media only screen and (max-width: 763px) { #C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { display:block; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9oJct6o7Ffi94UfSAEuXhvqZOw3imoy { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX { display:block; }#iy6O5ZDQkcdXoPbfPMpMphRq4TLW0cMX > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEfHpVSclMHs5aiiLSkLVGrZXoSefIrT { width:20rem;height:12rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSeF7dyC1RX5f0ogTSRqLMGMZ5dSLzC4 { display:flex;width:1.25rem;height:1.25rem;top:1.5625rem;left:0.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #G9csTx6EFkAkCySBxgmMCyEZ5WoHk9IC { display:flex;width:1.25rem;height:1.25rem;top:11.78515625rem;left:18.5625rem;font-size:0.875rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #yKAXMDsGwsidWhiGypieAZwkoUZ6DZaG { width:18.6875rem;height:9.5019625rem;top:2.8125rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gdhnNITQUoTyFgzoh2gikpx3zVsy8Qhp { width:20rem;height:10.6875rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT3hSPUZPZsnTGhQguiBMe9N0G6sT8U3 { display:flex;width:1.25rem;height:1.25rem;top:23.625rem;left:18.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gLAv0cPtwONrnGdiJ6C74A0DvT5yKnix { width:18.6875rem;height:7.3904rem;top:15.9375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA0I3ofEZxW5B03cTE4l5P33Fk3sJE91 { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:0.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rUDrUNXCPflcg5siJtNgs96vaki9oRsi { display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgAZEbxmbG1i6dGPc57yF2vV9AHFbvlm { width:20rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnG0Dzq4SnTkWURahMbagTTAlP7T57eg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8bdba3ab-230f-402c-b1a6-b7740c114c11/320x100.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg.adaptive-delivery-prevent-bg, #xnG0Dzq4SnTkWURahMbagTTAlP7T57eg.lazyload, #xnG0Dzq4SnTkWURahMbagTTAlP7T57eg.lazyloading { background-image: none; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container { background-color: transparent; background-image: none; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container > .video-iframe-container { display: none; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row > .video-iframe-container { display: none; }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .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); }#xnG0Dzq4SnTkWURahMbagTTAlP7T57eg > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi { display:block; }#Khq5AOqK1aRW8R9ADDuZQe6K0WJN5rHi > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWGIDIIlbcuoeSbp4Rorlwa1MahrtGT { width:20rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVB97WswxHRTtcXr05px7TEWRQoAumk0 { display:block; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSp6NmfkdDMrKQTGnhOdMRV40TnJ7Dw1 { width:19.9375rem;height:8.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJqteNdEliIu6V1trNBDcahWTreUy1ie { width:19.5625rem;height:7.50325rem;top:0.5rem;left:0.21875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15013;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GGrHT3Cl1R5HF1WX2tLIGx0z8hIVKdFw { height:11.1796875rem;width:19.875rem;top:8.6000232696531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { background-color:#ffffff;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;display:block; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { background-color: transparent; background-image: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .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); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { border-width: 0; border-radius: 0; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { width:20rem;height:2.5996125rem;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-text { color:#000000;text-align:left;text-align-last:left; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-desc-text { font-size:1.125rem;height:auto;line-height:1.5;overflow:hidden; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:20rem;top:0rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #n9H0Se48lPbwiZ57BU996ytwIXuLP2Vw {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #trx7mFrrKe9byoyc6hbOClbT7FBC9Bce {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ReTFyiGIsdQ9bpvXeI5gyB9HFnTacU82 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #JcX4svnpKborocWCAE4xJoPVVh80SP3N {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ha8ob56u609B336ToeTPf2ZzWhAVcqyV {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #GNbGDDedhsPmZlNPrbtC4JM7bJNIoePZ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #w1amW9Fp9lMlbbo1cfKm5Z9o1lW7pIry {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Mv6uTN9CV2AlnFqaWdg0LyI7ewxC6nEL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TP5l9FrSDzCvvTMi5ZfuZhnoNi3mxPFi {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #FcIfeU4y3TQoKPAu6LUz9T37kq0V40GH {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #MU0HeaBZuGCT1SSaSg3SWgsxmh805znc {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kFL1GT6px4205tt7JRKAqAwBNsO0xxq5 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #sWAVTeB4H4mJtKJfRUxLgAC3HLIK9Xxv {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #offnku9yp3wSBlzB9G6K65f7dRthM9Tv {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yZ2ryaCyTnOvx3mlPoVwTUprp5J7aCKu {  }
 }@media only screen and (max-width: 763px) { #vwFDF2fM53hD9F3zZURkfNrLFZELp66D { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf772GzkEiK1nStgHMnygMl6XIHdxmAs { width:12.6875rem;height:2.375rem;top:0.96875rem;left:3.6562498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGWc70NhRQkvSbgpMvggh7KuPytccyN { display:block; }
 }