.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:255,249,217;--color-primary-1:255,236,128;--color-primary-2:255,216,0;--color-primary-3:128,108,0;--color-primary-4:38,32,0;--color-secondary-0:245,245,245;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--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-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG *:focus-visible, #CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG input[type="text"]:focus-visible, #CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG input[type="email"]:focus-visible, #CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG input[type="tel"]:focus-visible, #CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG textarea:focus-visible { outline:0.125rem solid #000000;; } #CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.6);background-image:url("https://images.assets-landingi.com/uc/872f4f2f-fb0c-41d8-a27b-ecc931e488fb/Womaneatinghealthymeal.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:64.375rem;width:75rem;position:relative;display:block; }#QtWLUXRiKFeT9c6Oguc5vQUBCVQB29nw { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:14.1875rem;height:5.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hz6TK43midwx8nwafrTcBKHELpASGhbX { color:rgba(var(--color-tertiary-0),1);display:block;width:53.875rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:16.25rem;left:10.5625rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#R5MBmlQAULSWUhIW7M0DpGDLtudOPWA9 { background-color:rgba(var(--color-primary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.4375rem;left:25.5625rem;display:block; }
#QlI9D1c7Umdq0I5myVT3zR4fvKokXDIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Coq0JzZiSW7vB7ddS1p91TIubTS16WXL { color:rgba(var(--color-tertiary-0),1);display:block;width:62.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:30.78125rem;left:6.03125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#Tp9ZUgTbxwUXyy6BAxTJux3kt3S4T823 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:63.5rem;top:5.8125rem;left:5.75rem;display:block; }
#l62uG9Veu7JG4QG8b7kInaWZk4huqKdw { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.61), rgba(var(--color-secondary-4),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.61), rgba(var(--color-secondary-4),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.61), rgba(var(--color-secondary-4),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.61), rgba(var(--color-secondary-4),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.61)', endColorstr='rgba(var(--color-secondary-4),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.61)', endColorstr='rgba(var(--color-secondary-4),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.61), rgba(var(--color-secondary-4),0.83));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:52.4375rem;width:70.4375rem;top:3.75rem;left:1.65625rem;display:block; }
#wsgnxIyZVFk5aPNrm0GPNEB0xOS9B8FN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#SSDVzWnvRxKynN316c162hV5RsNPrlL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:62.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:30.78125rem;left:6.03125rem;height:7.5rem;text-align:center;text-align-last:center;display:none; }
#Vz2ceKAt7JdwkUXou7c3HWXr90yRAcLT { color:rgba(var(--color-tertiary-0),1);display:block;width:53.875rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:16.25rem;left:10.5625rem;height:11.375rem;text-align:center;text-align-last:center;display:none; }
#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row .container { background-color: transparent; background-image: none; }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row .container > .video-iframe-container { display: none; }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row > .video-iframe-container { display: none; }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .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); }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row .container { border-width: 0; border-radius: 0; }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#ZKO5ZIQfgdiM8K7JMLBULgWXTMNg98BN { color:rgba(var(--color-primary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.34375rem;left:14.1875rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iAZkkGVHmE5iPlDpDHIwDL6PXmIlzrKK { position:absolute;display:block;z-index:15006;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:14.625rem;width:17.5rem;top:6.375rem;left:56.9375rem;overflow:hidden;display:block; }
#BRL3nTZTGK9f13UtILGzs48LmtX79tbT { position:absolute;display:block;z-index:15007;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:14.625rem;width:16.8125rem;top:6.375rem;left:19.0625rem;overflow:hidden;display:block; }
#JsmNJGRWdBJRUqsPOVbRlA7Uz63zh99b { position:absolute;display:block;z-index:15008;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:14.625rem;width:17.5rem;top:6.375rem;left:37.5625rem;overflow:hidden;display:block; }
#VEq2oIf7OLFo3nObuW3GFtiepVIcQTui { position:absolute;display:block;z-index:15009;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:14.625rem;width:17.5rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
#AHQXWx5xAJW9kRJoCJzQgRbUUrzroq8i { box-sizing:content-box;height:3.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:-0.09375rem;display:block; }
#CwuTNSZLpWJSOevTemFOIoO9WrmC6EkR { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.5);top:22.15625rem;left:0.75rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LKTgbui21VEMheB8WJK1VpQLnaJZ2wWp { box-sizing:content-box;height:3.5625rem;width:16.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:19.0625rem;display:block; }
#KFO2N6qD6mmuzItPTt7gL3fDJtCkiEmK { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.5);top:22.1875rem;left:19.5rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oKzD6PbihupHv14kRrltk6eUdL88znvW { box-sizing:content-box;height:3.5625rem;width:17.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:37.625rem;display:block; }
#HelselP4yT0THSoTS8XEBTCk6TriNMZ4 { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.5);top:22.1875rem;left:38.3125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ki4HVo4XMPUNiVEIBMHRz6OzXwTT8f9D { box-sizing:content-box;height:3.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:56.9375rem;display:block; }
#mMOJsGUoyipMX6FOq0zMnR5BrxhPyDul { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.5);top:22.1875rem;left:57.6875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row .container { background-color: transparent; background-image: none; }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row .container > .video-iframe-container { display: none; }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row > .video-iframe-container { display: none; }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .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); }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row .container { border-width: 0; border-radius: 0; }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#szLwgdyoml89msPxymcxsUCrca8pAtOC { color:rgba(var(--color-primary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:13.875rem;height:5.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4OwWOC61h0o4Z44mTC0sw87lvvw1Eov { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.4375rem;left:53.5625rem;height:11.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ApJN0uEpETvv546OKOTKVlzWL6ucbBIa { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:16.5625rem;top:9.3125rem;left:52.625rem;display:block; }
#pIehhttoLSeHACaJkSUKaBGJMTRFGqWh { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:unbounded;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:10.625rem;left:53.5625rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l3zMIAfAp1DlD79TTDcvT0En94BghJ26 { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:unbounded;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:26rem;left:53.5625rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aL4rDGO0vhLQ1Ve7SWUem2OTTOVcbGU1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:16.5625rem;top:9.3125rem;left:28.9375rem;display:block; }
#mtQFN2s8w3sB9Pu9x52SwJS9MXi3Iryl { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.8125rem;height:10rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SCpERbXvGPafJdKkHD6xq9VVunzDUabI { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:unbounded;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:26rem;left:29.875rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TW9lW1R09McwDbp6DGteV2RMmoL5mM22 { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:unbounded;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:10.625rem;left:29.875rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOGNnSr738Efk8ybefPsT9kMpVamgcBp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:16.5625rem;top:9.3125rem;left:5.875rem;display:block; }
#lBQSX3iEdxrCm2qzlC7JBqV9JnW9keM4 { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:unbounded;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:10.625rem;left:6.8125rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cAxMBDzG3WbXtmMpHC3wRBi955uMurwx { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.4375rem;left:6.8125rem;height:11.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ue2IfTr7qZqFd8pMZeut2SnB5HHJo2GZ { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:unbounded;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:26rem;left:6.8125rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SVGZFWSOV7pCd4gfK250kqJisBl7szTC { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:16.5625rem;top:9.3125rem;left:5.875rem;display:none; }
#ykIXHgM6B3icGP3GDA4JMP99y4BksR0B { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:16.5625rem;top:9.3125rem;left:5.875rem;display:none; }
#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/872f4f2f-fb0c-41d8-a27b-ecc931e488fb/Womaneatinghealthymeal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7.adaptive-delivery-prevent-bg, #IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7.lazyload, #IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7.lazyloading { background-image: none; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row .container { border-width: 0; border-radius: 0; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.4375rem;width:75rem;position:relative;display:none; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/872f4f2f-fb0c-41d8-a27b-ecc931e488fb/Womaneatinghealthymeal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn.adaptive-delivery-prevent-bg, #JwkNILS3And3Gpm56gCmGEUFTlE9xqGn.lazyload, #JwkNILS3And3Gpm56gCmGEUFTlE9xqGn.lazyloading { background-image: none; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row .container { border-width: 0; border-radius: 0; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.4375rem;width:75rem;position:relative;display:none; }#kAtIyU2GMaKzibirixEHqqTACVisM7kR { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.8125rem;left:0rem;display:none; }
#KOGlFm84Keu59ayIKSAROaW6unKHMbMK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.75rem;top:6.9375rem;left:0.375rem;display:none; }
#XgDSBHOQwQoZqBcgCzoDwgKXMWWG9e9f { background-color:rgba(var(--color-primary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.4375rem;left:25.5625rem;display:none; }
#zy7CRA8i4Ke9Tz4rRUhO67I7PyE7c0RZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACemvcRJq5ZTosTKOeSuFoDMtqK40Rms { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5rem;top:4.8125rem;left:5rem;display:none; }
#VXiBQOlRDelX66rdXBGLkNiQKf8H8UPN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.75rem;top:15.6875rem;left:0rem;display:none; }
#HKkQM7qHaTupeuES8Pohco0sXroHHP82 { position:relative;display:none; }#HKkQM7qHaTupeuES8Pohco0sXroHHP82 { border-width: 0; border-radius: 0; }#HKkQM7qHaTupeuES8Pohco0sXroHHP82 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HKkQM7qHaTupeuES8Pohco0sXroHHP82 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ATJlAswT32cSG2JAoRdBZGBlOn8AZwZU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.75rem;top:2.75rem;left:0rem;display:none; }
#wfp8uroIAVVLyC9ygLrxs6Z9sZf6n67f { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.5625rem;left:8.6875rem;display:none; }
#h6NheM53GUcp1QbfxUFePolmsb51GLb1 { position:relative;display:none; }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 { border-width: 0; border-radius: 0; }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SHlsPgak0xpovDc9Sd6HEML0lqhVwfWi { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.3125rem;left:6.5625rem;display:none; }
#K7XNRzpv2ceQx9EWG8cSzzGQlT13FCbx { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5rem;top:5.75rem;left:2.75rem;display:none; }
#tXToUtrFkqSNXH5TIZbPwJL2FlCvFmdT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kv0s7svPEWsUeUxmpxH0iGh77i9QLiRU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.625rem;left:3.4375rem;display:none; }
#JHwTIyQpJE26xVKEiQNN3h8kErKBFWNk { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7rem;top:14.3125rem;left:3.4375rem;display:none; }
#lUpawktFhwGpd9KigxEEGlasegdnQyCn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mw47PIe2VF6vD3TwkuNPKr53ic3caIzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.3125rem;left:3.4375rem;display:none; }
#avOSKoAeDoeWdcOGWUt4gsUSeyMB03Vo { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6rem;top:24.375rem;left:3.4375rem;display:none; }
#s5vLsXMVLf2UUmIoMiSq42oIHkR1z0Th { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CCRUkBR2bdriSilwt9NPaNB9iG4MNE57 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:22.375rem;left:3.4375rem;display:none; }
#qWITJRvniwREbkTogTt8Q1DKpBfgOplq { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5rem;top:33.6875rem;left:3.4375rem;display:none; }
#o8zp5T7p8kwTdXL5OIkXLTziQySeaaWt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aUPfCTw1knE4krOQ9whUwTNXSC1UKfdT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:31.5625rem;left:3.4375rem;display:none; }
#TV2CyZVepfzu6PUZS72KAHqtiDiN42FT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:39.75rem;left:0rem;display:none; }
#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 { position:relative;display:none; }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 { border-width: 0; border-radius: 0; }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#abgELtmhXGCivWgZaLT1xBPyv2T7KhxH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:0rem;left:0rem;display:none; }
#BhsHAIbl6MgRwo96nPKRNs4wJ4aHC8fQ { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.4375rem;left:6.8125rem;height:11.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nituNzULRtd7V5rG4b2D9p9CnS4SvPFl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:10.25rem;left:0rem;display:none; }
#F0T33kTABezFax0EuPmhDKZ2PVLdWNKt { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:9rem;left:0rem;display:none; }
#mW904u3PCxd8sVAoMfvGDXvK4xs8PJEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:13.5rem;left:0rem;display:none; }
#BdrzTxap84tlUkZ43Gi9mkd2PSQXPmuM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EpTKxGPUTUk9FGn0Bx2d2VJQeOzxMp7t { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:17.6875rem;left:0rem;display:none; }
#plxfvOrbHlKeiANEkx5pMcGMXd8gBHZv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fZB27wP5DsVkrLgCAhugulck47EZpTS5 { background-color:rgba(var(--color-primary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.4375rem;left:25.5625rem;display:none; }
#bvsm0vqOfsiadB5kAqtiqimBWTxNte2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzZTpWsaWZQ1MaMHskgPBFXhenmbLSNN { position:relative;display:none; }#zzZTpWsaWZQ1MaMHskgPBFXhenmbLSNN { border-width: 0; border-radius: 0; }#zzZTpWsaWZQ1MaMHskgPBFXhenmbLSNN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zzZTpWsaWZQ1MaMHskgPBFXhenmbLSNN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .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; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:contain !important;box-shadow: 0.0625rem 0.9375rem 0.9375rem rgba(255,214,0,0.2) ;color:#090808;padding-top:0.524375rem;padding-right:0.466875rem;padding-bottom:0.524375rem;padding-left:0.466875rem;display:block;align-items:center;width:2.8rem;min-width:2.8rem;height:2.816875rem;position:relative;font-family:arial;font-size:2.09625rem;font-weight:700;line-height:45.07px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.733125rem;height:1.11375rem;position:relative;font-family:arial;font-size:0.78625rem;font-weight:700;line-height:17.82px;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; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.9375rem;height:5.306875rem;padding-top:0.065625rem;padding-right:0.066875rem;padding-bottom:0.065625rem;padding-left:0.066875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:40.0625rem;left:27.962890625rem;z-index:15008; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #ewNgGitt3RiCAaEpaC3sPex5Z4o1aNzQ { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #Bmot4ET9NqLHwloeiFVwioTSRLrgFTqm { width:auto; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #mS8cvRhufZuQvblbWmau2NXZ4maILnJC {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #h3rb7cyxilvWctQiqJtMzfwcsbPWeZOf { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #FR7BADDqlsV2h95CvRwRiLlEewabcsNM {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #M14yVRpd5z3xV9I1lX8OFgIdSXaKdTk9 {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #wkmi78UpcBgW244hGpprEiP2Eprl8wQ9 { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #JZyicMSAJkdud67ik1vVTcTLawlzzmhd {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #E9W2rhqO1Lh3021wnlTk5DlUp7AC4l9N {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #xT91qDyRM7HTfAhEefIFbmfo482TrzOa { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #PRRFyVOoHMdbuE6Np6rXcAa21OUtrkFL {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #rHMBk8IEUnhR9Um0F4MP0FRl23sdDRZw {  }
#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 { position:relative;display:none; }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 { border-width: 0; border-radius: 0; }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yytA0TybXUnmiqiLAtqmhP6x4g6cyfhT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:1.6875rem;left:0rem;display:none; }
#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/6cMWO1pP/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR.adaptive-delivery-prevent-bg, #DaRBglbFFG9fqIP2wgTRMKMnXriURBqR.lazyload, #DaRBglbFFG9fqIP2wgTRMKMnXriURBqR.lazyloading { background-image: none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container { background-color: transparent; background-image: none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container > .video-iframe-container { display: none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row > .video-iframe-container { display: none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .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); }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container { border-width: 0; border-radius: 0; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#TfRfANiveiawT7sChJi8uuL4kvTASobJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.1875rem;left:0.875rem;height:13rem;display:block; }
#Gv4v4nGnUT8JTs3gZGoqEpZKC4HlHRUl { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.5rem;left:40.375rem;height:12.6875rem;display:block; }
#HdnNT4u76Azb6TvfSqTnKHQn4yEGu464 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:0.125rem;top:9.75rem;left:39.3125rem;display:block; }
#xTODIzXFD2JxDGceN7Zo4My5NSDP0Bh3 { background-color:rgba(var(--color-primary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.4375rem;left:25.5625rem;display:none; }
#TsGcra94t3U5wmBzVI44aEtARNP7fQRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTaJNLssBnei0KXNPpnvXsFaoNGH6GWT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.103515625rem;left:46.375rem;height:3.1669875rem;display:none; }
#v5WJkJfSGO9tNF7sKHNbyJaSXLZqTp1W { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:17.25rem;left:45.625rem;display:none; }
#rzQChDsrAUVgVNKbEXXcm3iLpGxJLoXT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:0.125rem;top:9.75rem;left:39.3125rem;display:none; }
#gIWIxC1fCAz71klTGcCv90T5t6gfBHpl { position:relative;display:none; }#gIWIxC1fCAz71klTGcCv90T5t6gfBHpl { border-width: 0; border-radius: 0; }#gIWIxC1fCAz71klTGcCv90T5t6gfBHpl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gIWIxC1fCAz71klTGcCv90T5t6gfBHpl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF { position:relative;display:none; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF { border-width: 0; border-radius: 0; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VZubuJQoE8O7OtfeAJm8MxuqKnGVVzTF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.8125rem;left:0rem;display:none; }
#Q08cEULcXSP5KUOqHiNq4ggayvPvntkl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RGrrOk7KJhbPsxCBplfLMhAVTi6oQkTe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/872f4f2f-fb0c-41d8-a27b-ecc931e488fb/Womaneatinghealthymeal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT.adaptive-delivery-prevent-bg, #TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT.lazyload, #TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT.lazyloading { background-image: none; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container { background-color: transparent; background-image: none; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container > .video-iframe-container { display: none; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row > .video-iframe-container { display: none; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .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); }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container { border-width: 0; border-radius: 0; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.25rem;width:75rem;position:relative;display:block; }#RH6ypIsknW9xTp7CyRBq6TVrBAKUBT9p { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.125rem;width:23.5rem;top:2.34375rem;left:0.75rem;display:block; }
#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 { position:relative;display:none; }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 { border-width: 0; border-radius: 0; }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#D1DmfguNJblq8BEC1DUnApgl5CZ4Z4T6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:1.5rem;left:0rem;display:none; }
#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row .container { background-color: transparent; background-image: none; }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row .container > .video-iframe-container { display: none; }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row > .video-iframe-container { display: none; }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .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); }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row .container { border-width: 0; border-radius: 0; }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.125rem;width:75rem;position:relative;display:block; }#AwJHX1IWlSxdDZQ4PAN7UxuVLWm4yFqJ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:23.46875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#KdoKJB4e6D3ZrQskJITcnIIQq7lF8J8E { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:23.46875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#GuykHH8yTzZbbFmngwKyLWkahevU6ImW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:22.5rem;top:2.625rem;left:26.25rem;overflow:hidden;display:block; }
body { position:relative;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; }#QtWLUXRiKFeT9c6Oguc5vQUBCVQB29nw { top:3.75rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1.375rem;display:block; }
#hz6TK43midwx8nwafrTcBKHELpASGhbX { top:10.875rem;left:0rem;width:20rem;height:5.25rem;font-size:1.375rem;display:block; }
#R5MBmlQAULSWUhIW7M0DpGDLtudOPWA9 { width:23.875rem;height:4.5625rem;top:47.4375rem;left:11.9375rem;display:block; }
#QlI9D1c7Umdq0I5myVT3zR4fvKokXDIb { display:block; }
#Coq0JzZiSW7vB7ddS1p91TIubTS16WXL { top:22.75rem;left:0rem;width:17.5rem;height:12.375rem;font-size:1rem;display:block; }
#Tp9ZUgTbxwUXyy6BAxTJux3kt3S4T823 { top:5.8125rem;left:0rem;width:47.75rem;height:7.25rem;display:block; }
#l62uG9Veu7JG4QG8b7kInaWZk4huqKdw { top:3.75rem;left:0rem;width:47.75rem;height:52.4375rem;display:block; }
#wsgnxIyZVFk5aPNrm0GPNEB0xOS9B8FN { display:none; }
#SSDVzWnvRxKynN316c162hV5RsNPrlL2 { top:30.75rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:none; }
#Vz2ceKAt7JdwkUXou7c3HWXr90yRAcLT { top:16.125rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 { display:block; }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row .container { width:47.75rem;position:relative;display:block; }#ZKO5ZIQfgdiM8K7JMLBULgWXTMNg98BN { top:2.8125rem;left:0rem;width:20rem;height:5.625rem;font-size:2.1875rem;display:block; }
#iAZkkGVHmE5iPlDpDHIwDL6PXmIlzrKK { top:6.375rem;left:30.25rem;width:17.5rem;height:14.625rem;display:block; }
#BRL3nTZTGK9f13UtILGzs48LmtX79tbT { top:6.375rem;left:5.4375rem;width:16.8125rem;height:14.625rem;display:block; }
#JsmNJGRWdBJRUqsPOVbRlA7Uz63zh99b { top:6.375rem;left:23.9375rem;width:17.5rem;height:14.625rem;display:block; }
#VEq2oIf7OLFo3nObuW3GFtiepVIcQTui { top:6.375rem;left:0rem;width:17.5rem;height:14.625rem;display:block; }
#AHQXWx5xAJW9kRJoCJzQgRbUUrzroq8i { top:21.75rem;left:0rem;width:17.5625rem;height:3.5625rem;display:block; }
#CwuTNSZLpWJSOevTemFOIoO9WrmC6EkR { top:22.125rem;left:0rem;width:16.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
#LKTgbui21VEMheB8WJK1VpQLnaJZ2wWp { top:21.75rem;left:5.4375rem;width:16.9375rem;height:3.5625rem;display:block; }
#KFO2N6qD6mmuzItPTt7gL3fDJtCkiEmK { top:22.1875rem;left:5.875rem;width:16.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
#oKzD6PbihupHv14kRrltk6eUdL88znvW { top:21.75rem;left:24rem;width:17.4375rem;height:3.5625rem;display:block; }
#HelselP4yT0THSoTS8XEBTCk6TriNMZ4 { top:57.4375rem;left:0rem;width:16.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
#Ki4HVo4XMPUNiVEIBMHRz6OzXwTT8f9D { top:21.75rem;left:30.1875rem;width:17.5625rem;height:3.5625rem;display:block; }
#mMOJsGUoyipMX6FOq0zMnR5BrxhPyDul { top:77.0625rem;left:0rem;width:16.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 { display:block; }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row .container { width:47.75rem;position:relative;display:block; }#szLwgdyoml89msPxymcxsUCrca8pAtOC { top:2.125rem;left:0.25rem;width:46.625rem;height:5.125rem;font-size:1.625rem;display:block; }
#T4OwWOC61h0o4Z44mTC0sw87lvvw1Eov { top:39.3125rem;left:0rem;width:14.6875rem;height:2.5rem;font-size:1rem;display:block; }
#ApJN0uEpETvv546OKOTKVlzWL6ucbBIa { top:9.3125rem;left:31.1875rem;width:16.5625rem;height:19.4375rem;display:block; }
#pIehhttoLSeHACaJkSUKaBGJMTRFGqWh { top:10.625rem;left:33.0625rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
#l3zMIAfAp1DlD79TTDcvT0En94BghJ26 { top:26rem;left:33.0625rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
#aL4rDGO0vhLQ1Ve7SWUem2OTTOVcbGU1 { top:9.3125rem;left:15.3125rem;width:16.5625rem;height:19.4375rem;display:block; }
#mtQFN2s8w3sB9Pu9x52SwJS9MXi3Iryl { top:25.25rem;left:0rem;width:14.6875rem;height:2.5rem;font-size:1rem;display:block; }
#SCpERbXvGPafJdKkHD6xq9VVunzDUabI { top:26rem;left:16.25rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
#TW9lW1R09McwDbp6DGteV2RMmoL5mM22 { top:10.625rem;left:16.25rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
#vOGNnSr738Efk8ybefPsT9kMpVamgcBp { top:9.3125rem;left:0rem;width:16.5625rem;height:19.4375rem;display:block; }
#lBQSX3iEdxrCm2qzlC7JBqV9JnW9keM4 { top:10.625rem;left:0rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
#cAxMBDzG3WbXtmMpHC3wRBi955uMurwx { top:8.9375rem;left:0rem;width:14.6875rem;height:2.5rem;font-size:1rem;display:block; }
#ue2IfTr7qZqFd8pMZeut2SnB5HHJo2GZ { top:26rem;left:0rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
#SVGZFWSOV7pCd4gfK250kqJisBl7szTC { top:9.3125rem;left:0rem;width:16.5625rem;height:19.4375rem;display:none; }
#ykIXHgM6B3icGP3GDA4JMP99y4BksR0B { top:9.3125rem;left:0rem;width:16.5625rem;height:19.4375rem;display:none; }
#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 { display:block; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row .container { width:47.75rem;position:relative;display:block; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn { display:none; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row .container { width:47.75rem;position:relative;display:none; }#kAtIyU2GMaKzibirixEHqqTACVisM7kR { top:0.8125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
#KOGlFm84Keu59ayIKSAROaW6unKHMbMK { top:6.9375rem;left:0rem;width:19.1875rem;height:8.75rem;font-size:1rem;display:none; }
#XgDSBHOQwQoZqBcgCzoDwgKXMWWG9e9f { width:23.875rem;height:4.5625rem;top:47.4375rem;left:11.9375rem;display:none; }
#zy7CRA8i4Ke9Tz4rRUhO67I7PyE7c0RZ { display:block; }
#ACemvcRJq5ZTosTKOeSuFoDMtqK40Rms { top:4.8125rem;left:0.4375rem;width:12.5rem;height:2.5rem;font-size:1.3125rem;display:none; }
#VXiBQOlRDelX66rdXBGLkNiQKf8H8UPN { top:15.6875rem;left:0rem;width:19.1875rem;height:3.75rem;font-size:1.125rem;display:none; }
#HKkQM7qHaTupeuES8Pohco0sXroHHP82 { display:none; }#HKkQM7qHaTupeuES8Pohco0sXroHHP82 > .row .container { width:47.75rem;position:relative;display:none; }#ATJlAswT32cSG2JAoRdBZGBlOn8AZwZU { top:2.75rem;left:0rem;width:19.5rem;height:8.75rem;font-size:1rem;display:none; }
#wfp8uroIAVVLyC9ygLrxs6Z9sZf6n67f { top:0.5625rem;left:0rem;width:20rem;height:;font-size:1.8125rem;display:none; }
#h6NheM53GUcp1QbfxUFePolmsb51GLb1 { display:none; }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .row .container { width:47.75rem;position:relative;display:none; }#SHlsPgak0xpovDc9Sd6HEML0lqhVwfWi { top:3.3125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
#K7XNRzpv2ceQx9EWG8cSzzGQlT13FCbx { top:5.75rem;left:0rem;width:16rem;height:5rem;font-size:0.8125rem;display:none; }
#tXToUtrFkqSNXH5TIZbPwJL2FlCvFmdT { display:none; }
#kv0s7svPEWsUeUxmpxH0iGh77i9QLiRU { top:3.625rem;left:0rem;width:11.125rem;height:;font-size:1.4375rem;display:none; }
#JHwTIyQpJE26xVKEiQNN3h8kErKBFWNk { top:14.3125rem;left:0rem;width:16rem;height:7rem;font-size:0.8125rem;display:none; }
#lUpawktFhwGpd9KigxEEGlasegdnQyCn { display:none; }
#mw47PIe2VF6vD3TwkuNPKr53ic3caIzQ { top:12.3125rem;left:0rem;width:11.125rem;height:;font-size:1.4375rem;display:none; }
#avOSKoAeDoeWdcOGWUt4gsUSeyMB03Vo { top:24.375rem;left:0rem;width:16rem;height:6rem;font-size:0.8125rem;display:none; }
#s5vLsXMVLf2UUmIoMiSq42oIHkR1z0Th { display:none; }
#CCRUkBR2bdriSilwt9NPaNB9iG4MNE57 { top:22.375rem;left:0rem;width:11.125rem;height:;font-size:1.4375rem;display:none; }
#qWITJRvniwREbkTogTt8Q1DKpBfgOplq { top:33.6875rem;left:0rem;width:16rem;height:5rem;font-size:0.8125rem;display:none; }
#o8zp5T7p8kwTdXL5OIkXLTziQySeaaWt { display:none; }
#aUPfCTw1knE4krOQ9whUwTNXSC1UKfdT { top:31.5625rem;left:0rem;width:11.125rem;height:;font-size:1.4375rem;display:none; }
#TV2CyZVepfzu6PUZS72KAHqtiDiN42FT { top:39.75rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 { display:none; }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .row .container { width:47.75rem;position:relative;display:none; }#abgELtmhXGCivWgZaLT1xBPyv2T7KhxH { top:0rem;left:0rem;width:20rem;height:;font-size:2.9375rem;display:none; }
#BhsHAIbl6MgRwo96nPKRNs4wJ4aHC8fQ { top:7.375rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:1.3125rem;display:none; }
#nituNzULRtd7V5rG4b2D9p9CnS4SvPFl { top:10.25rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
#F0T33kTABezFax0EuPmhDKZ2PVLdWNKt { top:9rem;left:0rem;width:20rem;height:;font-size:2.9375rem;display:none; }
#mW904u3PCxd8sVAoMfvGDXvK4xs8PJEZ { top:13.5rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
#BdrzTxap84tlUkZ43Gi9mkd2PSQXPmuM { display:none; }
#EpTKxGPUTUk9FGn0Bx2d2VJQeOzxMp7t { top:17.6875rem;left:0rem;width:20rem;height:;font-size:4.8125rem;display:none; }
#plxfvOrbHlKeiANEkx5pMcGMXd8gBHZv { display:none; }
#fZB27wP5DsVkrLgCAhugulck47EZpTS5 { width:23.875rem;height:4.5625rem;top:47.4375rem;left:11.9375rem;display:none; }
#bvsm0vqOfsiadB5kAqtiqimBWTxNte2h { display:block; }
#zzZTpWsaWZQ1MaMHskgPBFXhenmbLSNN { display:none; }#zzZTpWsaWZQ1MaMHskgPBFXhenmbLSNN > .row .container { width:47.75rem;position:relative;display:none; }#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .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; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .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; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li { width:18rem;height:5.0625rem;display:flex;top:39.9375rem;left:14.25rem;z-index:15008; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #ewNgGitt3RiCAaEpaC3sPex5Z4o1aNzQ { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #Bmot4ET9NqLHwloeiFVwioTSRLrgFTqm {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #mS8cvRhufZuQvblbWmau2NXZ4maILnJC {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #h3rb7cyxilvWctQiqJtMzfwcsbPWeZOf { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #FR7BADDqlsV2h95CvRwRiLlEewabcsNM {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #M14yVRpd5z3xV9I1lX8OFgIdSXaKdTk9 {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #wkmi78UpcBgW244hGpprEiP2Eprl8wQ9 { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #JZyicMSAJkdud67ik1vVTcTLawlzzmhd {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #E9W2rhqO1Lh3021wnlTk5DlUp7AC4l9N {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #xT91qDyRM7HTfAhEefIFbmfo482TrzOa { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #PRRFyVOoHMdbuE6Np6rXcAa21OUtrkFL {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #rHMBk8IEUnhR9Um0F4MP0FRl23sdDRZw {  }
#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 { display:none; }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .row .container { width:47.75rem;position:relative;display:none; }#yytA0TybXUnmiqiLAtqmhP6x4g6cyfhT { top:1.6875rem;left:0rem;width:20rem;height:;font-size:2.0625rem;display:none; }
#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR { display:none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container { width:47.75rem;position:relative;display:none; }#TfRfANiveiawT7sChJi8uuL4kvTASobJ { top:12.1875rem;left:0rem;width:25.9375rem;height:13rem;font-size:1.875rem;display:block; }
#Gv4v4nGnUT8JTs3gZGoqEpZKC4HlHRUl { top:9.5rem;left:22.625rem;width:25.125rem;height:12.6875rem;font-size:1.4375rem;display:block; }
#HdnNT4u76Azb6TvfSqTnKHQn4yEGu464 { top:9.75rem;left:23.875rem;width:0.125rem;height:12.125rem;display:block; }
#xTODIzXFD2JxDGceN7Zo4My5NSDP0Bh3 { width:23.875rem;height:4.5625rem;top:47.4375rem;left:11.9375rem;display:none; }
#TsGcra94t3U5wmBzVI44aEtARNP7fQRT { display:block; }
#XTaJNLssBnei0KXNPpnvXsFaoNGH6GWT { top:23.75rem;left:0rem;width:18.125rem;height:8.3125rem;font-size:0.9375rem;display:none; }
#v5WJkJfSGO9tNF7sKHNbyJaSXLZqTp1W { top:17.25rem;left:25.1875rem;width:0.125rem;height:2.875rem;display:none; }
#rzQChDsrAUVgVNKbEXXcm3iLpGxJLoXT { top:9.75rem;left:23.875rem;width:0.125rem;height:12.125rem;display:none; }
#gIWIxC1fCAz71klTGcCv90T5t6gfBHpl { display:none; }#gIWIxC1fCAz71klTGcCv90T5t6gfBHpl > .row .container { width:47.75rem;position:relative;display:none; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF { display:none; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .row .container { width:47.75rem;position:relative;display:none; }#VZubuJQoE8O7OtfeAJm8MxuqKnGVVzTF { top:1.8125rem;left:0rem;width:20rem;height:;font-size:1.8125rem;display:none; }
#Q08cEULcXSP5KUOqHiNq4ggayvPvntkl { display:none; }
#RGrrOk7KJhbPsxCBplfLMhAVTi6oQkTe { display:none; }
#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT { display:block; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container { width:47.75rem;position:relative;display:block; }#RH6ypIsknW9xTp7CyRBq6TVrBAKUBT9p { top:2.3125rem;left:0rem;width:23.5rem;height:13.125rem;display:block; }
#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 { display:none; }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .row .container { width:47.75rem;position:relative;display:none; }#D1DmfguNJblq8BEC1DUnApgl5CZ4Z4T6 { top:1.5rem;left:0rem;width:20rem;height:;font-size:2rem;display:none; }
#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ { display:block; }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row .container { width:47.75rem;position:relative;display:block; }#AwJHX1IWlSxdDZQ4PAN7UxuVLWm4yFqJ { top:6.8125rem;left:9.84375rem;width:28.0625rem;height:1.25rem;font-size:1rem;display:block; }
#KdoKJB4e6D3ZrQskJITcnIIQq7lF8J8E { top:9.3125rem;left:9.84375rem;width:28.0625rem;height:3.75rem;font-size:1rem;display:block; }
#GuykHH8yTzZbbFmngwKyLWkahevU6ImW { top:2.625rem;left:12.625rem;width:22.5rem;height:3.1875rem;display:block; }
body { position:relative;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/872f4f2f-fb0c-41d8-a27b-ecc931e488fb/Womaneatinghealthymeal.jpg");background-position:center !important;background-repeat:no-repeat !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; }#QtWLUXRiKFeT9c6Oguc5vQUBCVQB29nw { width:19.875rem;height:3.575rem;top:3.03125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-family:unbounded;font-weight:700;font-style:normal;display:block; }
#hz6TK43midwx8nwafrTcBKHELpASGhbX { width:20rem;height:5.3625rem;top:10.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
#R5MBmlQAULSWUhIW7M0DpGDLtudOPWA9 { width:17.6875rem;height:3.5rem;top:38.9375rem;left:1.15625rem;font-size:1.875rem;display:block; }
#QlI9D1c7Umdq0I5myVT3zR4fvKokXDIb { display:block; }
#Coq0JzZiSW7vB7ddS1p91TIubTS16WXL { width:17.5rem;height:14.3rem;top:22.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"cooper hewitt";display:block; }
#Tp9ZUgTbxwUXyy6BAxTJux3kt3S4T823 { width:20rem;height:3.0625rem;top:42.96875rem;left:0rem;background-color:transparent;background-image:none;display:none; }
#l62uG9Veu7JG4QG8b7kInaWZk4huqKdw { width:20rem;height:28.125rem;top:9.625rem;left:0rem;display:block; }
#wsgnxIyZVFk5aPNrm0GPNEB0xOS9B8FN { top:1.53125rem;left:0rem;width:20rem;height:5.875rem;z-index:14997;background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#SSDVzWnvRxKynN316c162hV5RsNPrlL2 { width:19rem;height:0;top:27.375rem;left:-8.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
#Vz2ceKAt7JdwkUXou7c3HWXr90yRAcLT { width:20rem;height:3.25rem;top:18.21875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 { display:block; }#UNXJSuC2fom3QfzemnrT58fVKbV0SRb8 > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; }#ZKO5ZIQfgdiM8K7JMLBULgWXTMNg98BN { width:20rem;height:5.6875rem;top:2.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;display:block; }
#iAZkkGVHmE5iPlDpDHIwDL6PXmIlzrKK { width:17.5rem;height:14.625rem;top:69.125rem;left:1.25rem;display:block; }
#BRL3nTZTGK9f13UtILGzs48LmtX79tbT { width:16.8125rem;height:14.625rem;top:29.5rem;left:1.5625rem;display:block; }
#JsmNJGRWdBJRUqsPOVbRlA7Uz63zh99b { width:17.5rem;height:14.625rem;top:49.375rem;left:1.25rem;display:block; }
#VEq2oIf7OLFo3nObuW3GFtiepVIcQTui { width:17.25rem;height:14.375rem;top:9.875rem;left:1.3125rem;display:block; }
#AHQXWx5xAJW9kRJoCJzQgRbUUrzroq8i { width:17.3125rem;height:3.5625rem;top:24.1875rem;left:1.375rem;display:block; }
#CwuTNSZLpWJSOevTemFOIoO9WrmC6EkR { width:16.25rem;height:2.7625rem;top:24.625rem;left:1.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
#LKTgbui21VEMheB8WJK1VpQLnaJZ2wWp { width:16.875rem;height:3.5rem;top:44.125rem;left:1.5625rem;display:block; }
#KFO2N6qD6mmuzItPTt7gL3fDJtCkiEmK { width:16.25rem;height:2.7625rem;top:44.5625rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
#oKzD6PbihupHv14kRrltk6eUdL88znvW { width:17.4375rem;height:3.5625rem;top:64rem;left:1.3125rem;display:block; }
#HelselP4yT0THSoTS8XEBTCk6TriNMZ4 { width:16.25rem;height:2.7625rem;top:64.3125rem;left:1.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
#Ki4HVo4XMPUNiVEIBMHRz6OzXwTT8f9D { width:17.5rem;height:3.1875rem;top:83.75rem;left:1.25rem;display:block; }
#mMOJsGUoyipMX6FOq0zMnR5BrxhPyDul { width:16.25rem;height:2.7625rem;top:83.9375rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 { display:block; }#dqyRotTqEgBFSNQNp20z6CBQ1c2FZB84 > .row .container { width:20rem;height:49.25rem;position:relative;display:block; }#szLwgdyoml89msPxymcxsUCrca8pAtOC { width:20rem;height:4.225rem;top:1.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;display:block; }
#T4OwWOC61h0o4Z44mTC0sw87lvvw1Eov { width:14.6875rem;height:2.6rem;top:39.3125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"cooper hewitt";display:block; }
#ApJN0uEpETvv546OKOTKVlzWL6ucbBIa { width:16.5625rem;height:12.125rem;top:35.1875rem;left:1.75rem;background-color:transparent;background-image:none;display:block; }
#pIehhttoLSeHACaJkSUKaBGJMTRFGqWh { width:14.6875rem;height:1.54375rem;top:36.5rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#l3zMIAfAp1DlD79TTDcvT0En94BghJ26 { width:14.6875rem;height:1.54375rem;top:43.3125rem;left:2.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#aL4rDGO0vhLQ1Ve7SWUem2OTTOVcbGU1 { width:16.5625rem;height:12.1875rem;top:21.125rem;left:1.75rem;background-color:transparent;background-image:none;display:block; }
#mtQFN2s8w3sB9Pu9x52SwJS9MXi3Iryl { width:14.6875rem;height:2.6rem;top:24.875rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"cooper hewitt";display:block; }
#SCpERbXvGPafJdKkHD6xq9VVunzDUabI { width:14.6875rem;height:1.54375rem;top:28.8125rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#TW9lW1R09McwDbp6DGteV2RMmoL5mM22 { width:14.6875rem;height:1.54375rem;top:22.6875rem;left:2.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#vOGNnSr738Efk8ybefPsT9kMpVamgcBp { width:16.5625rem;height:11.6875rem;top:7.375rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -o-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400a3', endColorstr='#ffffffa3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400a3', endColorstr='#ffffffa3' );";background-image: linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-size:auto !important;display:block; }
#lBQSX3iEdxrCm2qzlC7JBqV9JnW9keM4 { width:14.6875rem;height:1.54375rem;top:8.6875rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#cAxMBDzG3WbXtmMpHC3wRBi955uMurwx { width:14.6875rem;height:2.6rem;top:11.5rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"cooper hewitt";display:block; }
#ue2IfTr7qZqFd8pMZeut2SnB5HHJo2GZ { width:14.6875rem;height:1.54375rem;top:15.4375rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#SVGZFWSOV7pCd4gfK250kqJisBl7szTC { width:16.5625rem;height:11.0625rem;top:21.125rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -o-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400a3', endColorstr='#ffffffa3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400a3', endColorstr='#ffffffa3' );";background-image: linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-size:auto !important;z-index:15008;display:block; }
#ykIXHgM6B3icGP3GDA4JMP99y4BksR0B { width:16.5625rem;height:11.0625rem;top:35.8125rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-image: -o-linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400a3', endColorstr='#ffffffa3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400a3', endColorstr='#ffffffa3' );";background-image: linear-gradient(180deg, rgba(255,196,0,0.64), rgba(255,255,255,0.64));background-size:auto !important;z-index:15004;display:block; }
#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/872f4f2f-fb0c-41d8-a27b-ecc931e488fb/Womaneatinghealthymeal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7.adaptive-delivery-prevent-bg, #IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7.lazyload, #IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7.lazyloading { background-image: none; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row .container { background-color: transparent; background-image: none; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row .container > .video-iframe-container { display: none; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row > .video-iframe-container { display: none; }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .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); }#IRTm13MT6Gpz0QGwFpGU31QFaU19nWk7 > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn { background-color:rgba(var(--color-tertiary-2),0.48);background-image:none;display:block; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row .container { background-color: transparent; background-image: none; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row .container > .video-iframe-container { display: none; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row > .video-iframe-container { display: none; }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .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); }#JwkNILS3And3Gpm56gCmGEUFTlE9xqGn > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; }#kAtIyU2GMaKzibirixEHqqTACVisM7kR { top:0.8125rem;left:0rem;width:20rem;height:2.275rem;z-index:15000;font-size:1.75rem;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;display:block; }
#KOGlFm84Keu59ayIKSAROaW6unKHMbMK { top:7.25rem;left:0.40625rem;width:19.1875rem;height:9.1rem;z-index:15001;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:"cooper hewitt";display:block; }
#XgDSBHOQwQoZqBcgCzoDwgKXMWWG9e9f { width:17.6875rem;height:3.5rem;top:24.0625rem;left:1.15625rem;font-size:1.375rem;z-index:15008;display:block; }
#zy7CRA8i4Ke9Tz4rRUhO67I7PyE7c0RZ { display:block; }
#ACemvcRJq5ZTosTKOeSuFoDMtqK40Rms { top:3.9375rem;left:0.65625rem;width:18.5625rem;height:1.70625rem;z-index:15009;text-align:center;text-align-last:center;font-family:"bebas neue";font-size:1.3125rem;display:block; }
#VXiBQOlRDelX66rdXBGLkNiQKf8H8UPN { top:17.6875rem;left:0.40625rem;width:19.1875rem;height:4.3875rem;z-index:15002;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:"bebas neue";text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#HKkQM7qHaTupeuES8Pohco0sXroHHP82 { display:block; }#HKkQM7qHaTupeuES8Pohco0sXroHHP82 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; }#ATJlAswT32cSG2JAoRdBZGBlOn8AZwZU { top:3.375rem;left:0rem;width:19.5rem;height:9.1rem;z-index:15000;text-align:center;text-align-last:center;display:block; }
#wfp8uroIAVVLyC9ygLrxs6Z9sZf6n67f { top:0.625rem;left:0rem;width:20rem;height:2.35625rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:"bebas neue";font-weight:400;font-style:normal;display:block; }
#h6NheM53GUcp1QbfxUFePolmsb51GLb1 { display:block; }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 { background-color: transparent; background-image: none; }#h6NheM53GUcp1QbfxUFePolmsb51GLb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .row .container > .video-iframe-container { display: none; }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .row > .video-iframe-container { display: none; }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .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); }#h6NheM53GUcp1QbfxUFePolmsb51GLb1 > .row .container { width:20rem;background-color:rgba(var(--color-primary-1),1);background-image:none;height:43.3125rem;position:relative;display:block; }#SHlsPgak0xpovDc9Sd6HEML0lqhVwfWi { top:0.625rem;left:0rem;width:20rem;height:2.275rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.75rem;font-family:anton;font-weight:400;font-style:normal;display:block; }
#K7XNRzpv2ceQx9EWG8cSzzGQlT13FCbx { top:5.5625rem;left:3.4375rem;width:16rem;height:5.28125rem;z-index:15001;font-size:0.8125rem;display:block; }
#tXToUtrFkqSNXH5TIZbPwJL2FlCvFmdT { display:flex;top:3.375rem;left:0.375rem;width:2.375rem;height:2.375rem;z-index:15002; }
#kv0s7svPEWsUeUxmpxH0iGh77i9QLiRU { top:3.625rem;left:3.4375rem;width:11.125rem;height:1.86875rem;z-index:15001;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
#JHwTIyQpJE26xVKEiQNN3h8kErKBFWNk { top:14.3125rem;left:3.4375rem;width:16rem;height:7.39375rem;z-index:15004;font-size:0.8125rem;display:block; }
#lUpawktFhwGpd9KigxEEGlasegdnQyCn { display:flex;top:12.0625rem;left:0.3125rem;width:2.375rem;height:2.375rem;z-index:15005; }
#mw47PIe2VF6vD3TwkuNPKr53ic3caIzQ { top:12.34375rem;left:3.4375rem;width:11.125rem;height:1.86875rem;z-index:15004;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
#avOSKoAeDoeWdcOGWUt4gsUSeyMB03Vo { top:24.375rem;left:3.4375rem;width:16rem;height:6.3375rem;z-index:15007;font-size:0.8125rem;display:block; }
#s5vLsXMVLf2UUmIoMiSq42oIHkR1z0Th { display:flex;top:22.125rem;left:0.375rem;width:2.375rem;height:2.375rem;z-index:15008; }
#CCRUkBR2bdriSilwt9NPaNB9iG4MNE57 { top:22.375rem;left:3.4375rem;width:11.125rem;height:1.86875rem;z-index:15007;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
#qWITJRvniwREbkTogTt8Q1DKpBfgOplq { top:33.6875rem;left:3.4375rem;width:16rem;height:5.28125rem;z-index:15010;font-size:0.8125rem;display:block; }
#o8zp5T7p8kwTdXL5OIkXLTziQySeaaWt { display:flex;top:31.3125rem;left:0.4375rem;width:2.375rem;height:2.375rem;z-index:15011; }
#aUPfCTw1knE4krOQ9whUwTNXSC1UKfdT { top:31.59375rem;left:3.4375rem;width:11.125rem;height:;z-index:15010;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
#TV2CyZVepfzu6PUZS72KAHqtiDiN42FT { top:39.75rem;left:0rem;width:20rem;height:;z-index:15001;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:italic;display:block; }
#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 { display:block; }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 { background-color: transparent; background-image: none; }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .row .container > .video-iframe-container { display: none; }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .row > .video-iframe-container { display: none; }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .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); }#ZM1TnsH3hmvwAK3bTOVw3znymsyl04p0 > .row .container { width:20rem;background-color:rgba(var(--color-primary-4),1);background-image:none;height:31rem;position:relative;display:block; }#abgELtmhXGCivWgZaLT1xBPyv2T7KhxH { top:1rem;left:0rem;width:20rem;height:3.81875rem;z-index:15000;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;font-size:2.9375rem;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-4),0.79);color:rgba(var(--color-primary-2),1);display:block; }
#BhsHAIbl6MgRwo96nPKRNs4wJ4aHC8fQ { width:14.6875rem;height:1.70625rem;top:5.375rem;left:2.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15014;font-weight:700;font-style:normal;font-family:anybody;color:rgba(var(--color-primary-0),1);display:block; }
#nituNzULRtd7V5rG4b2D9p9CnS4SvPFl { top:7.6875rem;left:0rem;width:20rem;height:4.55rem;z-index:15001;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;font-size:1.75rem;color:#f8072f;display:block; }
#F0T33kTABezFax0EuPmhDKZ2PVLdWNKt { top:10.0625rem;left:0rem;width:20rem;height:3.81875rem;z-index:15001;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;font-size:2.9375rem;text-shadow:0.0625rem 0.0625rem 0.125rem #050505;color:rgba(var(--color-primary-2),1);display:block; }
#mW904u3PCxd8sVAoMfvGDXvK4xs8PJEZ { top:13.875rem;left:0rem;width:20rem;height:2.275rem;z-index:15002;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;font-size:1.75rem;color:#06a911;display:block; }
#BdrzTxap84tlUkZ43Gi9mkd2PSQXPmuM { display:flex;top:14.875rem;left:4.4375rem;width:11.1875rem;height:11.1875rem;z-index:15015; }
#EpTKxGPUTUk9FGn0Bx2d2VJQeOzxMp7t { top:17.3125rem;left:0rem;width:20rem;height:6.25625rem;z-index:15016;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;font-size:4.8125rem;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(var(--color-secondary-4),1);color:rgba(var(--color-primary-2),1);display:block; }
#plxfvOrbHlKeiANEkx5pMcGMXd8gBHZv { display:flex;top:9.125rem;left:7.125rem;width:5.75rem;height:5.75rem;z-index:15017; }
#fZB27wP5DsVkrLgCAhugulck47EZpTS5 { width:17.6875rem;height:3.5rem;top:26.0625rem;left:1.15625rem;font-size:1.375rem;z-index:15007;display:block; }
#bvsm0vqOfsiadB5kAqtiqimBWTxNte2h { display:block; }
#zzZTpWsaWZQ1MaMHskgPBFXhenmbLSNN { display:block; }#zzZTpWsaWZQ1MaMHskgPBFXhenmbLSNN > .row .container { width:20rem;height:7.25rem;position:relative;display:block; }#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .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; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li .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; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li { width:18rem;height:5.0625rem;display:flex;top:2rem;left:0.931640625rem;z-index:15008; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #ewNgGitt3RiCAaEpaC3sPex5Z4o1aNzQ { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #Bmot4ET9NqLHwloeiFVwioTSRLrgFTqm {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #mS8cvRhufZuQvblbWmau2NXZ4maILnJC {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #h3rb7cyxilvWctQiqJtMzfwcsbPWeZOf { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #FR7BADDqlsV2h95CvRwRiLlEewabcsNM {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #M14yVRpd5z3xV9I1lX8OFgIdSXaKdTk9 {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #wkmi78UpcBgW244hGpprEiP2Eprl8wQ9 { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #JZyicMSAJkdud67ik1vVTcTLawlzzmhd {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #E9W2rhqO1Lh3021wnlTk5DlUp7AC4l9N {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #xT91qDyRM7HTfAhEefIFbmfo482TrzOa { display:flex;position:relative;top:0rem;left:0rem; }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #PRRFyVOoHMdbuE6Np6rXcAa21OUtrkFL {  }
#bZkQRQWTtUTrMwsTl5Z8hGwQRcarC8Li #rHMBk8IEUnhR9Um0F4MP0FRl23sdDRZw {  }
#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 { display:block; }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 { background-color: transparent; background-image: none; }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .row .container > .video-iframe-container { display: none; }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .row > .video-iframe-container { display: none; }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .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); }#nr1BNaTzmcz6eBBsGuCTAZ2zE0uc7wo9 > .row .container { width:20rem;height:12.125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;display:block; }#yytA0TybXUnmiqiLAtqmhP6x4g6cyfhT { top:1.40625rem;left:0rem;width:20rem;height:8.04375rem;z-index:15000;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-2),1);font-size:2.0625rem;display:block; }
#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/872f4f2f-fb0c-41d8-a27b-ecc931e488fb/Womaneatinghealthymeal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR.adaptive-delivery-prevent-bg, #DaRBglbFFG9fqIP2wgTRMKMnXriURBqR.lazyload, #DaRBglbFFG9fqIP2wgTRMKMnXriURBqR.lazyloading { background-image: none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container { background-color: transparent; background-image: none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container > .video-iframe-container { display: none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row > .video-iframe-container { display: none; }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .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); }#DaRBglbFFG9fqIP2wgTRMKMnXriURBqR > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; }#TfRfANiveiawT7sChJi8uuL4kvTASobJ { width:19.375rem;height:9.75rem;top:1.4375rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-family:anton;font-weight:400;font-style:normal;display:block; }
#Gv4v4nGnUT8JTs3gZGoqEpZKC4HlHRUl { width:18.125rem;height:8.53125rem;top:12.375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#HdnNT4u76Azb6TvfSqTnKHQn4yEGu464 { width:0.125rem;height:7.0625rem;top:13.3125rem;left:1rem;display:block; }
#xTODIzXFD2JxDGceN7Zo4My5NSDP0Bh3 { width:17.6875rem;height:3.5rem;top:33.375rem;left:1.15625rem;font-size:1.375rem;z-index:15007;display:block; }
#TsGcra94t3U5wmBzVI44aEtARNP7fQRT { display:block; }
#XTaJNLssBnei0KXNPpnvXsFaoNGH6GWT { width:18.125rem;height:8.53125rem;top:23.75rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15008;display:block; }
#v5WJkJfSGO9tNF7sKHNbyJaSXLZqTp1W { width:0.125rem;height:7.0625rem;top:24.59375rem;left:1rem;z-index:15014;display:block; }
#rzQChDsrAUVgVNKbEXXcm3iLpGxJLoXT { width:0.125rem;height:7.0625rem;top:13.9375rem;left:1.6875rem;z-index:15014;display:block; }
#gIWIxC1fCAz71klTGcCv90T5t6gfBHpl { display:block; }#gIWIxC1fCAz71klTGcCv90T5t6gfBHpl > .row .container { width:20rem;height:2rem;position:relative;display:block; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF { display:block; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF { background-color: transparent; background-image: none; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .row .container > .video-iframe-container { display: none; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .row > .video-iframe-container { display: none; }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .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); }#Rebu6tqnOMBnNc8QBDOrxfAGxRcPrFhF > .row .container { width:20rem;height:13.125rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }#VZubuJQoE8O7OtfeAJm8MxuqKnGVVzTF { top:1.375rem;left:0rem;width:20rem;height:9.425rem;z-index:15000;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:"bebas neue";color:rgba(var(--color-tertiary-2),1);display:block; }
#Q08cEULcXSP5KUOqHiNq4ggayvPvntkl { display:flex;top:8.5rem;left:1.6875rem;width:2.5rem;height:2.5rem;z-index:15001; }
#RGrrOk7KJhbPsxCBplfLMhAVTi6oQkTe { display:flex;top:8.5rem;left:15.8125rem;width:2.5rem;height:2.5rem;z-index:15002; }
#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT { background-color:rgba(var(--color-tertiary-2),0.48);background-image:none;display:block; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container { background-color: transparent; background-image: none; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container > .video-iframe-container { display: none; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row > .video-iframe-container { display: none; }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .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); }#TyJ0h9I5GQSyM4CAoKG2vbg69OtlobmT > .row .container { width:20rem;height:18.125rem;position:relative;display:block; }#RH6ypIsknW9xTp7CyRBq6TVrBAKUBT9p { height:11.169921875rem;width:20rem;top:2.3525390625rem;left:-1.125rem;border-top:1.125rem solid #000000;border-left:1.125rem solid #000000;border-right:1.125rem solid #000000;border-bottom:1.125rem solid #000000;display:block; }
#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 { display:block; }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 { background-color: transparent; background-image: none; }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .row .container > .video-iframe-container { display: none; }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .row > .video-iframe-container { display: none; }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .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); }#QUkimBZW6PHM3OuybPt9dV4C7FXc96L9 > .row .container { width:20rem;height:9.25rem;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;display:block; }#D1DmfguNJblq8BEC1DUnApgl5CZ4Z4T6 { top:1.5rem;left:0rem;width:20rem;height:5.2rem;z-index:15000;text-align:center;text-align-last:center;font-family:anton;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-2),1);font-size:2rem;display:block; }
#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ { display:block; }#tDuABK6lGtvu5k4UyBDOJ0HEoQKcZiLJ > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; }#AwJHX1IWlSxdDZQ4PAN7UxuVLWm4yFqJ { width:20rem;height:1.3rem;top:5.53125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#KdoKJB4e6D3ZrQskJITcnIIQq7lF8J8E { width:20rem;height:3.9rem;top:7.83300625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#GuykHH8yTzZbbFmngwKyLWkahevU6ImW { width:18.625rem;height:2.5625rem;top:2.0625rem;left:0.6875rem;display:block; }
