.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:222,226,233;--color-primary-1:147,160,181;--color-primary-2:38,64,106;--color-primary-3:19,32,53;--color-primary-4:6,10,16;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,254;--color-tertiary-2:248,249,250;--color-tertiary-3:124,125,125;--color-tertiary-4:25,25,25;--headlines-font-family:"raleway";--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-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container { background-color: transparent; background-image: none; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container > .video-iframe-container { display: none; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row > .video-iframe-container { display: none; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .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); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container { border-width: 0; border-radius: 0; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#WqR6oBhNMIVtHcJg2N4WMDUu3xmhJV9Q { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oXVAckroX9nna4t9NTmvgXmmT8uV4MNz { 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; }
#oXVAckroX9nna4t9NTmvgXmmT8uV4MNz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fnusNTPk42W8EcttuDqbGApyVdid7Xo3 { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BWZoFQku8npmwnGpMAeB628biQ80m3eI { color:#272727;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#S6qp823l93Iac0wQPLHcTB1EV73WBR1A { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.9375rem;left:57.5rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuXiBd61503pvIz5qTJXKe1IbDETI4nV { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15073;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:51.375rem;display:block; }
#bXUT9N2WRz8bMOEypxL8SyHNJGvZJxJB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.8125rem;left:53.75rem;overflow:hidden;display:block; }
#lXW2zTItwTBXwQGtT9U1HM1D4sChs181 { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15074;background-color:#50c878;background-image:none;top:4.8125rem;left:56.1875rem;display:block; }
#i28GkWB5U4UvVySgAZDSp8wHRqTZgHq6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:6.5625rem;top:1.1875rem;left:1.25rem;overflow:hidden;display:block; }
#AH4i8WwPsisCnOugB5PnFtmS1hgCraav { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.02490234375rem;left:58.71875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#FOzclltqphnemhJhD3akZEZaKVSkoPTN { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:2.375rem;left:42.149998664856rem;overflow:hidden;display:block; }
#xTgN25TmVDB1oSuzKhZcXEhxVuGOiVWT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:2.4375rem;left:45.5625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#bGJUCRcf0TgpklB8NhNSURd9a2vauN1h { position:absolute;display:block;z-index:15079;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.0625rem;width:6.75rem;top:2.24375rem;left:34.237184805814rem;overflow:hidden;display:block; }
#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ { position:relative;display:none; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ { border-width: 0; border-radius: 0; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .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; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .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; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT { background-color:rgba(var(--color-secondary-2),0.77);background-image:url("https://images.assets-landingi.com/uc/96032e77-07d5-4f3d-8c69-cd1906dad59f/oveninstalllondon.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT.adaptive-delivery-prevent-bg, #oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT.lazyload, #oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT.lazyloading { background-image: none; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container { background-color: transparent; background-image: none; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container > .video-iframe-container { display: none; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row > .video-iframe-container { display: none; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .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); }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container { border-width: 0; border-radius: 0; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#Cv5F1RtGz4TaM3zEnthTeQKwadNq0Ts5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:1.25rem;height:4.94939375rem;font-style:normal;display:block; }
#DqxrAhoPTwGUgSsmiSJ9CWwCDps58N9i { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.25rem;height:5.5234375rem;font-style:normal;display:block; }
#TrdzyVszu3auC59hLNZew3tW1dXB4LbK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:36.25rem;left:0rem;overflow:hidden;display:none; }
#OVMZKghwfzXskLNhgAwAVxAVSVDKy7oL { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.25rem;left:18.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#ZTiM0Q4sPVw84t0H89Ur7aMuIgrz2MmU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.5rem;left:21.25rem;height:0;font-style:normal;display:none; }
#tgnlvsu4a5d9RhUFXyJGCKcsG0yCtZwy { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:46.25rem;left:21.25rem;overflow:hidden;display:none; }
#Maz73JWUFFmS7xNz3oTXcdX00TrdOihk { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:46.25rem;left:23.125rem;height:0;font-style:normal;display:none; }
#eNZBMAGZqKInBo2K0Px0xWhzgHaH8M4l { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:46.25rem;left:36.25rem;overflow:hidden;display:none; }
#hSdhT95XXNwLT5TsvvQvGzhcPpCXtbna { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.8125rem;left:1.25rem;height:5.199225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KXrv286ZUKIOSF1TchneKpl2cLXFOUAI { color:rgba(var(--color-tertiary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.375rem;left:2.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lR2yayisn4AddsWmS72pmKI3fCXSvcgh { box-sizing:content-box;height:2.5rem;width:13.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:3.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LR5aGUEEDLNxrI9le7MWzvRwEH9oEAEc { box-sizing:content-box;height:30rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:48.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nlBQG3t75OkHf9ETEFkALHId5fTmHrGe { position:absolute;display:block;z-index:15014;height:16.4375rem;width:23.9375rem;top:4.375rem;left:49.28125rem;display:block; }
#of8GhGtWudcvrC6ngiB70Pb5zu3FlsMa { box-sizing:content-box;height:8.75rem;width:35rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.5625rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#zC6fxfbiJOoWwXsc8od2Z2VyUSo1vuFM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:33.75rem;left:4.375rem;height:1.2753rem;font-style:normal;display:block; }
#NMu48a0QPVTgvUUvdGi7TlMH408i4T8U { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:33.75rem;left:33.75rem;overflow:hidden;display:block; }
#pTw69KBD4SBr3Var4rDw3rsA0r0aZ2WD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:28.75rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#IVGgpTBwnxc7ALvPZ36NcDMsSf4XyknB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:33.75rem;left:2.5rem;overflow:hidden;display:block; }
#DgPT7zvTdhXxAEapmJ9s4ofLnrJTWTvT { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:33.75rem;left:19.6875rem;height:1.2753rem;font-style:normal;display:block; }
#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.2);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; }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row .container { background-color: transparent; background-image: none; }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row .container > .video-iframe-container { display: none; }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row > .video-iframe-container { display: none; }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .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); }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row .container { border-width: 0; border-radius: 0; }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#iC1k4mSxlC9M5R6yNuBVqFvz8sGnoffw { box-sizing:content-box;height:15.125rem;width:27.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8e029ced-22fc-4397-a695-99dec9c98288/Gemini_Generated_Image_uqi3wbuqi3wbuqi3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.8125rem;left:42.689453125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#iC1k4mSxlC9M5R6yNuBVqFvz8sGnoffw.adaptive-delivery-prevent-bg, #iC1k4mSxlC9M5R6yNuBVqFvz8sGnoffw.lazyload, #iC1k4mSxlC9M5R6yNuBVqFvz8sGnoffw.lazyloading { background-image: none; }
#qh8w7kno5WTVySOmn7THrICDKiTSqkzr { color:rgba(var(--color-primary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.28125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVmTk9WM3hruWGezrGVGXXCfOXiVJq4A { color:rgba(var(--color-primary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.82470703125rem;left:1.28125rem;height:10.39845rem;font-style:normal;display:block; }
#nTTBWU8sKRKTlPAhltGpVR6votbQ6VpV { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:22.5rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dV6z3H8e03rI1xaGhOvJAkXvx4hpmlqK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.5rem;left:1.25rem;display:block; }
#LaB4Tm7T2D1RSrSSgsAdXehJKeaoERND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row .container { background-color: transparent; background-image: none; }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row .container > .video-iframe-container { display: none; }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row > .video-iframe-container { display: none; }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .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); }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row .container { border-width: 0; border-radius: 0; }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#S8lixIJG6Aq0I41RTSo7HU1eWDzO9Ezv { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.1875rem;left:57.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EoXrIDvdkJiuaI1OQcXHNHZBWb6zIyAm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:71.375rem;overflow:hidden;display:block; }
#tF5LNos4gTiokeFShpqZQCIxg58TTVyu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:22.4375rem;left:58.75rem;height:10.3984375rem;font-style:normal;display:block; }
#DkvTXaXfWOlOd7LSmVw5qDFvNTlTTGha { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:35rem;left:58.8125rem;height:1.2753rem;font-style:normal;display:block; }
#QZ0i7OpttRAzpeu0W464tkLESHTeUU2T { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15101;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d688063-e6e9-4b5e-a1fb-f7dcd2169c27/ovenreview4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:57.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#QZ0i7OpttRAzpeu0W464tkLESHTeUU2T.adaptive-delivery-prevent-bg, #QZ0i7OpttRAzpeu0W464tkLESHTeUU2T.lazyload, #QZ0i7OpttRAzpeu0W464tkLESHTeUU2T.lazyloading { background-image: none; }
#gIZ44wrITLnRJDf2tzBkmCV4ObMJml7S { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15021;line-height:2;letter-spacing:0;top:36.3125rem;left:58.75rem;height:1.25rem;font-style:normal;display:block; }
#xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15107;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/465aa1f0-73d1-48b5-8726-326e6b9d513b/ElectricHob2Smaller.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk.adaptive-delivery-prevent-bg, #xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk.lazyload, #xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk.lazyloading { background-image: none; }
#kveLwCVy8rqkAbyc2NUbbrtHBtI2Ztdp { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:38.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kOXOqDEUJ5q6eQ8etTBzo6CstcSCHqZB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:22.5rem;left:40rem;height:9.098625rem;font-style:normal;display:block; }
#WdpE13CNDvhKTieJ6LPLsqsKpWdGeFbF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:35rem;left:40.0625rem;height:1.2753rem;font-style:normal;display:block; }
#xE2wXAOKa8ttbFJWTco1DpFNdPruSGtu { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:52.625rem;overflow:hidden;display:block; }
#dw0uOTX9WRJStS1PPIXuTMeFrXSfPl9S { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15027;line-height:2;letter-spacing:0;top:36.3125rem;left:40rem;height:1.25rem;font-style:normal;display:block; }
#hQOAXRuSeT3DE313J4dcSOzk3UQuetx0 { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52fa395f-a9d0-41aa-8066-33c6d8374468/ovenreview2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:20rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#hQOAXRuSeT3DE313J4dcSOzk3UQuetx0.adaptive-delivery-prevent-bg, #hQOAXRuSeT3DE313J4dcSOzk3UQuetx0.lazyload, #hQOAXRuSeT3DE313J4dcSOzk3UQuetx0.lazyloading { background-image: none; }
#zLAFieuR1RE3g05o4HJ58zn9NbpOVTbr { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:20.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RRArD6y7mInKbL7w8eX2ksFS74nVnPVl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:22.5rem;left:21.25rem;height:9.098625rem;font-style:normal;display:block; }
#bivgkfEQymz17SPEPAMWqkNKOKqtCSkr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:35rem;left:21.3125rem;height:1.2753rem;font-style:normal;display:block; }
#gi47AKILyFG703adD7eAmXAhstOvOBTB { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:33.875rem;overflow:hidden;display:block; }
#KVXKSD4J7WQOuC73OvN6LpmhcFuNMG8W { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15033;line-height:2;letter-spacing:0;top:36.3125rem;left:21.25rem;height:1.25rem;font-style:normal;display:block; }
#mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17bb8ab2-1d6d-431d-9f96-c264f7a10b08/ElectricHob1Smaller.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv.adaptive-delivery-prevent-bg, #mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv.lazyload, #mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv.lazyloading { background-image: none; }
#zR6UiKxG0zNBsKVFbNuEH5VcX6lS4QNV { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:1.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WN9THJLkyKBb7QK8VUGPC47ew6OVdSen { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:22.5rem;left:2.5rem;height:10.3984375rem;font-style:normal;display:block; }
#SuEbraqw8D5df1XWU1LBDnGNdie0xzDz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:35rem;left:2.5625rem;height:1.2753rem;font-style:normal;display:block; }
#yPADmBOIZ1r47ATM2FCTTOgHSXDirARN { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:15.125rem;overflow:hidden;display:block; }
#QZzd8Q8kPOH8K9UpT3bCTU3wEQr0Ui4w { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15039;line-height:2;letter-spacing:0;top:36.3125rem;left:2.5rem;height:1.25rem;font-style:normal;display:block; }
#OoCR2QCZA6gpkwy4zW7NnBa7xMmzwAZM { color:rgba(var(--color-primary-3),1);display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN { 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; }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row .container { background-color: transparent; background-image: none; }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row .container > .video-iframe-container { display: none; }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row > .video-iframe-container { display: none; }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .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); }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row .container { border-width: 0; border-radius: 0; }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#aGb2trJBhcU6RdrlNlzqA1In2WpFgHbT { color:rgba(var(--color-secondary-3),1);display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nP7uBfXX66O9eP5kO9OV7xL3sGrAeVRC { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bHCiWmxaTknBGbadyzCp4gDy5TuQbEP7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:9.6875rem;left:2.1875rem; }
#nX9m3NqmyZHlqG8HZN6Dxer1p3xnVPDT { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15074;background-color:rgba(0,0,0,0.2);background-image:none;top:10.625rem;left:6.25rem;display:block; }
#siOBZZkBUUBThJOu1g5reNnzrZ2LPhwC { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:15rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c8ZUPsJ6y2dHoOHKbIggb29Gt4y5cGFN { color:rgba(0,0,0,0.9);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQoHbGFcCNzA270X0aKHXAvFfTGsErrH { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zHT6L0qmnI1ecbLoK8quHtQb955RKghf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:9.6875rem;left:29.6875rem; }
#QJDCMcf6pAisZzEM7k3FhePqatRdeBel { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:17.875rem;left:28.75rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSo5TC2VyUvyfv821cUlhWKE7Qm8u5EZ { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:15rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTdaTPK9XWF8WHtzVu4KttqxsmVgVElX { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:17.875rem;left:56.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nV1vbX80JxHPFEIRRCgaZbyaNg6gzuZu { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:15rem;left:56.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rgonsCwWQ3wdF28Jx5PZsLtoT3lTz4gB { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:56.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CKAnksZH09omTVPFFBOOKESIbZSKMknf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:9.6875rem;left:57.1875rem; }
#QFTVGGZuPAa1qQrcQWrWQF3o0VmyDrvV { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.2);background-image:none;top:10.5625rem;left:33.75rem;display:block; }
#fJIW0etUchQucBoGZlvsRscuV0fGkqit { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.5rem;left:1.25rem;display:none; }
#EiascgL2xUDbN2Wv3DFOt5WvFkv9HTzm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IG1T4Peki4pxAymvpqhzD9bPfP5gDX2v { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:22.5rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row .container { background-color: transparent; background-image: none; }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row .container > .video-iframe-container { display: none; }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row > .video-iframe-container { display: none; }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .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); }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row .container { border-width: 0; border-radius: 0; }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#Lp1rBZdRZWnBZLfkZPQwwtks9HgxMnSS { color:rgba(var(--color-primary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLcKUCXgWx7SQerfbnmE1CkIEUttetH5 { color:rgba(var(--color-primary-4),1);display:block;width:62.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:6.875rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5Dtxu2xQzQItlEm3QyyeuOoOULyergP { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1wSbor8FDhmMJ7lsAZbTfo1w2yMSHUP { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A8QbshTyx1hQy7ZNGEpe5rQ48e5CrMTd { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:30.6875rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtHZVbWpq5bqnddbrf9rMS39PVFnSVuc { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:28.8125rem;left:1.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ErcLbnXmQm7O2Krolt6BHR3fOP6f6m8i { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:30.6875rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D1nMq0aTgsaBcJimno9oJcDkcmdR93ES { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:28.8125rem;left:41.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zh167vRKhRClCVllehEAi8sunFXpyIkC { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:18.125rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#erCfvnJTgG62ZFwyn4J5h16zZubT2tWG { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:16.25rem;left:41.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuN4A33bnJu6RzpwbAXFFs5UcpEoS44l { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.1);background-image:none;top:26.25rem;left:1.25rem;display:block; }
#vkpn9RZfJoLwWw3NQ8N6P2EriR5sTZqR { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:26.25rem;left:41.25rem;display:block; }
#TQD2XyaKook8ITSlCeimJBkctTqTBy2U { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:38.75rem;left:1.25rem;display:block; }
#WypfGQeKTX3nbkfTf57KlbePzyTsmesb { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15078;background-color:rgba(0,0,0,0.1);background-image:none;top:38.75rem;left:41.25rem;display:block; }
#wziJnd5S3NPinHSTsAJcIgJUPIUmr3tf { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:13.75rem;left:1.25rem;display:block; }
#wVgmJbvucv3y08Q3gqWHABJnEhcvLtJf { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:13.75rem;left:41.25rem;display:block; }
#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),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; }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row .container { background-color: transparent; background-image: none; }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row .container > .video-iframe-container { display: none; }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row > .video-iframe-container { display: none; }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .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); }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row .container { border-width: 0; border-radius: 0; }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#Ut0F6TEiDRb1FizCc407rOxh2suWLVHx { box-sizing:content-box;height:0.0625rem;width:58.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:1.25rem;display:block; }
#KSl71qQl140o8JmT24DGA1zcGbGvfd3I { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:1.25rem;display:block; }
#CcxXe4GVstCxGr8otUTv5THccarZLXEP { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.125rem;left:1.25rem;display:block; }
#FgBAMZwXo0RKbRrsf5mNSUnmmsBFbXCT { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:1.25rem;display:block; }
#ph33e31iPX6gtzeJ6lbsAczOyx8TcCBB { box-sizing:content-box;height:36.25rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:22.4375rem;display:block; }
#x4StMsBUtMKxLmmRouR7T0ctMnqUpQTD { box-sizing:content-box;height:36.25rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:34.9375rem;display:block; }
#P3Eg8Rz9Rm77fD8ZHIeUO9v7OlOwVFD7 { box-sizing:content-box;height:36.25rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:47.4375rem;display:block; }
#vTKFwuMOrg67a0mrIF9Fk5DTasmzTs9g { box-sizing:content-box;height:36.25rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:59.9375rem;display:block; }
#gTLO8AqCxcrLwOhGzbnIWD1EmXgK5NEy { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.625rem;left:1.25rem;display:block; }
#DSxp35r8uqdhJ8bbsTN2XJu0RLcfLv8F { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:1.25rem;display:block; }
#t8dazSNJiKVzBlpAapkM6Tl5wlwPgQPc { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.125rem;left:1.25rem;display:block; }
#SyaBbsv7fb6JNT7N8ayfBZiHE2fq71Nv { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.875rem;left:1.25rem;display:block; }
#CcnA1SZFUhthBHIFqv7kbW9hZ87m5hnm { color:rgba(var(--color-secondary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:19.9375rem;left:2.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gWznf0VD1m6dVZcki5WI86BtxvJsIyNg { color:rgba(var(--color-secondary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:46.124219894409rem;left:2.4249992370606rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVdMp31OJd5N4CFq9fiHtrWHWE8EXLgr { color:rgba(var(--color-secondary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:31.125rem;left:2.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFnitgP0ACznZB8ksWO1dFzNW3cP4mFN { color:rgba(var(--color-secondary-3),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:38.5rem;left:2.4375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXENeekiHWWcHfSw9l7D2fQoKixvrNb5 { color:rgba(var(--color-secondary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:27.5rem;left:2.5625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XClgeATpyQsSnI4xoxRnZua5Ta9tnm3E { color:rgba(var(--color-secondary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:34.9375rem;left:2.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lufgn9dATmU7nrryFHFSFggro7e5z0dy { color:rgba(var(--color-secondary-3),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:42.311719894409rem;left:2.3624992370606rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IdK9eTit272lOsTd2W4kfTW3M0n4uIEz { position:absolute;display:block;z-index:15098;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:4.0625rem;width:5.1875rem;top:13.82421875rem;left:26.15625rem;overflow:hidden;display:block; }
#t2ARI1NOzUueuIUUQ06vskT7IIcdn0y9 { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:15.125rem;left:34.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0bCROHNtgH1z1L1fMAWMNnTLKQ6EJQA { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:15.125rem;left:47.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqxaZN6etBn9QDWuSvU89yQg0uG8vCEF { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.625rem;left:1.25rem;display:block; }
#CXe52bS5ELSlK3bzTPGhRT5ca8w8J4dX { color:rgba(var(--color-secondary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:23.6875rem;left:2.4375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mOACu9J3ND1kg5QDtRcghrN7aRD9xRrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:34.75rem;left:27.8125rem; }
#bqJCQREzAyZJwstx28cJzeouPPbbeKdD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:.5;top:34.9375rem;left:40.5rem; }
#rT15zUICUPVTCoQdeZAx8FGNIUPHysdW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:.5;top:34.9375rem;left:53rem; }
#qCzkK1NiPX5KxJqc2OxqkqKUbaIxGiBH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:27.3125rem;left:27.8125rem; }
#eohHOdDWh6MQbbHFzzWORQkpm7gLcVrh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:.5;top:27.5rem;left:40.5rem; }
#or1QMyELBHbJAT8QXn2E9gqs8zsND5s1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:.5;top:27.5rem;left:53rem; }
#xvJKbq0mIMICE4SMq8VAQkQi3ohrxbcS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:23.4375rem;left:27.8125rem; }
#NkWSkCnc8shsFGzTBwQUFZ9aEG4Z2WbZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:.5;top:23.6875rem;left:40.5rem; }
#tfZ3nBnJ8LKlClGg97qoMTiRIaSXXJr1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:.5;top:23.6875rem;left:53rem; }
#tO86oFsX8zENIXbcKvnqaCTtKIrn55DF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:19.75rem;left:27.8125rem; }
#bG5xG0xhdewSDc0Cgix575VA7NISEI35 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:.5;top:19.9375rem;left:40.5rem; }
#DcVvSo0wdWqTvZMMTkLTPeZRfLQzqRee { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:.5;top:19.9375rem;left:53rem; }
#FlsWa4syncrGIW0KzsZQff6CTMuXbrxg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:30.9375rem;left:27.8125rem; }
#nXZTI9DfH64cyoeFwxHXx65AQBgGMPJu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:.5;top:31.125rem;left:40.5rem; }
#VVKV6bVzp4hdtPaaZs2pBL1IDFOggGhX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:.5;top:31.125rem;left:53rem; }
#qqyoBR4coH6FEZ4a1tRfaML2GhTOz35R { box-sizing:content-box;height:36.25rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(241,255,241,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:22.500000953674rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KNRdy962RSVFbAIEyI4t43FTGZtPTqWc { box-sizing:content-box;height:36.25rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,241,241,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:34.937500953674rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#OkHSXBGEcWTJfE08QeVXqXDODfTXEm4i { box-sizing:content-box;height:36.3125rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,241,241,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:47.437500953674rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#PEEQ0IBWAmA5crskhnoFOnp3SDbik5yH { color:rgba(var(--color-secondary-3),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.25rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nVddO6XoSIdDAgu10J9nzKd9ZQTQxqC8 { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:7.3876953125rem;left:1.25rem;height:2.5996125rem;font-style:normal;display:block; }
#wXJuHT6px13vK9JFT6ZOiBx0N96TTLAn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:38.29345703125rem;left:27.8125rem; }
#i7lSSodWpTT7GLdSF3RzbQq2Bo6hgJ4D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:42.10595703125rem;left:27.8125rem; }
#xqxDXcNwsbH0SbxhLigDeeSQHU9KJV15 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:45.91845703125rem;left:27.8125rem; }
#WarTHCM2lQDNzq3GeIBBPpbBXtREJTXP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:.5;top:38.51220703125rem;left:40.5rem; }
#HUvBbJzkbMdMalaAOCvs8BGsMkGPJK5U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:.5;top:42.32470703125rem;left:40.46875rem; }
#v5cSMLfkTPdnuZln7LXyRWxEm7nsyIwE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:.5;top:46.13720703125rem;left:40.46875rem; }
#pUntgObPLER1sPLmpX5AH8mcxeDfy7Xa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:.5;top:38.51220703125rem;left:52.96875rem; }
#r8leVJBsv6FgKkJVqVO3sUamBCVh8hx4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:.5;top:42.32470703125rem;left:52.96875rem; }
#UGvg6bXqQ6I1u5SzxBrICMlsU9PgkmdJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:.5;top:46.13720703125rem;left:52.96875rem; }
#ccvgoLZ1qQ7actep9vGyJLTopqBcDiR6 { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:2.5;letter-spacing:0;top:51.6875rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHUlF76hRyOeror9nZPAMbMByRnGUaHQ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:51.6875rem;left:1.25rem;display:block; }
#BXqzvGdxRFRCFNVHZy09kCRUHxXCKyW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7usiRiizVAqWToUFl3qf1oqc8S65AGz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row .container { background-color: transparent; background-image: none; }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row .container > .video-iframe-container { display: none; }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row > .video-iframe-container { display: none; }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .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); }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row .container { border-width: 0; border-radius: 0; }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#NXHDGWiORRrlQblrOShmPxovRKL6mOey { box-sizing:content-box;height:23.8125rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/04d2c1b0-ea07-426d-9509-553e548042b3/ovenreview1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#NXHDGWiORRrlQblrOShmPxovRKL6mOey.adaptive-delivery-prevent-bg, #NXHDGWiORRrlQblrOShmPxovRKL6mOey.lazyload, #NXHDGWiORRrlQblrOShmPxovRKL6mOey.lazyloading { background-image: none; }
#NXHDGWiORRrlQblrOShmPxovRKL6mOey::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#NXHDGWiORRrlQblrOShmPxovRKL6mOey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#o5tki8A4kdaKb2rh5Xud1rxflTU7VvaM { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:8.0625rem;left:12.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvN1E6S0SU0Pi9cZ9mkHtJf3VtyMeNls { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:11.1875rem;left:24.84375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuTbXupyHuv5xCAtb0Wd8TT88STV6kE5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.75rem;left:25rem;display:block; }
#SExrPWTGTpdwuETzLZV513hhrvGHGW0d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQuWfhNfW8W9m3tXmHNTTfotJTqKTcXX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:28.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd { 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; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container { background-color: transparent; background-image: none; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container > .video-iframe-container { display: none; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row > .video-iframe-container { display: none; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .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); }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container { border-width: 0; border-radius: 0; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#oytqkcOF5XOV8sZ6ffbz4lskwntSH4Nt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.625rem;left:1.25rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aHKv0q3CaL8T1W9BLgUmoCNWrgagWu3S { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.625rem;left:49.6875rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xG9DARAICImO2FZS30vR23WZhVJ1ozJf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.625rem;left:57.1875rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ivZmJueddm0Lk2CDlxr6qmWnBv8eiWtq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:12.625rem;left:67.1875rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#deo4pa1EoITOErVEeQLtB1L4xW4rlN5F { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.8125rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#ySPW2BwKgHVw461hN4ZEA4GkgSrclNp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5.125rem;left:1.25rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZSSxeMNxFzlxmJVHbTRIZ7OrdAT1kfMh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:5.125rem;left:27.8125rem;height:5.949225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0SmV3CvkK3N7hDIwMOpxOvONQcHvMXd { color:rgba(var(--color-secondary-0),1);display:block;width:19.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:11.072443008423rem;left:27.562143325806rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qTC8TgydJvTSLvX8ET50T7AGO42yZN5D { display:block; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqR6oBhNMIVtHcJg2N4WMDUu3xmhJV9Q { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXVAckroX9nna4t9NTmvgXmmT8uV4MNz { width:3.125rem;height:3.125rem;display:none; }
#oXVAckroX9nna4t9NTmvgXmmT8uV4MNz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #fnusNTPk42W8EcttuDqbGApyVdid7Xo3 { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWZoFQku8npmwnGpMAeB628biQ80m3eI { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6qp823l93Iac0wQPLHcTB1EV73WBR1A { top:2.9375rem;left:31.4375rem;width:16.3125rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuXiBd61503pvIz5qTJXKe1IbDETI4nV { top:1.25rem;left:37.75rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUT9N2WRz8bMOEypxL8SyHNJGvZJxJB { top:1.8125rem;left:40.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXW2zTItwTBXwQGtT9U1HM1D4sChs181 { top:4.8125rem;left:42.5625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i28GkWB5U4UvVySgAZDSp8wHRqTZgHq6 { width:6.5625rem;height:5.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH4i8WwPsisCnOugB5PnFtmS1hgCraav { width:13.875rem;height:0.9375rem;top:2rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOzclltqphnemhJhD3akZEZaKVSkoPTN { top:2.375rem;left:28.524998664856rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTgN25TmVDB1oSuzKhZcXEhxVuGOiVWT { top:2.4375rem;left:31.9375rem;width:4.5625rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGJUCRcf0TgpklB8NhNSURd9a2vauN1h { top:2.1875rem;left:20.612184805814rem;width:6.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ { display:none; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT { display:block; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv5F1RtGz4TaM3zEnthTeQKwadNq0Ts5 { top:7.5rem;left:0rem;width:34.375rem;height:4.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqxrAhoPTwGUgSsmiSJ9CWwCDps58N9i { top:13.75rem;left:0rem;width:28.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdzyVszu3auC59hLNZew3tW1dXB4LbK { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMZKghwfzXskLNhgAwAVxAVSVDKy7oL { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiM0Q4sPVw84t0H89Ur7aMuIgrz2MmU { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgnlvsu4a5d9RhUFXyJGCKcsG0yCtZwy { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maz73JWUFFmS7xNz3oTXcdX00TrdOihk { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNZBMAGZqKInBo2K0Px0xWhzgHaH8M4l { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSdhT95XXNwLT5TsvvQvGzhcPpCXtbna { top:20.8125rem;left:0rem;width:38.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXrv286ZUKIOSF1TchneKpl2cLXFOUAI { width:11.0625rem;height:;top:4.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR2yayisn4AddsWmS72pmKI3fCXSvcgh { top:3.75rem;left:0rem;width:13.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR5aGUEEDLNxrI9le7MWzvRwEH9oEAEc { top:3.75rem;left:22.75rem;width:25rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlBQG3t75OkHf9ETEFkALHId5fTmHrGe { top:4.375rem;left:23.8125rem;width:23.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #of8GhGtWudcvrC6ngiB70Pb5zu3FlsMa { top:27.5625rem;left:0rem;width:35rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC6fxfbiJOoWwXsc8od2Z2VyUSo1vuFM { top:33.75rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMu48a0QPVTgvUUvdGi7TlMH408i4T8U { top:33.75rem;left:20.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTw69KBD4SBr3Var4rDw3rsA0r0aZ2WD { top:28.75rem;left:0rem;width:32.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVGgpTBwnxc7ALvPZ36NcDMsSf4XyknB { top:33.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgPT7zvTdhXxAEapmJ9s4ofLnrJTWTvT { top:33.75rem;left:6.0625rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO { display:block; }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC1k4mSxlC9M5R6yNuBVqFvz8sGnoffw { top:6.8125rem;left:20.0625rem;width:27.6875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8w7kno5WTVySOmn7THrICDKiTSqkzr { top:2.25rem;left:0rem;width:35.1875rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVmTk9WM3hruWGezrGVGXXCfOXiVJq4A { top:7.8125rem;left:0rem;width:33.6875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTBWU8sKRKTlPAhltGpVR6votbQ6VpV { top:22.5rem;left:5.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV6z3H8e03rI1xaGhOvJAkXvx4hpmlqK { width:16.4375rem;height:2.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaB4Tm7T2D1RSrSSgsAdXehJKeaoERND { display:block; }
 }@media only screen and (max-width: 763px) { #QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW { display:block; }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8lixIJG6Aq0I41RTSo7HU1eWDzO9Ezv { top:21.1875rem;left:31.5rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoXrIDvdkJiuaI1OQcXHNHZBWb6zIyAm { top:35rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF5LNos4gTiokeFShpqZQCIxg58TTVyu { top:22.4375rem;left:33.9375rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkvTXaXfWOlOd7LSmVw5qDFvNTlTTGha { top:35rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0i7OpttRAzpeu0W464tkLESHTeUU2T { top:8.75rem;left:31.375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIZ44wrITLnRJDf2tzBkmCV4ObMJml7S { top:36.3125rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk { top:8.75rem;left:19.4375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kveLwCVy8rqkAbyc2NUbbrtHBtI2Ztdp { top:21.25rem;left:19.5625rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOXOqDEUJ5q6eQ8etTBzo6CstcSCHqZB { top:22.5rem;left:22rem;width:13.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdpE13CNDvhKTieJ6LPLsqsKpWdGeFbF { top:35rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE2wXAOKa8ttbFJWTco1DpFNdPruSGtu { top:35rem;left:34.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw0uOTX9WRJStS1PPIXuTMeFrXSfPl9S { top:36.3125rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQOAXRuSeT3DE313J4dcSOzk3UQuetx0 { top:8.75rem;left:7.5rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLAFieuR1RE3g05o4HJ58zn9NbpOVTbr { top:21.25rem;left:7.625rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRArD6y7mInKbL7w8eX2ksFS74nVnPVl { top:22.5rem;left:10.0625rem;width:13.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bivgkfEQymz17SPEPAMWqkNKOKqtCSkr { top:35rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi47AKILyFG703adD7eAmXAhstOvOBTB { top:35rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVXKSD4J7WQOuC73OvN6LpmhcFuNMG8W { top:36.3125rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv { top:8.75rem;left:0rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR6UiKxG0zNBsKVFbNuEH5VcX6lS4QNV { top:21.25rem;left:0rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN9THJLkyKBb7QK8VUGPC47ew6OVdSen { top:22.5rem;left:0rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuEbraqw8D5df1XWU1LBDnGNdie0xzDz { top:35rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPADmBOIZ1r47ATM2FCTTOgHSXDirARN { top:35rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZzd8Q8kPOH8K9UpT3bCTU3wEQr0Ui4w { top:36.3125rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoCR2QCZA6gpkwy4zW7NnBa7xMmzwAZM { top:3.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN { display:block; }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGb2trJBhcU6RdrlNlzqA1In2WpFgHbT { top:3.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP7uBfXX66O9eP5kO9OV7xL3sGrAeVRC { top:8.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHCiWmxaTknBGbadyzCp4gDy5TuQbEP7 { top:9.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX9m3NqmyZHlqG8HZN6Dxer1p3xnVPDT { top:10.625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siOBZZkBUUBThJOu1g5reNnzrZ2LPhwC { top:15rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZUPsJ6y2dHoOHKbIggb29Gt4y5cGFN { top:17.875rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQoHbGFcCNzA270X0aKHXAvFfTGsErrH { top:8.75rem;left:15.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHT6L0qmnI1ecbLoK8quHtQb955RKghf { top:9.6875rem;left:16.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJDCMcf6pAisZzEM7k3FhePqatRdeBel { top:17.875rem;left:15.125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSo5TC2VyUvyfv821cUlhWKE7Qm8u5EZ { top:15rem;left:15.125rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTdaTPK9XWF8WHtzVu4KttqxsmVgVElX { top:17.875rem;left:30.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV1vbX80JxHPFEIRRCgaZbyaNg6gzuZu { top:15rem;left:31.4375rem;width:16.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgonsCwWQ3wdF28Jx5PZsLtoT3lTz4gB { top:8.75rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKAnksZH09omTVPFFBOOKESIbZSKMknf { top:9.6875rem;left:43.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTVGGZuPAa1qQrcQWrWQF3o0VmyDrvV { top:10.5625rem;left:20.125rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJIW0etUchQucBoGZlvsRscuV0fGkqit { width:16.4375rem;height:2.5rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiascgL2xUDbN2Wv3DFOt5WvFkv9HTzm { display:block; }
 }@media only screen and (max-width: 763px) { #IG1T4Peki4pxAymvpqhzD9bPfP5gDX2v { top:22.5rem;left:5.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP { display:block; }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lp1rBZdRZWnBZLfkZPQwwtks9HgxMnSS { top:3.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcKUCXgWx7SQerfbnmE1CkIEUttetH5 { top:6.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Dtxu2xQzQItlEm3QyyeuOoOULyergP { top:16.25rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1wSbor8FDhmMJ7lsAZbTfo1w2yMSHUP { top:18.125rem;left:0rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QbshTyx1hQy7ZNGEpe5rQ48e5CrMTd { top:30.6875rem;left:0rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtHZVbWpq5bqnddbrf9rMS39PVFnSVuc { top:28.8125rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErcLbnXmQm7O2Krolt6BHR3fOP6f6m8i { top:30.6875rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1nMq0aTgsaBcJimno9oJcDkcmdR93ES { top:28.8125rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh167vRKhRClCVllehEAi8sunFXpyIkC { top:18.125rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erCfvnJTgG62ZFwyn4J5h16zZubT2tWG { top:16.25rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuN4A33bnJu6RzpwbAXFFs5UcpEoS44l { top:26.25rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkpn9RZfJoLwWw3NQ8N6P2EriR5sTZqR { top:26.25rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQD2XyaKook8ITSlCeimJBkctTqTBy2U { top:38.75rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WypfGQeKTX3nbkfTf57KlbePzyTsmesb { top:38.75rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wziJnd5S3NPinHSTsAJcIgJUPIUmr3tf { top:13.75rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVgmJbvucv3y08Q3gqWHABJnEhcvLtJf { top:13.75rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk { display:block; }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut0F6TEiDRb1FizCc407rOxh2suWLVHx { top:18.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSl71qQl140o8JmT24DGA1zcGbGvfd3I { top:22.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcxXe4GVstCxGr8otUTv5THccarZLXEP { top:26.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBAMZwXo0RKbRrsf5mNSUnmmsBFbXCT { top:29.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph33e31iPX6gtzeJ6lbsAczOyx8TcCBB { top:12.4375rem;left:8.8125rem;width:0.0625rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4StMsBUtMKxLmmRouR7T0ctMnqUpQTD { top:12.4375rem;left:21.3125rem;width:0.0625rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Eg8Rz9Rm77fD8ZHIeUO9v7OlOwVFD7 { top:12.4375rem;left:33.8125rem;width:0.0625rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTKFwuMOrg67a0mrIF9Fk5DTasmzTs9g { top:12.4375rem;left:46.3125rem;width:0.0625rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLO8AqCxcrLwOhGzbnIWD1EmXgK5NEy { top:33.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSxp35r8uqdhJ8bbsTN2XJu0RLcfLv8F { top:37.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8dazSNJiKVzBlpAapkM6Tl5wlwPgQPc { top:41.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyaBbsv7fb6JNT7N8ayfBZiHE2fq71Nv { top:44.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcnA1SZFUhthBHIFqv7kbW9hZ87m5hnm { top:19.9375rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWznf0VD1m6dVZcki5WI86BtxvJsIyNg { top:46.0625rem;left:0rem;width:20.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVdMp31OJd5N4CFq9fiHtrWHWE8EXLgr { top:31.125rem;left:0rem;width:20.0625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFnitgP0ACznZB8ksWO1dFzNW3cP4mFN { top:38.5rem;left:0rem;width:20.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXENeekiHWWcHfSw9l7D2fQoKixvrNb5 { top:27.5rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XClgeATpyQsSnI4xoxRnZua5Ta9tnm3E { top:34.9375rem;left:0rem;width:20.0625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lufgn9dATmU7nrryFHFSFggro7e5z0dy { top:42.25rem;left:0rem;width:20.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdK9eTit272lOsTd2W4kfTW3M0n4uIEz { top:13.8125rem;left:12.53125rem;width:5.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ARI1NOzUueuIUUQ06vskT7IIcdn0y9 { top:15.125rem;left:21.3125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0bCROHNtgH1z1L1fMAWMNnTLKQ6EJQA { top:15.125rem;left:33.8125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxaZN6etBn9QDWuSvU89yQg0uG8vCEF { top:48.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXe52bS5ELSlK3bzTPGhRT5ca8w8J4dX { top:23.6875rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOACu9J3ND1kg5QDtRcghrN7aRD9xRrP { top:34.75rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqJCQREzAyZJwstx28cJzeouPPbbeKdD { top:34.9375rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT15zUICUPVTCoQdeZAx8FGNIUPHysdW { top:34.9375rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzkK1NiPX5KxJqc2OxqkqKUbaIxGiBH { top:27.3125rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eohHOdDWh6MQbbHFzzWORQkpm7gLcVrh { top:27.5rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or1QMyELBHbJAT8QXn2E9gqs8zsND5s1 { top:27.5rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvJKbq0mIMICE4SMq8VAQkQi3ohrxbcS { top:23.4375rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWSkCnc8shsFGzTBwQUFZ9aEG4Z2WbZ { top:23.6875rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfZ3nBnJ8LKlClGg97qoMTiRIaSXXJr1 { top:23.6875rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO86oFsX8zENIXbcKvnqaCTtKIrn55DF { top:19.75rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG5xG0xhdewSDc0Cgix575VA7NISEI35 { top:19.9375rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcVvSo0wdWqTvZMMTkLTPeZRfLQzqRee { top:19.9375rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlsWa4syncrGIW0KzsZQff6CTMuXbrxg { top:30.9375rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZTI9DfH64cyoeFwxHXx65AQBgGMPJu { top:31.125rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVKV6bVzp4hdtPaaZs2pBL1IDFOggGhX { top:31.125rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqyoBR4coH6FEZ4a1tRfaML2GhTOz35R { top:12.4375rem;left:8.8750009536744rem;width:12.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNRdy962RSVFbAIEyI4t43FTGZtPTqWc { top:12.4375rem;left:21.312500953674rem;width:12.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkHSXBGEcWTJfE08QeVXqXDODfTXEm4i { top:12.4375rem;left:33.812500953674rem;width:12.5rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEEQ0IBWAmA5crskhnoFOnp3SDbik5yH { top:3.6875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVddO6XoSIdDAgu10J9nzKd9ZQTQxqC8 { top:7.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXJuHT6px13vK9JFT6ZOiBx0N96TTLAn { top:38.25rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7lSSodWpTT7GLdSF3RzbQq2Bo6hgJ4D { top:42.0625rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqxDXcNwsbH0SbxhLigDeeSQHU9KJV15 { top:45.875rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WarTHCM2lQDNzq3GeIBBPpbBXtREJTXP { top:38.5rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUvBbJzkbMdMalaAOCvs8BGsMkGPJK5U { top:42.3125rem;left:26.84375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5cSMLfkTPdnuZln7LXyRWxEm7nsyIwE { top:46.125rem;left:26.84375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUntgObPLER1sPLmpX5AH8mcxeDfy7Xa { top:38.5rem;left:39.34375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8leVJBsv6FgKkJVqVO3sUamBCVh8hx4 { top:42.3125rem;left:39.34375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGvg6bXqQ6I1u5SzxBrICMlsU9PgkmdJ { top:46.125rem;left:39.34375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccvgoLZ1qQ7actep9vGyJLTopqBcDiR6 { top:51.6875rem;left:5.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHUlF76hRyOeror9nZPAMbMByRnGUaHQ { width:16.4375rem;height:2.5rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXqzvGdxRFRCFNVHZy09kCRUHxXCKyW2 { display:block; }
 }@media only screen and (max-width: 763px) { #L7usiRiizVAqWToUFl3qf1oqc8S65AGz { display:block; }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXHDGWiORRrlQblrOShmPxovRKL6mOey { top:3.75rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5tki8A4kdaKb2rh5Xud1rxflTU7VvaM { top:8.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvN1E6S0SU0Pi9cZ9mkHtJf3VtyMeNls { top:11.1875rem;left:11.21875rem;width:25.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuTbXupyHuv5xCAtb0Wd8TT88STV6kE5 { width:25rem;height:2.5rem;top:18.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SExrPWTGTpdwuETzLZV513hhrvGHGW0d { display:block; }
 }@media only screen and (max-width: 763px) { #iQuWfhNfW8W9m3tXmHNTTfotJTqKTcXX { top:22.4375rem;left:15.125rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd { display:block; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oytqkcOF5XOV8sZ6ffbz4lskwntSH4Nt { top:12.625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHKv0q3CaL8T1W9BLgUmoCNWrgagWu3S { top:12.625rem;left:36.0625rem;width:8.5rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG9DARAICImO2FZS30vR23WZhVJ1ozJf { top:12.625rem;left:37.125rem;width:10.625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivZmJueddm0Lk2CDlxr6qmWnBv8eiWtq { top:12.625rem;left:41.1875rem;width:6.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deo4pa1EoITOErVEeQLtB1L4xW4rlN5F { top:1.25rem;left:0rem;width:3.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySPW2BwKgHVw461hN4ZEA4GkgSrclNp9 { top:5.125rem;left:0rem;width:20rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSSxeMNxFzlxmJVHbTRIZ7OrdAT1kfMh { top:5.125rem;left:14.1875rem;width:20.5625rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0SmV3CvkK3N7hDIwMOpxOvONQcHvMXd { top:11.0625rem;left:13.937143325806rem;width:19.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qTC8TgydJvTSLvX8ET50T7AGO42yZN5D { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container { background-color: transparent; background-image: none; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container > .video-iframe-container { display: none; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row > .video-iframe-container { display: none; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .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); }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container { border-width: 0; border-radius: 0; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTC8TgydJvTSLvX8ET50T7AGO42yZN5D > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqR6oBhNMIVtHcJg2N4WMDUu3xmhJV9Q { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oXVAckroX9nna4t9NTmvgXmmT8uV4MNz { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#oXVAckroX9nna4t9NTmvgXmmT8uV4MNz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #fnusNTPk42W8EcttuDqbGApyVdid7Xo3 { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BWZoFQku8npmwnGpMAeB628biQ80m3eI { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S6qp823l93Iac0wQPLHcTB1EV73WBR1A { width:13.625rem;height:0;top:10.625rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #QuXiBd61503pvIz5qTJXKe1IbDETI4nV { width:0.0625rem;height:5rem;top:1.15625rem;left:9.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUT9N2WRz8bMOEypxL8SyHNJGvZJxJB { width:3.75rem;height:3.75rem;top:1.8125rem;left:8.125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #lXW2zTItwTBXwQGtT9U1HM1D4sChs181 { width:0.875rem;height:0.875rem;top:4.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i28GkWB5U4UvVySgAZDSp8wHRqTZgHq6 { width:5.8125rem;height:4.4375rem;top:1.4375rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH4i8WwPsisCnOugB5PnFtmS1hgCraav { width:13.875rem;height:auto;top:2rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FOzclltqphnemhJhD3akZEZaKVSkoPTN { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTgN25TmVDB1oSuzKhZcXEhxVuGOiVWT { width:3.75rem;height:2.6247375rem;top:1.1875rem;left:14.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bGJUCRcf0TgpklB8NhNSURd9a2vauN1h { width:5.25rem;height:2.25rem;top:3.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/081fd7b6-4f92-48dd-9c6e-f7c6fb1ba643/oveninstalllondonuk.png");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; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ.adaptive-delivery-prevent-bg, #VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ.lazyload, #VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ.lazyloading { background-image: none; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row .container { background-color: transparent; background-image: none; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row .container > .video-iframe-container { display: none; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row > .video-iframe-container { display: none; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .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); }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row .container { border-width: 0; border-radius: 0; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VuztFDBDTGWPgsyBmz5uB5zP2Jvo7BLJ > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de21262a-d5d7-4af8-8a05-376eff381b2c/ovenreview3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT.adaptive-delivery-prevent-bg, #oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT.lazyload, #oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT.lazyloading { background-image: none; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container { background-color: transparent; background-image: none; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container > .video-iframe-container { display: none; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row > .video-iframe-container { display: none; }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .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); }#oaxUiitpoQUTq9yNX4s4NaUMMHRIBwtT > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv5F1RtGz4TaM3zEnthTeQKwadNq0Ts5 { width:20rem;height:3.44904375rem;top:1.1875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #DqxrAhoPTwGUgSsmiSJ9CWwCDps58N9i { width:20rem;height:5.1988625rem;top:5.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #TrdzyVszu3auC59hLNZew3tW1dXB4LbK { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVMZKghwfzXskLNhgAwAVxAVSVDKy7oL { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #ZTiM0Q4sPVw84t0H89Ur7aMuIgrz2MmU { width:16.1875rem;height:0;top:77.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #tgnlvsu4a5d9RhUFXyJGCKcsG0yCtZwy { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #Maz73JWUFFmS7xNz3oTXcdX00TrdOihk { width:11rem;height:0;top:86.3125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #eNZBMAGZqKInBo2K0Px0xWhzgHaH8M4l { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #hSdhT95XXNwLT5TsvvQvGzhcPpCXtbna { width:20rem;height:5.19886875rem;top:12.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #KXrv286ZUKIOSF1TchneKpl2cLXFOUAI { width:15.0625rem;height:0;top:2.01220703125rem;left:0.65625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #lR2yayisn4AddsWmS72pmKI3fCXSvcgh { width:16.25rem;height:2.5rem;top:1.25rem;left:0rem;background-color:rgba(0,0,0,0.14);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #LR5aGUEEDLNxrI9le7MWzvRwEH9oEAEc { width:20rem;height:30rem;top:23.75rem;left:-0.125rem;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),0.2);display:none; }
 }@media only screen and (max-width: 763px) { #nlBQG3t75OkHf9ETEFkALHId5fTmHrGe { width:19.6875rem;height:12.4375rem;top:20rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of8GhGtWudcvrC6ngiB70Pb5zu3FlsMa { width:20rem;height:11.25rem;top:56.1875rem;left:0rem;z-index:15010;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),0.37);border-left:0.0625rem solid rgba(var(--color-primary-1),0.37);border-right:0.0625rem solid rgba(var(--color-primary-1),0.37);border-bottom:0.0625rem solid rgba(var(--color-primary-1),0.37);display:block; }
 }@media only screen and (max-width: 763px) { #zC6fxfbiJOoWwXsc8od2Z2VyUSo1vuFM { width:10.6875rem;height:1.2753rem;top:64.9375rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NMu48a0QPVTgvUUvdGi7TlMH408i4T8U { width:1.25rem;height:1.25rem;top:64.948507308963rem;left:17.618074774742rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTw69KBD4SBr3Var4rDw3rsA0r0aZ2WD { width:17.5625rem;height:6.4985625rem;top:57.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #IVGgpTBwnxc7ALvPZ36NcDMsSf4XyknB { width:1.25rem;height:1.25rem;top:64.9375rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #DgPT7zvTdhXxAEapmJ9s4ofLnrJTWTvT { width:10.625rem;height:0;top:66.2255859375rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO { display:block; }#r57hQSLwVN6xt2FGQHJVSx4DTiqC3vHO > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC1k4mSxlC9M5R6yNuBVqFvz8sGnoffw { width:20rem;height:12.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8w7kno5WTVySOmn7THrICDKiTSqkzr { width:20rem;height:3.73668125rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVmTk9WM3hruWGezrGVGXXCfOXiVJq4A { width:20rem;height:15.5966rem;top:21.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nTTBWU8sKRKTlPAhltGpVR6votbQ6VpV { width:20rem;height:1.29971875rem;top:41.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dV6z3H8e03rI1xaGhOvJAkXvx4hpmlqK { width:20rem;height:2.5rem;top:38.125rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LaB4Tm7T2D1RSrSSgsAdXehJKeaoERND { display:block; }
 }@media only screen and (max-width: 763px) { #QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW { display:block; }#QZ6tcGc1XD61Mw0Pp85yzUSpJVqBXfXW > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8lixIJG6Aq0I41RTSo7HU1eWDzO9Ezv { width:20rem;height:13.75rem;top:20rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #EoXrIDvdkJiuaI1OQcXHNHZBWb6zIyAm { width:1.25rem;height:1.25rem;top:30rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF5LNos4gTiokeFShpqZQCIxg58TTVyu { width:17.5625rem;height:7.7988125rem;top:95rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #DkvTXaXfWOlOd7LSmVw5qDFvNTlTTGha { width:13.75rem;height:1.2749rem;top:91.25rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #QZ0i7OpttRAzpeu0W464tkLESHTeUU2T { width:20rem;height:12.5rem;top:7.5rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17bb8ab2-1d6d-431d-9f96-c264f7a10b08/ElectricHob1Smaller.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QZ0i7OpttRAzpeu0W464tkLESHTeUU2T.adaptive-delivery-prevent-bg, #QZ0i7OpttRAzpeu0W464tkLESHTeUU2T.lazyload, #QZ0i7OpttRAzpeu0W464tkLESHTeUU2T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gIZ44wrITLnRJDf2tzBkmCV4ObMJml7S { width:13.75rem;height:1.25rem;top:31.25rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk { width:20rem;height:16.25rem;top:121.25rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60530e47-8424-4653-b78a-bf51001bd16f/SarahChapple.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk.adaptive-delivery-prevent-bg, #xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk.lazyload, #xTimTHAXpeRqP5qtnmbzVqLq5Qkye6yk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kveLwCVy8rqkAbyc2NUbbrtHBtI2Ztdp { width:20rem;height:16.25rem;top:137.5rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #kOXOqDEUJ5q6eQ8etTBzo6CstcSCHqZB { width:17.5625rem;height:6.4985625rem;top:77.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #WdpE13CNDvhKTieJ6LPLsqsKpWdGeFbF { width:13.8125rem;height:1.2753rem;top:86.25rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xE2wXAOKa8ttbFJWTco1DpFNdPruSGtu { width:1.25rem;height:1.25rem;top:150rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dw0uOTX9WRJStS1PPIXuTMeFrXSfPl9S { width:13.8125rem;height:1.25rem;top:87.5625rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hQOAXRuSeT3DE313J4dcSOzk3UQuetx0 { width:20rem;height:12.5rem;top:63.75rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db4ec7a5-8f64-441a-81db-6b83f1dc05f8/ElectricHob2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hQOAXRuSeT3DE313J4dcSOzk3UQuetx0.adaptive-delivery-prevent-bg, #hQOAXRuSeT3DE313J4dcSOzk3UQuetx0.lazyload, #hQOAXRuSeT3DE313J4dcSOzk3UQuetx0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zLAFieuR1RE3g05o4HJ58zn9NbpOVTbr { width:20rem;height:13.75rem;top:76.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RRArD6y7mInKbL7w8eX2ksFS74nVnPVl { width:17.5rem;height:7.7983125rem;top:48.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #bivgkfEQymz17SPEPAMWqkNKOKqtCSkr { width:13.8125rem;height:1.2753rem;top:58.75rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gi47AKILyFG703adD7eAmXAhstOvOBTB { width:1.25rem;height:1.25rem;top:87.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVXKSD4J7WQOuC73OvN6LpmhcFuNMG8W { width:13.8125rem;height:1.25rem;top:31.25rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv { width:20rem;height:12.5rem;top:35rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52fa395f-a9d0-41aa-8066-33c6d8374468/ovenreview2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv.adaptive-delivery-prevent-bg, #mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv.lazyload, #mTZBIAaT9qVfEP8QSa3EXwSyepeWQ1lv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zR6UiKxG0zNBsKVFbNuEH5VcX6lS4QNV { width:20rem;height:15rem;top:47.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #WN9THJLkyKBb7QK8VUGPC47ew6OVdSen { width:17.5625rem;height:7.7983125rem;top:21.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SuEbraqw8D5df1XWU1LBDnGNdie0xzDz { width:13.8125rem;height:1.2753rem;top:29.9755859375rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #yPADmBOIZ1r47ATM2FCTTOgHSXDirARN { width:1.25rem;height:1.25rem;top:58.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZzd8Q8kPOH8K9UpT3bCTU3wEQr0Ui4w { width:13.8125rem;height:1.25rem;top:60rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #OoCR2QCZA6gpkwy4zW7NnBa7xMmzwAZM { width:20rem;height:3.2492875rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN { display:block; }#mqA8nPKBmXI3NLc8whh03ytNNNDn6xKN > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGb2trJBhcU6RdrlNlzqA1In2WpFgHbT { width:20rem;height:3.73668125rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP7uBfXX66O9eP5kO9OV7xL3sGrAeVRC { width:3.75rem;height:3.75rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHCiWmxaTknBGbadyzCp4gDy5TuQbEP7 { display:flex;width:1.875rem;height:1.875rem;top:10.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #nX9m3NqmyZHlqG8HZN6Dxer1p3xnVPDT { width:0.0625rem;height:7.5rem;top:24.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siOBZZkBUUBThJOu1g5reNnzrZ2LPhwC { width:13.875rem;height:1.29971875rem;top:9.9375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZUPsJ6y2dHoOHKbIggb29Gt4y5cGFN { width:15.0625rem;height:2.59943125rem;top:11.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQoHbGFcCNzA270X0aKHXAvFfTGsErrH { width:3.75rem;height:3.75rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHT6L0qmnI1ecbLoK8quHtQb955RKghf { display:flex;width:1.875rem;height:1.875rem;top:20.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #QJDCMcf6pAisZzEM7k3FhePqatRdeBel { width:15.0625rem;height:3.89915rem;top:21.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSo5TC2VyUvyfv821cUlhWKE7Qm8u5EZ { width:15rem;height:1.29971875rem;top:19.9375rem;left:5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mTdaTPK9XWF8WHtzVu4KttqxsmVgVElX { width:15rem;height:3.89915rem;top:34.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV1vbX80JxHPFEIRRCgaZbyaNg6gzuZu { width:15.0625rem;height:1.29971875rem;top:32.4375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rgonsCwWQ3wdF28Jx5PZsLtoT3lTz4gB { width:3.75rem;height:3.75rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKAnksZH09omTVPFFBOOKESIbZSKMknf { display:flex;width:1.875rem;height:1.875rem;top:33.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #QFTVGGZuPAa1qQrcQWrWQF3o0VmyDrvV { width:0.0625rem;height:5rem;top:14.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJIW0etUchQucBoGZlvsRscuV0fGkqit { width:20rem;height:2.5rem;top:41.25rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #EiascgL2xUDbN2Wv3DFOt5WvFkv9HTzm { display:block; }
 }@media only screen and (max-width: 763px) { #IG1T4Peki4pxAymvpqhzD9bPfP5gDX2v { width:20rem;height:1.29971875rem;top:44.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP { display:block; }#NFgkNvWAtNoAKAgAVWgs2KH9Zz8TNuNP > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lp1rBZdRZWnBZLfkZPQwwtks9HgxMnSS { width:20rem;height:3.73668125rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcKUCXgWx7SQerfbnmE1CkIEUttetH5 { width:20rem;height:2.59943125rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Dtxu2xQzQItlEm3QyyeuOoOULyergP { width:20rem;height:1.29971875rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1wSbor8FDhmMJ7lsAZbTfo1w2yMSHUP { width:20rem;height:5.1988625rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QbshTyx1hQy7ZNGEpe5rQ48e5CrMTd { width:20rem;height:6.4985625rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtHZVbWpq5bqnddbrf9rMS39PVFnSVuc { width:20rem;height:1.29971875rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErcLbnXmQm7O2Krolt6BHR3fOP6f6m8i { width:20rem;height:6.4985625rem;top:56.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1nMq0aTgsaBcJimno9oJcDkcmdR93ES { width:20rem;height:1.38139375rem;top:53.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh167vRKhRClCVllehEAi8sunFXpyIkC { width:20rem;height:5.1988625rem;top:43.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erCfvnJTgG62ZFwyn4J5h16zZubT2tWG { width:20rem;height:1.38139375rem;top:40rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuN4A33bnJu6RzpwbAXFFs5UcpEoS44l { width:20rem;height:0.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkpn9RZfJoLwWw3NQ8N6P2EriR5sTZqR { width:20rem;height:0.0625rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQD2XyaKook8ITSlCeimJBkctTqTBy2U { width:20rem;height:0.0625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WypfGQeKTX3nbkfTf57KlbePzyTsmesb { width:20rem;height:0.0625rem;top:89.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wziJnd5S3NPinHSTsAJcIgJUPIUmr3tf { width:20rem;height:0.0625rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVgmJbvucv3y08Q3gqWHABJnEhcvLtJf { width:20rem;height:0.0625rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk { display:block; }#v8dWH71cZcRs7M3RuJ0v89sa4WzfszZk > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut0F6TEiDRb1FizCc407rOxh2suWLVHx { width:20rem;height:0.0625rem;top:17.375rem;left:0rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #KSl71qQl140o8JmT24DGA1zcGbGvfd3I { width:20rem;height:0.0625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcxXe4GVstCxGr8otUTv5THccarZLXEP { width:20rem;height:0.0625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBAMZwXo0RKbRrsf5mNSUnmmsBFbXCT { width:20rem;height:0.0625rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph33e31iPX6gtzeJ6lbsAczOyx8TcCBB { width:0.0625rem;height:28.75rem;top:13.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4StMsBUtMKxLmmRouR7T0ctMnqUpQTD { width:0.0625rem;height:28.75rem;top:124.3125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3Eg8Rz9Rm77fD8ZHIeUO9v7OlOwVFD7 { width:0.0625rem;height:28.75rem;top:13.6875rem;left:9.9375rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #vTKFwuMOrg67a0mrIF9Fk5DTasmzTs9g { width:0.0625rem;height:28.75rem;top:13.6875rem;left:4.9375rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #gTLO8AqCxcrLwOhGzbnIWD1EmXgK5NEy { width:20rem;height:0.0625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSxp35r8uqdhJ8bbsTN2XJu0RLcfLv8F { width:20rem;height:0.0625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8dazSNJiKVzBlpAapkM6Tl5wlwPgQPc { width:20rem;height:0.0625rem;top:166.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyaBbsv7fb6JNT7N8ayfBZiHE2fq71Nv { width:20rem;height:0.0625rem;top:173rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcnA1SZFUhthBHIFqv7kbW9hZ87m5hnm { width:5rem;height:1.9504625rem;top:18.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15114;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gWznf0VD1m6dVZcki5WI86BtxvJsIyNg { width:20rem;height:0;top:184.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sVdMp31OJd5N4CFq9fiHtrWHWE8EXLgr { width:5rem;height:2.92569375rem;top:33.47509765625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFnitgP0ACznZB8ksWO1dFzNW3cP4mFN { width:20rem;height:0;top:160.5126953125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lXENeekiHWWcHfSw9l7D2fQoKixvrNb5 { width:5rem;height:0.97523125rem;top:29.44970703125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XClgeATpyQsSnI4xoxRnZua5Ta9tnm3E { width:5rem;height:2.92569375rem;top:38.47509765625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lufgn9dATmU7nrryFHFSFggro7e5z0dy { width:20rem;height:0;top:174.2626953125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IdK9eTit272lOsTd2W4kfTW3M0n4uIEz { width:3.375rem;height:2.625rem;top:14.375rem;left:5.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2ARI1NOzUueuIUUQ06vskT7IIcdn0y9 { width:5rem;height:2.2745rem;top:14.5498046875rem;left:10rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0bCROHNtgH1z1L1fMAWMNnTLKQ6EJQA { width:3.75rem;height:2.2745rem;top:14.5498046875rem;left:15.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqxaZN6etBn9QDWuSvU89yQg0uG8vCEF { width:20rem;height:0.0625rem;top:182.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXe52bS5ELSlK3bzTPGhRT5ca8w8J4dX { width:2.5625rem;height:2.92569375rem;top:23.47509765625rem;left:1.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mOACu9J3ND1kg5QDtRcghrN7aRD9xRrP { display:flex;width:1.25rem;height:1.25rem;top:39.3125rem;left:6.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bqJCQREzAyZJwstx28cJzeouPPbbeKdD { display:flex;width:1.25rem;height:1.25rem;top:39.3125rem;left:16.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rT15zUICUPVTCoQdeZAx8FGNIUPHysdW { display:flex;width:1.25rem;height:1.25rem;top:39.3125rem;left:11.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qCzkK1NiPX5KxJqc2OxqkqKUbaIxGiBH { display:flex;width:1.25rem;height:1.25rem;top:29.3125rem;left:6.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #eohHOdDWh6MQbbHFzzWORQkpm7gLcVrh { display:flex;width:1.25rem;height:1.25rem;top:29.3125rem;left:16.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #or1QMyELBHbJAT8QXn2E9gqs8zsND5s1 { display:flex;width:1.25rem;height:1.25rem;top:29.3125rem;left:11.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xvJKbq0mIMICE4SMq8VAQkQi3ohrxbcS { display:flex;width:1.25rem;height:1.25rem;top:24.3125rem;left:6.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NkWSkCnc8shsFGzTBwQUFZ9aEG4Z2WbZ { display:flex;width:1.25rem;height:1.25rem;top:24.3125rem;left:16.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tfZ3nBnJ8LKlClGg97qoMTiRIaSXXJr1 { display:flex;width:1.25rem;height:1.25rem;top:24.3125rem;left:11.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tO86oFsX8zENIXbcKvnqaCTtKIrn55DF { display:flex;width:1.25rem;height:1.25rem;top:19.3125rem;left:6.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bG5xG0xhdewSDc0Cgix575VA7NISEI35 { display:flex;width:1.25rem;height:1.25rem;top:19.3125rem;left:16.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DcVvSo0wdWqTvZMMTkLTPeZRfLQzqRee { display:flex;width:1.25rem;height:1.25rem;top:19.3125rem;left:11.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FlsWa4syncrGIW0KzsZQff6CTMuXbrxg { display:flex;width:1.25rem;height:1.25rem;top:34.3125rem;left:6.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nXZTI9DfH64cyoeFwxHXx65AQBgGMPJu { display:flex;width:1.25rem;height:1.25rem;top:34.3125rem;left:16.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VVKV6bVzp4hdtPaaZs2pBL1IDFOggGhX { display:flex;width:1.25rem;height:1.25rem;top:34.3125rem;left:11.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qqyoBR4coH6FEZ4a1tRfaML2GhTOz35R { width:5rem;height:28.75rem;top:13.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNRdy962RSVFbAIEyI4t43FTGZtPTqWc { width:5rem;height:28.75rem;top:13.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkHSXBGEcWTJfE08QeVXqXDODfTXEm4i { width:5rem;height:28.75rem;top:13.6875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEEQ0IBWAmA5crskhnoFOnp3SDbik5yH { width:20rem;height:3.2492875rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVddO6XoSIdDAgu10J9nzKd9ZQTQxqC8 { width:20rem;height:5.1988625rem;top:6.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXJuHT6px13vK9JFT6ZOiBx0N96TTLAn { display:flex;width:1.875rem;height:1.875rem;top:51.8124984375rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7lSSodWpTT7GLdSF3RzbQq2Bo6hgJ4D { display:flex;width:1.875rem;height:1.875rem;top:60.3124984375rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqxDXcNwsbH0SbxhLigDeeSQHU9KJV15 { display:flex;width:1.875rem;height:1.875rem;top:68.8124984375rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WarTHCM2lQDNzq3GeIBBPpbBXtREJTXP { display:flex;width:1.4375rem;height:1.4375rem;top:54.9374984375rem;left:9.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUvBbJzkbMdMalaAOCvs8BGsMkGPJK5U { display:flex;width:1.4375rem;height:1.4375rem;top:63.4374984375rem;left:9.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5cSMLfkTPdnuZln7LXyRWxEm7nsyIwE { display:flex;width:1.4375rem;height:1.4375rem;top:71.9374984375rem;left:9.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUntgObPLER1sPLmpX5AH8mcxeDfy7Xa { display:flex;width:1.4375rem;height:1.4375rem;top:57.6249984375rem;left:9.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8leVJBsv6FgKkJVqVO3sUamBCVh8hx4 { display:flex;width:1.4375rem;height:1.4375rem;top:66.1249984375rem;left:9.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGvg6bXqQ6I1u5SzxBrICMlsU9PgkmdJ { display:flex;width:1.4375rem;height:1.4375rem;top:74.6249984375rem;left:9.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccvgoLZ1qQ7actep9vGyJLTopqBcDiR6 { width:15.125rem;height:1.29971875rem;top:46.8125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rHUlF76hRyOeror9nZPAMbMByRnGUaHQ { width:20rem;height:2.5rem;top:43.6875rem;left:0.0625rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BXqzvGdxRFRCFNVHZy09kCRUHxXCKyW2 { display:block; }
 }@media only screen and (max-width: 763px) { #L7usiRiizVAqWToUFl3qf1oqc8S65AGz { display:block; }#L7usiRiizVAqWToUFl3qf1oqc8S65AGz > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXHDGWiORRrlQblrOShmPxovRKL6mOey { width:20rem;height:21.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5tki8A4kdaKb2rh5Xud1rxflTU7VvaM { width:15rem;height:3.73668125rem;top:5.1875rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvN1E6S0SU0Pi9cZ9mkHtJf3VtyMeNls { width:15.0625rem;height:3.89915rem;top:10.1875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuTbXupyHuv5xCAtb0Wd8TT88STV6kE5 { width:17.5rem;height:2.5rem;top:16.25rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SExrPWTGTpdwuETzLZV513hhrvGHGW0d { display:block; }
 }@media only screen and (max-width: 763px) { #iQuWfhNfW8W9m3tXmHNTTfotJTqKTcXX { width:17.5rem;height:1.29971875rem;top:19.32470703125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd { background-color:#f5f5f5;background-image:none;display:block; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container { background-color: transparent; background-image: none; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container > .video-iframe-container { display: none; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row > .video-iframe-container { display: none; }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .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); }#N3Mwx8T7aZlJTEdWAINmePxI2pNr0Xzd > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oytqkcOF5XOV8sZ6ffbz4lskwntSH4Nt { width:20rem;height:1.1375rem;top:20.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #aHKv0q3CaL8T1W9BLgUmoCNWrgagWu3S { width:5.125rem;height:0.96235625rem;top:22.5625rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #xG9DARAICImO2FZS30vR23WZhVJ1ozJf { width:6.5rem;height:0.96235625rem;top:22.5625rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ivZmJueddm0Lk2CDlxr6qmWnBv8eiWtq { width:5rem;height:0.96235625rem;top:22.5625rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #deo4pa1EoITOErVEeQLtB1L4xW4rlN5F { width:4.6875rem;height:3.6875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ySPW2BwKgHVw461hN4ZEA4GkgSrclNp9 { width:20rem;height:4.4611125rem;top:6.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ZSSxeMNxFzlxmJVHbTRIZ7OrdAT1kfMh { width:20rem;height:5.94815rem;top:12.650390625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #E0SmV3CvkK3N7hDIwMOpxOvONQcHvMXd { width:19.81225rem;height:1.4870375rem;top:18.597299575806rem;left:0.093217313289644rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }