.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;position:relative;display:block; }
#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container { display: none; }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { border-bottom:0;border-left:0;border-right:0;border-top: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; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { background-color: transparent; background-image: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { border-width: 0; border-radius: 0; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#p6fG252dleXTEzFrJrB6fkfee7ANlHrt { 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:3.125rem;width:15.0625rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50108325-fb06-464c-a1e2-89ded4f6de98/WebsiteDesigning.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn.adaptive-delivery-prevent-bg, #s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn.lazyload, #s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn.lazyloading { background-image: none; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row .container { background-color: transparent; background-image: none; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row .container > .video-iframe-container { display: none; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row > .video-iframe-container { display: none; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .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); }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row .container { border-width: 0; border-radius: 0; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.2);border-left:0.0625rem solid rgba(0,0,0,0.2);border-right:0.0625rem solid rgba(0,0,0,0.2);border-bottom:0.0625rem solid rgba(0,0,0,0.2);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:22.9375rem;width:28.125rem;top:1rem;left:46.75rem;display:block; }
#iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { position:absolute;display:block;z-index:15002;height:17.875rem;width:27.4375rem;top:3.6875rem;left:47.1875rem;display:block; }
#vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { color:#000000;display:block;width:27.3105625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.6875rem;left:47.25rem;height:1.444225rem;text-align:center;text-align-last:center;display:block; }
#Nlnsq2ggX02WwWBaLiDiR9aFhKPV47mZ { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.83);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.2);border-left:0.0625rem solid rgba(0,0,0,0.2);border-right:0.0625rem solid rgba(0,0,0,0.2);border-bottom:0.0625rem solid rgba(0,0,0,0.2);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:7.1245625rem;width:35.686875rem;top:9.1875rem;left:0rem;display:block; }
#RCCX9AX83mWOumIsedouaub8S0HTlzTJ { color:#000000;display:block;width:31.6873125rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:2rem;height:5.19748125rem;text-align:center;text-align-last:center;display:block; }
#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo { 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; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { background-color: transparent; background-image: none; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container > .video-iframe-container { display: none; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row > .video-iframe-container { display: none; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .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); }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { border-width: 0; border-radius: 0; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#ZGvOvf5Lq3oQnHMSz83Voipk7i525oau { display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.86767578125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yrffPzpZXIru3nDho0UaCnzZJt4pTI0a { 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:37.125rem;width:37.125rem;top:7.0974395275119rem;left:0rem;overflow:hidden;display:block; }
#eyUvMymCRMuopDvFRtEU2dvuKMPZ8wh2 { 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:37.1875rem;width:37.1875rem;top:7.0963540077213rem;left:37.500869750976rem;overflow:hidden;display:block; }
#PDKDb6JyGlCb6iaVHBcuK5rr2KcrS47G { position:relative;display:none; }#PDKDb6JyGlCb6iaVHBcuK5rr2KcrS47G { border-width: 0; border-radius: 0; }#PDKDb6JyGlCb6iaVHBcuK5rr2KcrS47G > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#PDKDb6JyGlCb6iaVHBcuK5rr2KcrS47G > .row .container { border-top:0;border-left:0.0625rem solid rgba(0,0,0,0.15);border-right:0.0625rem solid rgba(0,0,0,0.15);border-bottom:0.0625rem solid rgba(0,0,0,0.15);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:none; }#hIk3BGSiUSWMO6Pr4dNV3wTgF0i4LeKC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:14.25rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIzz6DfGQ6SmKlhyZyEqLilKHbkPcF5T { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"reddit sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:32.4375rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAVU6rKeK3VwNxeWZKLVQUHWIMI9wCzi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.25rem;left:51.0625rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMGGv5AZ1blueTp5yrJ7PQDWW49DGzok { box-sizing:content-box;height:9.375rem;width:14.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0.3125rem;left:13.1875rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tz2aQIbXfa6rbSLF4BNq8LT4q4GVb6CI { box-sizing:content-box;height:4.375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f5faff;background-image:none;top:9.75rem;left:13.1875rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#CgZhRwkN8i6hDZExMZxCNaNt77duxZWx { box-sizing:content-box;height:9.375rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0.375rem;left:49.9375rem;border-top:0.0625rem solid #3ccb7f;border-left:0.0625rem solid #3ccb7f;border-right:0.0625rem solid #3ccb7f;border-bottom:0rem solid #3ccb7f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#lcdqrpox02vbOONVFxO9UUPH4ryignlu { box-sizing:content-box;height:4.375rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:#f6fef9;background-image:none;top:9.8125rem;left:49.9375rem;border-top:0.0625rem solid #3ccb7f;border-left:0.0625rem solid #3ccb7f;border-right:0.0625rem solid #3ccb7f;border-bottom:0.0625rem solid #3ccb7f;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#uMDB7b5QEFuuKLhhrilUTTSnmlL1GHlA { box-sizing:content-box;height:9.375rem;width:14.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:0.375rem;left:31.875rem;border-top:0.0625rem solid #fda29b;border-left:0.0625rem solid #fda29b;border-right:0.0625rem solid #fda29b;border-bottom:0rem solid #fda29b;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WTTMJcWCF4T7ZrS0B1E5pAR9pBVXtrJJ { box-sizing:content-box;height:4.375rem;width:14.625rem;position:absolute;display:block;z-index:14998;background-color:#fffbfa;background-image:none;top:9.8125rem;left:31.875rem;border-top:0.0625rem solid #fda29b;border-left:0.0625rem solid #fda29b;border-right:0.0625rem solid #fda29b;border-bottom:0.0625rem solid #fda29b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#wvV32UDEXZnwb9Nbumnq4y6357FHZ51d { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.9075517654419rem;left:17.38650226593rem;overflow:hidden;display:block; }
#KLtoUGUW3d6EMeaZvHv1O8yUJulyWkpI { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.9075517654419rem;left:36.106122016907rem;overflow:hidden;display:block; }
#UV1DdukNvnEkQh70x2NLQmXq1AycgWeu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:5.6875rem;top:1.9075517654419rem;left:54.481774330139rem;overflow:hidden;display:block; }
#idNlEQUe8N6ck5hrxrcvxgkALOyWescB { position:relative;display:none; }#idNlEQUe8N6ck5hrxrcvxgkALOyWescB { border-width: 0; border-radius: 0; }#idNlEQUe8N6ck5hrxrcvxgkALOyWescB > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#idNlEQUe8N6ck5hrxrcvxgkALOyWescB > .row .container { border-top:0;border-left:0.0625rem solid rgba(0,0,0,0.15);border-right:0.0625rem solid rgba(0,0,0,0.15);border-bottom:0.0625rem solid rgba(0,0,0,0.15);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:none; }#X9IV8gJrSAtzfIuaFJTum6K1CoZ9FLbb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.25rem;left:14.4375rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQTItaqRlG9fApwdhH8SGbawaUi01U9d { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:33.1875rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crn7uDsQvG7BxIEPE4QoZUfwZXwPVvr9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:51.5625rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vz059uxriV4AtEqzrqOnrLDpNOCRUEJL { box-sizing:content-box;height:9.375rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:0.375rem;left:13.3125rem;border-top:0.0625rem solid #3ccb7f;border-left:0.0625rem solid #3ccb7f;border-right:0.0625rem solid #3ccb7f;border-bottom:0rem solid #3ccb7f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dpKgLF4BdAnI8AUhmagVNbOsRdzW0mMm { box-sizing:content-box;height:4.375rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:#f6fef9;background-image:none;top:9.8125rem;left:13.3125rem;border-top:0.0625rem solid #3ccb7f;border-left:0.0625rem solid #3ccb7f;border-right:0.0625rem solid #3ccb7f;border-bottom:0.0625rem solid #3ccb7f;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#vfZmw7pz9lBEhUB6acpdJN6iDFJkyddH { box-sizing:content-box;height:9.375rem;width:14.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:0.375rem;left:32.0625rem;border-top:0.0625rem solid #9b8afb;border-left:0.0625rem solid #9b8afb;border-right:0.0625rem solid #9b8afb;border-bottom:0rem solid #9b8afb;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JatN3GL7JbWASKI8l5wcEL61VIJzbiL6 { box-sizing:content-box;height:4.375rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:#f4f3ff;background-image:none;top:9.8125rem;left:32.0625rem;border-top:0.0625rem solid #9b8afb;border-left:0.0625rem solid #9b8afb;border-right:0.0625rem solid #9b8afb;border-bottom:0.0625rem solid #9b8afb;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TXzuHwTVbaQEugu6LXCp2zXWiJ944Xyv { box-sizing:content-box;height:9.375rem;width:14.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:0.4375rem;left:50.3125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uepzU5aTVrwkD7wXDe4rEfTfW7ZR3VAu { box-sizing:content-box;height:4.375rem;width:14.625rem;position:absolute;display:block;z-index:15005;background-color:#f5faff;background-image:none;top:9.8125rem;left:50.3125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#PRZrSMXUoeVV7yPFV75W1vkBkTfBQh6p { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.6875rem;top:1.9694004058838rem;left:54.481774330139rem;overflow:hidden;display:block; }
#Zvf5QHcpMmVTrKs3EkgcqosX8MOZi6KT { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.9694004058838rem;left:36.325306892395rem;overflow:hidden;display:block; }
#NMMniUJkFpT4g5RltEan70b6pk0sRUKX { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.3125rem;top:1.9694004058838rem;left:17.543837547302rem;overflow:hidden;display:block; }
#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB { 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; }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row .container { background-color: transparent; background-image: none; }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row .container > .video-iframe-container { display: none; }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row > .video-iframe-container { display: none; }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .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); }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row .container { border-width: 0; border-radius: 0; }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#M44ItpsLtSVaP9O5I1PbwhoiieaqxGqT { 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:23.625rem;width:18.125rem;top:5.9375rem;left:38rem;overflow:hidden;display:block; }
#wsGtB67nDxIKy0So4XXJKwiafh6uWQkf { 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:20.875rem;width:18.125rem;top:8.375rem;left:19.0625rem;overflow:hidden;display:block; }
#sTGcCCROLMKWVUFQNgqg4kKzCoExgXcp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbzd3T8v3JNme9HLhStLIlpezkro1C4Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.8125rem;height:1.21853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mhT3zF0rxRMq79XLZOtAw1yF1NQ6MEWP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:17.625rem;top:5.625rem;left:0rem;overflow:hidden;display:block; }
#FtXUtpCVhCzgTCLWiBqUswtT2D8aRmbv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:18.125rem;top:8.6875rem;left:56.875rem;overflow:hidden;display:block; }
#qZ0OfrRrFMT9gPTRZMZ7P2au8BUeR5CE { 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:6.6873125rem;width:6.18706875rem;top:8rem;left:5.25rem;overflow:hidden;display:block; }
#cSIEeFN8T6RAC0hDwEC1IGS1sL7lBS99 { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:18.6875rem;left:0.875rem;height:9.8176875rem;text-align:left;text-align-last:left;display:block; }#cSIEeFN8T6RAC0hDwEC1IGS1sL7lBS99 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cSIEeFN8T6RAC0hDwEC1IGS1sL7lBS99 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#L8crxyE1nevZRkh2luEGms30VL4ALTg4 { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.9375rem;left:19.9375rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#QqLiV2QywTeKSITtuimMxXV6KU9rBv47 { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:19.6875rem;left:19.9375rem;height:7.0573125rem;text-align:left;text-align-last:left;display:block; }#QqLiV2QywTeKSITtuimMxXV6KU9rBv47 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QqLiV2QywTeKSITtuimMxXV6KU9rBv47 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#iw0PQDz9GHFbowUFXywUDVJx2nhqsDRv { position:absolute;display:block;z-index:15019;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:7.4370625rem;width:7.4370625rem;top:6.75rem;left:23.625rem;overflow:hidden;display:block; }
#Tf399xV9ztU9pkPtnQQmWeLLEoImrzTz { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:20.0625rem;left:38.875rem;height:7.0573125rem;text-align:left;text-align-last:left;display:block; }#Tf399xV9ztU9pkPtnQQmWeLLEoImrzTz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tf399xV9ztU9pkPtnQQmWeLLEoImrzTz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#x4ITaEVkggFT8Txw8zd4EQXBcETeu8MF { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.9375rem;left:38.875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#cpvQGFN9bAI04KVHWQPxNgrhuyV20ArN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.061875rem;top:7.6875rem;left:41.375rem;overflow:hidden;display:block; }
#raDRNqA7ccsx3mHJkFHLnmewNgnywbPC { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:19.875rem;left:57.75rem;height:7.3698125rem;text-align:left;text-align-last:left;display:block; }#raDRNqA7ccsx3mHJkFHLnmewNgnywbPC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#raDRNqA7ccsx3mHJkFHLnmewNgnywbPC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#CqXyTEoyNn0fqgiE59rDNqGJRLEplN08 { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.9375rem;left:57.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#T7hKMqtikdvGqPFCUKW60gIFbdIiNQ8E { 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:6.9998125rem;width:11.436625rem;top:7.25rem;left:60.25rem;overflow:hidden;display:block; }
#iDFOaa67A3atemwlww5GOmop31elNSM5 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:3.9366340637207rem;left:0rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dy9wU9KTf91puLUPIhmxHryzTfQbXkKs { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:0.5381965637207rem;left:0rem;height:2.84288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 { 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; }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row .container { background-color: transparent; background-image: none; }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row .container > .video-iframe-container { display: none; }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row > .video-iframe-container { display: none; }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .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); }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row .container { border-width: 0; border-radius: 0; }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#WJJ5P190065gnV319er2Kq4VN34t6Tmt { 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:23.4375rem;width:18.125rem;top:1.4375rem;left:38rem;overflow:hidden;display:block; }
#RJDcsqkBloOq5x8kTz3iclxqVoVRKXXp { 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:21.4375rem;width:18.125rem;top:3.125rem;left:19.0625rem;overflow:hidden;display:block; }
#Hlyh3pVaJiQ0DqTz13RFtPTx9FHuLEh3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:17.875rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#NgicxM7TiSIQOakqNG1UFKGfVEiADMry { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:18.125rem;top:4.75rem;left:56.875rem;overflow:hidden;display:block; }
#qOpKT5JscHU2q9nL5LZ3OJFnNT5tsSrf { 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:7.436rem;width:7.436rem;top:2.2797312736511rem;left:5.2191848754883rem;overflow:hidden;display:block; }
#BvIHOQyH2RMOWPxRmIAAixZaIsnKTEpw { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0.875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#uvmnLPcw9BgeicEsAXaFrimwP5pHBc9P { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.3125rem;left:0.875rem;height:12.26564375rem;text-align:left;text-align-last:left;display:block; }#uvmnLPcw9BgeicEsAXaFrimwP5pHBc9P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uvmnLPcw9BgeicEsAXaFrimwP5pHBc9P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#dLuxqfiVAZd3q4y7z2i9CJxZnT83iOgh { position:absolute;display:block;z-index:15019;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:7.3730625rem;width:7.3730625rem;top:2.3101134300232rem;left:24.437934875488rem;overflow:hidden;display:block; }
#v83ITpKL1WoAU0K7KprRs9VVUk8KMkfB { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:19.9375rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#SSAigVmbDltGQMrE7RfHCtNOVPw61Hu2 { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.375rem;left:19.9375rem;height:11.162125rem;text-align:left;text-align-last:left;display:block; }#SSAigVmbDltGQMrE7RfHCtNOVPw61Hu2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SSAigVmbDltGQMrE7RfHCtNOVPw61Hu2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#TseAD5KuwtEhcd0VGeTwFu7ded7JpWv0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:4.87305rem;top:2.2460942268372rem;left:44.624568939209rem;overflow:hidden;display:block; }
#xsRC3ArCrAOJKznKPCkZyEDfaDvVpCdx { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38.875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#BpIpuCU8XPIddusmfAEMn81wT20rSrKL { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:13.8125rem;left:38.875rem;height:9.1926875rem;text-align:left;text-align-last:left;display:block; }#BpIpuCU8XPIddusmfAEMn81wT20rSrKL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BpIpuCU8XPIddusmfAEMn81wT20rSrKL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#VwTPJ4LUwsuKfURdKbV70meDWxJZTKE0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.7485rem;width:4.43685rem;top:2.1223959922791rem;left:63.71853637695rem;overflow:hidden;display:block; }
#Wp3f3Xi4IZx9xJJz2ohpzTTluTB9iB7B { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.8125rem;left:57.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#F1iAvki8D7fOIk7RRFtTN2ITxBZLqBWi { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:15.6875rem;left:57.75rem;height:5.52083125rem;text-align:left;text-align-last:left;display:block; }#F1iAvki8D7fOIk7RRFtTN2ITxBZLqBWi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F1iAvki8D7fOIk7RRFtTN2ITxBZLqBWi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn { 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; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row .container { background-color: transparent; background-image: none; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row .container > .video-iframe-container { display: none; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row > .video-iframe-container { display: none; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .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); }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row .container { border-width: 0; border-radius: 0; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#bUsTZEWhsETIkzBT1ttRVTmKLP2p9L8T { display:block;width:75rem;position:absolute;font-family:"reddit sans";font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.86767578125rem;left:0rem;height:2.59874375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw { 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; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container { background-color: transparent; background-image: none; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container > .video-iframe-container { display: none; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row > .video-iframe-container { display: none; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .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); }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container { border-width: 0; border-radius: 0; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#RygeSZQp9GbOZemt2GwC0d4hvIvTN3D7 { color:#b5bbc5;display:block;width:25rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:4.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#a63OlOgpDGvgR2PS5MSt6r4iasMqCTyD { color:#ffffff;display:block;width:28rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:4.3125rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#yVugBTQ0Favp19AHR8FSOyxdXsPtuzPL { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4375rem;left:42.125rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#s8kBOkz4zNbAwkBkfH8np3A3x8RMWHiS { color:#b5bbc5;display:block;width:24.875rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:42.125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#cmxbxDSMkCkrMWwBrMsr0A0eu4txgSTk { color:#b5bbc5;display:block;width:25rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:4.8125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#b9wumsKDk90lOekH5h0oairr0ANqhlT0 { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:11.25rem;left:4.8125rem;height:1.349825rem;text-align:left;text-align-last:left;display:block; }
#raEk346dPwm8vQoRxgt8SMRwq7ypvfNP { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:42.3125rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#E13Srw0QLPeUAOdNBkxEQWuq71MmLVgs { color:#b5bbc5;display:block;width:24.875rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:42.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#Ttl9WwctBHAoqqygNoleXTDfyTXUmeDR { box-sizing:content-box;height:5.125rem;width:31.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -moz-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -ms-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -o-linear-gradient(270deg, #7b7f86, #1b2124);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );";background-image: linear-gradient(270deg, #7b7f86, #1b2124);background-size:auto !important;top:1.625rem;left:2.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#Cfc237pu7GZxrvDacbbDWs7zdH47E6RC { box-sizing:content-box;height:5.125rem;width:31.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -moz-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -ms-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -o-linear-gradient(270deg, #7b7f86, #1b2124);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );";background-image: linear-gradient(270deg, #7b7f86, #1b2124);background-size:auto !important;top:1.6875rem;left:39.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#Zxazfu1xBl7WOE4SGDByTdm9nxEB7mnQ { box-sizing:content-box;height:5.125rem;width:31.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -moz-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -ms-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -o-linear-gradient(270deg, #7b7f86, #1b2124);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );";background-image: linear-gradient(270deg, #7b7f86, #1b2124);background-size:auto !important;top:8.4375rem;left:2.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#l8yPoa72nxX5Oah9za8vOlnpFN8NBI4T { box-sizing:content-box;height:5.125rem;width:31.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -moz-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -ms-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -o-linear-gradient(270deg, #7b7f86, #1b2124);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );";background-image: linear-gradient(270deg, #7b7f86, #1b2124);background-size:auto !important;top:8.4375rem;left:39.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O { 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; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container { background-color: transparent; background-image: none; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container > .video-iframe-container { display: none; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row > .video-iframe-container { display: none; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .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); }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container { border-width: 0; border-radius: 0; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#uOTST9eo0UtQn0DTtzbGVktUyTdk5HbI { color:#b5bbc5;display:block;width:25rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:4.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#BQL3gFNLoyuhWwPV533RUTUiHe3SeyG1 { color:#ffffff;display:block;width:28rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:4.3125rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#Gpae6ZM8FlOmyTbcoJmqKuEhF0sS84sU { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4375rem;left:42.125rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#S30o83rbh92VrRpJLtCaVpHJ8EBkJTB8 { color:#b5bbc5;display:block;width:24.875rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:42.125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#z9GNBs3e9Wn8datB14RQmwPo64megrsA { color:#b5bbc5;display:block;width:25rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:4.8125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#ZOaZExdf7pS12b6Aocb3TsONrnWx5teX { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:11.25rem;left:4.8125rem;height:1.349825rem;text-align:left;text-align-last:left;display:block; }
#SgwWAqWzphW9GaJpzTWNmz1kinwMJxOQ { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"reddit sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:42.3125rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#T4BaR2tKThAkFzC5425GM8KXOhxOZLBD { color:#b5bbc5;display:block;width:24.875rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:42.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#m6fGhsEWIPbZnpeEPqB73TT9wZXbAlmF { box-sizing:content-box;height:5.125rem;width:31.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -moz-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -ms-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -o-linear-gradient(270deg, #7b7f86, #1b2124);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );";background-image: linear-gradient(270deg, #7b7f86, #1b2124);background-size:auto !important;top:1.625rem;left:2.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#ZVnFof8Hsyp9pBN6xdU2gibcgTTEy6QI { box-sizing:content-box;height:5.125rem;width:31.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -moz-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -ms-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -o-linear-gradient(270deg, #7b7f86, #1b2124);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );";background-image: linear-gradient(270deg, #7b7f86, #1b2124);background-size:auto !important;top:1.6875rem;left:39.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#aJcu7RaHUsbnZ4OOE75w3T8ruLImEX8c { box-sizing:content-box;height:5.125rem;width:31.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -moz-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -ms-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -o-linear-gradient(270deg, #7b7f86, #1b2124);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );";background-image: linear-gradient(270deg, #7b7f86, #1b2124);background-size:auto !important;top:8.4375rem;left:2.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#FmGBdU4Lyp9ZgaExMpQlfMEk1ZXZ6e1D { box-sizing:content-box;height:5.125rem;width:31.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -moz-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -ms-linear-gradient(270deg, #7b7f86, #1b2124);background-image: -o-linear-gradient(270deg, #7b7f86, #1b2124);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7f86', endColorstr='#1b2124' );";background-image: linear-gradient(270deg, #7b7f86, #1b2124);background-size:auto !important;top:8.4375rem;left:39.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#Oh727zgg6U31241QefTMrhPR8OaltLnB { 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; }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row .container { background-color: transparent; background-image: none; }#Oh727zgg6U31241QefTMrhPR8OaltLnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row .container > .video-iframe-container { display: none; }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row > .video-iframe-container { display: none; }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .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); }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row .container { border-width: 0; border-radius: 0; }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#h5fJgpyLSHZxNBbV4AyH5ZoqudwKGInB { display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98305988311769rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb { position:relative;display:block; }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb { background-color: transparent; background-image: none; }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .row .container > .video-iframe-container { display: none; }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .row > .video-iframe-container { display: none; }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .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); }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb { border-width: 0; border-radius: 0; }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .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; }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .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:20rem;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; }#n96glco5T2xIPEDeFQi4X7KekFUrEcG9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:36.5625rem;top:0.53059387207031rem;left:0rem;overflow:hidden;display:block; }
#xHkfTrd8TvaZZqApqUwzVcG1eOQ5STpT { 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:18.125rem;width:36.5rem;top:0.62500190734863rem;left:38.353244284854rem;overflow:hidden;display:block; }
#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z { position:relative;display:block; }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z { background-color: transparent; background-image: none; }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .row .container > .video-iframe-container { display: none; }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .row > .video-iframe-container { display: none; }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .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); }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z { border-width: 0; border-radius: 0; }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .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; }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .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.6875rem;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; }#LAFCSuQyES3HmUBM754SUJz50cB041Xq { 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:18.75rem;width:37.561875rem;top:0.46874618530274rem;left:18.873699188233rem;overflow:hidden;display:block; }
#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx { 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; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row .container { background-color: transparent; background-image: none; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row .container > .video-iframe-container { display: none; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row > .video-iframe-container { display: none; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .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); }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row .container { border-width: 0; border-radius: 0; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#Vde5kNuqp9vpNce98ec0Ag1OW9uVGQca { display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98305988311769rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 { position:relative;display:block; }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 { background-color: transparent; background-image: none; }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .row .container > .video-iframe-container { display: none; }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .row > .video-iframe-container { display: none; }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .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); }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 { border-width: 0; border-radius: 0; }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .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; }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .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:39.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ISfmcf4cqLwqlk72sBOmBoMRrUpSQWd8 { 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:18.499375rem;width:37.1245625rem;top:0.46766567230224rem;left:37.500003814698rem;overflow:hidden;display:block; }
#lm4a6s5LZOEWVOgfwApUb5IiZ7gLnMgx { 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:18.375rem;width:37.125rem;top:19.088976860046rem;left:37.545668919794rem;overflow:hidden;display:block; }
#ikXz5ZyFNMQLRXHr7V1rsDupsbkqzJ0l { 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:17.875rem;width:36.1875rem;top:0.4687442779541rem;left:0rem;overflow:hidden;display:block; }
#sSdFDvAK5BI1317CHIqmpilQPeaCLOB3 { 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:17.875rem;width:36.1875rem;top:18.965929985046rem;left:0rem;overflow:hidden;display:block; }
#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 { 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; }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row .container { background-color: transparent; background-image: none; }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row .container > .video-iframe-container { display: none; }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row > .video-iframe-container { display: none; }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .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); }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row .container { border-width: 0; border-radius: 0; }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#ombPp0Px43o5DLIqypaC1gXptQrPwlRn { display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.34033203125rem;left:0rem;height:2.84288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#020000;display:block; }
#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI { 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; }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row .container { background-color: transparent; background-image: none; }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row .container > .video-iframe-container { display: none; }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row > .video-iframe-container { display: none; }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .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); }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row .container { border-width: 0; border-radius: 0; }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(55,116,220,0.17);background-image:none;vertical-align:top; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .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; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"reddit sans"; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .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;font-family:"reddit sans"; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .accordion-trigger.adaptive-delivery-prevent-bg, #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .accordion-trigger.lazyload, #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .accordion-trigger.lazyloading { background-image: none; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.8771686553955rem;left:0rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #bOysrAQSigi4Oamnv2GmKJddqTnIaNig { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #o1VH7Wx0XQ5XHuHyqP7lqZGcncPIxltP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #FcHuZ1n9pnGNQ27MHnETav4GUQLndiPq { display:block;position:relative; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #K3iuEIy9RaZI39P8L0TDf8IFQIWvUDnm {  }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #rSyx6LN1ezqb4ZvthiX2AMLTLTO22HlE {  }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #vQo1Wgar1vxC2QhReEg4BPHvtgiTatW5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Dm5ZPu5eBq7fHzBc2hDfJTUAyt1rbDTB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #yBqOQM2El3ksaxiwlsVozh1qe2BQOL5m { display:block;position:relative; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #g8D4NOgoIgpeaE9hHdtA3Zs8XoTX1ywG {  }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #T4lfK5l5yQlewCS7LGZgLV02iITUQpgH { display:none; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #nUoneOdNSWZ2GSWcNl7fvLu1Znxm5xbK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ZKP5FsoKHW7Rc2J7kWbIkEyOLSO7HW6d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Mbaoq3wBK4S4E1pV3gh2Xf5vySIyH6WV { display:block;position:relative; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #OsTk7t6oMCCrLDxKX1aV4EIp8hGrnnts {  }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #o1aAWtXFHUW56vHPQykN61bBLrPN8V9p { display:none; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #DeK2DC8k7167MIAgTDqECG0GhQw1dZzN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #sBrFxlLsLT0PdXQRhRa6HBwoCGkbJDAs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #JfQdMuPmCklu8hxvRK69TqCyVSCGWXvi { display:block;position:relative; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #PCfltwXNLHOwOOisW5kGBC4WV9H6QOE1 {  }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #M5RUOwAkZWFlDiDzD1INZmHPdcgd8f5w { display:none; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ptvFKtXUCyOH3tad6sky8PuB72axQcLC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #fLpzsSUBsLUC6R9zVzi8UH6hIJkV2tuu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #HTXm5crNk70X817agoyEIRmHb3tTGsom { display:block;position:relative; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #l5J9tPsR5C9ZTAt6TLpT9NHxKVQW20Wa {  }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #uQr1lJIDhU4nLvOV7AEx5rBK4a2Cr5sd { display:none; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #LZFBZgNfRuUixBMS0Rf81aGwXqAkAAv4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #psv8umZWvHTxW2NKcJ9zc9krrSKCts6d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #c4D8gLKMhI8mhQBrpsrNQuJWgRq1IASK { display:block;position:relative; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #FSdxaFJ3ItTIhOJU0SztT0SohM1Ci3Ef {  }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #CyUkCzf5DegqKIwCuXXTOtWZ9kF5krlT { display:none; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #fFBapCmFz48lho4UbuEugCp9PNHIJf9s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Us59veo2L71ZV5JxHQLyRnHMQFtL4DLC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ZRQWyl2rLBib2CalV22W2TvAPwPgLZ1c { display:block;position:relative; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #uoiIsHdic1HOwwTBclTMT9nmw29TMQeX {  }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #pvalv5Z3ve5V4yw78ylBRfdx6LN2TcHB { display:none; }
#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 { 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; }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row .container { background-color: transparent; background-image: none; }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row .container > .video-iframe-container { display: none; }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row > .video-iframe-container { display: none; }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .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); }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row .container { border-width: 0; border-radius: 0; }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#FKwIivvFTQO3UOVKVbqKKCRXWlCGqmOW { display:block;width:52.686625rem;position:absolute;font-family:"reddit sans";font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6250076293945rem;left:11.029731750488rem;height:1.9487875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#020000;display:block; }
#wVkCReiDmfG0QaFavN30cSQqhF6lvJeA { display:block;width:74.436875rem;position:absolute;font-family:"reddit sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.2584629058838rem;left:0rem;height:1.9487875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#020000;display:block; }
#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw { 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; }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row .container { background-color: transparent; background-image: none; }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row .container > .video-iframe-container { display: none; }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row > .video-iframe-container { display: none; }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .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); }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row .container { border-width: 0; border-radius: 0; }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO { 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; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row .container { background-color: transparent; background-image: none; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row .container > .video-iframe-container { display: none; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row > .video-iframe-container { display: none; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .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); }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row .container { border-width: 0; border-radius: 0; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#O9x2lRiXnssIAXmE8cFiPQPwXIEzitLh { background-color:#dc3e37;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#ffffff;text-shadow:0.375rem 0.0625rem 1.875rem rgba(0,0,0,0.05);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.2476125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0612106323243rem;left:29.6875rem;display:block; }
#d0JC46HC0nhFIkiL2QV8WOnDn6hT9yFk { 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) { #nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { width:47.75rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6fG252dleXTEzFrJrB6fkfee7ANlHrt { top:0.375rem;left:0rem;width:15.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn { display:block; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { top:1rem;left:19.5rem;width:28.125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { top:3.6875rem;left:20.375rem;width:27.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { top:1.6875rem;left:20.5rem;width:27.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlnsq2ggX02WwWBaLiDiR9aFhKPV47mZ { top:9.1875rem;left:0rem;width:35.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCCX9AX83mWOumIsedouaub8S0HTlzTJ { top:10.25rem;left:0rem;width:31.625rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo { display:block; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGvOvf5Lq3oQnHMSz83Voipk7i525oau { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrffPzpZXIru3nDho0UaCnzZJt4pTI0a { top:7.0625rem;left:0rem;width:37.125rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyUvMymCRMuopDvFRtEU2dvuKMPZ8wh2 { top:7.0625rem;left:10.375rem;width:37.1875rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDKDb6JyGlCb6iaVHBcuK5rr2KcrS47G { display:block; }#PDKDb6JyGlCb6iaVHBcuK5rr2KcrS47G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIk3BGSiUSWMO6Pr4dNV3wTgF0i4LeKC { top:10.1875rem;left:0.625rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIzz6DfGQ6SmKlhyZyEqLilKHbkPcF5T { top:10.25rem;left:18.8125rem;width:13.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVU6rKeK3VwNxeWZKLVQUHWIMI9wCzi { top:10.25rem;left:35.25rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMGGv5AZ1blueTp5yrJ7PQDWW49DGzok { top:0.3125rem;left:0rem;width:14.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz2aQIbXfa6rbSLF4BNq8LT4q4GVb6CI { top:9.75rem;left:0rem;width:14.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgZhRwkN8i6hDZExMZxCNaNt77duxZWx { top:0.375rem;left:33.0625rem;width:14.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcdqrpox02vbOONVFxO9UUPH4ryignlu { top:9.8125rem;left:33.0625rem;width:14.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMDB7b5QEFuuKLhhrilUTTSnmlL1GHlA { top:0.375rem;left:18.25rem;width:14.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTMJcWCF4T7ZrS0B1E5pAR9pBVXtrJJ { top:9.8125rem;left:18.25rem;width:14.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvV32UDEXZnwb9Nbumnq4y6357FHZ51d { top:1.875rem;left:3.7615022659302rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLtoUGUW3d6EMeaZvHv1O8yUJulyWkpI { top:1.875rem;left:22.481122016907rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV1DdukNvnEkQh70x2NLQmXq1AycgWeu { top:1.875rem;left:40.856774330139rem;width:5.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idNlEQUe8N6ck5hrxrcvxgkALOyWescB { display:block; }#idNlEQUe8N6ck5hrxrcvxgkALOyWescB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9IV8gJrSAtzfIuaFJTum6K1CoZ9FLbb { top:10.25rem;left:0.8125rem;width:12.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQTItaqRlG9fApwdhH8SGbawaUi01U9d { top:10.25rem;left:19.5625rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crn7uDsQvG7BxIEPE4QoZUfwZXwPVvr9 { top:10.25rem;left:35.25rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz059uxriV4AtEqzrqOnrLDpNOCRUEJL { top:0.375rem;left:0rem;width:14.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKgLF4BdAnI8AUhmagVNbOsRdzW0mMm { top:9.8125rem;left:0rem;width:14.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfZmw7pz9lBEhUB6acpdJN6iDFJkyddH { top:0.375rem;left:18.4375rem;width:14.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JatN3GL7JbWASKI8l5wcEL61VIJzbiL6 { top:9.8125rem;left:18.4375rem;width:14.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzuHwTVbaQEugu6LXCp2zXWiJ944Xyv { top:0.4375rem;left:33.0625rem;width:14.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uepzU5aTVrwkD7wXDe4rEfTfW7ZR3VAu { top:9.8125rem;left:33.0625rem;width:14.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZrSMXUoeVV7yPFV75W1vkBkTfBQh6p { top:1.9375rem;left:40.856774330139rem;width:6.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvf5QHcpMmVTrKs3EkgcqosX8MOZi6KT { top:1.9375rem;left:22.700306892395rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMMniUJkFpT4g5RltEan70b6pk0sRUKX { top:1.9375rem;left:3.9188375473023rem;width:6.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB { display:block; }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M44ItpsLtSVaP9O5I1PbwhoiieaqxGqT { top:5.9375rem;left:13.625rem;width:18.125rem;height:23.624125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsGtB67nDxIKy0So4XXJKwiafh6uWQkf { top:8.375rem;left:0rem;width:18.125rem;height:20.8745625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGcCCROLMKWVUFQNgqg4kKzCoExgXcp { top:14.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzd3T8v3JNme9HLhStLIlpezkro1C4Z { top:16.1875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhT3zF0rxRMq79XLZOtAw1yF1NQ6MEWP { top:5.625rem;left:0rem;width:17.5625rem;height:23.790403133721rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtXUtpCVhCzgTCLWiBqUswtT2D8aRmbv { top:8.6875rem;left:29.5rem;width:18.125rem;height:20.5620625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ0OfrRrFMT9gPTRZMZ7P2au8BUeR5CE { top:8rem;left:0.6875rem;width:6.125rem;height:6.6202252985309rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSIEeFN8T6RAC0hDwEC1IGS1sL7lBS99 { top:18.6875rem;left:0rem;width:16.3125rem;height:9.8125rem;font-size:0.875rem;display:block; }#cSIEeFN8T6RAC0hDwEC1IGS1sL7lBS99 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #L8crxyE1nevZRkh2luEGms30VL4ALTg4 { top:14.9375rem;left:0rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqLiV2QywTeKSITtuimMxXV6KU9rBv47 { top:19.6875rem;left:0rem;width:16.3125rem;height:7rem;font-size:0.875rem;display:block; }#QqLiV2QywTeKSITtuimMxXV6KU9rBv47 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #iw0PQDz9GHFbowUFXywUDVJx2nhqsDRv { top:6.75rem;left:8.5rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf399xV9ztU9pkPtnQQmWeLLEoImrzTz { top:20.0625rem;left:15.4375rem;width:16.3125rem;height:7rem;font-size:0.875rem;display:block; }#Tf399xV9ztU9pkPtnQQmWeLLEoImrzTz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #x4ITaEVkggFT8Txw8zd4EQXBcETeu8MF { top:14.9375rem;left:15.4375rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpvQGFN9bAI04KVHWQPxNgrhuyV20ArN { top:7.6875rem;left:21.75rem;width:10rem;height:6.8327225293496rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDRNqA7ccsx3mHJkFHLnmewNgnywbPC { top:19.875rem;left:31.3125rem;width:16.3125rem;height:7.3125rem;font-size:0.875rem;display:block; }#raDRNqA7ccsx3mHJkFHLnmewNgnywbPC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #CqXyTEoyNn0fqgiE59rDNqGJRLEplN08 { top:14.9375rem;left:31.3125rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hKMqtikdvGqPFCUKW60gIFbdIiNQ8E { top:7.25rem;left:36.25rem;width:11.375rem;height:6.9627416392941rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDFOaa67A3atemwlww5GOmop31elNSM5 { width:47.75rem;height:1.6875rem;top:3.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy9wU9KTf91puLUPIhmxHryzTfQbXkKs { width:47.75rem;height:2.8125rem;top:0.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 { display:block; }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJJ5P190065gnV319er2Kq4VN34t6Tmt { top:1.4375rem;left:13.625rem;width:18.125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJDcsqkBloOq5x8kTz3iclxqVoVRKXXp { top:3.125rem;left:0rem;width:18.125rem;height:21.436625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlyh3pVaJiQ0DqTz13RFtPTx9FHuLEh3 { top:0.5625rem;left:0rem;width:17.8125rem;height:24.165182786111rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgicxM7TiSIQOakqNG1UFKGfVEiADMry { top:4.75rem;left:29.5rem;width:18.125rem;height:19.8123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOpKT5JscHU2q9nL5LZ3OJFnNT5tsSrf { top:2.25rem;left:0.65668487548825rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIHOQyH2RMOWPxRmIAAixZaIsnKTEpw { top:10.1875rem;left:0rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvmnLPcw9BgeicEsAXaFrimwP5pHBc9P { top:12.3125rem;left:0rem;width:16.3125rem;height:12.25rem;font-size:0.875rem;display:block; }#uvmnLPcw9BgeicEsAXaFrimwP5pHBc9P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #dLuxqfiVAZd3q4y7z2i9CJxZnT83iOgh { top:2.25rem;left:8.5625rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v83ITpKL1WoAU0K7KprRs9VVUk8KMkfB { top:10.1875rem;left:0rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSAigVmbDltGQMrE7RfHCtNOVPw61Hu2 { top:13.375rem;left:0rem;width:16.3125rem;height:11.125rem;font-size:0.875rem;display:block; }#SSAigVmbDltGQMrE7RfHCtNOVPw61Hu2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #TseAD5KuwtEhcd0VGeTwFu7ded7JpWv0 { top:2.1875rem;left:26.9375rem;width:4.8125rem;height:7.4068088773971rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsRC3ArCrAOJKznKPCkZyEDfaDvVpCdx { top:10.1875rem;left:15.4375rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpIpuCU8XPIddusmfAEMn81wT20rSrKL { top:13.8125rem;left:15.4375rem;width:16.3125rem;height:9.1875rem;font-size:0.875rem;display:block; }#BpIpuCU8XPIddusmfAEMn81wT20rSrKL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #VwTPJ4LUwsuKfURdKbV70meDWxJZTKE0 { top:2.0625rem;left:40.906036376953rem;width:4.375rem;height:7.6404853668706rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp3f3Xi4IZx9xJJz2ohpzTTluTB9iB7B { top:10.8125rem;left:31.3125rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1iAvki8D7fOIk7RRFtTN2ITxBZLqBWi { top:15.6875rem;left:31.3125rem;width:16.3125rem;height:5.5rem;font-size:0.875rem;display:block; }#F1iAvki8D7fOIk7RRFtTN2ITxBZLqBWi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #Wrr52lT7bgHTw02sdstTG5DWK47Hllvn { display:block; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUsTZEWhsETIkzBT1ttRVTmKLP2p9L8T { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXK0zVocbXpny1bTp3tVUtb9cvEOTizw { display:block; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RygeSZQp9GbOZemt2GwC0d4hvIvTN3D7 { top:2.4375rem;left:0rem;width:25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63OlOgpDGvgR2PS5MSt6r4iasMqCTyD { top:4.375rem;left:0rem;width:27.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVugBTQ0Favp19AHR8FSOyxdXsPtuzPL { top:4.4375rem;left:18.1875rem;width:29.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8kBOkz4zNbAwkBkfH8np3A3x8RMWHiS { top:2.5rem;left:22.9375rem;width:24.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmxbxDSMkCkrMWwBrMsr0A0eu4txgSTk { top:9.3125rem;left:0rem;width:25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wumsKDk90lOekH5h0oairr0ANqhlT0 { top:11.25rem;left:0rem;width:29.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raEk346dPwm8vQoRxgt8SMRwq7ypvfNP { top:11.25rem;left:19.3125rem;width:28.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E13Srw0QLPeUAOdNBkxEQWuq71MmLVgs { top:9.3125rem;left:22.9375rem;width:24.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttl9WwctBHAoqqygNoleXTDfyTXUmeDR { top:1.625rem;left:0rem;width:31.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfc237pu7GZxrvDacbbDWs7zdH47E6RC { top:1.6875rem;left:15.6875rem;width:31.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxazfu1xBl7WOE4SGDByTdm9nxEB7mnQ { top:8.4375rem;left:0rem;width:31.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8yPoa72nxX5Oah9za8vOlnpFN8NBI4T { top:8.4375rem;left:15.75rem;width:31.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O { display:block; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOTST9eo0UtQn0DTtzbGVktUyTdk5HbI { top:2.375rem;left:0rem;width:25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQL3gFNLoyuhWwPV533RUTUiHe3SeyG1 { top:4.375rem;left:0rem;width:27.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpae6ZM8FlOmyTbcoJmqKuEhF0sS84sU { top:4.375rem;left:18.1875rem;width:29.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30o83rbh92VrRpJLtCaVpHJ8EBkJTB8 { top:2.5rem;left:22.9375rem;width:24.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9GNBs3e9Wn8datB14RQmwPo64megrsA { top:9.25rem;left:0rem;width:25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOaZExdf7pS12b6Aocb3TsONrnWx5teX { top:11.25rem;left:0rem;width:29.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgwWAqWzphW9GaJpzTWNmz1kinwMJxOQ { top:11.25rem;left:19.3125rem;width:28.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4BaR2tKThAkFzC5425GM8KXOhxOZLBD { top:9.25rem;left:22.9375rem;width:24.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6fGhsEWIPbZnpeEPqB73TT9wZXbAlmF { top:1.625rem;left:0rem;width:31.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVnFof8Hsyp9pBN6xdU2gibcgTTEy6QI { top:1.6875rem;left:15.6875rem;width:31.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJcu7RaHUsbnZ4OOE75w3T8ruLImEX8c { top:8.4375rem;left:0rem;width:31.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmGBdU4Lyp9ZgaExMpQlfMEk1ZXZ6e1D { top:8.4375rem;left:15.75rem;width:31.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh727zgg6U31241QefTMrhPR8OaltLnB { display:block; }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5fJgpyLSHZxNBbV4AyH5ZoqudwKGInB { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb { display:block; }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n96glco5T2xIPEDeFQi4X7KekFUrEcG9 { top:0.5rem;left:0rem;width:36.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHkfTrd8TvaZZqApqUwzVcG1eOQ5STpT { top:0.625rem;left:10.1875rem;width:36.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z { display:block; }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAFCSuQyES3HmUBM754SUJz50cB041Xq { top:0.4375rem;left:0rem;width:37.5rem;height:18.719113462786rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx { display:block; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vde5kNuqp9vpNce98ec0Ag1OW9uVGQca { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 { display:block; }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISfmcf4cqLwqlk72sBOmBoMRrUpSQWd8 { top:0.4375rem;left:10.625rem;width:37.0625rem;height:18.468448912698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm4a6s5LZOEWVOgfwApUb5IiZ7gLnMgx { top:19.0625rem;left:10.625rem;width:37.125rem;height:18.3747790378rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikXz5ZyFNMQLRXHr7V1rsDupsbkqzJ0l { top:0.4375rem;left:0rem;width:36.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdFDvAK5BI1317CHIqmpilQPeaCLOB3 { top:18.9375rem;left:0rem;width:36.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 { display:block; }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ombPp0Px43o5DLIqypaC1gXptQrPwlRn { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJi8HG186Uw0OPdmxubz4XcmZW55BLKI { display:block; }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ { display:flex;height:auto;width:45.25rem;top:1.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #bOysrAQSigi4Oamnv2GmKJddqTnIaNig {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #o1VH7Wx0XQ5XHuHyqP7lqZGcncPIxltP {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #FcHuZ1n9pnGNQ27MHnETav4GUQLndiPq {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #K3iuEIy9RaZI39P8L0TDf8IFQIWvUDnm {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #rSyx6LN1ezqb4ZvthiX2AMLTLTO22HlE {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #vQo1Wgar1vxC2QhReEg4BPHvtgiTatW5 {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Dm5ZPu5eBq7fHzBc2hDfJTUAyt1rbDTB {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #yBqOQM2El3ksaxiwlsVozh1qe2BQOL5m {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #g8D4NOgoIgpeaE9hHdtA3Zs8XoTX1ywG {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #T4lfK5l5yQlewCS7LGZgLV02iITUQpgH {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #nUoneOdNSWZ2GSWcNl7fvLu1Znxm5xbK {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ZKP5FsoKHW7Rc2J7kWbIkEyOLSO7HW6d {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Mbaoq3wBK4S4E1pV3gh2Xf5vySIyH6WV {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #OsTk7t6oMCCrLDxKX1aV4EIp8hGrnnts {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #o1aAWtXFHUW56vHPQykN61bBLrPN8V9p {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #DeK2DC8k7167MIAgTDqECG0GhQw1dZzN {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #sBrFxlLsLT0PdXQRhRa6HBwoCGkbJDAs {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #JfQdMuPmCklu8hxvRK69TqCyVSCGWXvi {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #PCfltwXNLHOwOOisW5kGBC4WV9H6QOE1 {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #M5RUOwAkZWFlDiDzD1INZmHPdcgd8f5w {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ptvFKtXUCyOH3tad6sky8PuB72axQcLC {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #fLpzsSUBsLUC6R9zVzi8UH6hIJkV2tuu {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #HTXm5crNk70X817agoyEIRmHb3tTGsom {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #l5J9tPsR5C9ZTAt6TLpT9NHxKVQW20Wa {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #uQr1lJIDhU4nLvOV7AEx5rBK4a2Cr5sd {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #LZFBZgNfRuUixBMS0Rf81aGwXqAkAAv4 {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #psv8umZWvHTxW2NKcJ9zc9krrSKCts6d {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #c4D8gLKMhI8mhQBrpsrNQuJWgRq1IASK {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #FSdxaFJ3ItTIhOJU0SztT0SohM1Ci3Ef {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #CyUkCzf5DegqKIwCuXXTOtWZ9kF5krlT {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #fFBapCmFz48lho4UbuEugCp9PNHIJf9s {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Us59veo2L71ZV5JxHQLyRnHMQFtL4DLC {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ZRQWyl2rLBib2CalV22W2TvAPwPgLZ1c {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #uoiIsHdic1HOwwTBclTMT9nmw29TMQeX {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #pvalv5Z3ve5V4yw78ylBRfdx6LN2TcHB {  }
 }@media only screen and (max-width: 763px) { #wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 { display:block; }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKwIivvFTQO3UOVKVbqKKCRXWlCGqmOW { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVkCReiDmfG0QaFavN30cSQqhF6lvJeA { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw { display:block; }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO { display:block; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9x2lRiXnssIAXmE8cFiPQPwXIEzitLh { width:15.625rem;height:3.1875rem;top:1rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0JC46HC0nhFIkiL2QV8WOnDn6hT9yFk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6fG252dleXTEzFrJrB6fkfee7ANlHrt { width:13.875rem;height:2.6875rem;top:0.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn { display:block; }#s1p5SA3TTsa2DsS21nM1g10pPV4ibgqn > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { width:20rem;height:25rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { width:19.5rem;height:21.6875rem;top:7.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { width:18.311625rem;height:2.33506875rem;top:5.0327692031861rem;left:0.84309905767444rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nlnsq2ggX02WwWBaLiDiR9aFhKPV47mZ { width:19.875rem;height:5.4375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCCX9AX83mWOumIsedouaub8S0HTlzTJ { width:20rem;height:4.0625rem;top:31.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo { display:block; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { width:20rem;height:46.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGvOvf5Lq3oQnHMSz83Voipk7i525oau { width:20rem;height:3.57421875rem;top:1.4496536254882rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrffPzpZXIru3nDho0UaCnzZJt4pTI0a { width:20rem;height:20rem;top:4.4867584960938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyUvMymCRMuopDvFRtEU2dvuKMPZ8wh2 { width:20rem;height:20rem;top:25.736758496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDKDb6JyGlCb6iaVHBcuK5rr2KcrS47G { display:none; }#PDKDb6JyGlCb6iaVHBcuK5rr2KcrS47G > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hIk3BGSiUSWMO6Pr4dNV3wTgF0i4LeKC { width:8.811875rem;height:2.43706875rem;top:8.2953562736512rem;left:0.67643231153488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIzz6DfGQ6SmKlhyZyEqLilKHbkPcF5T { width:9.375rem;height:3.6556rem;top:7.6875rem;left:10.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVU6rKeK3VwNxeWZKLVQUHWIMI9wCzi { width:8.3735rem;height:2.43706875rem;top:15.848525047303rem;left:10.856554090977rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMGGv5AZ1blueTp5yrJ7PQDWW49DGzok { width:9.375rem;height:7.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz2aQIbXfa6rbSLF4BNq8LT4q4GVb6CI { width:9.375rem;height:5.0625rem;top:7.3491744995119rem;left:0.31250010255814rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgZhRwkN8i6hDZExMZxCNaNt77duxZWx { width:9.6875rem;height:7.375rem;top:13.3125rem;left:0.3125rem;border-top:0.0625rem solid #3ccb7f;border-left:0.0625rem solid #3ccb7f;border-right:0.0625rem solid #3ccb7f;border-bottom:0.0625rem solid #3ccb7f;display:block; }
 }@media only screen and (max-width: 763px) { #lcdqrpox02vbOONVFxO9UUPH4ryignlu { width:9.4375rem;height:7.375rem;top:13.310546875rem;left:10.179037435093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMDB7b5QEFuuKLhhrilUTTSnmlL1GHlA { width:9.375rem;height:7.375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTMJcWCF4T7ZrS0B1E5pAR9pBVXtrJJ { width:9.375rem;height:5.0625rem;top:7.3741321563719rem;left:10.249566419162rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvV32UDEXZnwb9Nbumnq4y6357FHZ51d { width:3.125rem;height:3.125rem;top:2.1571183204651rem;left:3.5323353409767rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLtoUGUW3d6EMeaZvHv1O8yUJulyWkpI { width:3.125rem;height:3.125rem;top:2.158203125rem;left:13.481337606907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV1DdukNvnEkQh70x2NLQmXq1AycgWeu { width:2.87435rem;height:3.125rem;top:15.504558086395rem;left:3.6582031846046rem;display:block; }
 }@media only screen and (max-width: 763px) { #idNlEQUe8N6ck5hrxrcvxgkALOyWescB { display:none; }#idNlEQUe8N6ck5hrxrcvxgkALOyWescB > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X9IV8gJrSAtzfIuaFJTum6K1CoZ9FLbb { width:9.375rem;height:3.6556rem;top:9.25rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQTItaqRlG9fApwdhH8SGbawaUi01U9d { width:9.375rem;height:2.43706875rem;top:9.1875rem;left:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crn7uDsQvG7BxIEPE4QoZUfwZXwPVvr9 { width:7.561875rem;height:3.6556rem;top:16.489801406861rem;left:10.981337606907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz059uxriV4AtEqzrqOnrLDpNOCRUEJL { width:9.375rem;height:7.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKgLF4BdAnI8AUhmagVNbOsRdzW0mMm { width:9.375rem;height:5.1875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfZmw7pz9lBEhUB6acpdJN6iDFJkyddH { width:9.375rem;height:7.375rem;top:1.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JatN3GL7JbWASKI8l5wcEL61VIJzbiL6 { width:9.375rem;height:5.1875rem;top:8.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzuHwTVbaQEugu6LXCp2zXWiJ944Xyv { width:9.6875rem;height:7.375rem;top:14.5625rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #uepzU5aTVrwkD7wXDe4rEfTfW7ZR3VAu { width:9.4998125rem;height:7.374125rem;top:14.559461593628rem;left:9.4503040909769rem;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZrSMXUoeVV7yPFV75W1vkBkTfBQh6p { width:3.37456875rem;height:3.125rem;top:16.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvf5QHcpMmVTrKs3EkgcqosX8MOZi6KT { width:3.125rem;height:3.125rem;top:3.532986164093rem;left:13.200304090977rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMMniUJkFpT4g5RltEan70b6pk0sRUKX { width:3.18685rem;height:3.125rem;top:3.532986164093rem;left:3.1688368916511rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB { display:block; }#Fc1U72daJeWTpdI7gTRIE7hsAFJhtVdB > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M44ItpsLtSVaP9O5I1PbwhoiieaqxGqT { width:18.1875rem;height:22.3125rem;top:9.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsGtB67nDxIKy0So4XXJKwiafh6uWQkf { width:18.125rem;height:16.9375rem;top:37.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGcCCROLMKWVUFQNgqg4kKzCoExgXcp { width:12.5rem;height:1.2999125rem;top:17.0625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzd3T8v3JNme9HLhStLIlpezkro1C4Z { width:12.5rem;height:1.21853125rem;top:18.875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhT3zF0rxRMq79XLZOtAw1yF1NQ6MEWP { width:18.1875rem;height:22.875rem;top:55.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtXUtpCVhCzgTCLWiBqUswtT2D8aRmbv { width:17.25rem;height:16.75rem;top:85.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ0OfrRrFMT9gPTRZMZ7P2au8BUeR5CE { width:4.6875rem;height:6.624375rem;top:10.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSIEeFN8T6RAC0hDwEC1IGS1sL7lBS99 { width:16.3748125rem;height:9.8176875rem;top:20.875rem;left:1.8125rem;font-size:0.875rem;display:block; }#cSIEeFN8T6RAC0hDwEC1IGS1sL7lBS99 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #L8crxyE1nevZRkh2luEGms30VL4ALTg4 { width:16.311875rem;height:2.599825rem;top:40.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqLiV2QywTeKSITtuimMxXV6KU9rBv47 { width:16.311875rem;height:7.0573125rem;top:45.5rem;left:1.8125rem;font-size:0.875rem;display:block; }#QqLiV2QywTeKSITtuimMxXV6KU9rBv47 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #iw0PQDz9GHFbowUFXywUDVJx2nhqsDRv { width:7.061625rem;height:7.061625rem;top:32.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf399xV9ztU9pkPtnQQmWeLLEoImrzTz { width:16.311875rem;height:7.0573125rem;top:67.8125rem;left:1.8125rem;font-size:0.875rem;display:block; }#Tf399xV9ztU9pkPtnQQmWeLLEoImrzTz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #x4ITaEVkggFT8Txw8zd4EQXBcETeu8MF { width:16.311875rem;height:2.599825rem;top:64.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpvQGFN9bAI04KVHWQPxNgrhuyV20ArN { width:10.1248125rem;height:6.9998125rem;top:56.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDRNqA7ccsx3mHJkFHLnmewNgnywbPC { width:16.311875rem;height:7.3698125rem;top:93.5rem;left:1.875rem;font-size:0.875rem;display:block; }#raDRNqA7ccsx3mHJkFHLnmewNgnywbPC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #CqXyTEoyNn0fqgiE59rDNqGJRLEplN08 { width:16.311875rem;height:2.599825rem;top:89.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hKMqtikdvGqPFCUKW60gIFbdIiNQ8E { width:13.061rem;height:7.9373125rem;top:79.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDFOaa67A3atemwlww5GOmop31elNSM5 { width:20rem;height:4.50086875rem;top:3.12255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dy9wU9KTf91puLUPIhmxHryzTfQbXkKs { width:20rem;height:1.37478125rem;top:0.935329914093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 { display:block; }#ZmE9xdgTuvh4ZryLbshzyTMqR747lh08 > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJJ5P190065gnV319er2Kq4VN34t6Tmt { width:18.1875rem;height:23.875rem;top:0.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJDcsqkBloOq5x8kTz3iclxqVoVRKXXp { width:19.6875rem;height:24.1875rem;top:25.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlyh3pVaJiQ0DqTz13RFtPTx9FHuLEh3 { width:18.1875rem;height:25rem;top:50.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgicxM7TiSIQOakqNG1UFKGfVEiADMry { width:17rem;height:17.6875rem;top:80.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOpKT5JscHU2q9nL5LZ3OJFnNT5tsSrf { width:7.9375rem;height:7.5625rem;top:1.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIHOQyH2RMOWPxRmIAAixZaIsnKTEpw { width:16.3748125rem;height:2.599825rem;top:9.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvmnLPcw9BgeicEsAXaFrimwP5pHBc9P { width:16.3748125rem;height:12.26564375rem;top:11.625rem;left:1.8125rem;font-size:0.875rem;display:block; }#uvmnLPcw9BgeicEsAXaFrimwP5pHBc9P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #dLuxqfiVAZd3q4y7z2i9CJxZnT83iOgh { width:7.3730625rem;height:7.3730625rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v83ITpKL1WoAU0K7KprRs9VVUk8KMkfB { width:16.311875rem;height:2.599825rem;top:33.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSAigVmbDltGQMrE7RfHCtNOVPw61Hu2 { width:16.311875rem;height:12.2981875rem;top:36.4375rem;left:1.8125rem;font-size:0.875rem;display:block; }#SSAigVmbDltGQMrE7RfHCtNOVPw61Hu2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #TseAD5KuwtEhcd0VGeTwFu7ded7JpWv0 { width:5.18555rem;height:8.3105625rem;top:52.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsRC3ArCrAOJKznKPCkZyEDfaDvVpCdx { width:16.311875rem;height:2.599825rem;top:60.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpIpuCU8XPIddusmfAEMn81wT20rSrKL { width:16.311875rem;height:9.1926875rem;top:63.75rem;left:1.875rem;font-size:0.875rem;display:block; }#BpIpuCU8XPIddusmfAEMn81wT20rSrKL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #VwTPJ4LUwsuKfURdKbV70meDWxJZTKE0 { width:4.75rem;height:8.125rem;top:76.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp3f3Xi4IZx9xJJz2ohpzTTluTB9iB7B { width:16.311875rem;height:2.599825rem;top:85.875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1iAvki8D7fOIk7RRFtTN2ITxBZLqBWi { width:16.311875rem;height:5.52083125rem;top:89.875rem;left:1.875rem;font-size:0.875rem;display:block; }#F1iAvki8D7fOIk7RRFtTN2ITxBZLqBWi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #Wrr52lT7bgHTw02sdstTG5DWK47Hllvn { display:block; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wrr52lT7bgHTw02sdstTG5DWK47Hllvn > .row .container { width:20rem;height:4.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUsTZEWhsETIkzBT1ttRVTmKLP2p9L8T { width:20rem;height:3.57421875rem;top:0.56098175048828rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXK0zVocbXpny1bTp3tVUtb9cvEOTizw { background-color:#ffffff;background-image:none;display:block; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container { background-color: transparent; background-image: none; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container > .video-iframe-container { display: none; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row > .video-iframe-container { display: none; }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .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); }#xXK0zVocbXpny1bTp3tVUtb9cvEOTizw > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RygeSZQp9GbOZemt2GwC0d4hvIvTN3D7 { width:19.25rem;height:0.9746125rem;top:2.0625rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a63OlOgpDGvgR2PS5MSt6r4iasMqCTyD { width:18.4375rem;height:1.13606875rem;top:3.7673616409302rem;left:0.78125005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yVugBTQ0Favp19AHR8FSOyxdXsPtuzPL { width:15.186625rem;height:1.13606875rem;top:16.248915731907rem;left:0.74978297948838rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s8kBOkz4zNbAwkBkfH8np3A3x8RMWHiS { width:19.25rem;height:0.97439375rem;top:14.375rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cmxbxDSMkCkrMWwBrMsr0A0eu4txgSTk { width:19.25rem;height:0.9746125rem;top:8.3125rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b9wumsKDk90lOekH5h0oairr0ANqhlT0 { width:17.6248125rem;height:1.0492625rem;top:10.169271469116rem;left:0.74978297948838rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #raEk346dPwm8vQoRxgt8SMRwq7ypvfNP { width:19.25rem;height:2.2721375rem;top:22.3125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E13Srw0QLPeUAOdNBkxEQWuq71MmLVgs { width:19.25rem;height:0.97439375rem;top:20.875rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ttl9WwctBHAoqqygNoleXTDfyTXUmeDR { width:19.875rem;height:5rem;top:1.25rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #Cfc237pu7GZxrvDacbbDWs7zdH47E6RC { width:19.875rem;height:5rem;top:13.625rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #Zxazfu1xBl7WOE4SGDByTdm9nxEB7mnQ { width:19.875rem;height:5rem;top:7.5rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #l8yPoa72nxX5Oah9za8vOlnpFN8NBI4T { width:19.875rem;height:5rem;top:20.125rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O { background-color:#ffffff;background-image:none;display:block; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container { background-color: transparent; background-image: none; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container > .video-iframe-container { display: none; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row > .video-iframe-container { display: none; }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .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); }#E32XMBIgKfR7qTamUPTqzIJyEaFLmJ5O > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOTST9eo0UtQn0DTtzbGVktUyTdk5HbI { width:19.25rem;height:0.9746125rem;top:2.0625rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQL3gFNLoyuhWwPV533RUTUiHe3SeyG1 { width:17.5625rem;height:2.2721375rem;top:3.580078125rem;left:0.74978297948838rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gpae6ZM8FlOmyTbcoJmqKuEhF0sS84sU { width:19.25rem;height:1.13606875rem;top:16.1875rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S30o83rbh92VrRpJLtCaVpHJ8EBkJTB8 { width:19.25rem;height:0.97439375rem;top:14.4375rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z9GNBs3e9Wn8datB14RQmwPo64megrsA { width:19.25rem;height:0.9746125rem;top:8.3125rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZOaZExdf7pS12b6Aocb3TsONrnWx5teX { width:19.25rem;height:1.0492625rem;top:9.9997863769531rem;left:0.74978297948838rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SgwWAqWzphW9GaJpzTWNmz1kinwMJxOQ { width:19.25rem;height:1.13606875rem;top:22.875rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4BaR2tKThAkFzC5425GM8KXOhxOZLBD { width:19.25rem;height:0.97439375rem;top:20.9375rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6fGhsEWIPbZnpeEPqB73TT9wZXbAlmF { width:19.875rem;height:5rem;top:1.25rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #ZVnFof8Hsyp9pBN6xdU2gibcgTTEy6QI { width:19.875rem;height:5rem;top:13.6875rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #aJcu7RaHUsbnZ4OOE75w3T8ruLImEX8c { width:19.875rem;height:5rem;top:7.5rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #FmGBdU4Lyp9ZgaExMpQlfMEk1ZXZ6e1D { width:19.875rem;height:5rem;top:20.1875rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #Oh727zgg6U31241QefTMrhPR8OaltLnB { display:block; }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oh727zgg6U31241QefTMrhPR8OaltLnB > .row .container { width:20rem;height:5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5fJgpyLSHZxNBbV4AyH5ZoqudwKGInB { width:20rem;height:1.7871125rem;top:1.6059036254882rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb { display:block; }#TBknNZQXEGhvz6w8M5TUl5sMpyIoByOb > .row .container { width:20rem;height:22.247218261719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n96glco5T2xIPEDeFQi4X7KekFUrEcG9 { width:20rem;height:9.9662569832402rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHkfTrd8TvaZZqApqUwzVcG1eOQ5STpT { width:19.874125rem;height:9.9370625rem;top:12.312281608581rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z { display:block; }#bmteqyNfZzv8dzzMSCSQUdFbWxTXBm8z > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAFCSuQyES3HmUBM754SUJz50cB041Xq { width:19.874125rem;height:9.9370625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx { display:block; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCs0CqVlCcNxarUPCSe5mDwHx4QewPdx > .row .container { width:20rem;height:5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vde5kNuqp9vpNce98ec0Ag1OW9uVGQca { width:20rem;height:1.7871125rem;top:1.6059036254882rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 { display:block; }#V76F3QU5oHIIKqS6ZXmVi8WW0PbtZbn6 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISfmcf4cqLwqlk72sBOmBoMRrUpSQWd8 { width:20rem;height:10rem;top:22.088759422302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm4a6s5LZOEWVOgfwApUb5IiZ7gLnMgx { width:20rem;height:10rem;top:32.622614860534rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikXz5ZyFNMQLRXHr7V1rsDupsbkqzJ0l { width:20rem;height:10rem;top:11.338976860046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdFDvAK5BI1317CHIqmpilQPeaCLOB3 { width:20rem;height:9.982625rem;top:0.62280797958374rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 { position:relative;z-index:auto;display:block; }#WOmUXwfyvQa3Pi6JFvTJ9BP58B0s7IG0 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ombPp0Px43o5DLIqypaC1gXptQrPwlRn { width:20rem;height:1.7871125rem;top:1.3736972808838rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJi8HG186Uw0OPdmxubz4XcmZW55BLKI { display:block; }#nJi8HG186Uw0OPdmxubz4XcmZW55BLKI > .row .container { width:20rem;height:49.8763125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #bOysrAQSigi4Oamnv2GmKJddqTnIaNig {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #o1VH7Wx0XQ5XHuHyqP7lqZGcncPIxltP {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #FcHuZ1n9pnGNQ27MHnETav4GUQLndiPq {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #K3iuEIy9RaZI39P8L0TDf8IFQIWvUDnm {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #rSyx6LN1ezqb4ZvthiX2AMLTLTO22HlE {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #vQo1Wgar1vxC2QhReEg4BPHvtgiTatW5 {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Dm5ZPu5eBq7fHzBc2hDfJTUAyt1rbDTB {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #yBqOQM2El3ksaxiwlsVozh1qe2BQOL5m {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #g8D4NOgoIgpeaE9hHdtA3Zs8XoTX1ywG {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #T4lfK5l5yQlewCS7LGZgLV02iITUQpgH {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #nUoneOdNSWZ2GSWcNl7fvLu1Znxm5xbK {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ZKP5FsoKHW7Rc2J7kWbIkEyOLSO7HW6d {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Mbaoq3wBK4S4E1pV3gh2Xf5vySIyH6WV {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #OsTk7t6oMCCrLDxKX1aV4EIp8hGrnnts {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #o1aAWtXFHUW56vHPQykN61bBLrPN8V9p {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #DeK2DC8k7167MIAgTDqECG0GhQw1dZzN {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #sBrFxlLsLT0PdXQRhRa6HBwoCGkbJDAs {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #JfQdMuPmCklu8hxvRK69TqCyVSCGWXvi {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #PCfltwXNLHOwOOisW5kGBC4WV9H6QOE1 {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #M5RUOwAkZWFlDiDzD1INZmHPdcgd8f5w {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ptvFKtXUCyOH3tad6sky8PuB72axQcLC {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #fLpzsSUBsLUC6R9zVzi8UH6hIJkV2tuu {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #HTXm5crNk70X817agoyEIRmHb3tTGsom {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #l5J9tPsR5C9ZTAt6TLpT9NHxKVQW20Wa {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #uQr1lJIDhU4nLvOV7AEx5rBK4a2Cr5sd {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #LZFBZgNfRuUixBMS0Rf81aGwXqAkAAv4 {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #psv8umZWvHTxW2NKcJ9zc9krrSKCts6d {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #c4D8gLKMhI8mhQBrpsrNQuJWgRq1IASK {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #FSdxaFJ3ItTIhOJU0SztT0SohM1Ci3Ef {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #CyUkCzf5DegqKIwCuXXTOtWZ9kF5krlT {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #fFBapCmFz48lho4UbuEugCp9PNHIJf9s {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #Us59veo2L71ZV5JxHQLyRnHMQFtL4DLC {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #ZRQWyl2rLBib2CalV22W2TvAPwPgLZ1c {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #uoiIsHdic1HOwwTBclTMT9nmw29TMQeX {  }
 }@media only screen and (max-width: 763px) { #JeUykTT4Tbs0gmTIvNe3cgObVZGpUFwZ #pvalv5Z3ve5V4yw78ylBRfdx6LN2TcHB {  }
 }@media only screen and (max-width: 763px) { #wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 { position:relative;z-index:auto;display:block; }#wsadsA0wqRxrJ4QubX6V6bfc3wqiZis1 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKwIivvFTQO3UOVKVbqKKCRXWlCGqmOW { width:20rem;height:2.92535rem;top:1.29345703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVkCReiDmfG0QaFavN30cSQqhF6lvJeA { width:20rem;height:4.38801875rem;top:5.4687459960937rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw { position:relative;z-index:auto;display:block; }#NelEkH4ns31cTo0IH4oXmwZTmZm2ywaw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#hCZuQ8tDnfDa1Md4ycrtqWGyndMl8mFO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9x2lRiXnssIAXmE8cFiPQPwXIEzitLh { width:17.5rem;height:3.75rem;top:0.62501144409181rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0JC46HC0nhFIkiL2QV8WOnDn6hT9yFk { display:block; }
 }