.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,240,245;--color-primary-1:250,179,205;--color-primary-2:251,179,205;--color-primary-3:151,107,123;--color-primary-4:50,36,41;--color-secondary-0:204,204,204;--color-secondary-1:146,138,138;--color-secondary-2:102,102,102;--color-secondary-3:7,7,7;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:228,228,228;--color-tertiary-3:36,36,36;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/d8610451-a64e-4890-9e1f-0e7e065a9101/blackFridaycoverlandingpage.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:75rem;height:44.375rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#36363e', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#36363e', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));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; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row .container { background-color: transparent; background-image: none; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row .container > .video-iframe-container { display: none; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row > .video-iframe-container { display: none; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .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); }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row .container { border-width: 0; border-radius: 0; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#NheyZFdoUnITdnDET05fmMUD810wXRvr { color:#ef4f3f;display:block;width:56.25rem;position:absolute;font-family:caveat;font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:9.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-text.counter-number { border-top:0.105rem solid #9b9b9b;border-left:0.10625rem solid #9b9b9b;border-right:0.10625rem solid #9b9b9b;border-bottom:0.105rem solid #9b9b9b;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#b2b2b2;padding-top:0.671875rem;padding-right:0.59375rem;padding-bottom:0.671875rem;padding-left:0.59375rem;display:block;align-items:center;width:3.560625rem;min-width:3.560625rem;height:3.60875rem;position:relative;font-family:arial;font-size:2.68625rem;font-weight:700;line-height:57.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.748125rem;height:1.386875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.0075rem;font-weight:700;line-height:22.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ef4f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(000,000,000,0.62) ;display:flex;justify-content:space-between;width:23.8125rem;height:6.969375rem;padding-top:0.839375rem;padding-right:0.848125rem;padding-bottom:0.839375rem;padding-left:0.848125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.2900390625rem;left:24.744140625rem;z-index:15008; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #p6tUmnDLGQgQS3bGl4FTm2Un5HUQB8Tp { display:flex;position:relative;top:0rem;left:0rem; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #MtpL7NT5QRFkrwam1vObZRVBXKwSNb9d { width:auto; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #zqAQ6snG97m21VX0PO5yWsKTvXOxKG67 {  }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #q8BuVZoaBL1KqPdGQwHuxFmiUcATQ9L2 { display:flex;position:relative;top:0rem;left:0rem; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #T5z0zk75dkhCBywmLUdp49y0IwuLZxa4 {  }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #BNGPJqvbz9gCSNyQFNNcb4LKsWqW1OBa {  }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #w3AXtWISMTq75oMGb5toLVRsZrRGKzqB { display:flex;position:relative;top:0rem;left:0rem; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #BEb5tOlaSvWozfTkTW92vkEUND28eF80 {  }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #b58Weim59oDcosOO0POLT4TfQbei55Fz {  }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #OEQPgUPx1XZfEN4pbSrFv8KuZXmlsv1X { display:flex;position:relative;top:0rem;left:0rem; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #l5LrK3KZxJ0qNoKAprTTyKce6FuVRTfm {  }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #ax3aN9SdU6Ezq2vTfJSFa08W2FRhu9Ql {  }
#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row .container { background-color: transparent; background-image: none; }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row .container > .video-iframe-container { display: none; }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row > .video-iframe-container { display: none; }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .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); }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row .container { border-width: 0; border-radius: 0; }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#OUyJcMkAKTueHNdge8W5BnzeV8HxKP4r { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -moz-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -ms-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -o-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-size:auto !important;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:33.625rem;width:54.375rem;top:6.125rem;left:12.187500953674rem;display:block; }
#dCNFt0uy7N7XWeB0M4Vz0RVyt4fs0ESW { background-color:#ef4f3f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.799479007721rem;left:26.061633110046rem;display:block; }
#OSJOycyst6mxp9qbiiGwIUX6r9HPJfGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUS67399uGb86lw89oBih0B59llFK6eO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/23acb30c-a9c3-489e-8a79-3490889289a6/bathinfusionsandteabundles.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:32.875rem;width:21.1875rem;top:6.3125rem;left:3.125rem;display:block; }#TUS67399uGb86lw89oBih0B59llFK6eO.adaptive-delivery-prevent-bg, #TUS67399uGb86lw89oBih0B59llFK6eO.lazyload, #TUS67399uGb86lw89oBih0B59llFK6eO.lazyloading { background-image: none; }
#wnvu9DhIxkfVrZ2dqM020ZKenDdZVHtz { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:"montserrat bold";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.3749998435375rem;left:25.436633110046rem;height:3.57465rem;display:block; }
#nMuPpr05MabFfNJvMHDLstFTIIQnFetA { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:13.054687976837rem;left:25.436633110046rem;height:26.3159875rem;display:block; }
#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { background-color: transparent; background-image: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container > .video-iframe-container { display: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container { display: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .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); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { border-width: 0; border-radius: 0; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#LgIHqm6CcJyLFb2N3zRJLArWgQOT8xyV { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -moz-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -ms-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -o-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:47.4375rem;top:9.25rem;left:16.375rem;display:block; }
#euqAtwCCI1Rqmrb11UaFHOO5QTBPdvfR { background-color:#ef4f3f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.750003814698rem;left:24.186633110046rem;display:block; }
#AuU4XC0lhptgrg1TcPnqhzT1HIJEMbZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBEmoMUyK9CheFO778Tauq0i2pZGLGtb { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:13.438369750976rem;left:24.186633110046rem;height:12.1458125rem;display:block; }
#bJBiEh1xbBzdLcHpMAF2tekC3nqF2HMT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3l5iMMjP/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.43675rem;width:21.499rem;top:5.25rem;left:1.125rem;display:block; }#bJBiEh1xbBzdLcHpMAF2tekC3nqF2HMT.adaptive-delivery-prevent-bg, #bJBiEh1xbBzdLcHpMAF2tekC3nqF2HMT.lazyload, #bJBiEh1xbBzdLcHpMAF2tekC3nqF2HMT.lazyloading { background-image: none; }
#xuOxtmAMGq1tmTJtf9InqdyoGeskeVgM { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11rem;left:24.25rem;height:1.787325rem;font-style:normal;display:block; }
#pQCSgbSUSHfzSn5E8PQcmKzzLbJy2IF3 { 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:11.8125rem;width:22.8125rem;top:0rem;left:50.796477104504rem;overflow:hidden;display:block; }
#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row .container { background-color: transparent; background-image: none; }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row .container > .video-iframe-container { display: none; }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row > .video-iframe-container { display: none; }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .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); }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row .container { border-width: 0; border-radius: 0; }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#XKxE5KnNscKgvelnWyirTgdzxBf0HTnZ { background-color:#ef4f3f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.054679870606rem;left:23.499133110046rem;display:block; }
#KBkKMrBvriqVhNPxZF44d0cxp4dXXBrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dv4kHuetqgpQaDVTIX3s1iGK8RPThZwT { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -moz-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -ms-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -o-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-size:auto !important;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:22.1875rem;width:47.434875rem;top:7.2977414131162rem;left:22.06076335907rem;display:block; }
#HIOz6C1KXHJUTg6Q8ZHk4z2iRHSUOwaT { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:15.246527194977rem;left:26.558161735534rem;height:12.1458125rem;display:block; }
#HCHv2HSP5ppNAat7fkOTq5rRw68IcbrD { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.499998569489rem;left:26.276911735534rem;height:3.57465rem;font-style:normal;display:block; }
#uEqoCksTR6QqpNiwGW0eXzSnsS7FSGEZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:22.4375rem;top:0rem;left:51.036426632128rem;overflow:hidden;display:block; }
#bzHK6TzsIrayM5o1MMTtE0P7CzQJbc6U { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/mHYdPeMe/Plant_Based_Image_for_Download.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.75rem;width:21.1875rem;top:6.375rem;left:0rem;display:block; }#bzHK6TzsIrayM5o1MMTtE0P7CzQJbc6U.adaptive-delivery-prevent-bg, #bzHK6TzsIrayM5o1MMTtE0P7CzQJbc6U.lazyload, #bzHK6TzsIrayM5o1MMTtE0P7CzQJbc6U.lazyloading { background-image: none; }
#wpk0zieGgCO8mhVM50CtDudQu9qf5I1e { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:20.8125rem;top:14.072916507721rem;left:0rem;overflow:hidden;display:block; }
#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row .container { background-color: transparent; background-image: none; }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row .container > .video-iframe-container { display: none; }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row > .video-iframe-container { display: none; }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .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); }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row .container { border-width: 0; border-radius: 0; }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#WzxLhGhk1vH3znNlHS0TPrmdrZPSOrp5 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -moz-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -ms-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -o-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-size:auto !important;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:22.8125rem;width:54.375rem;top:8.3125rem;left:12.1875rem;display:block; }
#Z1mPefCT7BetMWlb3OfF8FIpS5CBCwGC { background-color:#ef4f3f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.309875rem;height:3.12239375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.058159828186rem;left:25.811633110046rem;display:block; }
#g41nPXixFfaJwmtpQPeN0vOGRShN7zze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zl2FlR3mc2wWmm0wX0UH5P4bPBm67Xqv { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/mHYdPeMe/Plant_Based_Image_for_Download.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.75rem;width:21.1875rem;top:6.5rem;left:3.125rem;display:block; }#zl2FlR3mc2wWmm0wX0UH5P4bPBm67Xqv.adaptive-delivery-prevent-bg, #zl2FlR3mc2wWmm0wX0UH5P4bPBm67Xqv.lazyload, #zl2FlR3mc2wWmm0wX0UH5P4bPBm67Xqv.lazyloading { background-image: none; }
#X3s8K25arOXMeHK7vD6eu1WispPJZtGt { color:rgba(var(--color-tertiary-2),1);display:block;width:26.687rem;position:absolute;font-family:"montserrat bold";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.125rem;left:25.8125rem;height:1.787325rem;display:block; }
#S1Trnswxs8ki7CVxWNoKlOKcnbgTydXm { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:11.760416984558rem;left:25.811633110046rem;height:14.17016875rem;display:block; }
#u0cTERo7Othd8etH5ZVtBzi6M84aUNHt { 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:13rem;width:21.75rem;top:0rem;left:52.0625rem;overflow:hidden;display:block; }
#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row .container { background-color: transparent; background-image: none; }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row .container > .video-iframe-container { display: none; }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row > .video-iframe-container { display: none; }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .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); }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row .container { border-width: 0; border-radius: 0; }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#lDFnyCgCs7x0RLTMPrMdOFfI7Xi3b5TC { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -moz-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -ms-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-image: -o-linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, rgba(var(--color-secondary-2),1), #0f141b);background-size:auto !important;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.1875rem;width:54.375rem;top:8.4375rem;left:12.1875rem;display:block; }
#pEq4CyJuRI0WFrv8FsOE1CBgzOdyBV8o { background-color:#ef4f3f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.7490234375rem;left:26.0625rem;display:block; }
#TCwzT2d8clEnR4HOTp38J70XxGhC8KSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAXAPZlbsUlsUzB2wciqPbFtNgtioi99 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9312f755-d8f0-4e60-9de7-b3ea6d4277c3/Bellymelt4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:32.875rem;width:21.1875rem;top:6.3125rem;left:3.125rem;display:block; }#bAXAPZlbsUlsUzB2wciqPbFtNgtioi99.adaptive-delivery-prevent-bg, #bAXAPZlbsUlsUzB2wciqPbFtNgtioi99.lazyload, #bAXAPZlbsUlsUzB2wciqPbFtNgtioi99.lazyloading { background-image: none; }
#gy04d8BVCHLZQtQqOg3VFbCevihw4rgd { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:"montserrat bold";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:26.0625rem;height:1.787325rem;display:block; }
#yrD36tV8wm9V7VOtggOKMB2prS0iyJT3 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:13.0625rem;left:26.0625rem;height:12.1458125rem;display:block; }
#qVDOnwrDZ4Patha1Rza4NW3tBnef77Gs { 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:13rem;width:21.75rem;top:0rem;left:52.0625rem;overflow:hidden;display:block; }
#oe3gFoxWeQf2oeKoEtTgHToI45E7k8vU { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.541667699814rem;left:46.618056297303rem;height:;display:block; }
#TGdkVfyWcTTefXMnrTHO56hWP2qDDA1T { box-sizing:content-box;height:1.875rem;width:3.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3194444179538rem;left:60.843752861023rem;display:block; }
#TCTw5oVahpwove23CNG7fEeO26thGsbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#36363e', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#36363e', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(183deg, #36363e, rgba(var(--color-tertiary-4),1));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; }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row .container { background-color: transparent; background-image: none; }#TCTw5oVahpwove23CNG7fEeO26thGsbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row .container > .video-iframe-container { display: none; }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row > .video-iframe-container { display: none; }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .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); }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row .container { border-width: 0; border-radius: 0; }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#qMw8rSPhp9fWizPB9KFqw6UKZkgovXnF { color:#ef4f3f;display:block;width:56.25rem;position:absolute;font-family:caveat;font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:9.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-text.counter-number { border-top:0.105rem solid #9b9b9b;border-left:0.10625rem solid #9b9b9b;border-right:0.10625rem solid #9b9b9b;border-bottom:0.105rem solid #9b9b9b;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#b2b2b2;padding-top:0.671875rem;padding-right:0.59375rem;padding-bottom:0.671875rem;padding-left:0.59375rem;display:block;align-items:center;width:3.560625rem;min-width:3.560625rem;height:3.60875rem;position:relative;font-family:arial;font-size:2.68625rem;font-weight:700;line-height:57.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.748125rem;height:1.386875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.0075rem;font-weight:700;line-height:22.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#f15a2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(000,000,000,0.62) ;display:flex;justify-content:space-between;width:23.8125rem;height:6.969375rem;padding-top:0.839375rem;padding-right:0.848125rem;padding-bottom:0.839375rem;padding-left:0.848125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.2900390625rem;left:24.744140625rem;z-index:15008; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #sqaRkCdxNWnx7TdJnQptnsiVmUULpXPR { display:flex;position:relative;top:0rem;left:0rem; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #XAZ8MHyeG7WhGx8Wd2cdqxJdT6r9p8ZS { width:auto; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #pE6eVRpKuozfRrSEhuhqKUccO1ZcGLx2 {  }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #wtMhlvBQTDHugtd3XQWFQQi2iXsAcCdC { display:flex;position:relative;top:0rem;left:0rem; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #W7WbG7SRdDezvzgORbSLTS3kxSuPVAz8 {  }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #TcKgZC0unZRRiaDT0Qcc6dKkHZOZ6LQT {  }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #oZBN36HfKsrGFIKlt43o8Uyr8HMaBs5c { display:flex;position:relative;top:0rem;left:0rem; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #ETh0EnZiT73SkOTX4D3HTH1xv4cpbXZs {  }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #QWs38J1rt3DoqMeF6wU5HcatxmlfrK79 {  }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #MUJMyWToN2Ces9upb0iJR9qTULTT2c43 { display:flex;position:relative;top:0rem;left:0rem; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #bS6MfVRGNTLibyLpfXTzXIliOqKmdZsh {  }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #osnwS8Rvl0RKlsnQM4nQESAUnM7sZs92 {  }
#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-0),1));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; }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row .container { background-color: transparent; background-image: none; }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row .container > .video-iframe-container { display: none; }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row > .video-iframe-container { display: none; }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .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); }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row .container { border-width: 0; border-radius: 0; }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#PZwL5bdZtrebgJx1xxWks0iypeqZTlUW { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:"glacial indifference";font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.31640625rem;left:45.375rem;height:5.3611125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amyawXc9lPtRatLWBFGxNExO2uNiymn8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.0625rem;width:40.4375rem;top:7.966796875rem;left:0rem;display:block; }
#VQ2lbe210IFpqb7WIqXJbSKmAumLAmA9 { color:#ef4f3f;display:block;width:57.75rem;position:absolute;font-family:caveat;font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.4375rem;left:8.625rem;height:3.33073125rem;display:block; }
#TE87arb1T6QOlkEukK6sITFCnTb0q2En { 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:2.8125rem;width:4.0625rem;top:31.375rem;left:13.0625rem;overflow:hidden;display:block; }
#ZV2XiUVXcJ3VTOKhPylKZo3TdpRIBeXA { position:absolute;display:block;z-index:15019;background-color:#f15a2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:48.5625rem;top:33.375rem;left:14.25rem;display:block; }
#LqHK0PfVezfgeKMgi2d0TFyI4huJrbDy { color:#222222;display:block;width:43.5rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.1875rem;left:16.6875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ls8hnc95M7XTzJ4dUlXVJ9m3RP9w8UE0 { color:#222222;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:41.3125rem;left:8.625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SogxL8uCBnTaN0AkZcF1SCtAOoDc8cVZ { 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:2.9375rem;width:4.1875rem;top:40.9375rem;left:60.125rem;overflow:hidden;display:block; }
#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #ef4f3f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #ef4f3f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #ef4f3f);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #ef4f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#ef4f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#ef4f3f' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #ef4f3f);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; }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row .container { background-color: transparent; background-image: none; }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row .container > .video-iframe-container { display: none; }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row > .video-iframe-container { display: none; }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .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); }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row .container { border-width: 0; border-radius: 0; }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#dyIREb9Czr7rUTAkkc5SQ4WtC37otUMm { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;height:12.6243125rem;width:12.5rem;top:1rem;left:3.1875rem;overflow:hidden;display:block; }
#w7bwTHZmaLbUpdDssvg992xQkPwQMIWg { display:block;width:12.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:14.4375rem;left:3.0625rem;height:1.5rem;text-align:center;text-align-last:center;color:#575365;font-style:normal;display:block; }
#L1127THayPnnHkWovcHiKKWSOD3aE31h { display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:18.00048828125rem;left:5.78125rem;height:1.68823125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#Eto78dSGiE7r9hQgil0KCSSmMk4OR3Q5 { display:block;width:12.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:14.437255859375rem;left:22.498779296875rem;height:3rem;text-align:center;text-align-last:center;color:#575365;font-style:normal;display:block; }
#ReToUc1aNnKCOhpg8txFswbJ2sH0C2ct { display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:18.00048828125rem;left:26.309814453125rem;height:1.68823125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#SDLVkfvRQZXaMB7OT7T4fXSLrbh6oROF { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;height:12.9358125rem;width:11.875rem;top:0.999755859375rem;left:22.1875rem;overflow:hidden;display:block; }
#EXyEwuhtIyNfFUrkumcgOXyJ82AQPvrT { display:block;width:12.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:14.437255859375rem;left:39.93408203125rem;height:1.5rem;text-align:center;text-align-last:center;color:#575365;font-style:normal;display:block; }
#Rma8tyTlNylFJRQGnJXmnpbX8dhvTMMA { display:block;width:5.0598125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:18.00048828125rem;left:43.717041015625rem;height:1.68823125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#ZfRqBTnEWCNeLdZVUpip02DBJ4Gymq1C { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;height:12.3108125rem;width:12.8735625rem;top:1.156005859375rem;left:40.43701171875rem;overflow:hidden;display:block; }
#R2sMBU67d65aO3yTpszGqFAe1kfcIRm3 { display:block;width:5.0610375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:18.00048828125rem;left:63.094482421875rem;height:1.68823125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#iQWtB1upcLKgQgmRZ8JIbGiTnbQWCzeB { display:block;width:12.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:13.687744140625rem;left:59.312744140625rem;height:3rem;text-align:center;text-align-last:center;color:#575365;font-style:normal;display:block; }
#rFMzc0FZqDxWc1mpZCEcIT7VsXZE4sy5 { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;height:12.3730625rem;width:12.3730625rem;top:1.124267578125rem;left:59.437255859375rem;overflow:hidden;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);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; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .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); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:27.0625rem;width:75rem;position:relative;display:block; }#LSTSlaz5Twt8FVckkspW37zEH8zbl8b7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8115rem;width:12.4365rem;top:5.247802734375rem;left:31.280517578125rem;overflow:hidden;display:block; }
#AtkF4OTCJUT1aCGUW2OfFRB6WRSSTbIC { color:rgba(var(--color-tertiary-4),1);display:block;width:74.874375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.242919921875rem;left:0rem;height:9.09635625rem;text-align:center;text-align-last:center;display:block; }
#KvLqfkpk0mAFdVAocXC7B105p07S2T2g { background-color:transparent;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.0595703125rem;left:30.6875rem;display:block; }
#GE5Qutn2exo6xAyfSxK4DtJ6DethMfwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ke57aVmMg54Q2PPuTc0xuLnKkzaRDCOr { background-color:transparent;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.40625rem;left:31.2802734375rem;display:block; }
#tAWy79O3MovNMXsfKFL1rAzHQ6ix7yHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P { display:block; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NheyZFdoUnITdnDET05fmMUD810wXRvr { top:0.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo { width:18.875rem;height:5.2725rem;display:flex;top:27.6875rem;left:14.18593788147rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #p6tUmnDLGQgQS3bGl4FTm2Un5HUQB8Tp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #MtpL7NT5QRFkrwam1vObZRVBXKwSNb9d {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #zqAQ6snG97m21VX0PO5yWsKTvXOxKG67 {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #q8BuVZoaBL1KqPdGQwHuxFmiUcATQ9L2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #T5z0zk75dkhCBywmLUdp49y0IwuLZxa4 {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #BNGPJqvbz9gCSNyQFNNcb4LKsWqW1OBa {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #w3AXtWISMTq75oMGb5toLVRsZrRGKzqB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #BEb5tOlaSvWozfTkTW92vkEUND28eF80 {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #b58Weim59oDcosOO0POLT4TfQbei55Fz {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #OEQPgUPx1XZfEN4pbSrFv8KuZXmlsv1X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #l5LrK3KZxJ0qNoKAprTTyKce6FuVRTfm {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #ax3aN9SdU6Ezq2vTfJSFa08W2FRhu9Ql {  }
 }@media only screen and (max-width: 763px) { #TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV { display:block; }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUyJcMkAKTueHNdge8W5BnzeV8HxKP4r { top:6.125rem;left:0rem;width:47.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCNFt0uy7N7XWeB0M4Vz0RVyt4fs0ESW { width:10.3125rem;height:2.5625rem;top:40.75rem;left:12.436633110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSJOycyst6mxp9qbiiGwIUX6r9HPJfGu { display:block; }
 }@media only screen and (max-width: 763px) { #TUS67399uGb86lw89oBih0B59llFK6eO { top:6.3125rem;left:0rem;width:21.1875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnvu9DhIxkfVrZ2dqM020ZKenDdZVHtz { top:7.3125rem;left:11.811633110046rem;width:33.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMuPpr05MabFfNJvMHDLstFTIIQnFetA { top:13rem;left:7.6875rem;width:40.0625rem;height:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgIHqm6CcJyLFb2N3zRJLArWgQOT8xyV { top:9.25rem;left:0.3125rem;width:47.4375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euqAtwCCI1Rqmrb11UaFHOO5QTBPdvfR { width:10.3125rem;height:3.125rem;top:27.75rem;left:10.561633110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuU4XC0lhptgrg1TcPnqhzT1HIJEMbZW { display:block; }
 }@media only screen and (max-width: 763px) { #fBEmoMUyK9CheFO778Tauq0i2pZGLGtb { top:13.4375rem;left:9.3125rem;width:38.4375rem;height:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJBiEh1xbBzdLcHpMAF2tekC3nqF2HMT { top:5.25rem;left:0rem;width:21.4375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOxtmAMGq1tmTJtf9InqdyoGeskeVgM { top:11rem;left:10.624999046326rem;width:26.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQCSgbSUSHfzSn5E8PQcmKzzLbJy2IF3 { top:0rem;left:24.5625rem;width:22.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m { display:block; }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKxE5KnNscKgvelnWyirTgdzxBf0HTnZ { width:10.3125rem;height:3.125rem;top:30rem;left:9.8741331100462rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBkKMrBvriqVhNPxZF44d0cxp4dXXBrD { display:block; }
 }@media only screen and (max-width: 763px) { #dv4kHuetqgpQaDVTIX3s1iGK8RPThZwT { top:7.25rem;left:0.375rem;width:47.375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIOz6C1KXHJUTg6Q8ZHk4z2iRHSUOwaT { top:15.1875rem;left:9.3125rem;width:38.4375rem;height:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHv2HSP5ppNAat7fkOTq5rRw68IcbrD { top:10.4375rem;left:8.75rem;width:39rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEqoCksTR6QqpNiwGW0eXzSnsS7FSGEZ { top:0rem;left:24.9375rem;width:22.4375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzHK6TzsIrayM5o1MMTtE0P7CzQJbc6U { top:6.375rem;left:0rem;width:21.1875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpk0zieGgCO8mhVM50CtDudQu9qf5I1e { top:14.0625rem;left:0rem;width:20.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD { display:block; }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzxLhGhk1vH3znNlHS0TPrmdrZPSOrp5 { top:8.3125rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mPefCT7BetMWlb3OfF8FIpS5CBCwGC { width:10.25rem;height:3.0625rem;top:28rem;left:12.186633110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g41nPXixFfaJwmtpQPeN0vOGRShN7zze { display:block; }
 }@media only screen and (max-width: 763px) { #zl2FlR3mc2wWmm0wX0UH5P4bPBm67Xqv { top:6.5rem;left:0rem;width:21.1875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3s8K25arOXMeHK7vD6eu1WispPJZtGt { top:9.125rem;left:12.187499046326rem;width:26.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1Trnswxs8ki7CVxWNoKlOKcnbgTydXm { top:11.75rem;left:9.3125rem;width:38.4375rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0cTERo7Othd8etH5ZVtBzi6M84aUNHt { top:0rem;left:24.8125rem;width:21.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp { display:block; }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDFnyCgCs7x0RLTMPrMdOFfI7Xi3b5TC { top:8.4375rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEq4CyJuRI0WFrv8FsOE1CBgzOdyBV8o { width:10.3125rem;height:2.5625rem;top:32.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCwzT2d8clEnR4HOTp38J70XxGhC8KSX { display:block; }
 }@media only screen and (max-width: 763px) { #bAXAPZlbsUlsUzB2wciqPbFtNgtioi99 { top:6.3125rem;left:0rem;width:21.1875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy04d8BVCHLZQtQqOg3VFbCevihw4rgd { top:10.25rem;left:12.437499046326rem;width:33.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrD36tV8wm9V7VOtggOKMB2prS0iyJT3 { top:13rem;left:7.6875rem;width:40.0625rem;height:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVDOnwrDZ4Patha1Rza4NW3tBnef77Gs { top:0rem;left:24.8125rem;width:21.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe3gFoxWeQf2oeKoEtTgHToI45E7k8vU { top:28.5rem;left:27.75rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdkVfyWcTTefXMnrTHO56hWP2qDDA1T { top:9.3125rem;left:43.8125rem;width:3.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTw5oVahpwove23CNG7fEeO26thGsbf { display:block; }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMw8rSPhp9fWizPB9KFqw6UKZkgovXnF { top:0.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay { width:18.875rem;height:5.2725rem;display:flex;top:27.6875rem;left:14.18593788147rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #sqaRkCdxNWnx7TdJnQptnsiVmUULpXPR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #XAZ8MHyeG7WhGx8Wd2cdqxJdT6r9p8ZS {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #pE6eVRpKuozfRrSEhuhqKUccO1ZcGLx2 {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #wtMhlvBQTDHugtd3XQWFQQi2iXsAcCdC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #W7WbG7SRdDezvzgORbSLTS3kxSuPVAz8 {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #TcKgZC0unZRRiaDT0Qcc6dKkHZOZ6LQT {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #oZBN36HfKsrGFIKlt43o8Uyr8HMaBs5c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #ETh0EnZiT73SkOTX4D3HTH1xv4cpbXZs {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #QWs38J1rt3DoqMeF6wU5HcatxmlfrK79 {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #MUJMyWToN2Ces9upb0iJR9qTULTT2c43 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #bS6MfVRGNTLibyLpfXTzXIliOqKmdZsh {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #osnwS8Rvl0RKlsnQM4nQESAUnM7sZs92 {  }
 }@media only screen and (max-width: 763px) { #ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf { display:block; }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZwL5bdZtrebgJx1xxWks0iypeqZTlUW { top:16.3125rem;left:21.0625rem;width:26.6875rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amyawXc9lPtRatLWBFGxNExO2uNiymn8 { top:7.9375rem;left:0rem;width:40.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ2lbe210IFpqb7WIqXJbSKmAumLAmA9 { top:2.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE87arb1T6QOlkEukK6sITFCnTb0q2En { width:4.0625rem;height:2.8125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV2XiUVXcJ3VTOKhPylKZo3TdpRIBeXA { top:33.375rem;left:0rem;width:47.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqHK0PfVezfgeKMgi2d0TFyI4huJrbDy { width:43.5rem;height:6.5rem;top:34.1875rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls8hnc95M7XTzJ4dUlXVJ9m3RP9w8UE0 { width:47.75rem;height:1.25rem;top:41.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SogxL8uCBnTaN0AkZcF1SCtAOoDc8cVZ { width:4.1875rem;height:2.9375rem;top:40.9375rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCxexZfy6qNPdvuPE0R8fN6gen65RdvB { display:block; }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyIREb9Czr7rUTAkkc5SQ4WtC37otUMm { top:1rem;left:0rem;width:12.5rem;height:12.6233125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7bwTHZmaLbUpdDssvg992xQkPwQMIWg { width:12.5625rem;height:1.4375rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1127THayPnnHkWovcHiKKWSOD3aE31h { width:7.1875rem;height:1.6875rem;top:18rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eto78dSGiE7r9hQgil0KCSSmMk4OR3Q5 { width:12.5625rem;height:2.9375rem;top:14.375rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReToUc1aNnKCOhpg8txFswbJ2sH0C2ct { width:5rem;height:1.6875rem;top:18rem;left:16.091064453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDLVkfvRQZXaMB7OT7T4fXSLrbh6oROF { top:0.9375rem;left:11.96875rem;width:11.875rem;height:12.9358125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXyEwuhtIyNfFUrkumcgOXyJ82AQPvrT { width:12.5625rem;height:1.4375rem;top:14.375rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rma8tyTlNylFJRQGnJXmnpbX8dhvTMMA { width:5rem;height:1.6875rem;top:18rem;left:26.685791015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfRqBTnEWCNeLdZVUpip02DBJ4Gymq1C { top:1.125rem;left:23rem;width:12.8125rem;height:12.252419262831rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2sMBU67d65aO3yTpszGqFAe1kfcIRm3 { width:5rem;height:1.6875rem;top:18rem;left:39.250732421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQWtB1upcLKgQgmRZ8JIbGiTnbQWCzeB { width:12.5625rem;height:2.9375rem;top:13.6875rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFMzc0FZqDxWc1mpZCEcIT7VsXZE4sy5 { top:1.0625rem;left:35.4375rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSTSlaz5Twt8FVckkspW37zEH8zbl8b7 { top:5.1875rem;left:17.655517578125rem;width:12.375rem;height:6.7778163068387rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtkF4OTCJUT1aCGUW2OfFRB6WRSSTbIC { top:15.1875rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLqfkpk0mAFdVAocXC7B105p07S2T2g { width:13.625rem;height:2.25rem;top:3rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE5Qutn2exo6xAyfSxK4DtJ6DethMfwW { display:block; }
 }@media only screen and (max-width: 763px) { #ke57aVmMg54Q2PPuTc0xuLnKkzaRDCOr { width:13.625rem;height:2.25rem;top:12.375rem;left:17.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAWy79O3MovNMXsfKFL1rAzHQ6ix7yHl { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d8610451-a64e-4890-9e1f-0e7e065a9101/blackFridaycoverlandingpage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P { display:block; }#L4tCazxFRA5L4SyqkDFAftMHfGsFqc1P > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NheyZFdoUnITdnDET05fmMUD810wXRvr { width:20rem;height:2.193575rem;top:1.25rem;left:0rem;font-size:1.6875rem;color:#eaeaea;font-weight:700;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-text.counter-number { padding-top:0.454375rem;padding-right:0.400625rem;padding-bottom:0.454375rem;padding-left:0.400625rem;width:2.40375rem;min-width:2.40375rem;height:2.4425rem;font-size:1.818125rem;line-height:39.08px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.095625rem solid #9b9b9b;border-right:0.0975rem solid #9b9b9b;border-bottom:0.095625rem solid #9b9b9b;border-left:0.0975rem solid #9b9b9b; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.284375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.205625rem;height:0.965625rem;font-size:0.681875rem;line-height:15.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo { width:17.625rem;height:4.7925rem;display:flex;top:4.69270625rem;left:0.4375rem;z-index:15007;padding-top:0.763125rem;padding-right:0.776875rem;padding-bottom:0.763125rem;padding-left:0.776875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #p6tUmnDLGQgQS3bGl4FTm2Un5HUQB8Tp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #MtpL7NT5QRFkrwam1vObZRVBXKwSNb9d {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #zqAQ6snG97m21VX0PO5yWsKTvXOxKG67 {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #q8BuVZoaBL1KqPdGQwHuxFmiUcATQ9L2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #T5z0zk75dkhCBywmLUdp49y0IwuLZxa4 {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #BNGPJqvbz9gCSNyQFNNcb4LKsWqW1OBa {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #w3AXtWISMTq75oMGb5toLVRsZrRGKzqB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #BEb5tOlaSvWozfTkTW92vkEUND28eF80 {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #b58Weim59oDcosOO0POLT4TfQbei55Fz {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #OEQPgUPx1XZfEN4pbSrFv8KuZXmlsv1X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #l5LrK3KZxJ0qNoKAprTTyKce6FuVRTfm {  }
 }@media only screen and (max-width: 763px) { #Geta4ZxQsgM6vrzp4QK8xa5goF0w9zpo #ax3aN9SdU6Ezq2vTfJSFa08W2FRhu9Ql {  }
 }@media only screen and (max-width: 763px) { #TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV { display:block; }#TAcOEDyaCg3Bah8Dc4QPNMxtrWTJbDaV > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUyJcMkAKTueHNdge8W5BnzeV8HxKP4r { width:20rem;height:47.125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCNFt0uy7N7XWeB0M4Vz0RVyt4fs0ESW { width:10.2456875rem;height:3.0581625rem;top:83.999117851256rem;left:4.876736164093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSJOycyst6mxp9qbiiGwIUX6r9HPJfGu { display:block; }
 }@media only screen and (max-width: 763px) { #TUS67399uGb86lw89oBih0B59llFK6eO { width:20rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnvu9DhIxkfVrZ2dqM020ZKenDdZVHtz { width:17.1875rem;height:7.1493125rem;top:23.625011444092rem;left:1.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMuPpr05MabFfNJvMHDLstFTIIQnFetA { width:19.375rem;height:52.631975rem;top:31.368070602417rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgIHqm6CcJyLFb2N3zRJLArWgQOT8xyV { width:20rem;height:22.4375rem;top:28.8706875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euqAtwCCI1Rqmrb11UaFHOO5QTBPdvfR { width:10.3125rem;height:3.125rem;top:63.6831875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuU4XC0lhptgrg1TcPnqhzT1HIJEMbZW { display:block; }
 }@media only screen and (max-width: 763px) { #fBEmoMUyK9CheFO778Tauq0i2pZGLGtb { width:20rem;height:17.9948125rem;top:41.934028625488rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJBiEh1xbBzdLcHpMAF2tekC3nqF2HMT { width:20rem;height:26.3706875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOxtmAMGq1tmTJtf9InqdyoGeskeVgM { width:20rem;height:1.46180625rem;top:38.745660781861rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQCSgbSUSHfzSn5E8PQcmKzzLbJy2IF3 { width:18.875rem;height:9.875rem;top:27.619792938233rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m { display:block; }#aTUxqJJvcttIhV4JHXK7ue5eZzCZfo2m > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKxE5KnNscKgvelnWyirTgdzxBf0HTnZ { width:10.3125rem;height:3.125rem;top:72.404528625488rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBkKMrBvriqVhNPxZF44d0cxp4dXXBrD { display:block; }
 }@media only screen and (max-width: 763px) { #dv4kHuetqgpQaDVTIX3s1iGK8RPThZwT { width:20rem;height:29.625rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIOz6C1KXHJUTg6Q8ZHk4z2iRHSUOwaT { width:20rem;height:22.267375rem;top:46.637151718139rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCHv2HSP5ppNAat7fkOTq5rRw68IcbrD { width:20rem;height:5.361975rem;top:38.452257156372rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEqoCksTR6QqpNiwGW0eXzSnsS7FSGEZ { width:18.375rem;height:10.4375rem;top:27.069445133209rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzHK6TzsIrayM5o1MMTtE0P7CzQJbc6U { width:20rem;height:26.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpk0zieGgCO8mhVM50CtDudQu9qf5I1e { width:20rem;height:10.329875rem;top:8.9479179382325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD { display:block; }#lXbuid0RFgpRk6Z62oFsEoJ7MHDFkKmD > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzxLhGhk1vH3znNlHS0TPrmdrZPSOrp5 { width:20rem;height:34.875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mPefCT7BetMWlb3OfF8FIpS5CBCwGC { width:10.2456875rem;height:3.0581625rem;top:58.995656967163rem;left:4.876736164093rem;display:block; }
 }@media only screen and (max-width: 763px) { #g41nPXixFfaJwmtpQPeN0vOGRShN7zze { display:block; }
 }@media only screen and (max-width: 763px) { #zl2FlR3mc2wWmm0wX0UH5P4bPBm67Xqv { width:20rem;height:17.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3s8K25arOXMeHK7vD6eu1WispPJZtGt { width:17.1875rem;height:1.787325rem;top:25.5rem;left:1.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1Trnswxs8ki7CVxWNoKlOKcnbgTydXm { width:20rem;height:28.34025rem;top:29.023438215256rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0cTERo7Othd8etH5ZVtBzi6M84aUNHt { width:15.3125rem;height:9.125rem;top:16.429693222046rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp { display:block; }#GBu1VVRR9fsM44uSiWbNPwVwEUfGulCp > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDFnyCgCs7x0RLTMPrMdOFfI7Xi3b5TC { width:20rem;height:47.125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEq4CyJuRI0WFrv8FsOE1CBgzOdyBV8o { width:10.2456875rem;height:3.0581625rem;top:64.998248100281rem;left:5.407986164093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCwzT2d8clEnR4HOTp38J70XxGhC8KSX { display:block; }
 }@media only screen and (max-width: 763px) { #bAXAPZlbsUlsUzB2wciqPbFtNgtioi99 { width:20rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy04d8BVCHLZQtQqOg3VFbCevihw4rgd { width:17.1875rem;height:3.57465rem;top:30.375008583069rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrD36tV8wm9V7VOtggOKMB2prS0iyJT3 { width:19.375rem;height:26.316rem;top:35.374132156372rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVDOnwrDZ4Patha1Rza4NW3tBnef77Gs { width:18.9375rem;height:11.3125rem;top:17.874136924744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe3gFoxWeQf2oeKoEtTgHToI45E7k8vU { width:20rem;height:1.29948125rem;top:70.062499046325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGdkVfyWcTTefXMnrTHO56hWP2qDDA1T { width:3.9375rem;height:1.875rem;top:23.256944656372rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTw5oVahpwove23CNG7fEeO26thGsbf { display:block; }#TCTw5oVahpwove23CNG7fEeO26thGsbf > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMw8rSPhp9fWizPB9KFqw6UKZkgovXnF { width:20rem;height:2.193575rem;top:1.25rem;left:0rem;font-size:1.6875rem;color:#eaeaea;font-weight:700;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-text.counter-number { padding-top:0.454375rem;padding-right:0.400625rem;padding-bottom:0.454375rem;padding-left:0.400625rem;width:2.40375rem;min-width:2.40375rem;height:2.4425rem;font-size:1.818125rem;line-height:39.08px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.095625rem solid #9b9b9b;border-right:0.0975rem solid #9b9b9b;border-bottom:0.095625rem solid #9b9b9b;border-left:0.0975rem solid #9b9b9b; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.284375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.205625rem;height:0.965625rem;font-size:0.681875rem;line-height:15.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay { width:17.625rem;height:4.7925rem;display:flex;top:4.69270625rem;left:0.4375rem;z-index:15007;padding-top:0.763125rem;padding-right:0.776875rem;padding-bottom:0.763125rem;padding-left:0.776875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #sqaRkCdxNWnx7TdJnQptnsiVmUULpXPR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #XAZ8MHyeG7WhGx8Wd2cdqxJdT6r9p8ZS {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #pE6eVRpKuozfRrSEhuhqKUccO1ZcGLx2 {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #wtMhlvBQTDHugtd3XQWFQQi2iXsAcCdC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #W7WbG7SRdDezvzgORbSLTS3kxSuPVAz8 {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #TcKgZC0unZRRiaDT0Qcc6dKkHZOZ6LQT {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #oZBN36HfKsrGFIKlt43o8Uyr8HMaBs5c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #ETh0EnZiT73SkOTX4D3HTH1xv4cpbXZs {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #QWs38J1rt3DoqMeF6wU5HcatxmlfrK79 {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #MUJMyWToN2Ces9upb0iJR9qTULTT2c43 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #bS6MfVRGNTLibyLpfXTzXIliOqKmdZsh {  }
 }@media only screen and (max-width: 763px) { #GsLsuP9fmrROF1kzrKx2e2X1FhMtOfay #osnwS8Rvl0RKlsnQM4nQESAUnM7sZs92 {  }
 }@media only screen and (max-width: 763px) { #ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf { display:block; }#ymWyFxxCRTsAxzR5MGNLkcWOD0ThZcEf > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZwL5bdZtrebgJx1xxWks0iypeqZTlUW { width:20rem;height:4.0625rem;top:18.55905625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amyawXc9lPtRatLWBFGxNExO2uNiymn8 { height:10.90975rem;width:20rem;top:6.39930625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ2lbe210IFpqb7WIqXJbSKmAumLAmA9 { width:20rem;height:3.89930625rem;top:1.25rem;left:0rem;font-size:1.5rem;color:#eaeaea;font-weight:700;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TE87arb1T6QOlkEukK6sITFCnTb0q2En { width:4.0625rem;height:2.8125rem;top:23.87155625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV2XiUVXcJ3VTOKhPylKZo3TdpRIBeXA { width:19.75rem;height:13.1875rem;top:30.43405625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqHK0PfVezfgeKMgi2d0TFyI4huJrbDy { width:20rem;height:7.796875rem;top:31.24655625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls8hnc95M7XTzJ4dUlXVJ9m3RP9w8UE0 { width:20rem;height:1.25rem;top:27.93405625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SogxL8uCBnTaN0AkZcF1SCtAOoDc8cVZ { width:4.1875rem;height:2.9375rem;top:45.09377875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCxexZfy6qNPdvuPE0R8fN6gen65RdvB { display:block; }#BCxexZfy6qNPdvuPE0R8fN6gen65RdvB > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyIREb9Czr7rUTAkkc5SQ4WtC37otUMm { width:12.5rem;height:12.6215rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7bwTHZmaLbUpdDssvg992xQkPwQMIWg { width:12.559875rem;height:1.5rem;top:15.1206875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1127THayPnnHkWovcHiKKWSOD3aE31h { width:7.1875rem;height:1.5rem;top:17.8706875rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eto78dSGiE7r9hQgil0KCSSmMk4OR3Q5 { width:12.559875rem;height:3rem;top:34.803875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReToUc1aNnKCOhpg8txFswbJ2sH0C2ct { width:5rem;height:1.5rem;top:39.053875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDLVkfvRQZXaMB7OT7T4fXSLrbh6oROF { width:11.875rem;height:12.934rem;top:20.6206875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXyEwuhtIyNfFUrkumcgOXyJ82AQPvrT { width:12.559875rem;height:1.5rem;top:55.305625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rma8tyTlNylFJRQGnJXmnpbX8dhvTMMA { width:5rem;height:1.5rem;top:58.055625rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfRqBTnEWCNeLdZVUpip02DBJ4Gymq1C { width:12.8125rem;height:12.25175rem;top:41.803875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2sMBU67d65aO3yTpszGqFAe1kfcIRm3 { width:5rem;height:1.5rem;top:78.618125rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQWtB1upcLKgQgmRZ8JIbGiTnbQWCzeB { width:12.559875rem;height:3rem;top:74.368125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFMzc0FZqDxWc1mpZCEcIT7VsXZE4sy5 { width:12.3125rem;height:12.3125rem;top:60.805625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSTSlaz5Twt8FVckkspW37zEH8zbl8b7 { width:11rem;height:6.0894125rem;top:4.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtkF4OTCJUT1aCGUW2OfFRB6WRSSTbIC { width:20rem;height:15.59723125rem;top:15.5894125rem;left:0rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvLqfkpk0mAFdVAocXC7B105p07S2T2g { width:13.625rem;height:2.25rem;top:1.25rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE5Qutn2exo6xAyfSxK4DtJ6DethMfwW { display:block; }
 }@media only screen and (max-width: 763px) { #ke57aVmMg54Q2PPuTc0xuLnKkzaRDCOr { width:13.625rem;height:2.25rem;top:12.0894125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAWy79O3MovNMXsfKFL1rAzHQ6ix7yHl { display:block; }
 }