.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:rgba(250,250,250,0.87);background-image:url("https://images.assets-landingi.com/uc/75fc4135-ec66-4129-a102-6d5e7d61f5f8/AlakhSirvictoryMedium.crop_640x521_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .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); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8f4a9c9-018c-45a3-b90c-c048205a0ad5/OQRDHC0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk.adaptive-delivery-prevent-bg, #zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk.lazyload, #zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk.lazyloading { background-image: none; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container { background-color: transparent; background-image: none; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container > .video-iframe-container { display: none; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row > .video-iframe-container { display: none; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .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); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container { border-width: 0; border-radius: 0; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#T6uHsZhaH9yEVTnCH46P3aF8aP9Py8W8 { box-sizing:content-box;height:31.625rem;width:24.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #98ca49, #a8ea41);background-image: -moz-linear-gradient(180deg, #98ca49, #a8ea41);background-image: -ms-linear-gradient(180deg, #98ca49, #a8ea41);background-image: -o-linear-gradient(180deg, #98ca49, #a8ea41);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ca49', endColorstr='#a8ea41' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ca49', endColorstr='#a8ea41' );";background-image: linear-gradient(180deg, #98ca49, #a8ea41);background-size:auto !important;top:3.8747832775116rem;left:47.686632156372rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#m9OPHo5ImnAyvde9kbV7y4TJt59DuuPN { position:absolute;display:block;z-index:15001;height:20.8125rem;width:23.3125rem;top:4.4370660781861rem;left:48.374567031861rem;display:block; }
#re6d8N0CKpKCPahx1hD1TvfXoCkOuBPe { color:#f0821e;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:10.6875rem;left:2.875rem;height:7.3125rem;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:left;text-align-last:left;display:block; }
#xKzBtDF3szA2szU5X95M6rN1lhvmxun0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12rem;top:4.9375rem;left:2.875rem;overflow:hidden;display:block; }
#DWDCXPBVvQRDvsZK9NQNQThPMBlRzW3T { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.875rem;height:5.5234375rem;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:left;text-align-last:left;display:block; }
#H18qoCHAfZyFV2mVG8e2tfmJnLmTVxGk { color:#f0821e;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.8125rem;height:6.375rem;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:left;text-align-last:left;display:none; }
#kLdz1kIxLBzcKehQDN406Cq2TFJBdttJ { color:#f0821e;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.8125rem;height:6.375rem;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:left;text-align-last:left;display:none; }
#Fe8L2Xy3rQhg5z2Lw0NPVGQNhqRqvhGA { color:#f0821e;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:10.75rem;left:17.375rem;height:3.5625rem;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; }
#J1vNP37C24Ts4qdefgvBlhsIGLLNWTu9 { box-sizing:content-box;height:3.25rem;width:26.4375rem;position:absolute;display:block;z-index:15000;background-color:#98ca49;background-image:none;top:11rem;left:17.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZTZ4AhIJwgKwXZu5EpqScThRJisqllLb { color:#f0821e;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8rem;left:1.75rem;height:7.3125rem;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:left;text-align-last:left;display:none; }
#bT8Fc7KN3t8fkiXJvkwitTcnGqrGtlOT { color:#f0821e;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8rem;left:1.75rem;height:7.3125rem;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:left;text-align-last:left;display:none; }
#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row .container { background-color: transparent; background-image: none; }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row .container > .video-iframe-container { display: none; }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row > .video-iframe-container { display: none; }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .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); }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row .container { border-width: 0; border-radius: 0; }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#yDhLFnIF4Fkqx6ceSJuhellXTWUSZdoD { color:#010102;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.75rem;height:2.3556875rem;text-align:left;text-align-last:left;display:block; }
#DlNuaXLMiWm4QnOP55zm3sTZ40oqn1vb { color:#020304;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.125rem;left:5.9375019073486rem;height:2.2744125rem;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:left;text-align-last:left;display:block; }
#yALOQJdEuyLPa6EbiNP3cfpBCwiK5tET { box-sizing:content-box;height:28.1875rem;width:68.9375rem;position:absolute;display:block;z-index:14997;background-color:#fdf4f3;background-image:none;top:8.3116302490238rem;left:3.0620670318604rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#L08sq4IxTWwqHDxvPxsGaSn4W75tH1ov { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5rem;left:5.9375rem;height:2.2734375rem;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:left;text-align-last:left;display:block; }
#ZO0mhkk4yMvNRbSiuKTT6IpKWIawzWJw { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:22.3125rem;left:5.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#y12rrzrcG243g9nVrLnC27EenyGQy2i3 { 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:3.875rem;width:3.875rem;top:22.6875rem;left:7.8125rem;overflow:hidden;display:block; }
#dQoIrOOomf7de618FrCzzqTWCJ9B9xOb { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:22.375rem;left:14.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#UffScPbqQqW81BZah1fRiGdnLlxmJPKd { position:absolute;display:block;z-index:15007;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:3rem;width:6.125rem;top:23.125rem;left:14.875rem;overflow:hidden;display:block; }
#eckLTtzpK6B7V2FXkEKTTQgNFKPvMLl7 { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:22.375rem;left:22.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#dFE5tzBgxNhxObGdobPkAva6s607xINf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:22.75rem;left:24.25rem;overflow:hidden;display:block; }
#LaGNWmLOMZRh2nrU6H8IrOtFUCPJATK1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.5rem;top:23.125rem;left:31.6875rem;overflow:hidden;display:block; }
#W58f2VsCotfOgc17K5eZ2cJx4o34hcMW { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:22.375rem;left:30.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#lgkyKeE1lvO0JSIdCQiVmhAWpXE2CGpv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8.125rem;top:28.125rem;left:5.625rem;overflow:hidden;display:block; }
#W4KK5BQHGdKeH0TUloblQE972TgJsEdk { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:27.875rem;left:5.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#DFT9HiszyBCRMyHT3X9SU0yfGtX01qni { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:27.9375rem;left:14.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#RHthTpgwipDPq48gGe8bZ6sSi6gnVtDa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:27.1875rem;left:15rem;overflow:hidden;display:block; }
#uhmzANccW0qIb7rprLJp073Be7hqce5K { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.3125rem;top:28.375rem;left:24.125rem;overflow:hidden;display:block; }
#Zfe3gDxWzMAfTdBmg1fkAGZakPtxQET5 { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:27.875rem;left:22.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Plmhbm7KqFbHooxkCn6x1aU71SaXW0nN { background-color:#98ca49;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:39.3125rem;left:28.1875rem;display:block; }
#a5LRri31sx0CPF79GwCOMfiqd7SEthUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MyTvkBTHvzRhPCECSdRf0OaxMtZbvLME { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:22.8125rem;top:7.9370651245119rem;left:43.874788284302rem;overflow:hidden;display:block; }
#pRga3RX8gNbnzZmdg78FboQF52wwfSLV { box-sizing:content-box;height:0.125rem;width:33.375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:6.1241302490234rem;left:20.687284469604rem;display:block; }
#RKmOwHnc5XeMWilWNkcqMOLk2X7L0bVF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#c0fACLHxzvHEQNPrSqUifa0e0eMl4ATP { box-sizing:content-box;height:0.0625rem;width:20.8125rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:15.78125rem;left:6.0625rem;display:block; }
#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4fc;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; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { background-color: transparent; background-image: none; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container > .video-iframe-container { display: none; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row > .video-iframe-container { display: none; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .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); }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { border-width: 0; border-radius: 0; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#pcsw02nxq0LwCmlNRcDx0Qt2PMmT5BKb { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:16.6875rem;left:9.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yIgk281d9oUaTkMh6L7bZxIACNFZRMNu { 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:3rem;width:6.125rem;top:17.4375rem;left:9.8125rem;overflow:hidden;display:block; }
#JXeqtAPTCDsZg2QA5t4atTUCfJLwhpQu { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:16.6875rem;left:17.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#cXcq6m72HGiaIfA9x688AP18LtPbMsWh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.0625rem;top:18.46875rem;left:17.5625rem;overflow:hidden;display:block; }
#aubbZg2lnnENgZlExZ47k59mOLaBgcM1 { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:16.6875rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#pGXf8Ix5ZVmy5EpBlGezcexPzgxeXa8H { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.0625rem;top:18.3125rem;left:25.875rem;overflow:hidden;display:block; }
#oSgGE2zRCDrH4Ov8ybpM3NbN3gex6W05 { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:16.6875rem;left:25.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#n97AsLAUzXAKqnba0Ko3nAHcn3J1mSQc { color:#010102;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#twXAE80Qp1SabtLUt9EXS6xmS2yhdKHD { color:#000000;display:block;width:36rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.625rem;left:1rem;height:2.923825rem;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:left;text-align-last:left;display:block; }
#lDIl0lGUOG765KJLVCFzsBZbQBZdJmbS { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.0625rem;top:18.4375rem;left:34.125rem;overflow:hidden;display:block; }
#XdKNMRTmMCKexurvZDDtDc2OGs8W1qAS { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:16.6875rem;left:33.71875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OrIvRBFoWXh8JKoGbCLWtuqW7cUPhnzB { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.875rem;width:28.4375rem;top:4.9375rem;left:46.5625rem;overflow:hidden;display:block; }
#LQhaSPMnQQx2tIaLu6SgkuElXoCMhvzW { box-sizing:content-box;height:18.875rem;width:42.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:4.9375rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#lF7IPcos38gEHkEOP1mV7ReaMLJAdThw { box-sizing:content-box;height:0.125rem;width:34.3125rem;position:absolute;display:block;z-index:15024;background-color:#000000;background-image:none;top:10.0625rem;left:1rem;display:block; }
#I9rTq2Dzs8iIUnCxCuNxFEQ5vphOOqri { position:absolute;display:block;z-index:15025;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.875rem;width:3.875rem;top:17.09375rem;left:2.84375rem;overflow:hidden;display:block; }
#cagHmDGVIfdMiEGlD7nqpWkAmR3QIuE9 { background-color:#98ca49;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6870625rem;height:2.99913125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.936849594116rem;left:28.155382156372rem;display:block; }
#B6cu1opVgavq1gN9gPTlUyBPpMiETT22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fdf4f3);background-image: -moz-linear-gradient(180deg, #ffffff, #fdf4f3);background-image: -ms-linear-gradient(180deg, #ffffff, #fdf4f3);background-image: -o-linear-gradient(180deg, #ffffff, #fdf4f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf4f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf4f3' );";background-image: linear-gradient(180deg, #ffffff, #fdf4f3);background-size:auto !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; }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row .container { background-color: transparent; background-image: none; }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row .container > .video-iframe-container { display: none; }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row > .video-iframe-container { display: none; }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .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); }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row .container { border-width: 0; border-radius: 0; }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#qMyEmxVME511AwBqU8U0WUabeCPBbHka { box-sizing:content-box;height:20.625rem;width:20.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#98ca49;background-image:none;top:11.493923187256rem;left:6.8120651245119rem;display:block; }
#sxp4F5LAfbPOVB96X391oFrKxPWDHyxS { 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:23.8748125rem;width:16.936875rem;top:8.375rem;left:8.6555976867675rem;overflow:hidden;display:block; }
#AEVGN8e4ly0b9uWxkNuMseDqBQQwhlLZ { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:10.431640625rem;left:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#AMFKpfM1RJR8fnlVxXAzHlUA2uFgioPm { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:22.556207656861rem;left:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#hE0xTn8naBnQNdtnEcdzM9sNpr96NHk3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.375rem;top:23.118272781372rem;left:1.5939674377441rem;overflow:hidden;display:block; }
#SDw0goOUyTZPdKCZPtVD6g5HsNQ7USJv { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:22.556207656861rem;left:28.374568939209rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#C3RqcwGqwkvk1gXxVoGDxQJfbUPxBkJh { position:absolute;display:block;z-index:15027;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.25rem;width:3.75rem;top:23.368925094604rem;left:29.0625rem;overflow:hidden;display:block; }
#tTV3tPLAMurDAJ7JzJtu86DZO3lTpO3C { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:10.431640625rem;left:26.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#nLgHHHOUrh1XUXJqycG6qGbdrzubgFoc { position:absolute;display:block;z-index:15029;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.625rem;width:3.625rem;top:11.181423187256rem;left:27.312282562256rem;overflow:hidden;display:block; }
#FO9guFapJZDfI1Zak77ABu1ZOg6blGKt { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:2.7439231872559rem;left:13.999565124512rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xOAUmZ3Mp5uLl3GnWfiaPP6hSgivBqk8 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:3.8376731872559rem;left:15.093315124512rem;overflow:hidden;display:block; }
#daxotgCKrqHQvZaZW4fgm3ny4ibAx7Jp { color:#010102;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:10.8125rem;left:40.25rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#UiGXhdeJKa9sq6ZxqWhT7pWlI5sWJ9r0 { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.4375rem;left:39.625rem;height:2.923825rem;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; }
#IAQW56UryQ9PMupaMmyWUGMdWBo35qSd { box-sizing:content-box;height:15.5rem;width:36.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:8.375rem;left:38.5625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#SHQqd9uEZRup7ImCMzO1EbVhkfBTMTUP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.375rem;top:11.994140625rem;left:2.9372825622559rem;overflow:hidden;display:block; }
#g8MqWzuCJyuDx7bKAKrOczKIIlG0TayI { box-sizing:content-box;height:0.5625rem;width:12.5rem;position:absolute;display:block;z-index:15032;background-color:rgba(254,254,254,0.81);background-image:none;top:8.1812057495119rem;left:12.218967437744rem;display:block; }
#ed6pS4erTkl7QoX0cl4GMDdOJV5KmUPQ { box-sizing:content-box;height:0.125rem;width:34.0625rem;position:absolute;display:block;z-index:15033;background-color:#010102;background-image:none;top:16.125rem;left:39.8125rem;display:block; }
#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD { 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; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container { background-color: transparent; background-image: none; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container > .video-iframe-container { display: none; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row > .video-iframe-container { display: none; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .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); }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container { border-width: 0; border-radius: 0; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#fdPULCB7iIiXWie0PIkcSknOEmLZH1sM { background-color:#98ca49;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.686rem;height:2.99805rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.1566848754882rem;left:28.156469345092rem;display:block; }
#wWbZ8DioCTkTMdNprJRpoR0LcTRxQUlc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 { 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; }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row .container { background-color: transparent; background-image: none; }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row .container > .video-iframe-container { display: none; }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row > .video-iframe-container { display: none; }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .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); }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row .container { border-width: 0; border-radius: 0; }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#EskcTi2sNUCQkEFU1c8FlBEEDlPCaPqS { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:18.875rem;left:39.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#gSeAAoWBHF7JwQEIfGJCzTWJMlnTLUIp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:19.0625rem;left:41.0625rem;overflow:hidden;display:block; }
#gBgUsoz50SmqS20PElyBnZWTlUN5KKPD { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:18.875rem;left:6.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #010102 ;display:block; }
#yrfXgOCoJrJ3rz2mEFzRPm2rBbKPRpUq { 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:3.75rem;width:3.8125rem;top:19.3125rem;left:8.375rem;overflow:hidden;display:block; }
#kk6KWZQWK8vI77AybxyTIhAXTzGSTzTa { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:18.875rem;left:14.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #010102 ;display:block; }
#RmHMKUMI3lLZppcosDeZtAFDFUF1CDZM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.4375rem;top:18.9375rem;left:16.75rem;overflow:hidden;display:block; }
#GqfUrWITGKvAsBsr1x2qBHFXB7y8KTaZ { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:18.875rem;left:23rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#MpXIv1GTcKiGkmxP4KVeiNFqI88lDmEH { position:absolute;display:block;z-index:15018;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.8125rem;width:3.8125rem;top:19.3125rem;left:24.75rem;overflow:hidden;display:block; }
#mDzdNUiTmR7qUMUgc8aKJwpWdWTMTknD { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:18.8125rem;left:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#w2hQ1btII3qmvv1Z6gGUnV0JooNshAas { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.875rem;left:6.5rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#NU26WhR0f42uovTN56iNoQFaHcagBGin { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:6.5rem;height:2.923825rem;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:left;text-align-last:left;display:block; }
#Vxmu5KSMsMASTBtqDVHxyGTS1ANxJBUW { box-sizing:content-box;height:23.375rem;width:66.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(4,1,2,0.72), #000000);background-image: -moz-linear-gradient(180deg, rgba(4,1,2,0.72), #000000);background-image: -ms-linear-gradient(180deg, rgba(4,1,2,0.72), #000000);background-image: -o-linear-gradient(180deg, rgba(4,1,2,0.72), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7040102', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7040102', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(4,1,2,0.72), #000000);background-size:auto !important;top:5.3125rem;left:4.1872844696045rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#lH08kTsPm3HQkyIfZ8vyv0ST0BbZKQsf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9370625rem;width:27.6248125rem;top:1.2478294372559rem;left:45.124788284302rem;overflow:hidden;display:block; }
#Ki4ZCPoI2u4Exmwnn1o94OXJxnaGXcXT { 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:3.125rem;width:5.5rem;top:19.625rem;left:32.25rem;overflow:hidden;display:block; }
#CHRRTzp5w1IRB2aAMUsb6gC9OXJtthyh { background-color:#98ca49;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6870625rem;height:2.99913125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.182727813721rem;left:28.155382156372rem;display:block; }
#s9BorOWUtXiVq6Ncc6HssF6CXaoasTIv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbHn7SfvcNgublLITFPNaqyktUmc4wAL { box-sizing:content-box;height:0.125rem;width:38.0625rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:12.1875rem;left:6.625rem;display:block; }
#Bsm0I8V0qxMxUTQ4svZQJpd3A8tV1mXd { box-sizing:content-box;height:1.75rem;width:14.25rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:0.31901073455811rem;left:51.60373878479rem;display:block; }
#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container { background-color: transparent; background-image: none; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container > .video-iframe-container { display: none; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row > .video-iframe-container { display: none; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .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); }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container { border-width: 0; border-radius: 0; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#pBQP4tRaK0K77PA7Zb3Xs1l912dOXqmi { display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.875rem;left:35.875rem;height:2.2744125rem;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:left;text-align-last:left;color:#020202;display:block; }
#FKNIUctfENbzLENzVKaCvJGCTo0wqTmz { box-sizing:content-box;height:25rem;width:67.5rem;position:absolute;display:block;z-index:14997;background-color:#f4f4fc;background-image:none;top:5.75rem;left:3.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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#HRA1DXhxu82lJxJfvUhkGZvCUGpTAP3k { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"reddit sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:13.3125rem;left:35.875rem;height:3.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mMHByqwtBcHQzgLqTIccgnQmnplaXSlZ { box-sizing:content-box;height:0.125rem;width:19.8125rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:12.5625rem;left:35.875rem;display:block; }
#bHmkrGOMThbnxuxLTTpcivfphVlGqMSB { 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:12.9375rem;width:12.375rem;display:none; }
#wOBfiNs3E3UdyKrcquOy11zHkvun3L6z { 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:12.9375rem;width:10.5rem;display:none; }
#EmPhGOalZDaE2OTqfLyw3Dx69pOKr9q6 { 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:8.4375rem;width:7.375rem;display:none; }
#xsXBV8TThT8Zm7gDKcRxoqQT8OzxT2be { 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:3.5rem;width:2.5rem;top:20.875rem;left:37.3125rem;overflow:hidden;display:block; }
#FOlF5bGNMrbmdN9R3O24QLwfINwRcQlK { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:19.875rem;left:35.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#D3CSq1m4l1vGgAea69a1TTWsIma4flpz { 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:4rem;width:4.25rem;top:20.625rem;left:42.0625rem;overflow:hidden;display:block; }
#WRFcsdbxLeV4GhSKdUD73wbwgc7RUh4m { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:19.875rem;left:41.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#Wmskpk8Zm4TRv9PMzLHw0dNBOFmucc89 { position:absolute;display:block;z-index:15021;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.8125rem;width:3.5625rem;top:20.75rem;left:47.875rem;overflow:hidden;display:block; }
#Lfp3F4cOl6w91DCsTdC3qwkEbIpCne2k { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:19.875rem;left:46.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#HpZhihwnacQngFiQ8Qc0lxvedUyiTNeA { position:absolute;display:block;z-index:15027;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.375rem;width:3.375rem;top:20.875rem;left:64.5rem;overflow:hidden;display:block; }
#AAQeIzcHF95LSH1hX8CA1ZnBaKaK3h2n { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:19.875rem;left:63.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#vvluTgHhaW33afFlo4U30RbmOaA1kK8t { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:20.6875rem;left:58.6875rem;overflow:hidden;display:block; }
#ES5LTxIoofAZkIJAHRKMxSxkOhI0svXO { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:19.875rem;left:57.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#CFkG2ywZdVTdGGManWNwW0TFT4iyC4Vk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.75rem;top:20.375rem;left:52.625rem;overflow:hidden;display:block; }
#aepfBFo2GMcCq3lMtIF2H0IuT86nnlOv { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:19.875rem;left:52.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#xyzsFFNS1MHweewFLG7b0Mv0wvwB28fI { background-color:#98ca49;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3748125rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.311632156372rem;left:29.312067031861rem;display:block; }
#a5gT4FTOksEb1ciwWcrdbNqhk3TRDi2J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzoZ0NJote3BU25zLeMUIETMrWp81I5F { box-sizing:content-box;height:1.43663125rem;width:13.5623125rem;position:absolute;display:block;z-index:15030;background-color:#efefef;background-image:none;top:3.9375rem;left:37.3125rem;display:block; }
#wZd65gJE9Cz2K2464EEBDKNxvUMeuhdi { position:absolute;display:block;z-index:15028;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:30.186625rem;width:23.311625rem;top:0.5625rem;left:7.375rem;overflow:hidden;display:block; }
#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX { 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; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container { background-color: transparent; background-image: none; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container > .video-iframe-container { display: none; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row > .video-iframe-container { display: none; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .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); }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container { border-width: 0; border-radius: 0; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#A1NWimHTpTZXbl1hw4FAtTc5c5BJkHbG { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:"reddit sans";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:12.25rem;left:5.0625rem;height:4.51171875rem;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; }
#ODhTCs3yFGASeI4rf5I6Xxv9UvDRyMka { color:#010102;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:8.8125rem;height:2.3556875rem;text-align:center;text-align-last:center;display:block; }
#hp4rpTf1ZV9q7V7XTyRKvPKcw985VcJf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:27.9375rem;top:9.375rem;left:42.0625rem;overflow:hidden;display:block; }
#Q5N9ecNdoDV9QpakO1pGfegCIwXxsgRx { box-sizing:content-box;height:35.375rem;width:70.625rem;position:absolute;display:block;z-index:14998;background-color:#f4fcfb;background-image:none;top:3.75rem;left:1.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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#FhqSMnebk0ns4f3g1p9244WzLGBL359m { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#B6MfH51LTWIN6R8WvxWAFRvdFVvo6GKk { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.1875rem;top:19.3125rem;left:3.5rem;overflow:hidden;display:block; }
#pvaB3hXwTqDK5FeX91TLkHRThn4lqTgD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:4.4375rem;top:19.625rem;left:11rem;overflow:hidden;display:block; }
#h6bXJhP9DPC1XcTxXsGVbQ5ZlpFh43vE { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:17.9375rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#XoRoukDlRUsmFCTuWzoq2CuRVAi6UvTV { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:17.9375rem;left:16.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#aUR1qR9zfQaEPwZ4nAV3XhcWrEvlvbuI { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.3125rem;top:18.875rem;left:16.0625rem;overflow:hidden;display:block; }
#UXSugeAD08ONBXByLGl0PINAXneC2S4h { 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:2.9375rem;width:5.625rem;top:19.1875rem;left:22.625rem;overflow:hidden;display:block; }
#LsfA2dtX8IzhVQTqxtX1QDxsB5S4ivFE { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:17.9375rem;left:22.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#SaiPBnlMn22hEzk84UQw9bTDv5gyI6Jb { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:17.9375rem;left:28.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#gZtEOrJdobXDSsPhfrt3QQEg2Z41DgC1 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:5.0625rem;top:19.25rem;left:29rem;overflow:hidden;display:block; }
#elJkpdPN9DyVAJdprqzKKILeRabB8xKc { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:17.9375rem;left:35rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#xAuNk8SQ2M9ozuXZ0uQemcppBaRsd95I { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.125rem;top:18.6875rem;left:35.125rem;overflow:hidden;display:block; }
#J6z20T7O2oKvpO6gXzTsesNMOvUAh5xR { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:24.6875rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#xUB7uwBETDbxhofDC50SIprgH6oviTgB { 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:3.875rem;width:3.0625rem;top:25.5rem;left:5.5rem;overflow:hidden;display:block; }
#lcZTwprPJR0Dzu8yhghlIkKHOrqR3J2D { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:24.6875rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#A6yBVqmL2bi0o3SJzbu7db3N05LxTIIU { position:absolute;display:block;z-index:15043;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.875rem;width:5.875rem;top:25.5rem;left:10.3125rem;overflow:hidden;display:block; }
#xL9q64MmbCyIDernhrMqhuf4TVk2RXt6 { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:24.6875rem;left:16.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#SnI68w7duE4MdbiJB422BXQiwivDlgBK { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4.5rem;top:26.25rem;left:17.125rem;overflow:hidden;display:block; }
#DhDSftCVVcpMeJxWUJZEfnvKiJVNk22h { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:25.3125rem;left:23.3125rem;overflow:hidden;display:block; }
#ADrLiCkZ3TFUHq4st4TWyUJJ5duhyHBx { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:24.6875rem;left:22.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#uXUmSM9JQKQZMyb9aEHaHRdHsN916haA { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:24.6875rem;left:28.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#K7vXqzoHvInNQPcTJcdQpvhXbQAisTAI { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.6875rem;top:25.3125rem;left:30.1875rem;overflow:hidden;display:block; }
#SvepdNZrNKQNAg2hDSm8ifJNk6EvmPPW { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:24.6875rem;left:35rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#TBEo4nlXaVOO0UxIzxerhVeIHTRQZfsX { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.125rem;top:26.0625rem;left:36.1875rem;overflow:hidden;display:block; }
#lWrxwkatLNBxIlxPRzkAOTwtZkZImkhy { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:31.4375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#J6WCQAGwKnplkwRItld5i8Th5K0u3N2Q { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:31.6875rem;left:4.5625rem;overflow:hidden;display:block; }
#T8aIlfb7M1HUgOuhapTLUMVt39sEJoTP { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:31.4375rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#A0FJl1TvRcJhR9NBeS8aGEpdSbmRCFI8 { position:absolute;display:block;z-index:15055;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:4rem;width:7.6875rem;top:32.25rem;left:9.375rem;overflow:hidden;display:block; }
#CAmgWmadqR6cfRnpRvnuiM6tZmTokCpp { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:31.4375rem;left:16.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#ciITZ2FZnhQ5M6DcCKZMEXkJdpQTJcXQ { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:5.8125rem;top:32.875rem;left:16.5rem;overflow:hidden;display:block; }
#prUPM5i5T9deBcrEuCeFhHdVhW7X6rhE { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.25rem;top:32.75rem;left:23.3125rem;overflow:hidden;display:block; }
#nxFXuD6NTZdPBaVWIFWRlFRRD5eGfawm { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:31.4375rem;left:22.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#FKmJbFANvfB54b0JgnA08eoF7M8Qa7SA { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#ffffff;background-image:none;top:31.4375rem;left:28.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#TBDLrM14FyxI0oLynTEDM9roXhkUNzUf { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.5rem;top:33.5625rem;left:29.3125rem;overflow:hidden;display:block; }
#xQbpzKvVlAcSEIr1IudQwgTvig9mh1ai { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:31.4375rem;left:35rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:block; }
#P42Os0RJuFePOIkJNtAqhQKEemHGTh4I { position:absolute;display:block;z-index:15063;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.5rem;width:3.75rem;top:32.375rem;left:35.875rem;overflow:hidden;display:block; }
#Arrc9UZwxC9LgW9KkAX724DsRhL5PXmt { background-color:#98ca49;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.25rem;left:26.90625rem;display:block; }
#t1EP6bsp4Ax8fg3DLOKazbDRTt6JWvVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQlZyTTsBhBwqeapdJaBgpI6UNN5lsfC { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#VRqA6QFJLs3LVnqG5gXSmRNRTORV6fBf { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:17.9375rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#ooR4JGisHGQ7eeuwxNTMBbkZcb48AaVm { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#zd9Wxro4zi4fpoQtFmtuXWXzoEFRyvGZ { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#A3G8tRBTpkZKyQdhliNGJfRTbg5AIoWS { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:17.9375rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#oG1Wcg0tzoo1wrcU74gOiftLFM2pRmCJ { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#AEQyTuI09sITORCGaEzS5BbUC69q4HPJ { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:17.9375rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#ge1Jbe3VbpsxahFbpkFaCVXRfv4Tl5Dw { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#MTIueh17UAFqZ5q9TCTqnXix8RDcoFBZ { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#zcQWszi39k8Mow3zoDXoPTiVLb91bUkP { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#eFEiAoGn8FVZu4hkLFeZRR58qHE6Zfs0 { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:17.9375rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#OyCTkh5dMmiRXGcU2Fnp28usiSkadpIs { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:17.9375rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#zzLodtxv0cc0pTqAqVoJoxVLqJJlqbM1 { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#LGv7B0vXgiGWSPJaTgZfOXTefApTnBWc { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#dR2ewTstR48aKIuTMQFvoFh04sETV44U { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#KqnZqcMPx8yWTrW1IbQlOGZGr3WBb1Qo { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.9375rem;left:4.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(240,130,30,0.23) ;display:none; }
#STgKxbABp19MWRMd10CDekIcdBJ8CuOO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MKgWzFiNindmofP2wD5i0GKSOQV9F2oQ { box-sizing:content-box;height:0.125rem;width:25.0625rem;position:absolute;display:block;z-index:15064;background-color:#000000;background-image:none;top:10.756292343139rem;left:8.9680995941163rem;display:block; }
#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdf4f3, #ffffff);background-image: -moz-linear-gradient(180deg, #fdf4f3, #ffffff);background-image: -ms-linear-gradient(180deg, #fdf4f3, #ffffff);background-image: -o-linear-gradient(180deg, #fdf4f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf4f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf4f3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fdf4f3, #ffffff);background-size:auto !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; }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row .container { background-color: transparent; background-image: none; }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row .container > .video-iframe-container { display: none; }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row > .video-iframe-container { display: none; }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .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); }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row .container { border-width: 0; border-radius: 0; }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#J3J0gpbh0fiST6JA62s2WBqdaTKB5v3L { color:#010102;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:23.375rem;height:2.3556875rem;text-align:center;text-align-last:center;display:block; }
#iIMVvp59FdS1CUFnTcrWqxt7zXITbS5J { color:#000000;display:block;width:68.625rem;position:absolute;font-family:"reddit sans";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:7.8125rem;left:3.25rem;height:2.2558625rem;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; }
#iW9bkpRrTz4MQluZm2PdITATfRqk2Eof { box-sizing:content-box;height:23.625rem;width:68.625rem;position:absolute;display:block;z-index:14998;background-color:#f4f4fc;background-image:none;top:11.936859130859rem;left:3.3745670318604rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ouMTEU83tnh3OBUp9Mzsx6rMr8ha8MGh { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:14.749359130859rem;left:6.6872844696044rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #010102 ;display:block; }
#bQ1pTrWw8BboEtMKqfM2zXMTVf09qvCn { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:15rem;left:8.3116321563719rem;overflow:hidden;display:block; }
#CQ6szENU4XcM2aCK6nSbLadx6J8nWO3T { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:14.749359130859rem;left:14.937067031861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #010102 ;display:block; }
#VX0QTAyo4bn1Fs759sSapUJnhSTHRTiE { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:15rem;left:16.624349594116rem;overflow:hidden;display:block; }
#mS5rxFGuQZoac89DOhG2hDtEL5xKeMQ5 { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:14.749359130859rem;left:23.186849594116rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#NbBoMr5PMVmV1zzOI4JK3f09CIXScNhr { 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.1875rem;width:6.1875rem;top:13.999572753906rem;left:23.811849594116rem;overflow:hidden;display:block; }
#WvHooreNXC5Use4XMnPL1KhnvRRJytKS { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.3125rem;top:14.6875rem;left:32.061635971069rem;overflow:hidden;display:block; }
#k32Vwpdp4G1KaCR2zarSR2g27MRJST4F { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:14.6875rem;left:31.436635971069rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#NPXPcZ6ygT2BavQgoUqEvvQpJIruUVhS { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:14.749359130859rem;left:39.749353408814rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#c7vBx6fWTXgIJSZ437MzDGgJJu7OW73l { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.061859130859rem;left:41.499567031861rem;overflow:hidden;display:block; }
#Pd4fScabAXenea661tckM44S9a76nclg { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:21.374786376953rem;left:6.6872844696044rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #010102 ;display:block; }
#eTt1m6uubSmAc4TTulano5gCqxrLDbTs { position:absolute;display:block;z-index:15047;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.6875rem;width:6.75rem;top:21.875rem;left:7.0616321563719rem;overflow:hidden;display:block; }
#JCWw0LBsAkZmJ8TIpN3bXvCBSeABun5o { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:21.374786376953rem;left:14.937067031861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #010102 ;display:block; }
#S8TAfHchtefsemzkCt46D4XSsypMNBbh { position:absolute;display:block;z-index:15048;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.625rem;width:6.875rem;top:21.936859130859rem;left:15.249567031861rem;overflow:hidden;display:block; }
#WoFP8FuFMV2kmBC052sEUEP8OHRmzTmq { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:21.374786376953rem;left:23.186849594116rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#q5UtVl5Dhnlt9D7pkPvf1UMtt94ysIIS { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8rem;top:21.499572753906rem;left:22.937284469604rem;overflow:hidden;display:block; }
#MAMSeys3ySM9bTa3TU3WHmoUqrHdIuDf { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.6875rem;top:22.874359130859rem;left:31.875001907349rem;overflow:hidden;display:block; }
#kLVu4FxmKN6x3A6HE7JoP2hkxW75fviC { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:21.311859130859rem;left:31.436635971069rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#r45trTfdcGHkSvZ9qth93afS1qHmUToZ { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:21.374786376953rem;left:39.749353408814rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#RRaxTvgVmI2g4v8pUCKdBDiD5eiBBNAX { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5rem;top:21.687286376953rem;left:41.062288284302rem;overflow:hidden;display:block; }
#IBs6662mfcgQUG38zHZzzx6UW3AP3E8g { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:27.999145507812rem;left:6.7491321563719rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#CmIsSIOTOkmqrdwRGHJqQ2n0Dpv1aoxq { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.875rem;top:29.124359130859rem;left:7.0616321563719rem;overflow:hidden;display:block; }
#SccLDCLuXTUl8c9vr3vDiHJCHxSuWqi4 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.625rem;top:28.999572753906rem;left:14.937067031861rem;overflow:hidden;display:block; }
#JUsNdPpTvvHTppGJyqw3uZR1TeGIqJXp { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:27.937286376953rem;left:15.000001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#rBCn6ItIQhWLdTwyyAkPIXv5DJaDMPrz { box-sizing:content-box;height:4.6875rem;width:7.5625rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:27.999145507812rem;left:23.186849594116rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
#MVctK0edBl49Z7iASPnDZvAoKtpFAzys { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.8125rem;top:29.436859130859rem;left:24.124349594116rem;overflow:hidden;display:block; }
#bmZl6rb00NpKImKuKVr5FIPPce7RcGw8 { position:absolute;display:block;z-index:15051;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:25.6875rem;width:20.8125rem;top:9.8120727539062rem;left:49.499567031861rem;overflow:hidden;display:block; }
#XJEMxfBECORI6Pi2zQ1mDmwtGoErTGhU { background-color:#98ca49;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.686645507812rem;left:28.155382156372rem;display:block; }
#I9IdyTJuawrMCTAkaRxw85NOP674Gaf7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESif0McNIkyrCkCA3DuT8RJ9CKHGVxbF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vKiRvyqo2VTbKQxSu4CHkvkJg9MszkPw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MWu1nza4cD8adbK3PTwTThoGR2KEODnG { box-sizing:content-box;height:0.125rem;width:28.1875rem;position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;top:6.2925348281863rem;left:23.406034469604rem;display:block; }
#GINTlCwonDAXwS8rZaIRQQ6PklId93d7 { box-sizing:content-box;height:0.8125rem;width:19.1875rem;position:absolute;display:block;z-index:15053;background-color:#fdf5f4;background-image:none;top:9.692274570465rem;left:49.498697280884rem;display:block; }
#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR { 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; }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row .container { background-color: transparent; background-image: none; }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row .container > .video-iframe-container { display: none; }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row > .video-iframe-container { display: none; }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .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); }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row .container { border-width: 0; border-radius: 0; }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#FrMbiDGb7FEU47bMJqRllVJ7G1AQxD7T { color:#010102;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.3556875rem;text-align:left;text-align-last:left;display:block; }
#aUtnTby4CkG2nTSPdP8htP7EcPbNlA1v { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"reddit sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:8.625rem;left:0rem;height:17.459rem;text-align:left;text-align-last:left;display:block; }#aUtnTby4CkG2nTSPdP8htP7EcPbNlA1v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aUtnTby4CkG2nTSPdP8htP7EcPbNlA1v li:before{  }
#AqvXJJczCOILMp6E3KODtyUlBQHEdSBP { box-sizing:content-box;height:20.4375rem;width:36.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:4.0625rem;left:38.5625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#CiNlVBkCQEyHs4rwiOC53NhUfX5TSGER { color:#010102;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:39.625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#tpkmf9i9Ux5yQAASknehZx3ghQIhqELT { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0625rem;left:39.625rem;height:2.4375rem;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:left;text-align-last:left;display:block; }
#sgBXNAq0sgyfqpHoDHsb2aum1vTFkeD1 { background-color:#98ca49;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6870625rem;height:2.99913125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.497617721557rem;left:28.156469345092rem;display:block; }
#TpQz7esmOxzVToZMtGgBVCfpUTeTpElh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbkKvabRRIfTS06PlmhIxP3fxoKK8XJF { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.9375rem;left:39.625rem;height:2.4375rem;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:left;text-align-last:left;display:block; }
#f3Xt6ITiE85TzG03UgQdOF83PuuGOxwo { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:39.625rem;height:2.4375rem;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:left;text-align-last:left;display:block; }
#O3NRntgmL6wL5EfsJlaHwE9flTSEXhuz { box-sizing:content-box;height:0.125rem;width:32.25rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:6.9375rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk { display:block; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6uHsZhaH9yEVTnCH46P3aF8aP9Py8W8 { top:3.8125rem;left:23.0625rem;width:24.6875rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OPHo5ImnAyvde9kbV7y4TJt59DuuPN { top:4.375rem;left:24.4375rem;width:23.3125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re6d8N0CKpKCPahx1hD1TvfXoCkOuBPe { top:10.6875rem;left:0rem;width:36rem;height:7.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKzBtDF3szA2szU5X95M6rN1lhvmxun0 { top:4.9375rem;left:0rem;width:11.9375rem;height:3.1087725329042rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWDCXPBVvQRDvsZK9NQNQThPMBlRzW3T { top:19.375rem;left:0rem;width:37rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H18qoCHAfZyFV2mVG8e2tfmJnLmTVxGk { top:6.0625rem;left:0rem;width:13.4375rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLdz1kIxLBzcKehQDN406Cq2TFJBdttJ { top:12.25rem;left:0rem;width:19.25rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fe8L2Xy3rQhg5z2Lw0NPVGQNhqRqvhGA { top:10.75rem;left:3.75rem;width:26.25rem;height:3.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1vNP37C24Ts4qdefgvBlhsIGLLNWTu9 { top:11rem;left:3.6875rem;width:26.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZ4AhIJwgKwXZu5EpqScThRJisqllLb { top:38.9375rem;left:0rem;width:19.25rem;height:2.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT8Fc7KN3t8fkiXJvkwitTcnGqrGtlOT { top:23.75rem;left:0rem;width:19.25rem;height:2.125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 { display:block; }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDhLFnIF4Fkqx6ceSJuhellXTWUSZdoD { top:3.375rem;left:7.125rem;width:33.4375rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlNuaXLMiWm4QnOP55zm3sTZ40oqn1vb { top:13.125rem;left:0rem;width:29.625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yALOQJdEuyLPa6EbiNP3cfpBCwiK5tET { top:8.25rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08sq4IxTWwqHDxvPxsGaSn4W75tH1ov { top:17.5rem;left:0rem;width:31.125rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO0mhkk4yMvNRbSiuKTT6IpKWIawzWJw { top:22.3125rem;left:0rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y12rrzrcG243g9nVrLnC27EenyGQy2i3 { top:22.6875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQoIrOOomf7de618FrCzzqTWCJ9B9xOb { top:22.375rem;left:0.5625rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UffScPbqQqW81BZah1fRiGdnLlxmJPKd { top:23.125rem;left:1.25rem;width:6.0625rem;height:2.9689489759262rem;display:block; }
 }@media only screen and (max-width: 763px) { #eckLTtzpK6B7V2FXkEKTTQgNFKPvMLl7 { top:22.375rem;left:8.8125rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFE5tzBgxNhxObGdobPkAva6s607xINf { top:22.75rem;left:10.625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaGNWmLOMZRh2nrU6H8IrOtFUCPJATK1 { top:23.125rem;left:18.0625rem;width:5.4375rem;height:3.0899767122307rem;display:block; }
 }@media only screen and (max-width: 763px) { #W58f2VsCotfOgc17K5eZ2cJx4o34hcMW { top:22.375rem;left:17.0625rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgkyKeE1lvO0JSIdCQiVmhAWpXE2CGpv { top:28.125rem;left:0rem;width:8.125rem;height:4.18728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KK5BQHGdKeH0TUloblQE972TgJsEdk { top:27.875rem;left:0rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFT9HiszyBCRMyHT3X9SU0yfGtX01qni { top:27.9375rem;left:0.625rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHthTpgwipDPq48gGe8bZ6sSi6gnVtDa { top:27.1875rem;left:1.375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhmzANccW0qIb7rprLJp073Be7hqce5K { top:28.375rem;left:10.5rem;width:4.25rem;height:3.6339963706516rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfe3gDxWzMAfTdBmg1fkAGZakPtxQET5 { top:27.875rem;left:8.875rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plmhbm7KqFbHooxkCn6x1aU71SaXW0nN { width:18.625rem;height:2.9375rem;top:39.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5LRri31sx0CPF79GwCOMfiqd7SEthUQ { display:block; }
 }@media only screen and (max-width: 763px) { #MyTvkBTHvzRhPCECSdRf0OaxMtZbvLME { top:7.875rem;left:24.9375rem;width:22.8125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRga3RX8gNbnzZmdg78FboQF52wwfSLV { top:6.0625rem;left:7.0622844696044rem;width:33.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKmOwHnc5XeMWilWNkcqMOLk2X7L0bVF { display:none; }
 }@media only screen and (max-width: 763px) { #c0fACLHxzvHEQNPrSqUifa0e0eMl4ATP { top:15.75rem;left:0rem;width:20.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiFDuIrXHtX8iyb7wtkymbCIib5iZkap { display:block; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcsw02nxq0LwCmlNRcDx0Qt2PMmT5BKb { top:16.6875rem;left:0rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgk281d9oUaTkMh6L7bZxIACNFZRMNu { top:17.4375rem;left:0rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXeqtAPTCDsZg2QA5t4atTUCfJLwhpQu { top:16.6875rem;left:3.6875rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXcq6m72HGiaIfA9x688AP18LtPbMsWh { top:18.4375rem;left:3.9375rem;width:7.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aubbZg2lnnENgZlExZ47k59mOLaBgcM1 { top:16.6875rem;left:0rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXf8Ix5ZVmy5EpBlGezcexPzgxeXa8H { top:18.3125rem;left:12.25rem;width:7.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSgGE2zRCDrH4Ov8ybpM3NbN3gex6W05 { top:16.6875rem;left:12rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n97AsLAUzXAKqnba0Ko3nAHcn3J1mSQc { top:7.3125rem;left:0rem;width:37.5rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twXAE80Qp1SabtLUt9EXS6xmS2yhdKHD { top:11.625rem;left:0rem;width:36rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDIl0lGUOG765KJLVCFzsBZbQBZdJmbS { top:18.4375rem;left:20.5rem;width:7.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdKNMRTmMCKexurvZDDtDc2OGs8W1qAS { top:16.6875rem;left:20.09375rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrIvRBFoWXh8JKoGbCLWtuqW7cUPhnzB { top:4.9375rem;left:19.3125rem;width:28.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQhaSPMnQQx2tIaLu6SgkuElXoCMhvzW { top:4.9375rem;left:0rem;width:42.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF7IPcos38gEHkEOP1mV7ReaMLJAdThw { top:10.0625rem;left:0rem;width:34.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9rTq2Dzs8iIUnCxCuNxFEQ5vphOOqri { top:17.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cagHmDGVIfdMiEGlD7nqpWkAmR3QIuE9 { width:18.625rem;height:2.9375rem;top:26.875rem;left:14.530382156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6cu1opVgavq1gN9gPTlUyBPpMiETT22 { display:block; }
 }@media only screen and (max-width: 763px) { #PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST { display:block; }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMyEmxVME511AwBqU8U0WUabeCPBbHka { top:11.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxp4F5LAfbPOVB96X391oFrKxPWDHyxS { top:8.375rem;left:0rem;width:16.875rem;height:23.787591331783rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEVGN8e4ly0b9uWxkNuMseDqBQQwhlLZ { top:10.375rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMFKpfM1RJR8fnlVxXAzHlUA2uFgioPm { top:22.5rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE0xTn8naBnQNdtnEcdzM9sNpr96NHk3 { top:23.0625rem;left:0rem;width:3.375rem;height:3.9371343282753rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDw0goOUyTZPdKCZPtVD6g5HsNQ7USJv { top:22.5rem;left:14.749568939209rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3RqcwGqwkvk1gXxVoGDxQJfbUPxBkJh { top:23.3125rem;left:15.4375rem;width:3.75rem;height:3.24978125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTV3tPLAMurDAJ7JzJtu86DZO3lTpO3C { top:10.375rem;left:12.9375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLgHHHOUrh1XUXJqycG6qGbdrzubgFoc { top:11.125rem;left:13.687282562256rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9guFapJZDfI1Zak77ABu1ZOg6blGKt { top:2.6875rem;left:0.37456512451172rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOAUmZ3Mp5uLl3GnWfiaPP6hSgivBqk8 { top:3.8125rem;left:1.4683151245118rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #daxotgCKrqHQvZaZW4fgm3ny4ibAx7Jp { top:10.8125rem;left:14.5rem;width:33.25rem;height:5.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiGXhdeJKa9sq6ZxqWhT7pWlI5sWJ9r0 { top:18.4375rem;left:13.375rem;width:34.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAQW56UryQ9PMupaMmyWUGMdWBo35qSd { top:8.375rem;left:11.25rem;width:36.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHQqd9uEZRup7ImCMzO1EbVhkfBTMTUP { top:11.9375rem;left:0rem;width:4.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8MqWzuCJyuDx7bKAKrOczKIIlG0TayI { top:8.125rem;left:0rem;width:12.5rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6pS4erTkl7QoX0cl4GMDdOJV5KmUPQ { top:16.125rem;left:13.6875rem;width:34.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD { display:block; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdPULCB7iIiXWie0PIkcSknOEmLZH1sM { width:18.625rem;height:2.9375rem;top:1.125rem;left:14.531469345092rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWbZ8DioCTkTMdNprJRpoR0LcTRxQUlc { display:block; }
 }@media only screen and (max-width: 763px) { #bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 { display:block; }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EskcTi2sNUCQkEFU1c8FlBEEDlPCaPqS { top:18.875rem;left:25.8125rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSeAAoWBHF7JwQEIfGJCzTWJMlnTLUIp { top:19.0625rem;left:27.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBgUsoz50SmqS20PElyBnZWTlUN5KKPD { top:18.875rem;left:0rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfXgOCoJrJ3rz2mEFzRPm2rBbKPRpUq { top:19.3125rem;left:0rem;width:3.75rem;height:3.6891535606071rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk6KWZQWK8vI77AybxyTIhAXTzGSTzTa { top:18.875rem;left:1.125rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHMKUMI3lLZppcosDeZtAFDFUF1CDZM { top:18.9375rem;left:3.125rem;width:3.4375rem;height:4.49978125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqfUrWITGKvAsBsr1x2qBHFXB7y8KTaZ { top:18.875rem;left:9.375rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpXIv1GTcKiGkmxP4KVeiNFqI88lDmEH { top:19.3125rem;left:11.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDzdNUiTmR7qUMUgc8aKJwpWdWTMTknD { top:18.8125rem;left:17.625rem;width:7.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2hQ1btII3qmvv1Z6gGUnV0JooNshAas { top:8.875rem;left:0rem;width:38.1875rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU26WhR0f42uovTN56iNoQFaHcagBGin { top:14.0625rem;left:0rem;width:34.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxmu5KSMsMASTBtqDVHxyGTS1ANxJBUW { top:5.3125rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH08kTsPm3HQkyIfZ8vyv0ST0BbZKQsf { top:1.1875rem;left:20.1875rem;width:27.5625rem;height:29.869534323762rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki4ZCPoI2u4Exmwnn1o94OXJxnaGXcXT { top:19.625rem;left:18.625rem;width:5.4375rem;height:3.0899767122307rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHRRTzp5w1IRB2aAMUsb6gC9OXJtthyh { width:18.625rem;height:2.9375rem;top:31.125rem;left:14.530382156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9BorOWUtXiVq6Ncc6HssF6CXaoasTIv { display:block; }
 }@media only screen and (max-width: 763px) { #TbHn7SfvcNgublLITFPNaqyktUmc4wAL { top:12.1875rem;left:0rem;width:38rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsm0I8V0qxMxUTQ4svZQJpd3A8tV1mXd { top:0.3125rem;left:33.5rem;width:14.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi52au6xbkruf9ThQPz5t22zTIfdnI6 { display:block; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBQP4tRaK0K77PA7Zb3Xs1l912dOXqmi { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKNIUctfENbzLENzVKaCvJGCTo0wqTmz { top:5.75rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRA1DXhxu82lJxJfvUhkGZvCUGpTAP3k { top:13.3125rem;left:16.5rem;width:31.25rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMHByqwtBcHQzgLqTIccgnQmnplaXSlZ { top:12.5625rem;left:22.25rem;width:19.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHmkrGOMThbnxuxLTTpcivfphVlGqMSB { width:12.375rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOBfiNs3E3UdyKrcquOy11zHkvun3L6z { width:10.5rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmPhGOalZDaE2OTqfLyw3Dx69pOKr9q6 { width:7.375rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsXBV8TThT8Zm7gDKcRxoqQT8OzxT2be { top:20.875rem;left:23.6875rem;width:2.5rem;height:3.49935rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlF5bGNMrbmdN9R3O24QLwfINwRcQlK { top:19.875rem;left:22.25rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3CSq1m4l1vGgAea69a1TTWsIma4flpz { top:20.625rem;left:28.4375rem;width:4.1875rem;height:3.9415572631759rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRFcsdbxLeV4GhSKdUD73wbwgc7RUh4m { top:19.875rem;left:27.75rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmskpk8Zm4TRv9PMzLHw0dNBOFmucc89 { top:20.75rem;left:34.25rem;width:3.5rem;height:3.7452054073496rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfp3F4cOl6w91DCsTdC3qwkEbIpCne2k { top:19.875rem;left:33.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZhihwnacQngFiQ8Qc0lxvedUyiTNeA { top:20.875rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAQeIzcHF95LSH1hX8CA1ZnBaKaK3h2n { top:19.875rem;left:42.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvluTgHhaW33afFlo4U30RbmOaA1kK8t { top:20.6875rem;left:43.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES5LTxIoofAZkIJAHRKMxSxkOhI0svXO { top:19.875rem;left:42.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFkG2ywZdVTdGGManWNwW0TFT4iyC4Vk { top:20.375rem;left:39rem;width:4.6875rem;height:4.2559133914378rem;display:block; }
 }@media only screen and (max-width: 763px) { #aepfBFo2GMcCq3lMtIF2H0IuT86nnlOv { top:19.875rem;left:38.75rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyzsFFNS1MHweewFLG7b0Mv0wvwB28fI { width:16.3125rem;height:2.8125rem;top:33.25rem;left:15.687067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gT4FTOksEb1ciwWcrdbNqhk3TRDi2J { display:block; }
 }@media only screen and (max-width: 763px) { #qzoZ0NJote3BU25zLeMUIETMrWp81I5F { top:3.9375rem;left:23.6875rem;width:13.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZd65gJE9Cz2K2464EEBDKNxvUMeuhdi { top:0.5625rem;left:0rem;width:23.25rem;height:30.106825725362rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMltQJhlp8WctIut7dsVUf9ye1u4TBGX { display:block; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1NWimHTpTZXbl1hw4FAtTc5c5BJkHbG { top:12.25rem;left:0rem;width:33.9375rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODhTCs3yFGASeI4rf5I6Xxv9UvDRyMka { top:7.9375rem;left:0rem;width:25.375rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp4rpTf1ZV9q7V7XTyRKvPKcw985VcJf { top:9.375rem;left:19.8125rem;width:27.9375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5N9ecNdoDV9QpakO1pGfegCIwXxsgRx { top:3.75rem;left:0rem;width:47.75rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhqSMnebk0ns4f3g1p9244WzLGBL359m { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6MfH51LTWIN6R8WvxWAFRvdFVvo6GKk { top:19.3125rem;left:0rem;width:7.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaB3hXwTqDK5FeX91TLkHRThn4lqTgD { top:19.625rem;left:0rem;width:4.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6bXJhP9DPC1XcTxXsGVbQ5ZlpFh43vE { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoRoukDlRUsmFCTuWzoq2CuRVAi6UvTV { top:17.9375rem;left:3rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUR1qR9zfQaEPwZ4nAV3XhcWrEvlvbuI { top:18.875rem;left:2.4375rem;width:6.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXSugeAD08ONBXByLGl0PINAXneC2S4h { top:19.1875rem;left:9rem;width:5.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsfA2dtX8IzhVQTqxtX1QDxsB5S4ivFE { top:17.9375rem;left:9.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaiPBnlMn22hEzk84UQw9bTDv5gyI6Jb { top:17.9375rem;left:15.1875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZtEOrJdobXDSsPhfrt3QQEg2Z41DgC1 { top:19.25rem;left:15.375rem;width:5.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJkpdPN9DyVAJdprqzKKILeRabB8xKc { top:17.9375rem;left:21.375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAuNk8SQ2M9ozuXZ0uQemcppBaRsd95I { top:18.6875rem;left:21.5rem;width:5.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6z20T7O2oKvpO6gXzTsesNMOvUAh5xR { top:24.6875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUB7uwBETDbxhofDC50SIprgH6oviTgB { top:25.5rem;left:0rem;width:3.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcZTwprPJR0Dzu8yhghlIkKHOrqR3J2D { top:24.6875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6yBVqmL2bi0o3SJzbu7db3N05LxTIIU { top:25.5rem;left:0rem;width:5.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL9q64MmbCyIDernhrMqhuf4TVk2RXt6 { top:24.6875rem;left:3rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnI68w7duE4MdbiJB422BXQiwivDlgBK { top:26.25rem;left:3.5rem;width:4.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDSftCVVcpMeJxWUJZEfnvKiJVNk22h { top:25.3125rem;left:9.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADrLiCkZ3TFUHq4st4TWyUJJ5duhyHBx { top:24.6875rem;left:9.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXUmSM9JQKQZMyb9aEHaHRdHsN916haA { top:24.6875rem;left:15.1875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7vXqzoHvInNQPcTJcdQpvhXbQAisTAI { top:25.3125rem;left:16.5625rem;width:2.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvepdNZrNKQNAg2hDSm8ifJNk6EvmPPW { top:24.6875rem;left:21.375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBEo4nlXaVOO0UxIzxerhVeIHTRQZfsX { top:26.0625rem;left:22.5625rem;width:3.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWrxwkatLNBxIlxPRzkAOTwtZkZImkhy { top:31.4375rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6WCQAGwKnplkwRItld5i8Th5K0u3N2Q { top:31.6875rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8aIlfb7M1HUgOuhapTLUMVt39sEJoTP { top:31.4375rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0FJl1TvRcJhR9NBeS8aGEpdSbmRCFI8 { top:32.25rem;left:0rem;width:7.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAmgWmadqR6cfRnpRvnuiM6tZmTokCpp { top:31.4375rem;left:3rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciITZ2FZnhQ5M6DcCKZMEXkJdpQTJcXQ { top:32.875rem;left:2.875rem;width:5.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prUPM5i5T9deBcrEuCeFhHdVhW7X6rhE { top:32.75rem;left:9.6875rem;width:4.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxFXuD6NTZdPBaVWIFWRlFRRD5eGfawm { top:31.4375rem;left:9.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmJbFANvfB54b0JgnA08eoF7M8Qa7SA { top:31.4375rem;left:15.1875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDLrM14FyxI0oLynTEDM9roXhkUNzUf { top:33.5625rem;left:15.6875rem;width:4.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQbpzKvVlAcSEIr1IudQwgTvig9mh1ai { top:31.4375rem;left:21.375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P42Os0RJuFePOIkJNtAqhQKEemHGTh4I { top:32.375rem;left:22.25rem;width:3.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arrc9UZwxC9LgW9KkAX724DsRhL5PXmt { width:21.1875rem;height:3.5rem;top:42.25rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1EP6bsp4Ax8fg3DLOKazbDRTt6JWvVK { display:block; }
 }@media only screen and (max-width: 763px) { #eQlZyTTsBhBwqeapdJaBgpI6UNN5lsfC { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRqA6QFJLs3LVnqG5gXSmRNRTORV6fBf { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooR4JGisHGQ7eeuwxNTMBbkZcb48AaVm { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zd9Wxro4zi4fpoQtFmtuXWXzoEFRyvGZ { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3G8tRBTpkZKyQdhliNGJfRTbg5AIoWS { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oG1Wcg0tzoo1wrcU74gOiftLFM2pRmCJ { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEQyTuI09sITORCGaEzS5BbUC69q4HPJ { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ge1Jbe3VbpsxahFbpkFaCVXRfv4Tl5Dw { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTIueh17UAFqZ5q9TCTqnXix8RDcoFBZ { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcQWszi39k8Mow3zoDXoPTiVLb91bUkP { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFEiAoGn8FVZu4hkLFeZRR58qHE6Zfs0 { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyCTkh5dMmiRXGcU2Fnp28usiSkadpIs { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzLodtxv0cc0pTqAqVoJoxVLqJJlqbM1 { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGv7B0vXgiGWSPJaTgZfOXTefApTnBWc { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dR2ewTstR48aKIuTMQFvoFh04sETV44U { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqnZqcMPx8yWTrW1IbQlOGZGr3WBb1Qo { top:17.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #STgKxbABp19MWRMd10CDekIcdBJ8CuOO { display:none; }
 }@media only screen and (max-width: 763px) { #MKgWzFiNindmofP2wD5i0GKSOQV9F2oQ { top:10.75rem;left:0rem;width:25.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 { display:block; }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3J0gpbh0fiST6JA62s2WBqdaTKB5v3L { top:3.5rem;left:9.75rem;width:28.375rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIMVvp59FdS1CUFnTcrWqxt7zXITbS5J { top:7.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW9bkpRrTz4MQluZm2PdITATfRqk2Eof { top:11.875rem;left:0rem;width:47.75rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouMTEU83tnh3OBUp9Mzsx6rMr8ha8MGh { top:14.6875rem;left:0rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ1pTrWw8BboEtMKqfM2zXMTVf09qvCn { top:15rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ6szENU4XcM2aCK6nSbLadx6J8nWO3T { top:14.6875rem;left:1.3120670318604rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX0QTAyo4bn1Fs759sSapUJnhSTHRTiE { top:15rem;left:2.9993495941162rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5rxFGuQZoac89DOhG2hDtEL5xKeMQ5 { top:14.6875rem;left:9.5618495941163rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBoMr5PMVmV1zzOI4JK3f09CIXScNhr { top:13.9375rem;left:10.186849594116rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvHooreNXC5Use4XMnPL1KhnvRRJytKS { top:14.6875rem;left:18.436635971069rem;width:6.3125rem;height:4.7498202792356rem;display:block; }
 }@media only screen and (max-width: 763px) { #k32Vwpdp4G1KaCR2zarSR2g27MRJST4F { top:14.6875rem;left:17.811635971069rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPXPcZ6ygT2BavQgoUqEvvQpJIruUVhS { top:14.6875rem;left:26.124353408814rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7vBx6fWTXgIJSZ437MzDGgJJu7OW73l { top:15rem;left:27.874567031861rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd4fScabAXenea661tckM44S9a76nclg { top:21.3125rem;left:0rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTt1m6uubSmAc4TTulano5gCqxrLDbTs { top:21.875rem;left:0rem;width:6.75rem;height:3.6875467653214rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCWw0LBsAkZmJ8TIpN3bXvCBSeABun5o { top:21.3125rem;left:1.3120670318604rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8TAfHchtefsemzkCt46D4XSsypMNBbh { top:21.875rem;left:1.6245670318604rem;width:6.875rem;height:3.62413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoFP8FuFMV2kmBC052sEUEP8OHRmzTmq { top:21.3125rem;left:9.5618495941163rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5UtVl5Dhnlt9D7pkPvf1UMtt94ysIIS { top:21.4375rem;left:9.3122844696044rem;width:8rem;height:4.5621302329942rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAMSeys3ySM9bTa3TU3WHmoUqrHdIuDf { top:22.8125rem;left:18.250001907349rem;width:6.6875rem;height:1.6873285582773rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLVu4FxmKN6x3A6HE7JoP2hkxW75fviC { top:21.25rem;left:17.811635971069rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r45trTfdcGHkSvZ9qth93afS1qHmUToZ { top:21.3125rem;left:26.124353408814rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRaxTvgVmI2g4v8pUCKdBDiD5eiBBNAX { top:21.625rem;left:27.437288284302rem;width:5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBs6662mfcgQUG38zHZzzx6UW3AP3E8g { top:27.9375rem;left:0rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmIsSIOTOkmqrdwRGHJqQ2n0Dpv1aoxq { top:29.0625rem;left:0rem;width:6.875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SccLDCLuXTUl8c9vr3vDiHJCHxSuWqi4 { top:28.9375rem;left:1.3120670318604rem;width:7.625rem;height:2.5000614769216rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUsNdPpTvvHTppGJyqw3uZR1TeGIqJXp { top:27.875rem;left:1.3750019073486rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBCn6ItIQhWLdTwyyAkPIXv5DJaDMPrz { top:27.9375rem;left:9.5618495941163rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVctK0edBl49Z7iASPnDZvAoKtpFAzys { top:29.375rem;left:10.499349594116rem;width:5.8125rem;height:1.8752802838274rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmZl6rb00NpKImKuKVr5FIPPce7RcGw8 { top:9.75rem;left:26.9375rem;width:20.8125rem;height:25.687954974083rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJEMxfBECORI6Pi2zQ1mDmwtGoErTGhU { width:18.6875rem;height:3rem;top:37.625rem;left:14.530382156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9IdyTJuawrMCTAkaRxw85NOP674Gaf7 { display:block; }
 }@media only screen and (max-width: 763px) { #ESif0McNIkyrCkCA3DuT8RJ9CKHGVxbF { display:none; }
 }@media only screen and (max-width: 763px) { #vKiRvyqo2VTbKQxSu4CHkvkJg9MszkPw { display:none; }
 }@media only screen and (max-width: 763px) { #MWu1nza4cD8adbK3PTwTThoGR2KEODnG { top:6.25rem;left:9.7810344696044rem;width:28.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINTlCwonDAXwS8rZaIRQQ6PklId93d7 { top:9.6875rem;left:28.5625rem;width:19.1875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2mR0BRw15yTfo2xosxSurlXdVw4hqwR { display:block; }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrMbiDGb7FEU47bMJqRllVJ7G1AQxD7T { top:4.0625rem;left:0rem;width:32.8125rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUtnTby4CkG2nTSPdP8htP7EcPbNlA1v { top:8.5625rem;left:0rem;width:37.5rem;height:17.4375rem;font-size:0.875rem;display:block; }#aUtnTby4CkG2nTSPdP8htP7EcPbNlA1v li:before{  }
 }@media only screen and (max-width: 763px) { #AqvXJJczCOILMp6E3KODtyUlBQHEdSBP { top:4.0625rem;left:11.3125rem;width:36.4375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiNlVBkCQEyHs4rwiOC53NhUfX5TSGER { top:6.4375rem;left:14.5625rem;width:33.1875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpkmf9i9Ux5yQAASknehZx3ghQIhqELT { top:11.0625rem;left:13.375rem;width:34.375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgBXNAq0sgyfqpHoDHsb2aum1vTFkeD1 { width:18.625rem;height:2.9375rem;top:29.4375rem;left:14.531469345092rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQz7esmOxzVToZMtGgBVCfpUTeTpElh { display:block; }
 }@media only screen and (max-width: 763px) { #tbkKvabRRIfTS06PlmhIxP3fxoKK8XJF { top:14.9375rem;left:13.375rem;width:34.375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Xt6ITiE85TzG03UgQdOF83PuuGOxwo { top:18.6875rem;left:13.375rem;width:34.375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NRntgmL6wL5EfsJlaHwE9flTSEXhuz { top:6.9375rem;left:0rem;width:32.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da1f29b4-f2b5-42e4-8ec9-36517b7f773d/Artboard2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk.adaptive-delivery-prevent-bg, #zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk.lazyload, #zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk.lazyloading { background-image: none; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container { background-color: transparent; background-image: none; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.61); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container > .video-iframe-container { display: none; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.61); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row > .video-iframe-container { display: none; }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .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); }#zgpX5Xl32L5TkTo0yZs4lCDTP7O4h2Tk > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6uHsZhaH9yEVTnCH46P3aF8aP9Py8W8 { width:20rem;height:31.625rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OPHo5ImnAyvde9kbV7y4TJt59DuuPN { width:18.9375rem;height:21.25rem;top:27.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #re6d8N0CKpKCPahx1hD1TvfXoCkOuBPe { width:19.25rem;height:4.2734375rem;top:29.1875rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #xKzBtDF3szA2szU5X95M6rN1lhvmxun0 { width:11.5rem;height:2.9375rem;top:1.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWDCXPBVvQRDvsZK9NQNQThPMBlRzW3T { width:20rem;height:9.099375rem;top:15.7431640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H18qoCHAfZyFV2mVG8e2tfmJnLmTVxGk { width:8.875rem;height:2.2558625rem;top:14.8623046875rem;left:3.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.9;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #kLdz1kIxLBzcKehQDN406Cq2TFJBdttJ { width:20rem;height:1.42480625rem;top:5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Fe8L2Xy3rQhg5z2Lw0NPVGQNhqRqvhGA { width:20rem;height:3.20605625rem;top:8.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #J1vNP37C24Ts4qdefgvBlhsIGLLNWTu9 { width:20rem;height:2.875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZ4AhIJwgKwXZu5EpqScThRJisqllLb { width:20rem;height:2.73111875rem;top:11.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.9;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bT8Fc7KN3t8fkiXJvkwitTcnGqrGtlOT { width:12.8125rem;height:3.20605625rem;top:5.4375rem;left:3.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.9;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 { display:block; }#fKKpNU3UxolcGMThX8THtwAUT8ONfrX3 > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDhLFnIF4Fkqx6ceSJuhellXTWUSZdoD { width:20rem;height:4.548825rem;top:1.1875rem;left:0rem;font-size:1.75rem;font-family:raddit;color:#010102;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlNuaXLMiWm4QnOP55zm3sTZ40oqn1vb { width:19.8125rem;height:1.625rem;top:10.187065124512rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yALOQJdEuyLPa6EbiNP3cfpBCwiK5tET { width:20rem;height:58.4375rem;top:8rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #L08sq4IxTWwqHDxvPxsGaSn4W75tH1ov { width:20rem;height:3.16731875rem;top:13.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZO0mhkk4yMvNRbSiuKTT6IpKWIawzWJw { width:8.1875rem;height:4.6875rem;top:18.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y12rrzrcG243g9nVrLnC27EenyGQy2i3 { width:3.5rem;height:3.5rem;top:18.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQoIrOOomf7de618FrCzzqTWCJ9B9xOb { width:8.1875rem;height:4.6875rem;top:24.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UffScPbqQqW81BZah1fRiGdnLlxmJPKd { width:5.875rem;height:2.9375rem;top:25.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eckLTtzpK6B7V2FXkEKTTQgNFKPvMLl7 { width:8.1875rem;height:4.6875rem;top:24.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFE5tzBgxNhxObGdobPkAva6s607xINf { width:3.5rem;height:3.5rem;top:24.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaGNWmLOMZRh2nrU6H8IrOtFUCPJATK1 { width:5.5rem;height:3.3125rem;top:19rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W58f2VsCotfOgc17K5eZ2cJx4o34hcMW { width:8.1875rem;height:4.6875rem;top:18.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgkyKeE1lvO0JSIdCQiVmhAWpXE2CGpv { width:7.375rem;height:3.8125rem;top:30.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KK5BQHGdKeH0TUloblQE972TgJsEdk { width:8.1875rem;height:4.6875rem;top:30.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFT9HiszyBCRMyHT3X9SU0yfGtX01qni { width:8.1875rem;height:4.6875rem;top:30.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHthTpgwipDPq48gGe8bZ6sSi6gnVtDa { width:5.5625rem;height:5.5625rem;top:29.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhmzANccW0qIb7rprLJp073Be7hqce5K { width:4.3125rem;height:3.6875rem;top:36.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfe3gDxWzMAfTdBmg1fkAGZakPtxQET5 { width:8.1875rem;height:4.6875rem;top:36.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plmhbm7KqFbHooxkCn6x1aU71SaXW0nN { width:18.686rem;height:2.99805rem;top:69.061418533325rem;left:0.65646702051162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5LRri31sx0CPF79GwCOMfiqd7SEthUQ { display:block; }
 }@media only screen and (max-width: 763px) { #MyTvkBTHvzRhPCECSdRf0OaxMtZbvLME { width:20rem;height:24.985375rem;top:41.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #pRga3RX8gNbnzZmdg78FboQF52wwfSLV { width:20rem;height:0.125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKmOwHnc5XeMWilWNkcqMOLk2X7L0bVF { top:41.4375rem;left:5.25rem;width:13.25rem;height:1.125rem;z-index:15017;background-color:#fdf4f3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c0fACLHxzvHEQNPrSqUifa0e0eMl4ATP { width:20rem;height:0.0625rem;top:12.193580150604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiFDuIrXHtX8iyb7wtkymbCIib5iZkap { position:relative;z-index:auto;display:block; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcsw02nxq0LwCmlNRcDx0Qt2PMmT5BKb { width:7.5625rem;height:4.6875rem;top:17.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgk281d9oUaTkMh6L7bZxIACNFZRMNu { width:5.75rem;height:2.75rem;top:18.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXeqtAPTCDsZg2QA5t4atTUCfJLwhpQu { width:7.5625rem;height:4.6875rem;top:23.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXcq6m72HGiaIfA9x688AP18LtPbMsWh { width:7.0625rem;height:1.125rem;top:25.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aubbZg2lnnENgZlExZ47k59mOLaBgcM1 { width:7.5625rem;height:4.6875rem;top:17.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXf8Ix5ZVmy5EpBlGezcexPzgxeXa8H { width:7.0625rem;height:1.25rem;top:25.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSgGE2zRCDrH4Ov8ybpM3NbN3gex6W05 { width:7.5625rem;height:4.6875rem;top:23.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n97AsLAUzXAKqnba0Ko3nAHcn3J1mSQc { width:20rem;height:4.38671875rem;top:3.75rem;left:0rem;font-size:1.6875rem;font-family:raddit;color:#010102;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twXAE80Qp1SabtLUt9EXS6xmS2yhdKHD { width:20rem;height:4.875rem;top:10.07421875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDIl0lGUOG765KJLVCFzsBZbQBZdJmbS { width:7.0625rem;height:1.1875rem;top:31.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdKNMRTmMCKexurvZDDtDc2OGs8W1qAS { width:7.5625rem;height:4.6875rem;top:29.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrIvRBFoWXh8JKoGbCLWtuqW7cUPhnzB { width:20rem;height:13.273625rem;top:37.373046636581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQhaSPMnQQx2tIaLu6SgkuElXoCMhvzW { width:20rem;height:50.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF7IPcos38gEHkEOP1mV7ReaMLJAdThw { width:20rem;height:0.125rem;top:8.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9rTq2Dzs8iIUnCxCuNxFEQ5vphOOqri { width:3.625rem;height:3.625rem;top:18.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cagHmDGVIfdMiEGlD7nqpWkAmR3QIuE9 { width:18.6875rem;height:3rem;top:55.7744140625rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6cu1opVgavq1gN9gPTlUyBPpMiETT22 { display:block; }
 }@media only screen and (max-width: 763px) { #PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST { display:block; }#PVp0OhAwdW8OraXE8U1cG8Eu55JT12ST > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMyEmxVME511AwBqU8U0WUabeCPBbHka { width:14.125rem;height:14.5625rem;top:24.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxp4F5LAfbPOVB96X391oFrKxPWDHyxS { width:12.3125rem;height:17.4375rem;top:22.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEVGN8e4ly0b9uWxkNuMseDqBQQwhlLZ { width:4.0625rem;height:4.0625rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMFKpfM1RJR8fnlVxXAzHlUA2uFgioPm { width:4.0625rem;height:4.0625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE0xTn8naBnQNdtnEcdzM9sNpr96NHk3 { width:2.375rem;height:2.8125rem;top:34.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDw0goOUyTZPdKCZPtVD6g5HsNQ7USJv { width:4.0625rem;height:4.0625rem;top:33.875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3RqcwGqwkvk1gXxVoGDxQJfbUPxBkJh { width:2.6875rem;height:2.3125rem;top:34.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTV3tPLAMurDAJ7JzJtu86DZO3lTpO3C { width:4.0625rem;height:4.0625rem;top:24rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLgHHHOUrh1XUXJqycG6qGbdrzubgFoc { width:2.75rem;height:2.75rem;top:24.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9guFapJZDfI1Zak77ABu1ZOg6blGKt { width:4.0625rem;height:4.0625rem;top:17.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOAUmZ3Mp5uLl3GnWfiaPP6hSgivBqk8 { width:2.4375rem;height:2.4375rem;top:18.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daxotgCKrqHQvZaZW4fgm3ny4ibAx7Jp { width:20rem;height:4.548825rem;top:4.4366302490234rem;left:0rem;font-size:1.75rem;font-family:raddit;color:#010102;display:block; }
 }@media only screen and (max-width: 763px) { #UiGXhdeJKa9sq6ZxqWhT7pWlI5sWJ9r0 { width:20rem;height:4.875rem;top:10.81184387207rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAQW56UryQ9PMupaMmyWUGMdWBo35qSd { width:20rem;height:36.625rem;top:2.78125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SHQqd9uEZRup7ImCMzO1EbVhkfBTMTUP { width:3.1875rem;height:1.25rem;top:25.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8MqWzuCJyuDx7bKAKrOczKIIlG0TayI { width:12.5rem;height:0.5625rem;top:21.9375rem;left:4.625rem;background-color:rgba(254,254,254,0.55);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ed6pS4erTkl7QoX0cl4GMDdOJV5KmUPQ { width:20rem;height:0.125rem;top:9.2424001693725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD { background-color:#fdf4f3;background-image:none;display:block; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container { background-color: transparent; background-image: none; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container > .video-iframe-container { display: none; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row > .video-iframe-container { display: none; }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .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); }#T2eHXz2TbAV9TtROetsDSmF7cBQsOUmD > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdPULCB7iIiXWie0PIkcSknOEmLZH1sM { width:18.6870625rem;height:2.99913125rem;top:1.6254348754882rem;left:0.65646702051162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWbZ8DioCTkTMdNprJRpoR0LcTRxQUlc { display:block; }
 }@media only screen and (max-width: 763px) { #bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 { display:block; }#bmpU2nawiURQczqM6ugHkPfZ2CG81nq2 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EskcTi2sNUCQkEFU1c8FlBEEDlPCaPqS { width:7.5625rem;height:4.6875rem;top:26.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSeAAoWBHF7JwQEIfGJCzTWJMlnTLUIp { width:4.3125rem;height:4.3125rem;top:27.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBgUsoz50SmqS20PElyBnZWTlUN5KKPD { width:7.5625rem;height:4.6875rem;top:15rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfXgOCoJrJ3rz2mEFzRPm2rBbKPRpUq { width:3.8125rem;height:3.75rem;top:15.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk6KWZQWK8vI77AybxyTIhAXTzGSTzTa { width:7.5625rem;height:4.6875rem;top:15.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHMKUMI3lLZppcosDeZtAFDFUF1CDZM { width:3.4375rem;height:4.5rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqfUrWITGKvAsBsr1x2qBHFXB7y8KTaZ { width:7.5625rem;height:4.6875rem;top:21rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpXIv1GTcKiGkmxP4KVeiNFqI88lDmEH { width:3.8125rem;height:3.8125rem;top:21.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDzdNUiTmR7qUMUgc8aKJwpWdWTMTknD { width:7.5625rem;height:4.6875rem;top:21rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2hQ1btII3qmvv1Z6gGUnV0JooNshAas { width:20rem;height:4.38671875rem;top:2.6866302490234rem;left:0rem;font-size:1.6875rem;font-family:raddit;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NU26WhR0f42uovTN56iNoQFaHcagBGin { width:20rem;height:3.65625rem;top:8.9485778808594rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vxmu5KSMsMASTBtqDVHxyGTS1ANxJBUW { width:20rem;height:50.9375rem;top:0.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #040102, rgba(0,0,0,0.52));background-image: -moz-linear-gradient(180deg, #040102, rgba(0,0,0,0.52));background-image: -ms-linear-gradient(180deg, #040102, rgba(0,0,0,0.52));background-image: -o-linear-gradient(180deg, #040102, rgba(0,0,0,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#040102', endColorstr='#84000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#040102', endColorstr='#84000000' );";background-image: linear-gradient(180deg, #040102, rgba(0,0,0,0.52));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lH08kTsPm3HQkyIfZ8vyv0ST0BbZKQsf { width:20rem;height:21.624375rem;top:32.036676883698rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ki4ZCPoI2u4Exmwnn1o94OXJxnaGXcXT { width:5.5rem;height:3.125rem;top:21.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHRRTzp5w1IRB2aAMUsb6gC9OXJtthyh { width:18.6870625rem;height:2.99913125rem;top:53.994361877441rem;left:0.65646702051162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9BorOWUtXiVq6Ncc6HssF6CXaoasTIv { display:block; }
 }@media only screen and (max-width: 763px) { #TbHn7SfvcNgublLITFPNaqyktUmc4wAL { width:20rem;height:0.125rem;top:7.64106798172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsm0I8V0qxMxUTQ4svZQJpd3A8tV1mXd { width:14.25rem;height:1.75rem;top:62.057294892883rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMi52au6xbkruf9ThQPz5t22zTIfdnI6 { display:block; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 { background-color: transparent; background-image: none; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container > .video-iframe-container { display: none; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row > .video-iframe-container { display: none; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .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); }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 { border-width: 0; border-radius: 0; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#RMi52au6xbkruf9ThQPz5t22zTIfdnI6 > .row .container { width:20rem;height:52.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBQP4tRaK0K77PA7Zb3Xs1l912dOXqmi { width:20rem;height:2.1933625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:raddit;display:block; }
 }@media only screen and (max-width: 763px) { #FKNIUctfENbzLENzVKaCvJGCTo0wqTmz { width:20rem;height:45.8125rem;top:0.49913024902344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRA1DXhxu82lJxJfvUhkGZvCUGpTAP3k { width:18.8125rem;height:5.34375rem;top:5.943359375rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMHByqwtBcHQzgLqTIccgnQmnplaXSlZ { width:20rem;height:0.125rem;top:4.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHmkrGOMThbnxuxLTTpcivfphVlGqMSB { top:24.8125rem;left:6.5rem;width:9rem;height:9.4375rem;z-index:15015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wOBfiNs3E3UdyKrcquOy11zHkvun3L6z { top:26.5rem;left:6.1875rem;width:9.9375rem;height:12.375rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EmPhGOalZDaE2OTqfLyw3Dx69pOKr9q6 { top:35.0625rem;left:1.8125rem;width:8.3125rem;height:9.5rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xsXBV8TThT8Zm7gDKcRxoqQT8OzxT2be { width:2.5rem;height:3.5rem;top:13.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlF5bGNMrbmdN9R3O24QLwfINwRcQlK { width:5.5rem;height:5.5rem;top:12.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3CSq1m4l1vGgAea69a1TTWsIma4flpz { width:4.25rem;height:4rem;top:13.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRFcsdbxLeV4GhSKdUD73wbwgc7RUh4m { width:5.5rem;height:5.5rem;top:12.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmskpk8Zm4TRv9PMzLHw0dNBOFmucc89 { width:3.5625rem;height:3.8125rem;top:13.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfp3F4cOl6w91DCsTdC3qwkEbIpCne2k { width:5.5rem;height:5.5rem;top:12.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZhihwnacQngFiQ8Qc0lxvedUyiTNeA { width:3.375rem;height:3.375rem;top:20.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAQeIzcHF95LSH1hX8CA1ZnBaKaK3h2n { width:5.5rem;height:5.5rem;top:19.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvluTgHhaW33afFlo4U30RbmOaA1kK8t { width:3.9375rem;height:3.9375rem;top:20.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES5LTxIoofAZkIJAHRKMxSxkOhI0svXO { width:5.5rem;height:5.5rem;top:19.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFkG2ywZdVTdGGManWNwW0TFT4iyC4Vk { width:4.875rem;height:4.5625rem;top:19.9375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aepfBFo2GMcCq3lMtIF2H0IuT86nnlOv { width:5.5rem;height:5.5rem;top:19.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyzsFFNS1MHweewFLG7b0Mv0wvwB28fI { width:16.375rem;height:2.8125rem;top:48.07096862793rem;left:1.8120661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gT4FTOksEb1ciwWcrdbNqhk3TRDi2J { display:block; }
 }@media only screen and (max-width: 763px) { #qzoZ0NJote3BU25zLeMUIETMrWp81I5F { width:13.5625rem;height:0.5625rem;top:25.186630249024rem;left:3.2812502980233rem;background-color:#f4f4fc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wZd65gJE9Cz2K2464EEBDKNxvUMeuhdi { width:16.3748125rem;height:21.124125rem;top:25.194229125976rem;left:2.3489585518837rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMltQJhlp8WctIut7dsVUf9ye1u4TBGX { background-color:#ffffff;background-image:none;display:block; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container { background-color: transparent; background-image: none; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container > .video-iframe-container { display: none; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row > .video-iframe-container { display: none; }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .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); }#KMltQJhlp8WctIut7dsVUf9ye1u4TBGX > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1NWimHTpTZXbl1hw4FAtTc5c5BJkHbG { width:20rem;height:9.0234375rem;top:9.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODhTCs3yFGASeI4rf5I6Xxv9UvDRyMka { width:20rem;height:2.1933625rem;top:5.40234375rem;left:0rem;font-size:1.6875rem;font-family:raddit;color:#010102;display:block; }
 }@media only screen and (max-width: 763px) { #hp4rpTf1ZV9q7V7XTyRKvPKcw985VcJf { width:20rem;height:19.7744375rem;top:62.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5N9ecNdoDV9QpakO1pGfegCIwXxsgRx { width:20rem;height:35.375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhqSMnebk0ns4f3g1p9244WzLGBL359m { width:5.5rem;height:5.5rem;top:20.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6MfH51LTWIN6R8WvxWAFRvdFVvo6GKk { width:7.1875rem;height:2.75rem;top:21.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaB3hXwTqDK5FeX91TLkHRThn4lqTgD { width:4.4375rem;height:2.0625rem;top:22.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6bXJhP9DPC1XcTxXsGVbQ5ZlpFh43vE { width:5.5rem;height:5.5rem;top:20.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoRoukDlRUsmFCTuWzoq2CuRVAi6UvTV { width:5.5rem;height:5.5rem;top:82.8125rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUR1qR9zfQaEPwZ4nAV3XhcWrEvlvbuI { width:6.3125rem;height:3.4375rem;top:21.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXSugeAD08ONBXByLGl0PINAXneC2S4h { width:5.625rem;height:2.9375rem;top:28.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsfA2dtX8IzhVQTqxtX1QDxsB5S4ivFE { width:5.5rem;height:5.5rem;top:76.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaiPBnlMn22hEzk84UQw9bTDv5gyI6Jb { width:5.5rem;height:5.5rem;top:119.5625rem;left:1.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZtEOrJdobXDSsPhfrt3QQEg2Z41DgC1 { width:5.0625rem;height:2.625rem;top:28.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJkpdPN9DyVAJdprqzKKILeRabB8xKc { width:5.5rem;height:5.5rem;top:109.8125rem;left:13.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAuNk8SQ2M9ozuXZ0uQemcppBaRsd95I { width:5.125rem;height:3.6875rem;top:28.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6z20T7O2oKvpO6gXzTsesNMOvUAh5xR { width:5.5rem;height:5.5rem;top:87.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUB7uwBETDbxhofDC50SIprgH6oviTgB { width:3.0625rem;height:3.875rem;top:34.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcZTwprPJR0Dzu8yhghlIkKHOrqR3J2D { width:5.5rem;height:5.5rem;top:114.125rem;left:11.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6yBVqmL2bi0o3SJzbu7db3N05LxTIIU { width:5.875rem;height:3.875rem;top:34.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL9q64MmbCyIDernhrMqhuf4TVk2RXt6 { width:5.5rem;height:5.5rem;top:115.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnI68w7duE4MdbiJB422BXQiwivDlgBK { width:4.5rem;height:2.5625rem;top:35.5rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDSftCVVcpMeJxWUJZEfnvKiJVNk22h { width:4.25rem;height:4.25rem;top:41.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADrLiCkZ3TFUHq4st4TWyUJJ5duhyHBx { width:5.5rem;height:5.5rem;top:112.9375rem;left:13.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXUmSM9JQKQZMyb9aEHaHRdHsN916haA { width:5.5rem;height:5.5rem;top:105.875rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7vXqzoHvInNQPcTJcdQpvhXbQAisTAI { width:2.6875rem;height:3.9375rem;top:41.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvepdNZrNKQNAg2hDSm8ifJNk6EvmPPW { width:5.5rem;height:5.5rem;top:91.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBEo4nlXaVOO0UxIzxerhVeIHTRQZfsX { width:3.125rem;height:2.6875rem;top:42.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWrxwkatLNBxIlxPRzkAOTwtZkZImkhy { width:5.5rem;height:5.5rem;top:94.4375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6WCQAGwKnplkwRItld5i8Th5K0u3N2Q { width:4.9375rem;height:4.9375rem;top:47.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8aIlfb7M1HUgOuhapTLUMVt39sEJoTP { width:5.5rem;height:5.5rem;top:118.25rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0FJl1TvRcJhR9NBeS8aGEpdSbmRCFI8 { width:7.5625rem;height:3.8125rem;top:48.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAmgWmadqR6cfRnpRvnuiM6tZmTokCpp { width:5.5rem;height:5.5rem;top:121.3125rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciITZ2FZnhQ5M6DcCKZMEXkJdpQTJcXQ { width:5.8125rem;height:2.625rem;top:48.9375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prUPM5i5T9deBcrEuCeFhHdVhW7X6rhE { width:4.25rem;height:2.875rem;top:55.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxFXuD6NTZdPBaVWIFWRlFRRD5eGfawm { width:5.5rem;height:5.5rem;top:118.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKmJbFANvfB54b0JgnA08eoF7M8Qa7SA { width:5.5rem;height:5.5rem;top:119.5625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBDLrM14FyxI0oLynTEDM9roXhkUNzUf { width:4.5rem;height:1.25rem;top:56.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQbpzKvVlAcSEIr1IudQwgTvig9mh1ai { width:5.5rem;height:5.5rem;top:104.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P42Os0RJuFePOIkJNtAqhQKEemHGTh4I { width:3.75rem;height:3.5rem;top:55.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arrc9UZwxC9LgW9KkAX724DsRhL5PXmt { width:19rem;height:3.5rem;top:85.5625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1EP6bsp4Ax8fg3DLOKazbDRTt6JWvVK { display:block; }
 }@media only screen and (max-width: 763px) { #eQlZyTTsBhBwqeapdJaBgpI6UNN5lsfC { width:5.5rem;height:5.5rem;top:20.5rem;left:13.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #VRqA6QFJLs3LVnqG5gXSmRNRTORV6fBf { width:5.5rem;height:5.5rem;top:27.25rem;left:1.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ooR4JGisHGQ7eeuwxNTMBbkZcb48AaVm { width:5.5rem;height:5.5rem;top:27.25rem;left:7.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #zd9Wxro4zi4fpoQtFmtuXWXzoEFRyvGZ { width:5.5rem;height:5.5rem;top:27.25rem;left:13.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #A3G8tRBTpkZKyQdhliNGJfRTbg5AIoWS { width:5.5rem;height:5.5rem;top:34rem;left:1.3125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oG1Wcg0tzoo1wrcU74gOiftLFM2pRmCJ { width:5.5rem;height:5.5rem;top:34rem;left:7.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #AEQyTuI09sITORCGaEzS5BbUC69q4HPJ { width:5.5rem;height:5.5rem;top:40.75rem;left:1.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ge1Jbe3VbpsxahFbpkFaCVXRfv4Tl5Dw { width:5.5rem;height:5.5rem;top:40.75rem;left:7.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #MTIueh17UAFqZ5q9TCTqnXix8RDcoFBZ { width:5.5rem;height:5.5rem;top:34rem;left:13.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #zcQWszi39k8Mow3zoDXoPTiVLb91bUkP { width:5.5rem;height:5.5rem;top:40.75rem;left:13.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eFEiAoGn8FVZu4hkLFeZRR58qHE6Zfs0 { width:5.5rem;height:5.5rem;top:54.25rem;left:1.4375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #OyCTkh5dMmiRXGcU2Fnp28usiSkadpIs { width:5.5rem;height:5.5rem;top:47.5rem;left:1.4375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zzLodtxv0cc0pTqAqVoJoxVLqJJlqbM1 { width:5.5rem;height:5.5rem;top:47.5rem;left:7.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #LGv7B0vXgiGWSPJaTgZfOXTefApTnBWc { width:5.5rem;height:5.5rem;top:54.25rem;left:7.75rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #dR2ewTstR48aKIuTMQFvoFh04sETV44U { width:5.5rem;height:5.5rem;top:47.5rem;left:13.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KqnZqcMPx8yWTrW1IbQlOGZGr3WBb1Qo { width:5.5rem;height:5.5rem;top:54.25rem;left:13.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #STgKxbABp19MWRMd10CDekIcdBJ8CuOO { top:1.75rem;left:0rem;width:20rem;height:80.8125rem;z-index:14997;background-color:#f4fcfb;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKgWzFiNindmofP2wD5i0GKSOQV9F2oQ { width:20rem;height:0.125rem;top:7.9997863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 { display:block; }#A5bbXi4Uv9MAUCc8PJ8sXaDEsll7Vcb8 > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3J0gpbh0fiST6JA62s2WBqdaTKB5v3L { width:20rem;height:4.38671875rem;top:3.8741149902344rem;left:0rem;font-size:1.6875rem;font-family:raddit;color:#010102;display:block; }
 }@media only screen and (max-width: 763px) { #iIMVvp59FdS1CUFnTcrWqxt7zXITbS5J { width:20rem;height:7.125rem;top:9.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iW9bkpRrTz4MQluZm2PdITATfRqk2Eof { width:20rem;height:23.625rem;top:11.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouMTEU83tnh3OBUp9Mzsx6rMr8ha8MGh { width:7.5625rem;height:4.6875rem;top:18.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ1pTrWw8BboEtMKqfM2zXMTVf09qvCn { width:4.1875rem;height:4.1875rem;top:18.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ6szENU4XcM2aCK6nSbLadx6J8nWO3T { width:7.5625rem;height:4.6875rem;top:18.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX0QTAyo4bn1Fs759sSapUJnhSTHRTiE { width:4.1875rem;height:4.1875rem;top:18.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5rxFGuQZoac89DOhG2hDtEL5xKeMQ5 { width:7.5625rem;height:4.6875rem;top:24.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBoMr5PMVmV1zzOI4JK3f09CIXScNhr { width:6.1875rem;height:6.1875rem;top:23.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvHooreNXC5Use4XMnPL1KhnvRRJytKS { width:6.3125rem;height:4.75rem;top:24.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k32Vwpdp4G1KaCR2zarSR2g27MRJST4F { width:7.5625rem;height:4.6875rem;top:24.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPXPcZ6ygT2BavQgoUqEvvQpJIruUVhS { width:7.5625rem;height:4.6875rem;top:30.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7vBx6fWTXgIJSZ437MzDGgJJu7OW73l { width:4.0625rem;height:4.0625rem;top:30.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd4fScabAXenea661tckM44S9a76nclg { width:7.5625rem;height:4.6875rem;top:42.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTt1m6uubSmAc4TTulano5gCqxrLDbTs { width:6.75rem;height:3.6875rem;top:30.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCWw0LBsAkZmJ8TIpN3bXvCBSeABun5o { width:7.5625rem;height:4.6875rem;top:42.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8TAfHchtefsemzkCt46D4XSsypMNBbh { width:6.875rem;height:3.625rem;top:36.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoFP8FuFMV2kmBC052sEUEP8OHRmzTmq { width:7.5625rem;height:4.6875rem;top:30.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5UtVl5Dhnlt9D7pkPvf1UMtt94ysIIS { width:8rem;height:4.5625rem;top:36.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAMSeys3ySM9bTa3TU3WHmoUqrHdIuDf { width:6.6875rem;height:1.6875rem;top:43.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLVu4FxmKN6x3A6HE7JoP2hkxW75fviC { width:7.5625rem;height:4.6875rem;top:36.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r45trTfdcGHkSvZ9qth93afS1qHmUToZ { width:7.5625rem;height:4.6875rem;top:36.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRaxTvgVmI2g4v8pUCKdBDiD5eiBBNAX { width:5rem;height:4.0625rem;top:42.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBs6662mfcgQUG38zHZzzx6UW3AP3E8g { width:7.5625rem;height:4.6875rem;top:48.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmIsSIOTOkmqrdwRGHJqQ2n0Dpv1aoxq { width:6.875rem;height:2.4375rem;top:49.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SccLDCLuXTUl8c9vr3vDiHJCHxSuWqi4 { width:7.625rem;height:2.5rem;top:49.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUsNdPpTvvHTppGJyqw3uZR1TeGIqJXp { width:7.5625rem;height:4.6875rem;top:48.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBCn6ItIQhWLdTwyyAkPIXv5DJaDMPrz { width:7.5625rem;height:4.6875rem;top:54.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVctK0edBl49Z7iASPnDZvAoKtpFAzys { width:5.8125rem;height:1.875rem;top:55.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmZl6rb00NpKImKuKVr5FIPPce7RcGw8 { width:17.061625rem;height:21.0623125rem;top:59.811851501465rem;left:1.4691842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJEMxfBECORI6Pi2zQ1mDmwtGoErTGhU { width:18.6870625rem;height:2.99913125rem;top:83.011070251462rem;left:0.65646702051162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9IdyTJuawrMCTAkaRxw85NOP674Gaf7 { display:block; }
 }@media only screen and (max-width: 763px) { #ESif0McNIkyrCkCA3DuT8RJ9CKHGVxbF { top:1.9997863769531rem;left:0rem;width:20rem;height:78.9375rem;z-index:14997;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#f4f4fc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vKiRvyqo2VTbKQxSu4CHkvkJg9MszkPw { top:59.312072753906rem;left:2.0622833371162rem;width:14.875rem;height:1.0625rem;z-index:15052;background-color:#f4f4fc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MWu1nza4cD8adbK3PTwTThoGR2KEODnG { width:20rem;height:0.125rem;top:8.3910517692569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINTlCwonDAXwS8rZaIRQQ6PklId93d7 { width:19.1873125rem;height:0.81163125rem;top:0.68685913085938rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2mR0BRw15yTfo2xosxSurlXdVw4hqwR { display:block; }#O2mR0BRw15yTfo2xosxSurlXdVw4hqwR > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrMbiDGb7FEU47bMJqRllVJ7G1AQxD7T { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;font-family:raddit;color:#010102;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aUtnTby4CkG2nTSPdP8htP7EcPbNlA1v { width:20rem;height:27.192375rem;top:7.9609375rem;left:0rem;font-size:1rem;display:block; }#aUtnTby4CkG2nTSPdP8htP7EcPbNlA1v li:before{  }
 }@media only screen and (max-width: 763px) { #AqvXJJczCOILMp6E3KODtyUlBQHEdSBP { width:20rem;height:25.25rem;top:36.9638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiNlVBkCQEyHs4rwiOC53NhUfX5TSGER { width:20rem;height:2.5996125rem;top:38.1513671875rem;left:0rem;font-size:2rem;font-family:raddit;color:#010102;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpkmf9i9Ux5yQAASknehZx3ghQIhqELT { width:20rem;height:3.65625rem;top:42.2763671875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgBXNAq0sgyfqpHoDHsb2aum1vTFkeD1 { width:18.6875rem;height:3rem;top:57.875rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQz7esmOxzVToZMtGgBVCfpUTeTpElh { display:block; }
 }@media only screen and (max-width: 763px) { #tbkKvabRRIfTS06PlmhIxP3fxoKK8XJF { width:20rem;height:3.65625rem;top:47.1513671875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3Xt6ITiE85TzG03UgQdOF83PuuGOxwo { width:20rem;height:3.65625rem;top:52.0888671875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3NRntgmL6wL5EfsJlaHwE9flTSEXhuz { width:20rem;height:0.125rem;top:6.2109375rem;left:0rem;display:block; }
 }