.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:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:233,233,233;--color-secondary-1:181,181,181;--color-secondary-2:107,107,107;--color-secondary-3:54,54,54;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:255,237,180;--color-tertiary-2:255,194,6;--color-tertiary-3:128,97,3;--color-tertiary-4:25,19,1;--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); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ { 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; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { background-color: transparent; background-image: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container > .video-iframe-container { display: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container { display: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .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); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { border-width: 0; border-radius: 0; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#OcgVTfKl4HOaETqQU1Tvi44RrXg8SO3i { 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; }
#ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk { 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; }
#ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eHEvHzlnwl3UbKGZEoW9Eb8qmO4g5UkU { 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; }
#PcVdle6lwNSFKgMSt7Xu32Xrfwu6QEVw { 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; }
#x92b3tQGN5ba4VN6qXeQbULwvlhHIfN4 { color:#ff0000;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.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hw9dR1POEDBtQvrCTs4rbZhPeuEv7H3U { 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; }
#RDE2AXa8dbluqN62NyG1CMC6ZWSTTmcr { 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; }
#xt6VBN87KHFfBCsypaKRlWPax4X0NMAR { 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:#22c55e;background-image:none;top:4.8125rem;left:56.1875rem;display:block; }
#Gnqo95pnqpVgqVUa9qeu2Cl1yA1dC0mP { 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:6.4375rem;width:8.25rem;top:0.53125rem;left:1.25rem;overflow:hidden;display:block; }
#e9rSbAhsquED3vhb52aTtheN1mdIssDZ { 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; }
#GkxGknPGTPSIA0LmMdTSWfGThuBiyQZM { 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.3125rem;width:2.3125rem;top:2.625rem;left:43.75rem;overflow:hidden;display:block; }
#XhOOevVO3N0aiSBNCRIAw4AitDsAkARn { 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.5rem;left:46.625rem;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; }
#Z2EcC7zxWQk35wGKxA4DbXPL7ew2aSPU { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;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:none; }
#xEyW0LiieGGGDbvC4qZMvrNk1511TzdZ { 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.3125rem;width:2.3125rem;top:3.0185546875rem;left:32.375rem;overflow:hidden;display:none; }
#ZGBl66LA5bixwrqd3a0NNXDZbBWD4gAg { 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.875rem;left:35.21875rem;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:none; }
#yd9oASIR2bZCPFOweKv6dlqsyIK13seg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/adba5caa-577d-4266-bf7a-b7288008e791/HeroSectionGradient.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; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg.adaptive-delivery-prevent-bg, #yd9oASIR2bZCPFOweKv6dlqsyIK13seg.lazyload, #yd9oASIR2bZCPFOweKv6dlqsyIK13seg.lazyloading { background-image: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { background-color: transparent; background-image: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container > .video-iframe-container { display: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container { display: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .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); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { border-width: 0; border-radius: 0; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;overflow:visible;position:relative;display:block; }#FGM7hTGF27dfKXaNQ0cIoFAxZntSTHR9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;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.94921875rem;font-style:normal;display:block; }
#XNNGuSIfyl7RQJBew6Ot6IS87bDew3no { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;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:1.3808625rem;font-style:normal;display:block; }
#KmduFLUBbHP7sFarfDJRGblTVFNmqk3Q { 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; }
#tCxwhuQn8PMedDTkfrOpfnQLxKUlZMEJ { 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; }
#PkZIIFsK3tiP1pUSSBpixAZshy8l9Svs { 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; }
#goprHxtpZrAMl8zGn0cXimc1hfCcqyt9 { 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; }
#tIVEsszfIh4V0oC3ddNEtahFIiRWnNOM { 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; }
#O1BHZewNcCOwWHTWlIr6QclbV62eWXvC { 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; }
#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;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:17.1123046875rem;left:1.25rem;height:4.5244125rem;font-style:normal;display:block; }#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
#hHIAJwEsVnpT1CHlFBnBTLWzwXsfpCAA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;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:1.2246125rem;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; }
#r0fkKTzMITLwumotHcQT9laZ9cvqxTfd { box-sizing:content-box;height:2.5rem;width:16.25rem;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; }
#K3CbQedMxGTx3Ox66I8ADGTgRDBbaOFb { box-sizing:content-box;height:7.5rem;width:35rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.9375rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZHCfAeA4q2VRED6hkx0JvUTokmFXv7qN { 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:24.9755859375rem;left:41.8125rem;height:1.2749rem;font-style:normal;display:block; }
#OLMLnah9Z3JTKSyuLPT4bk9aSI1wZXXU { 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:25rem;left:71.25rem;overflow:hidden;display:block; }
#T79xJTon69eUd7M0WiN0zI05egekDfVJ { 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:21.14990234375rem;left:40rem;height:2.5996125rem;font-style:normal;display:block; }
#WNWpRygpnX87ncNLvC2CU7iIVcThZpsi { 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:25rem;left:40rem;overflow:hidden;display:block; }
#laxaD8fF4ETbPSp31u4TMgIyI01oHqr3 { 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:24.9755859375rem;left:57.5rem;height:1.2749rem;font-style:normal;display:block; }
#Fl7GisQFBSDos8TUtdhETDo4U4KQa5SV { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.75rem;left:1.25rem;display:block; }
#HJsO5AaSKNAqt0rxp0ANkJSGQA7C3UNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D85O74nwPk176uf8JSgW1VOq6OvIPRgp { box-sizing:content-box;height:16.25rem;width:35rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/752dab06-c36d-4ff9-98f0-d099192d50ed/tyrefittingmobile.webp");background-position:bottom 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:38.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#D85O74nwPk176uf8JSgW1VOq6OvIPRgp.adaptive-delivery-prevent-bg, #D85O74nwPk176uf8JSgW1VOq6OvIPRgp.lazyload, #D85O74nwPk176uf8JSgW1VOq6OvIPRgp.lazyloading { background-image: none; }
#HMiiyBGylOqDnbaxJTJmp8PIpItgMZsB { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.9375rem;top:17.125rem;left:20rem;overflow:hidden;display:block; }
#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV { position:relative;display:none; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV { border-width: 0; border-radius: 0; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .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; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .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; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row .container { background-color: transparent; background-image: none; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row .container > .video-iframe-container { display: none; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row > .video-iframe-container { display: none; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .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); }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row .container { border-width: 0; border-radius: 0; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#cfqTkrbC2ax4SQ0UZBFwo8pH22nsiMVS { box-sizing:content-box;height:11.25rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:57.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.03) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vTztxMeh9SiZ3e8gCX7m9fuNuX4aWsQc { 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:23.6875rem;left:71.375rem;overflow:hidden;display:block; }
#yz4pFN2Ow4TTDh1CsrTDtXBLxAlZM3Qa { 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:16.25rem;left:58.75rem;height:5.19921875rem;font-style:normal;display:block; }
#I2dI60mNrizC6vvoqnwvbW7Kl7mhC6qh { 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:300;z-index:15020;line-height:1.7;letter-spacing:0;top:23.6875rem;left:58.8125rem;height:1.2749rem;font-style:normal;display:block; }
#NEDPlR0GDc4cRn0ODHarstE1bWs1e01y { 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/d1d4e535-662c-4824-92a4-b0877d1a906a/tyrefittingathome.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.4375rem;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; }#NEDPlR0GDc4cRn0ODHarstE1bWs1e01y.adaptive-delivery-prevent-bg, #NEDPlR0GDc4cRn0ODHarstE1bWs1e01y.lazyload, #NEDPlR0GDc4cRn0ODHarstE1bWs1e01y.lazyloading { background-image: none; }
#JnDs13k8TmtkdhTLVvCDdM09MvAczRA3 { 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/a12e64eb-0403-40e7-a3f1-e82a71d0127c/tyrefittingstalbans.webp");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:2.4375rem;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; }#JnDs13k8TmtkdhTLVvCDdM09MvAczRA3.adaptive-delivery-prevent-bg, #JnDs13k8TmtkdhTLVvCDdM09MvAczRA3.lazyload, #JnDs13k8TmtkdhTLVvCDdM09MvAczRA3.lazyloading { background-image: none; }
#ZXnCNtBKOQTXbp8VWMNOQCTCDalUTWRu { box-sizing:content-box;height:11.25rem;width:16.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.03) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RgNv2ay4Og4871PxgxDBe6OrfRbPf9EB { 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:16.25rem;left:40rem;height:6.499rem;font-style:normal;display:block; }
#T1CQKSnuVbchA5JCNWe5AF7THrOsIShM { 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:300;z-index:15026;line-height:1.7;letter-spacing:0;top:23.6875rem;left:40.0625rem;height:1.2749rem;font-style:normal;display:block; }
#yucq7gUk1H9zTkayH0leRQKn1qTTwToP { 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:23.6875rem;left:52.625rem;overflow:hidden;display:block; }
#HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef { 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/718c7601-421c-4a04-a8d4-8183a08e9520/tyrefittingluton.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.4375rem;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; }#HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef.adaptive-delivery-prevent-bg, #HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef.lazyload, #HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef.lazyloading { background-image: none; }
#fZkWu5dVwhO1bvuAi8pyTlJnT0xyv9py { box-sizing:content-box;height:11.25rem;width:16.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:20rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.03) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fW8y2D9cI8e1K7rg2n8gUXdmDgclgb48 { 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:16.25rem;left:21.25rem;height:5.19921875rem;font-style:normal;display:block; }
#ITGcyn2BIBmqWlDN8Bhsp5C7cmQLPW0B { 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:300;z-index:15032;line-height:1.7;letter-spacing:0;top:23.6875rem;left:21.3125rem;height:1.2749rem;font-style:normal;display:block; }
#bHktDK6q1gxlQ6gOfmGdmbZUKPdZOfLH { 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:23.6875rem;left:33.875rem;overflow:hidden;display:block; }
#qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3ac472ca-41c2-4a56-bba1-230220f95208/tyrefitters.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.4375rem;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; }#qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s.adaptive-delivery-prevent-bg, #qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s.lazyload, #qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s.lazyloading { background-image: none; }
#QZ97N0Wyxv4ubdFTH72XT0Oid1tOqHBc { box-sizing:content-box;height:11.25rem;width:16.25rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.03) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UGTtoGr8BqsGeUnBTxPsGOK6VkluaCz7 { 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:16.25rem;left:2.5rem;height:6.499rem;font-style:normal;display:block; }
#sa1Dbg8tWQG88b0gykys7RzcP738lW6c { 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:300;z-index:15038;line-height:1.7;letter-spacing:0;top:23.6875rem;left:2.5625rem;height:1.2749rem;font-style:normal;display:block; }
#NneTGIGTAVyotO0z5QEfRZyMHlvCvWCU { 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:23.6875rem;left:15.125rem;overflow:hidden;display:block; }
#odThuew9aV4fT4JNhEihVzT6tzJBUtn5 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.75rem;left:1.25rem;display:none; }
#MQurcAWd9y7PVnWVfWrqWWWKLA8VET3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9CACm9vi57D55XK5VlraG3UOSTmiezm { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:60.125rem;left:1.25rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 { 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; }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row .container { background-color: transparent; background-image: none; }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row .container > .video-iframe-container { display: none; }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row > .video-iframe-container { display: none; }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .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); }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row .container { border-width: 0; border-radius: 0; }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#m1q5dpITKWVzlvJ1tO2lwiw5Arh6Zf7y { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1) ;height:21.25rem;width:34.5625rem;top:2.5rem;left:2.5rem;overflow:hidden;display:block; }
#lvx2VVhgk2PI6iarO4QUAmaFhmRFDF5P { color:#374151;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#du1eQQF2xht19QyIHtmoJd3EJxkXaq5I { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:7.749rem;font-style:normal;overflow:hidden;display:block; }#du1eQQF2xht19QyIHtmoJd3EJxkXaq5I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#du1eQQF2xht19QyIHtmoJd3EJxkXaq5I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e8bb1615ba0fd6a2268292ad503628c9021f9f6.svg); }
#Zohc3dBkxNiRAVUkrKJa9TcsoQeAWvtU { color:#374151;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:5.625rem;left:40rem;height:2.5996125rem;font-style:normal;display:block; }
#oWbDrQXBVNJZPwiBWXSV2qFAVtRCpTDB { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(239,68,68,0.4) ;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:20rem;left:40rem;display:block; }
#QwwAUQn3WgxB8ZwDCTDDS5H2ICJHRri2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { background-color: transparent; background-image: none; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container > .video-iframe-container { display: none; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row > .video-iframe-container { display: none; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .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); }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { border-width: 0; border-radius: 0; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am { box-sizing:content-box;height:21.25rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9e55615a-bf30-48c4-bfac-1097989b73b2/Flattyres.webp");background-position:center right !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.6875rem;left:42.5rem;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; }#lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am.adaptive-delivery-prevent-bg, #lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am.lazyload, #lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am.lazyloading { background-image: none; }
#HfJJGukp6LRdp6CcApJRgES2KwhAhIEZ { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwFIUcTH4xehQgFeuStQeH6WHNox1HXa { 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.4375rem;left:1.25rem;height:11.69825rem;font-style:normal;display:block; }
#PvJGhoBpC7kbDzlowaUHcpx9EmSClWGx { color:rgba(var(--color-primary-4),1);display:block;width:31.4375rem;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.5625rem;left:1.25rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5RVfxFS6flfsvRVFRbqUwEf8XEsO5Ly { box-sizing:content-box;height:2.5rem;width:10rem;position:absolute;display:block;z-index:15087;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.4375rem;left:42.5rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#DNBI7VpWst6I3eLSxhHIb8uixsDTvNV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;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:22.9560546875rem;left:42.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { background-color: transparent; background-image: none; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container > .video-iframe-container { display: none; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row > .video-iframe-container { display: none; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .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); }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { border-width: 0; border-radius: 0; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8d51955a-4cd0-4735-8733-fca98c86916b/quickgrip.crop_886x596_108,0.webp");background-position:center right !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:11.1875rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I.adaptive-delivery-prevent-bg, #lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I.lazyload, #lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I.lazyloading { background-image: none; }
#RtsxcbQqgoPHmTlNIE6rFexmPvexue24 { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.6875rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.1) ;display:block; }
#QhTi6cH5MSBlZgRTcMgLcywQdsn7nkCD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:26.1875rem;left:2.5rem;height:1.0996125rem;font-style:normal;display:block; }
#yJmyTyOWWMTU224ZR8HKgiqzU8B6A78c { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.3125rem;left:2.5rem;height:5.19921875rem;font-style:normal;display:block; }
#oCxiA3FXOcVNIzTeXw7zX9E0lrQpaHKC { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.6875rem;left:25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.03) ;display:block; }
#SvxINEfT6EX1kCtwqwWbNL4L3ra6zP9l { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:28.0625rem;left:26.25rem;height:5.19921875rem;font-style:normal;display:block; }
#NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f26045e3-1115-4d4e-b062-d14fe773475c/Paybycard.crop_6000x3150_0,840.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:11.1875rem;left:25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH.adaptive-delivery-prevent-bg, #NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH.lazyload, #NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH.lazyloading { background-image: none; }
#zE0bKUfbCSd5H8xNCSPn6DVXuZEriHkL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:26.1875rem;left:26.25rem;height:1.0996125rem;font-style:normal;display:block; }
#BL11dexkXTkPCRTSSDG0SDbyvmks2pbw { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.6875rem;left:48.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.03) ;display:block; }
#A4z1Syig1LffimallMpNPUs9Lz5Mc72W { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:28.0625rem;left:50rem;height:5.19921875rem;font-style:normal;display:block; }
#M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/39f9cb51-db4a-42de-b6c6-e17db7c57363/Allbrandsinstock.crop_4034x2007_0,676.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:11.1875rem;left:48.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS.adaptive-delivery-prevent-bg, #M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS.lazyload, #M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS.lazyloading { background-image: none; }
#iEJSRXnp0AQPQPbO8SpKr3zizHTmhuPy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:26.1875rem;left:50rem;height:1.0996125rem;font-style:normal;display:block; }
#gOLms8v9CRmUcXxlKbTJbla7PaWIwdTh { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color: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.4375rem;left:2.5rem;display:block; }
#XduxkaK5c0pfUiw0birz2MncU9WVTR6R { color:rgba(var(--color-primary-2),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15122;line-height:2;letter-spacing:0;top:22.9375rem;left:2.5rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PMKizuCGlTMrbDruqUymD4F2muVhPtNh { color:rgba(var(--color-primary-2),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15124;line-height:2;letter-spacing:0;top:22.9375rem;left:26.25rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UegAxQxfDPrtwl66ZHr7fvseIq3VqFxd { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color: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.4375rem;left:26.25rem;display:block; }
#H5Ice4Gu7ZGAPTZLtZ2yCsM5ddFffcoL { color:rgba(var(--color-primary-2),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15126;line-height:2;letter-spacing:0;top:22.9375rem;left:50rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S8fQ4eFBaZnUWsxM3uyk0EBnoyyHzLU0 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color: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.4375rem;left:50rem;display:block; }
#paxGAvZTstXymMsTOVU3OW6Bptr4vfMM { color:rgba(var(--color-secondary-3),1);display:block;width:42.5rem;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.75rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wwLms85TomThRwxE1HS3BMTOwE1sfZTB { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:38.71240234375rem;left:20rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zJMkRQShZTytrpVXyEAUHEHlqSa4dTyX { 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:15087;line-height:1.3;letter-spacing:0;top:7.4375rem;left:1.25rem;height:1.29980625rem;font-style:normal;display:block; }
#IVTEMAoEr6hIwvgZN5xTN1l7qluk5HeZ { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:37.4375rem;left:1.25rem;display:block; }
#Gt8H0MTiMFuwkkzx2dFqVxtC1x7Bu0bX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { background-color: transparent; background-image: none; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container > .video-iframe-container { display: none; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row > .video-iframe-container { display: none; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .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); }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { border-width: 0; border-radius: 0; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#g2brIHphTv4U5InKC4b5i74w1NGcWZ9Z { color:rgba(var(--color-secondary-3),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iAVHiTOAyfsDmvbrU8Tyd4P82EfafdfS { 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.6875rem;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; }
#CAJa758fkSmOuBtM39oMo6invfKBlfFG { 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.625rem;left:2.1875rem; }
#NMOqVb7dFkF6pXfs9NutU0Ckugyl2lRF { 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.5625rem;left:6.25rem;display:block; }
#K5s8Zr687zVzy821TkT26zETWsukqNn5 { 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:14.9375rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MOMvPpbNJTLN7wc6htDQ2SU7aALDv9z5 { 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.8125rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7gRrmsvG0o1aQWF44TrLtRI1pTm9ydF { 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.6875rem;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; }
#tcOiVEVTcHdTx7mlvhFAZDJIQkhZJXNU { 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.625rem;left:29.6875rem; }
#aDdtB5GFbtMb4ZWxTtC42SdhdPNbLQg4 { 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.8125rem;left:28.75rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoeQAwqtZkRZbMqS8Qk1HHbxeM4JmkPs { 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:14.9375rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3bcuzTXSv9RbDMS83XSTgwKiiPTXiTf { 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.8125rem;left:56.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kWWSO6n0URhQEeLd7pyMtm4HoUHJRQsd { 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:14.9375rem;left:56.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BT880t6zmTd7n2kL1g3IrA8WiCCHK1Ue { 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.6875rem;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; }
#pIt19rH6KA3vqFh4CuZ5K5JFtgbv7RZg { 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.625rem;left:57.1875rem; }
#cyxm3QIDqH4etSKuq5L0S3hbWFCKTlck { 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.5rem;left:33.75rem;display:block; }
#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN { position:relative;display:block; }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN { background-color: transparent; background-image: none; }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .row .container > .video-iframe-container { display: none; }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .row > .video-iframe-container { display: none; }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .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); }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN { border-width: 0; border-radius: 0; }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .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; }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .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:65rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JSrseKI7osBQQUHuKh9KSohKTIV8lFxI { 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; }
#AJ7HxCXOTTTiTkIraNvZnkIO8WARl5qK { 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; }
#hJ18368kZpGW4gglvpLwHiBvlZWPp4kx { 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; }
#SbsFN2faAHZrBd8s1SK2iEThhq46nvIE { 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; }
#N8ust1EczFngS5XhgTFJECiT3vdEfPkt { box-sizing:content-box;height:40rem;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; }
#l9lOr44rViB1bBbA39ICny9XJHxNnKwQ { box-sizing:content-box;height:40rem;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; }
#hphnTaN41aS4B0TqtBOlVSIN51ulnfiz { box-sizing:content-box;height:40rem;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; }
#hlvCCZgdcAw074ussI8INVHVfHT0lsUk { box-sizing:content-box;height:40rem;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; }
#GE0Ew1TRxUgIKPtDRD52O8QxnPB34rQf { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:42.3125rem;left:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EE6nVaIHZFwqz2VBqvDN4EGbf6zDAlF2 { 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; }
#Wf6UfoQshz0Hw6tM9LxEGSbmTVG5mh8z { 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; }
#URFwT4Z7qvn5wQ6fKgR1wHAPVrEXkAXc { 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; }
#qJoEgPNkbZFHdv5B0BJODxWMqgSaf71e { 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; }
#KWFXKa7MfDnFfq2UG6ZBNOaZKItZvJ1N { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;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:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtFJBTTxmwq6P7MNxyH0VyyZnmswk6DK { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;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:49.9375rem;left:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p6ORkxgce6VbZWaaO6Z0lk73pnMOfx75 { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;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:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFfJFDBbdP9oarktXuAKPNpUW5a6ZdeT { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;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:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exgn29tTlXPI9BNuLaEneVxwLu5RWL8a { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;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:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRXkrA48Au4nKX0wiOcd1aMMT9PbFKR0 { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;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:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNJtXhiiix6OIX3dqIJgFBoHAbXuwclz { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;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:46.125rem;left:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGGngSoI0TBMftbRSKPbcA2xtJcWgGLo { 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.125rem;width:5.5625rem;top:13.0625rem;left:25.9375rem;overflow:hidden;display:block; }
#c3aU5l1o85Ug3Ozn15Nb6T61hIV8LkcW { 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.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXT5C0icTKzHg7ewzXwlWpvLBD53LNH7 { 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.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2hr1yIHBvcmumv1hOWKLP1iSs4AQCTO { 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:700;z-index:15091;line-height:1.3;letter-spacing:0;top:42.375rem;left:22.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rCSKHvALTFGulbJTcbFNBPmIm6nmkSim { 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:42.3125rem;left:34.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Datt48HwLyv6NDroPTkHpZ5e7EwbWdVI { 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:15093;line-height:1.3;letter-spacing:0;top:42.375rem;left:47.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zA9K3Txzg9hToE8mzw5V0TR373CbWV3R { 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:700;z-index:15093;line-height:1.3;letter-spacing:0;top:49.9375rem;left:22.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5EF65mAqJZaFWUqHUpeENXXqgnCTDfT { 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:15094;line-height:1.3;letter-spacing:0;top:49.9375rem;left:34.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fL8fmrxtAEHpNznxyhIP6V9Npn7ZexLp { 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:15095;line-height:1.3;letter-spacing:0;top:49.9375rem;left:47.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uB8pLsU7TdTqDp28QNCbtHJTfTg0oNRy { 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:700;z-index:15095;line-height:1.3;letter-spacing:0;top:38.5rem;left:22.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFvMltDT6KFCuXLlc5m7PQKAP51D99KH { 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:15096;line-height:1.3;letter-spacing:0;top:38.5rem;left:34.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4LP4E5XELZhsaKRVrTcMwo0fBnGpy4z { 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:15097;line-height:1.3;letter-spacing:0;top:38.5rem;left:47.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XzsAv0AColmyTkwWGqcG95nEgGoxZiXh { 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:700;z-index:15098;line-height:1.3;letter-spacing:0;top:46.1875rem;left:22.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Br51UQd5MyRw3Qw63PepxsekdqsVn6Sd { 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:15099;line-height:1.3;letter-spacing:0;top:46.125rem;left:34.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dbf3mo1RpIFvLWOCC3vKPyovboTsLBTP { 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:15100;line-height:1.3;letter-spacing:0;top:46.125rem;left:47.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVmc0O65t7syws3GwoST2gPvagtiwHkQ { 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; }
#zMPhXmP3gtAzGQdZKn9G0TAGECpeywVc { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15009;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:52.375rem;left:1.25rem;display:block; }
#nLKvp9lD4SockNL2clG7mGPA9ZOBm7RD { color:rgba(var(--color-secondary-3),1);display:block;width:21.3125rem;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:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgOk6yLUAJyDu1T2GasZaRDWs2uLKSns { 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; }
#CxrqIOPTGvJ3iZTvigSFJvTgAwEXJqbf { 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; }
#yiL6loKI3x2JpmsbLvxCuVoKOHm7sQus { 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; }
#STWv7hzA96VbR08Hol5wThr1rTuCxOsx { 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; }
#NkfbuidszcdtGAE2dtlJWZg3qUZ1BVpc { 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; }
#wMeacTbZA68z3WcogX2fTu3DGrgPB2fI { 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; }
#WEfSOyxtZdOKp81TaparegHnwC6PZGWw { 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; }
#aen5kE1UZ1nUso0eShXtz89f0ytixU2l { 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; }
#wALCwcBQpHanUbbMC8gSr3ndGTUke7Il { 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; }
#qkS7oTzFufVumzMFrLS78CmmAkqEy48a { 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; }
#WWikMTq4ENd2o34JGVHI55mmrktkcDqJ { 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; }
#DlFoL0ncNhOlNP7I5zp2wwuuLX9RGKAD { 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; }
#BWVoypRnlrOMAM46nDoaatbn4QA2hDVi { 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; }
#ckGRRheDFdRm2C245HouEa7VTguCIzrI { 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; }
#bLI07Ia8C0PAMoPAAOpV57o89T6As5Tq { 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; }
#KndXy2awTKUfCcGBGtp7evV2I8gby1hL { box-sizing:content-box;height:40rem;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.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pzFoRNQhi7I71WkS8wKUZXeV4HRJrvFD { box-sizing:content-box;height:40rem;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.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mJW6fEpVBdDxrJ2CTy8psSACTLewlNmb { box-sizing:content-box;height:40rem;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.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#i8IDxJc1MD9UybTbK2mCyGadQs1LWhT9 { color:rgba(var(--color-secondary-3),1);display:block;width:44.6875rem;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.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DEkQcGSC9ayZATOKvOVkGQPeiqC8urW6 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;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; }
#bqVdJ5UtllNaStCNbTXbADumWHA8QDXO { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:54.9375rem;left:1.25rem;display:block; }
#qXJcWOmuXHBXNIHEWAzkd6Xoze8JO3Qv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESu40eysf1nsESdoTBTeTDTdUOWqAyGc { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:59.4375rem;left:1.25rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { background-color: transparent; background-image: none; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container > .video-iframe-container { display: none; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row > .video-iframe-container { display: none; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .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); }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { border-width: 0; border-radius: 0; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#SWrGmWDbENnrSUXXCybvdyvFwRT9mR8A { color:rgba(var(--color-primary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EVpyIp42CGHT7siVo2zQDl98emodQ0l4 { color:rgba(var(--color-primary-4),1);display:block;width:42.875rem;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:7.5rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UAKQ2dN4lTfhxVUqUTPPFHleTnKqpQt9 { 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:14.9375rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdViXTzg9Zw5Gqcu2N3G98Q3uKfHmLmZ { 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:16.8125rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z6l2LPOzsTuloLoMebImbP8V3xHtGxNb { 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:28.125rem;left:1.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0JSD9ldN8XZkNHE6MVSBX76cmxNTrAH { 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:26.25rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NmvVSgkToc4VzntWDuHsDE3fkpw9CTAA { 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:28.125rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#flQ3qPakpJTKgXnRZ1NpV4SLRwxe8c2A { 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:26.25rem;left:41.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hv8P0OWCV4mZWVTO1iLcRKTWlNRIwfbe { 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:16.8125rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uEHJzyxl54sM9AkTVxbTQB4n3UfQqxCw { 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:14.9375rem;left:41.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDkJgykhadXLc3EEA2tqpRZXsv8UbQhq { 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:23.6875rem;left:1.25rem;display:block; }
#Dg5vAwWTKuHFaxOVH33J4mZbr7eXlzg7 { 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:23.6875rem;left:41.25rem;display:block; }
#lNr06m2wxuk3BHo1QfWFsLdALVTp5w3T { 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:34.875rem;left:1.25rem;display:block; }
#BI8LPuaC5wglUaHsST5z6DtGSkwopc1e { 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:34.875rem;left:41.25rem;display:block; }
#Ix5GeuAZ4r0qdt4Lck0Ot4pZF3vdG1lQ { 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:12.4375rem;left:1.25rem;display:block; }
#oFtKP8iEskvn9fS6OePMgkq5NtfU5Tc8 { 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:12.4375rem;left:41.25rem;display:block; }
#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { background-color: transparent; background-image: none; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container > .video-iframe-container { display: none; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row > .video-iframe-container { display: none; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .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); }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { border-width: 0; border-radius: 0; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl { 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/dfa969b2-1900-46a4-8580-82bd2730dbce/Allbrandsinstock.webp");background-position:bottom 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; }#Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl.adaptive-delivery-prevent-bg, #Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl.lazyload, #Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl.lazyloading { background-image: none; }
#Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl::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; }#Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#C58auv2dBtc0hVcw6la552xJ8OPgxAUa { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:8.6875rem;left:12.5rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#impDB9h0maNSvsaL3xAJRdtzVm4lIeCH { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:11.875rem;left:18.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e55pBgZN0ZXyW6pqOmISsexE0cTHbLTn { background-color:#ff0000;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.6875rem;left:28.75rem;display:block; }
#ruC2nQw6oF8cv2QOymIlFaTW2e7UATMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi { 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; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { background-color: transparent; background-image: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container > .video-iframe-container { display: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container { display: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .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); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { border-width: 0; border-radius: 0; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#IkH5WAvliSM8qkLd8Rk4RQ0uDwhdIfGU { 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; }
#u9XT9Xvx9mzi4n5xMBDHplT1Q8k6Tgw2 { 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.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXgJkVL870EeAntkTOrqZWVVtacRX1Sd { 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.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G52vDGcWJ9dDGhtylvrcwPNuUgFhtuvB { 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.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znpMHOOnd0agUp7StEs2tRFroENUTJ9V { 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:3.6875rem;width:3.6875rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#OhGm1gCWbF8ESg1xRnzT2ciSteu7DJLx { 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; }
#G9SkpicMlrvQK9Cm5oZ4iJOXEFyzHmRs { 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:2.5625rem;left:28.75rem;height:7.436525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bT18NvRoRw3K9TKRFe5MPOlsiw5pp09r { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;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:2.5rem;left:58.75rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VXev0sMXTfqTPET4zwzOl2q5tnZ8MA4y { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:3.9375rem;top:4.9375rem;left:65.875rem;overflow:hidden;display:block; }
#hXfN4gHvenLiTkLqMX8dMDk27WXOoTKR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:3.3125rem;top:4.9375rem;left:70.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ { display:block; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcgVTfKl4HOaETqQU1Tvi44RrXg8SO3i { 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) { #ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk { width:3.125rem;height:3.125rem;display:none; }
#ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #eHEvHzlnwl3UbKGZEoW9Eb8qmO4g5UkU { 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) { #PcVdle6lwNSFKgMSt7Xu32Xrfwu6QEVw { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x92b3tQGN5ba4VN6qXeQbULwvlhHIfN4 { 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) { #Hw9dR1POEDBtQvrCTs4rbZhPeuEv7H3U { top:1.25rem;left:37.75rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDE2AXa8dbluqN62NyG1CMC6ZWSTTmcr { top:1.8125rem;left:40.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt6VBN87KHFfBCsypaKRlWPax4X0NMAR { top:4.8125rem;left:42.5625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnqo95pnqpVgqVUa9qeu2Cl1yA1dC0mP { width:8.25rem;height:6.4375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9rSbAhsquED3vhb52aTtheN1mdIssDZ { width:13.875rem;height:0.9375rem;top:2rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkxGknPGTPSIA0LmMdTSWfGThuBiyQZM { top:2.625rem;left:30.125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOOevVO3N0aiSBNCRIAw4AitDsAkARn { top:2.5rem;left:33rem;width:4.5625rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2EcC7zxWQk35wGKxA4DbXPL7ew2aSPU { top:11.25rem;left:0rem;width:12.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEyW0LiieGGGDbvC4qZMvrNk1511TzdZ { top:3rem;left:18.75rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGBl66LA5bixwrqd3a0NNXDZbBWD4gAg { top:5rem;left:0.75rem;width:3.75rem;height:2.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yd9oASIR2bZCPFOweKv6dlqsyIK13seg { display:block; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGM7hTGF27dfKXaNQ0cIoFAxZntSTHR9 { top:7.5rem;left:0rem;width:30.1875rem;height:4.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNGuSIfyl7RQJBew6Ot6IS87bDew3no { top:13.75rem;left:0rem;width:34.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmduFLUBbHP7sFarfDJRGblTVFNmqk3Q { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCxwhuQn8PMedDTkfrOpfnQLxKUlZMEJ { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkZIIFsK3tiP1pUSSBpixAZshy8l9Svs { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goprHxtpZrAMl8zGn0cXimc1hfCcqyt9 { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIVEsszfIh4V0oC3ddNEtahFIiRWnNOM { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1BHZewNcCOwWHTWlIr6QclbV62eWXvC { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA { top:17.0625rem;left:0rem;width:34.4375rem;height:;font-size:1rem;display:block; }#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #hHIAJwEsVnpT1CHlFBnBTLWzwXsfpCAA { width:15.125rem;height:;top:4.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0fkKTzMITLwumotHcQT9laZ9cvqxTfd { top:3.75rem;left:0rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3CbQedMxGTx3Ox66I8ADGTgRDBbaOFb { top:19.9375rem;left:12.75rem;width:35rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHCfAeA4q2VRED6hkx0JvUTokmFXv7qN { top:24.9375rem;left:28.1875rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMLnah9Z3JTKSyuLPT4bk9aSI1wZXXU { top:25rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79xJTon69eUd7M0WiN0zI05egekDfVJ { top:21.125rem;left:15.1875rem;width:32.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNWpRygpnX87ncNLvC2CU7iIVcThZpsi { top:25rem;left:26.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laxaD8fF4ETbPSp31u4TMgIyI01oHqr3 { top:24.9375rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl7GisQFBSDos8TUtdhETDo4U4KQa5SV { width:17.5rem;height:3.75rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsO5AaSKNAqt0rxp0ANkJSGQA7C3UNQ { display:block; }
 }@media only screen and (max-width: 763px) { #D85O74nwPk176uf8JSgW1VOq6OvIPRgp { top:3.75rem;left:12.75rem;width:35rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMiiyBGylOqDnbaxJTJmp8PIpItgMZsB { top:17.125rem;left:6.375rem;width:18.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV { display:none; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 { display:block; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfqTkrbC2ax4SQ0UZBFwo8pH22nsiMVS { top:14.9375rem;left:31.5rem;width:16.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTztxMeh9SiZ3e8gCX7m9fuNuX4aWsQc { top:23.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4pFN2Ow4TTDh1CsrTDtXBLxAlZM3Qa { top:16.25rem;left:33.9375rem;width:13.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2dI60mNrizC6vvoqnwvbW7Kl7mhC6qh { top:23.6875rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEDPlR0GDc4cRn0ODHarstE1bWs1e01y { top:2.4375rem;left:31.5rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnDs13k8TmtkdhTLVvCDdM09MvAczRA3 { top:2.4375rem;left:19.4375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXnCNtBKOQTXbp8VWMNOQCTCDalUTWRu { top:14.9375rem;left:19.5625rem;width:16.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgNv2ay4Og4871PxgxDBe6OrfRbPf9EB { top:16.25rem;left:22rem;width:13.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CQKSnuVbchA5JCNWe5AF7THrOsIShM { top:23.6875rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yucq7gUk1H9zTkayH0leRQKn1qTTwToP { top:23.6875rem;left:34.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef { top:2.4375rem;left:7.625rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZkWu5dVwhO1bvuAi8pyTlJnT0xyv9py { top:14.9375rem;left:7.625rem;width:16.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW8y2D9cI8e1K7rg2n8gUXdmDgclgb48 { top:16.25rem;left:10.0625rem;width:13.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGcyn2BIBmqWlDN8Bhsp5C7cmQLPW0B { top:23.6875rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHktDK6q1gxlQ6gOfmGdmbZUKPdZOfLH { top:23.6875rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s { top:2.4375rem;left:0rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ97N0Wyxv4ubdFTH72XT0Oid1tOqHBc { top:14.9375rem;left:0rem;width:16.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTtoGr8BqsGeUnBTxPsGOK6VkluaCz7 { top:16.25rem;left:0rem;width:13.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa1Dbg8tWQG88b0gykys7RzcP738lW6c { top:23.6875rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NneTGIGTAVyotO0z5QEfRZyMHlvCvWCU { top:23.6875rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odThuew9aV4fT4JNhEihVzT6tzJBUtn5 { width:17.5rem;height:3.75rem;top:23.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQurcAWd9y7PVnWVfWrqWWWKLA8VET3s { display:block; }
 }@media only screen and (max-width: 763px) { #g9CACm9vi57D55XK5VlraG3UOSTmiezm { width:17.5rem;height:1.25rem;top:60.125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 { display:block; }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1q5dpITKWVzlvJ1tO2lwiw5Arh6Zf7y { top:2.5rem;left:0rem;width:34.5625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvx2VVhgk2PI6iarO4QUAmaFhmRFDF5P { top:2.5625rem;left:3.25rem;width:32.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #du1eQQF2xht19QyIHtmoJd3EJxkXaq5I { top:10rem;left:5.8125rem;width:30rem;height:;font-size:1rem;display:block; }#du1eQQF2xht19QyIHtmoJd3EJxkXaq5I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e8bb1615ba0fd6a2268292ad503628c9021f9f6.svg); }
 }@media only screen and (max-width: 763px) { #Zohc3dBkxNiRAVUkrKJa9TcsoQeAWvtU { top:5.625rem;left:3.25rem;width:32.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWbDrQXBVNJZPwiBWXSV2qFAVtRCpTDB { width:17.5rem;height:3.75rem;top:20rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwwAUQn3WgxB8ZwDCTDDS5H2ICJHRri2 { display:block; }
 }@media only screen and (max-width: 763px) { #W2lsfNLl5KtL5rN8KsHI30ple7Gym29R { display:block; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am { top:3.6875rem;left:16.5rem;width:31.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfJJGukp6LRdp6CcApJRgES2KwhAhIEZ { top:3.75rem;left:0rem;width:33.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwFIUcTH4xehQgFeuStQeH6WHNox1HXa { top:7.4375rem;left:0rem;width:33.6875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvJGhoBpC7kbDzlowaUHcpx9EmSClWGx { top:22.5625rem;left:0rem;width:31.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5RVfxFS6flfsvRVFRbqUwEf8XEsO5Ly { top:22.4375rem;left:28.875rem;width:10rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNBI7VpWst6I3eLSxhHIb8uixsDTvNV5 { top:22.9375rem;left:28.875rem;width:10rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr { display:block; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I { top:11.1875rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtsxcbQqgoPHmTlNIE6rFexmPvexue24 { top:23.6875rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTi6cH5MSBlZgRTcMgLcywQdsn7nkCD { top:26.1875rem;left:0rem;width:17.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJmyTyOWWMTU224ZR8HKgiqzU8B6A78c { top:28.3125rem;left:0rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCxiA3FXOcVNIzTeXw7zX9E0lrQpaHKC { top:23.6875rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvxINEfT6EX1kCtwqwWbNL4L3ra6zP9l { top:28.0625rem;left:14.1875rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH { top:11.1875rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE0bKUfbCSd5H8xNCSPn6DVXuZEriHkL { top:26.1875rem;left:14.125rem;width:17.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL11dexkXTkPCRTSSDG0SDbyvmks2pbw { top:23.6875rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4z1Syig1LffimallMpNPUs9Lz5Mc72W { top:28.0625rem;left:30.0625rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS { top:11.1875rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJSRXnp0AQPQPbO8SpKr3zizHTmhuPy { top:26.1875rem;left:30rem;width:17.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOLms8v9CRmUcXxlKbTJbla7PaWIwdTh { top:22.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XduxkaK5c0pfUiw0birz2MncU9WVTR6R { width:2.5rem;height:1.5rem;top:22.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMKizuCGlTMrbDruqUymD4F2muVhPtNh { width:2.5rem;height:1.5rem;top:22.9375rem;left:15.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UegAxQxfDPrtwl66ZHr7fvseIq3VqFxd { top:22.4375rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Ice4Gu7ZGAPTZLtZ2yCsM5ddFffcoL { width:2.5rem;height:1.5rem;top:22.9375rem;left:31.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8fQ4eFBaZnUWsxM3uyk0EBnoyyHzLU0 { top:22.4375rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paxGAvZTstXymMsTOVU3OW6Bptr4vfMM { top:3.75rem;left:0rem;width:42.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwLms85TomThRwxE1HS3BMTOwE1sfZTB { top:38.6875rem;left:0rem;width:17.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMkRQShZTytrpVXyEAUHEHlqSa4dTyX { top:7.4375rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVTEMAoEr6hIwvgZN5xTN1l7qluk5HeZ { width:17.5rem;height:3.75rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt8H0MTiMFuwkkzx2dFqVxtC1x7Bu0bX { display:block; }
 }@media only screen and (max-width: 763px) { #TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU { display:block; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2brIHphTv4U5InKC4b5i74w1NGcWZ9Z { top:3.75rem;left:0rem;width:41.5625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVHiTOAyfsDmvbrU8Tyd4P82EfafdfS { top:8.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJa758fkSmOuBtM39oMo6invfKBlfFG { top:9.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMOqVb7dFkF6pXfs9NutU0Ckugyl2lRF { top:10.5625rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5s8Zr687zVzy821TkT26zETWsukqNn5 { top:14.9375rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOMvPpbNJTLN7wc6htDQ2SU7aALDv9z5 { top:17.8125rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7gRrmsvG0o1aQWF44TrLtRI1pTm9ydF { top:8.6875rem;left:15.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcOiVEVTcHdTx7mlvhFAZDJIQkhZJXNU { top:9.625rem;left:16.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDdtB5GFbtMb4ZWxTtC42SdhdPNbLQg4 { top:17.8125rem;left:15.125rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoeQAwqtZkRZbMqS8Qk1HHbxeM4JmkPs { top:14.9375rem;left:15.125rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3bcuzTXSv9RbDMS83XSTgwKiiPTXiTf { top:17.8125rem;left:30.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWWSO6n0URhQEeLd7pyMtm4HoUHJRQsd { top:14.9375rem;left:31.4375rem;width:16.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT880t6zmTd7n2kL1g3IrA8WiCCHK1Ue { top:8.6875rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIt19rH6KA3vqFh4CuZ5K5JFtgbv7RZg { top:9.625rem;left:43.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyxm3QIDqH4etSKuq5L0S3hbWFCKTlck { top:10.5rem;left:20.125rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN { display:block; }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSrseKI7osBQQUHuKh9KSohKTIV8lFxI { top:18.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ7HxCXOTTTiTkIraNvZnkIO8WARl5qK { top:22.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ18368kZpGW4gglvpLwHiBvlZWPp4kx { top:26.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbsFN2faAHZrBd8s1SK2iEThhq46nvIE { top:29.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ust1EczFngS5XhgTFJECiT3vdEfPkt { top:12.4375rem;left:8.8125rem;width:0.0625rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9lOr44rViB1bBbA39ICny9XJHxNnKwQ { top:12.4375rem;left:21.3125rem;width:0.0625rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #hphnTaN41aS4B0TqtBOlVSIN51ulnfiz { top:12.4375rem;left:33.8125rem;width:0.0625rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlvCCZgdcAw074ussI8INVHVfHT0lsUk { top:12.4375rem;left:46.3125rem;width:0.0625rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE0Ew1TRxUgIKPtDRD52O8QxnPB34rQf { top:42.3125rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE6nVaIHZFwqz2VBqvDN4EGbf6zDAlF2 { top:33.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf6UfoQshz0Hw6tM9LxEGSbmTVG5mh8z { top:37.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFwT4Z7qvn5wQ6fKgR1wHAPVrEXkAXc { top:41.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoEgPNkbZFHdv5B0BJODxWMqgSaf71e { top:44.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWFXKa7MfDnFfq2UG6ZBNOaZKItZvJ1N { top:19.9375rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtFJBTTxmwq6P7MNxyH0VyyZnmswk6DK { top:49.9375rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ORkxgce6VbZWaaO6Z0lk73pnMOfx75 { top:31.125rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFfJFDBbdP9oarktXuAKPNpUW5a6ZdeT { top:38.5rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exgn29tTlXPI9BNuLaEneVxwLu5RWL8a { top:27.5rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXkrA48Au4nKX0wiOcd1aMMT9PbFKR0 { top:34.9375rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNJtXhiiix6OIX3dqIJgFBoHAbXuwclz { top:46.125rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGngSoI0TBMftbRSKPbcA2xtJcWgGLo { top:13.0625rem;left:12.3125rem;width:5.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3aU5l1o85Ug3Ozn15Nb6T61hIV8LkcW { 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) { #fXT5C0icTKzHg7ewzXwlWpvLBD53LNH7 { 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) { #T2hr1yIHBvcmumv1hOWKLP1iSs4AQCTO { top:42.375rem;left:8.8125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCSKHvALTFGulbJTcbFNBPmIm6nmkSim { top:42.3125rem;left:21.3125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Datt48HwLyv6NDroPTkHpZ5e7EwbWdVI { top:42.375rem;left:33.8125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA9K3Txzg9hToE8mzw5V0TR373CbWV3R { top:49.9375rem;left:8.8125rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5EF65mAqJZaFWUqHUpeENXXqgnCTDfT { top:49.9375rem;left:21.3125rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL8fmrxtAEHpNznxyhIP6V9Npn7ZexLp { top:49.9375rem;left:33.8125rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB8pLsU7TdTqDp28QNCbtHJTfTg0oNRy { top:38.5rem;left:8.8125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvMltDT6KFCuXLlc5m7PQKAP51D99KH { top:38.5rem;left:21.3125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4LP4E5XELZhsaKRVrTcMwo0fBnGpy4z { top:38.5rem;left:33.8125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzsAv0AColmyTkwWGqcG95nEgGoxZiXh { top:46.1875rem;left:8.8125rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br51UQd5MyRw3Qw63PepxsekdqsVn6Sd { top:46.125rem;left:21.3125rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbf3mo1RpIFvLWOCC3vKPyovboTsLBTP { top:46.125rem;left:33.8125rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmc0O65t7syws3GwoST2gPvagtiwHkQ { top:48.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMPhXmP3gtAzGQdZKn9G0TAGECpeywVc { top:52.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLKvp9lD4SockNL2clG7mGPA9ZOBm7RD { top:23.6875rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOk6yLUAJyDu1T2GasZaRDWs2uLKSns { top:34.75rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxrqIOPTGvJ3iZTvigSFJvTgAwEXJqbf { top:34.9375rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiL6loKI3x2JpmsbLvxCuVoKOHm7sQus { top:34.9375rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWv7hzA96VbR08Hol5wThr1rTuCxOsx { top:27.3125rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkfbuidszcdtGAE2dtlJWZg3qUZ1BVpc { top:27.5rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMeacTbZA68z3WcogX2fTu3DGrgPB2fI { top:27.5rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEfSOyxtZdOKp81TaparegHnwC6PZGWw { top:23.4375rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aen5kE1UZ1nUso0eShXtz89f0ytixU2l { top:23.6875rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wALCwcBQpHanUbbMC8gSr3ndGTUke7Il { top:23.6875rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkS7oTzFufVumzMFrLS78CmmAkqEy48a { top:19.75rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWikMTq4ENd2o34JGVHI55mmrktkcDqJ { top:19.9375rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlFoL0ncNhOlNP7I5zp2wwuuLX9RGKAD { top:19.9375rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWVoypRnlrOMAM46nDoaatbn4QA2hDVi { top:30.9375rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckGRRheDFdRm2C245HouEa7VTguCIzrI { top:31.125rem;left:26.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLI07Ia8C0PAMoPAAOpV57o89T6As5Tq { top:31.125rem;left:39.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KndXy2awTKUfCcGBGtp7evV2I8gby1hL { top:12.4375rem;left:8.875rem;width:12.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzFoRNQhi7I71WkS8wKUZXeV4HRJrvFD { top:12.4375rem;left:21.3125rem;width:12.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJW6fEpVBdDxrJ2CTy8psSACTLewlNmb { top:12.4375rem;left:33.8125rem;width:12.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8IDxJc1MD9UybTbK2mCyGadQs1LWhT9 { top:3.6875rem;left:0rem;width:44.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEkQcGSC9ayZATOKvOVkGQPeiqC8urW6 { top:7.375rem;left:0rem;width:42.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVdJ5UtllNaStCNbTXbADumWHA8QDXO { width:17.5rem;height:3.75rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXJcWOmuXHBXNIHEWAzkd6Xoze8JO3Qv { display:block; }
 }@media only screen and (max-width: 763px) { #ESu40eysf1nsESdoTBTeTDTdUOWqAyGc { width:17.5rem;height:1.1875rem;top:59.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o { display:block; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWrGmWDbENnrSUXXCybvdyvFwRT9mR8A { top:3.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpyIp42CGHT7siVo2zQDl98emodQ0l4 { top:7.5rem;left:0rem;width:42.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKQ2dN4lTfhxVUqUTPPFHleTnKqpQt9 { top:14.9375rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdViXTzg9Zw5Gqcu2N3G98Q3uKfHmLmZ { top:16.8125rem;left:0rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6l2LPOzsTuloLoMebImbP8V3xHtGxNb { top:28.125rem;left:0rem;width:32.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0JSD9ldN8XZkNHE6MVSBX76cmxNTrAH { top:26.25rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmvVSgkToc4VzntWDuHsDE3fkpw9CTAA { top:28.125rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQ3qPakpJTKgXnRZ1NpV4SLRwxe8c2A { top:26.25rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv8P0OWCV4mZWVTO1iLcRKTWlNRIwfbe { top:16.8125rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEHJzyxl54sM9AkTVxbTQB4n3UfQqxCw { top:14.9375rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDkJgykhadXLc3EEA2tqpRZXsv8UbQhq { top:23.6875rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg5vAwWTKuHFaxOVH33J4mZbr7eXlzg7 { top:23.6875rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNr06m2wxuk3BHo1QfWFsLdALVTp5w3T { top:34.875rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8LPuaC5wglUaHsST5z6DtGSkwopc1e { top:34.875rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix5GeuAZ4r0qdt4Lck0Ot4pZF3vdG1lQ { top:12.4375rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFtKP8iEskvn9fS6OePMgkq5NtfU5Tc8 { top:12.4375rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 { display:block; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl { top:3.75rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C58auv2dBtc0hVcw6la552xJ8OPgxAUa { top:8.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #impDB9h0maNSvsaL3xAJRdtzVm4lIeCH { top:11.875rem;left:5.3125rem;width:38.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e55pBgZN0ZXyW6pqOmISsexE0cTHbLTn { width:17.5rem;height:3.75rem;top:18.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruC2nQw6oF8cv2QOymIlFaTW2e7UATMu { display:block; }
 }@media only screen and (max-width: 763px) { #cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi { display:block; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkH5WAvliSM8qkLd8Rk4RQ0uDwhdIfGU { top:12.625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XT9Xvx9mzi4n5xMBDHplT1Q8k6Tgw2 { 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) { #HXgJkVL870EeAntkTOrqZWVVtacRX1Sd { 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) { #G52vDGcWJ9dDGhtylvrcwPNuUgFhtuvB { 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) { #znpMHOOnd0agUp7StEs2tRFroENUTJ9V { top:1.25rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhGm1gCWbF8ESg1xRnzT2ciSteu7DJLx { top:5.125rem;left:0rem;width:20rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9SkpicMlrvQK9Cm5oZ4iJOXEFyzHmRs { top:2.5625rem;left:15.125rem;width:20.5625rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT18NvRoRw3K9TKRFe5MPOlsiw5pp09r { top:2.5rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXev0sMXTfqTPET4zwzOl2q5tnZ8MA4y { top:4.9375rem;left:43.8125rem;width:3.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXfN4gHvenLiTkLqMX8dMDk27WXOoTKR { top:4.9375rem;left:44.4375rem;width:3.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ { 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; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { background-color: transparent; background-image: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container > .video-iframe-container { display: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container { display: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .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); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { border-width: 0; border-radius: 0; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcgVTfKl4HOaETqQU1Tvi44RrXg8SO3i { 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) { #ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #eHEvHzlnwl3UbKGZEoW9Eb8qmO4g5UkU { 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) { #PcVdle6lwNSFKgMSt7Xu32Xrfwu6QEVw { 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) { #x92b3tQGN5ba4VN6qXeQbULwvlhHIfN4 { 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) { #Hw9dR1POEDBtQvrCTs4rbZhPeuEv7H3U { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDE2AXa8dbluqN62NyG1CMC6ZWSTTmcr { width:3.75rem;height:3.75rem;top:1.8125rem;left:8.125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #xt6VBN87KHFfBCsypaKRlWPax4X0NMAR { width:0.875rem;height:0.875rem;top:4.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gnqo95pnqpVgqVUa9qeu2Cl1yA1dC0mP { width:9.8125rem;height:7.5rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9rSbAhsquED3vhb52aTtheN1mdIssDZ { 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) { #GkxGknPGTPSIA0LmMdTSWfGThuBiyQZM { width:3.75rem;height:3.75rem;top:7.5625rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhOOevVO3N0aiSBNCRIAw4AitDsAkARn { width:3.75rem;height:0;top:11.3125rem;left:15rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Z2EcC7zxWQk35wGKxA4DbXPL7ew2aSPU { width:5rem;height:7.5rem;top:1.25rem;left:13.75rem;z-index:15001;background-color:rgba(var(--color-secondary-0),0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xEyW0LiieGGGDbvC4qZMvrNk1511TzdZ { width:2.5rem;height:2.5rem;top:1.875rem;left:15rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBl66LA5bixwrqd3a0NNXDZbBWD4gAg { width:3.75rem;height:2.625rem;top:5rem;left:14.375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15013;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #yd9oASIR2bZCPFOweKv6dlqsyIK13seg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a4e54e6-9b6a-4715-8afc-81bd1def55cd/tyres.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg.adaptive-delivery-prevent-bg, #yd9oASIR2bZCPFOweKv6dlqsyIK13seg.lazyload, #yd9oASIR2bZCPFOweKv6dlqsyIK13seg.lazyloading { background-image: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { background-color: transparent; background-image: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.59); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container > .video-iframe-container { display: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.59); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container { display: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .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); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGM7hTGF27dfKXaNQ0cIoFAxZntSTHR9 { width:20rem;height:5.173825rem;top:2.4375rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XNNGuSIfyl7RQJBew6Ot6IS87bDew3no { width:20rem;height:2.5996125rem;top:8.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KmduFLUBbHP7sFarfDJRGblTVFNmqk3Q { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCxwhuQn8PMedDTkfrOpfnQLxKUlZMEJ { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #PkZIIFsK3tiP1pUSSBpixAZshy8l9Svs { 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) { #goprHxtpZrAMl8zGn0cXimc1hfCcqyt9 { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #tIVEsszfIh4V0oC3ddNEtahFIiRWnNOM { 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) { #O1BHZewNcCOwWHTWlIr6QclbV62eWXvC { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA { width:20rem;height:4.5244125rem;top:12.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #hHIAJwEsVnpT1CHlFBnBTLWzwXsfpCAA { width:15.0625rem;height:0;top:2rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #r0fkKTzMITLwumotHcQT9laZ9cvqxTfd { width:16.25rem;height:2.5rem;top:1.25rem;left:0rem;background-color:rgba(var(--color-primary-0),0.14);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #K3CbQedMxGTx3Ox66I8ADGTgRDBbaOFb { width:20rem;height:11.25rem;top:19.4375rem;left:0rem;z-index:15010;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:none; }
 }@media only screen and (max-width: 763px) { #ZHCfAeA4q2VRED6hkx0JvUTokmFXv7qN { width:10.6875rem;height:0;top:28.1875rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #OLMLnah9Z3JTKSyuLPT4bk9aSI1wZXXU { width:1.25rem;height:1.25rem;top:28.1875rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T79xJTon69eUd7M0WiN0zI05egekDfVJ { width:17.5625rem;height:0;top:20.6875rem;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) { #WNWpRygpnX87ncNLvC2CU7iIVcThZpsi { width:1.25rem;height:1.25rem;top:28.1875rem;left:1.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #laxaD8fF4ETbPSp31u4TMgIyI01oHqr3 { 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) { #Fl7GisQFBSDos8TUtdhETDo4U4KQa5SV { width:20rem;height:3.75rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsO5AaSKNAqt0rxp0ANkJSGQA7C3UNQ { display:block; }
 }@media only screen and (max-width: 763px) { #D85O74nwPk176uf8JSgW1VOq6OvIPRgp { width:20rem;height:16.25rem;top:50.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMiiyBGylOqDnbaxJTJmp8PIpItgMZsB { width:9.25rem;height:6.875rem;top:23.125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d44932db-9644-40e2-bb25-aec420ca6c4b/tyrereplacement.webp");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; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV.adaptive-delivery-prevent-bg, #xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV.lazyload, #xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV.lazyloading { background-image: none; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row .container { background-color: transparent; background-image: none; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row .container > .video-iframe-container { display: none; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row > .video-iframe-container { display: none; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .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); }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row .container { border-width: 0; border-radius: 0; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBnUNbtlz0F9WtMIZElQSoFAdhcEhmFV > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 { display:block; }#GmRnOSUPQPwqOqrVR3olQplBhWnooHC6 > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfqTkrbC2ax4SQ0UZBFwo8pH22nsiMVS { width:20rem;height:8.75rem;top:8.75rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vTztxMeh9SiZ3e8gCX7m9fuNuX4aWsQc { width:1.25rem;height:1.25rem;top:15rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4pFN2Ow4TTDh1CsrTDtXBLxAlZM3Qa { width:17.5625rem;height:3.8994125rem;top:10rem;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) { #I2dI60mNrizC6vvoqnwvbW7Kl7mhC6qh { width:13.75rem;height:1.2749rem;top:14.9755859375rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NEDPlR0GDc4cRn0ODHarstE1bWs1e01y { width:20rem;height:6.25rem;top:2.5rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1d4e535-662c-4824-92a4-b0877d1a906a/tyrefittingathome.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NEDPlR0GDc4cRn0ODHarstE1bWs1e01y.adaptive-delivery-prevent-bg, #NEDPlR0GDc4cRn0ODHarstE1bWs1e01y.lazyload, #NEDPlR0GDc4cRn0ODHarstE1bWs1e01y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JnDs13k8TmtkdhTLVvCDdM09MvAczRA3 { 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; }#JnDs13k8TmtkdhTLVvCDdM09MvAczRA3.adaptive-delivery-prevent-bg, #JnDs13k8TmtkdhTLVvCDdM09MvAczRA3.lazyload, #JnDs13k8TmtkdhTLVvCDdM09MvAczRA3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZXnCNtBKOQTXbp8VWMNOQCTCDalUTWRu { width:20rem;height:16.25rem;top:137.5rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RgNv2ay4Og4871PxgxDBe6OrfRbPf9EB { width:17.5625rem;height:3.8994125rem;top:42.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) { #T1CQKSnuVbchA5JCNWe5AF7THrOsIShM { width:13.8125rem;height:1.2749rem;top:47.5rem;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) { #yucq7gUk1H9zTkayH0leRQKn1qTTwToP { width:1.25rem;height:1.25rem;top:47.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef { width:20rem;height:6.25rem;top:35rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a12e64eb-0403-40e7-a3f1-e82a71d0127c/tyrefittingstalbans.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef.adaptive-delivery-prevent-bg, #HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef.lazyload, #HcbSHPThS4iQVSzJQm7CVBrgoIdk94Ef.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fZkWu5dVwhO1bvuAi8pyTlJnT0xyv9py { width:20rem;height:8.75rem;top:41.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fW8y2D9cI8e1K7rg2n8gUXdmDgclgb48 { width:17.5rem;height:3.8994125rem;top:26.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) { #ITGcyn2BIBmqWlDN8Bhsp5C7cmQLPW0B { width:13.8125rem;height:1.2749rem;top:31.25rem;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) { #bHktDK6q1gxlQ6gOfmGdmbZUKPdZOfLH { width:1.25rem;height:1.25rem;top:31.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s { width:20rem;height:6.25rem;top:18.75rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/718c7601-421c-4a04-a8d4-8183a08e9520/tyrefittingluton.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s.adaptive-delivery-prevent-bg, #qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s.lazyload, #qIknAuk4fTfKxQpUPH5nUTVvkc2Gxo1s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QZ97N0Wyxv4ubdFTH72XT0Oid1tOqHBc { width:20rem;height:8.75rem;top:25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UGTtoGr8BqsGeUnBTxPsGOK6VkluaCz7 { width:17.5625rem;height:3.8994125rem;top:10rem;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) { #sa1Dbg8tWQG88b0gykys7RzcP738lW6c { width:13.8125rem;height:1.2749rem;top:15rem;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) { #NneTGIGTAVyotO0z5QEfRZyMHlvCvWCU { width:1.25rem;height:1.25rem;top:32.5rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #odThuew9aV4fT4JNhEihVzT6tzJBUtn5 { width:20rem;height:3.75rem;top:52.5rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #MQurcAWd9y7PVnWVfWrqWWWKLA8VET3s { display:block; }
 }@media only screen and (max-width: 763px) { #g9CACm9vi57D55XK5VlraG3UOSTmiezm { width:20rem;height:1.2749rem;top:56.8505859375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;color:rgba(var(--color-primary-4),1);z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 { display:block; }#Sym386hZzBVld3hGpQMZ8MeH13s91Eu8 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1q5dpITKWVzlvJ1tO2lwiw5Arh6Zf7y { width:20rem;height:12.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvx2VVhgk2PI6iarO4QUAmaFhmRFDF5P { width:20rem;height:1.625rem;top:16.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #du1eQQF2xht19QyIHtmoJd3EJxkXaq5I { width:20rem;height:7.749rem;top:23.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#du1eQQF2xht19QyIHtmoJd3EJxkXaq5I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e8bb1615ba0fd6a2268292ad503628c9021f9f6.svg); }
 }@media only screen and (max-width: 763px) { #Zohc3dBkxNiRAVUkrKJa9TcsoQeAWvtU { width:20rem;height:3.8994125rem;top:18.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #oWbDrQXBVNJZPwiBWXSV2qFAVtRCpTDB { width:20rem;height:3.75rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwwAUQn3WgxB8ZwDCTDDS5H2ICJHRri2 { display:block; }
 }@media only screen and (max-width: 763px) { #W2lsfNLl5KtL5rN8KsHI30ple7Gym29R { display:block; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am { width:20rem;height:12.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfJJGukp6LRdp6CcApJRgES2KwhAhIEZ { width:20rem;height:1.625rem;top:16.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwFIUcTH4xehQgFeuStQeH6WHNox1HXa { width:20rem;height:14.2978375rem;top:18.6875rem;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) { #PvJGhoBpC7kbDzlowaUHcpx9EmSClWGx { width:20rem;height:1.29980625rem;top:34.8876953125rem;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) { #T5RVfxFS6flfsvRVFRbqUwEf8XEsO5Ly { width:7.5rem;height:2.5rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNBI7VpWst6I3eLSxhHIb8uixsDTvNV5 { width:7.5rem;height:0.9746125rem;top:13.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr { display:block; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I { width:20rem;height:12.5rem;top:9.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RtsxcbQqgoPHmTlNIE6rFexmPvexue24 { width:19.875rem;height:11.25rem;top:22.4375rem;left:0rem;z-index:15010;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);display:block; }
 }@media only screen and (max-width: 763px) { #QhTi6cH5MSBlZgRTcMgLcywQdsn7nkCD { width:17.625rem;height:1.19970625rem;top:24.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yJmyTyOWWMTU224ZR8HKgiqzU8B6A78c { width:17.5625rem;height:5.19921875rem;top:27.0625rem;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) { #oCxiA3FXOcVNIzTeXw7zX9E0lrQpaHKC { width:19.875rem;height:11.25rem;top:47.4375rem;left:0rem;z-index:15010;border-top:0;border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SvxINEfT6EX1kCtwqwWbNL4L3ra6zP9l { width:17.5625rem;height:5.19921875rem;top:51.8125rem;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) { #NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH { width:20rem;height:12.5rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE0bKUfbCSd5H8xNCSPn6DVXuZEriHkL { width:17.625rem;height:1.19970625rem;top:49.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BL11dexkXTkPCRTSSDG0SDbyvmks2pbw { width:19.875rem;height:11.25rem;top:72.4375rem;left:0rem;z-index:15010;border-top:0;border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A4z1Syig1LffimallMpNPUs9Lz5Mc72W { width:17.5625rem;height:5.19921875rem;top:76.8125rem;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) { #M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS { width:20rem;height:12.5rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJSRXnp0AQPQPbO8SpKr3zizHTmhuPy { width:17.625rem;height:1.19970625rem;top:74.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gOLms8v9CRmUcXxlKbTJbla7PaWIwdTh { width:2.5rem;height:2.5rem;top:21.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XduxkaK5c0pfUiw0birz2MncU9WVTR6R { width:2.5rem;height:0.9746125rem;top:21.875rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PMKizuCGlTMrbDruqUymD4F2muVhPtNh { width:2.5rem;height:0.9746125rem;top:46.875rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UegAxQxfDPrtwl66ZHr7fvseIq3VqFxd { width:2.5rem;height:2.5rem;top:46.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Ice4Gu7ZGAPTZLtZ2yCsM5ddFffcoL { width:2.5rem;height:0.9746125rem;top:71.875rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S8fQ4eFBaZnUWsxM3uyk0EBnoyyHzLU0 { width:2.5rem;height:2.5rem;top:71.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paxGAvZTstXymMsTOVU3OW6Bptr4vfMM { width:20rem;height:1.625rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwLms85TomThRwxE1HS3BMTOwE1sfZTB { width:20rem;height:1.13720625rem;top:89.42578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zJMkRQShZTytrpVXyEAUHEHlqSa4dTyX { width:20rem;height:2.5996125rem;top:4.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IVTEMAoEr6hIwvgZN5xTN1l7qluk5HeZ { width:20rem;height:3.75rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt8H0MTiMFuwkkzx2dFqVxtC1x7Bu0bX { display:block; }
 }@media only screen and (max-width: 763px) { #TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU { display:block; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2brIHphTv4U5InKC4b5i74w1NGcWZ9Z { width:20rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVHiTOAyfsDmvbrU8Tyd4P82EfafdfS { width:3.75rem;height:3.75rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJa758fkSmOuBtM39oMo6invfKBlfFG { display:flex;width:1.875rem;height:1.875rem;top:9.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #NMOqVb7dFkF6pXfs9NutU0Ckugyl2lRF { width:0.0625rem;height:3.75rem;top:23.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5s8Zr687zVzy821TkT26zETWsukqNn5 { width:13.875rem;height:1.29980625rem;top:8.6875rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MOMvPpbNJTLN7wc6htDQ2SU7aALDv9z5 { width:15.0625rem;height:5.19921875rem;top:10.5625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7gRrmsvG0o1aQWF44TrLtRI1pTm9ydF { width:3.75rem;height:3.75rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcOiVEVTcHdTx7mlvhFAZDJIQkhZJXNU { display:flex;width:1.875rem;height:1.875rem;top:19.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #aDdtB5GFbtMb4ZWxTtC42SdhdPNbLQg4 { width:15.0625rem;height:3.8994125rem;top:20.5625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoeQAwqtZkRZbMqS8Qk1HHbxeM4JmkPs { width:15rem;height:1.29980625rem;top:18.6875rem;left:5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k3bcuzTXSv9RbDMS83XSTgwKiiPTXiTf { width:15rem;height:3.8994125rem;top:29.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWWSO6n0URhQEeLd7pyMtm4HoUHJRQsd { width:15.0625rem;height:1.29980625rem;top:27.4375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BT880t6zmTd7n2kL1g3IrA8WiCCHK1Ue { width:3.75rem;height:3.75rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIt19rH6KA3vqFh4CuZ5K5JFtgbv7RZg { display:flex;width:1.875rem;height:1.875rem;top:28.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #cyxm3QIDqH4etSKuq5L0S3hbWFCKTlck { width:0.0625rem;height:5rem;top:13.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN { display:block; }#It25V7mhD5L1aTsBnEOKuJm2CKvVGMUN > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSrseKI7osBQQUHuKh9KSohKTIV8lFxI { width:20rem;height:0.0625rem;top:17.375rem;left:0rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #AJ7HxCXOTTTiTkIraNvZnkIO8WARl5qK { width:20rem;height:0.0625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ18368kZpGW4gglvpLwHiBvlZWPp4kx { width:20rem;height:0.0625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbsFN2faAHZrBd8s1SK2iEThhq46nvIE { width:20rem;height:0.0625rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ust1EczFngS5XhgTFJECiT3vdEfPkt { width:0.0625rem;height:28.75rem;top:13.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9lOr44rViB1bBbA39ICny9XJHxNnKwQ { width:0.0625rem;height:28.75rem;top:124.3125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hphnTaN41aS4B0TqtBOlVSIN51ulnfiz { width:0.0625rem;height:28.75rem;top:13.6875rem;left:9.9375rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #hlvCCZgdcAw074ussI8INVHVfHT0lsUk { width:0.0625rem;height:28.75rem;top:13.6875rem;left:4.9375rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #GE0Ew1TRxUgIKPtDRD52O8QxnPB34rQf { width:6.4375rem;height:0;top:168.0126953125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EE6nVaIHZFwqz2VBqvDN4EGbf6zDAlF2 { width:20rem;height:0.0625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf6UfoQshz0Hw6tM9LxEGSbmTVG5mh8z { width:20rem;height:0.0625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFwT4Z7qvn5wQ6fKgR1wHAPVrEXkAXc { width:20rem;height:0.0625rem;top:166.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJoEgPNkbZFHdv5B0BJODxWMqgSaf71e { width:20rem;height:0.0625rem;top:173rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWFXKa7MfDnFfq2UG6ZBNOaZKItZvJ1N { width:5rem;height:1.94921875rem;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) { #vtFJBTTxmwq6P7MNxyH0VyyZnmswk6DK { 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) { #p6ORkxgce6VbZWaaO6Z0lk73pnMOfx75 { width:4.4375rem;height:1.94921875rem;top:33.9375rem;left:0.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFfJFDBbdP9oarktXuAKPNpUW5a6ZdeT { 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) { #exgn29tTlXPI9BNuLaEneVxwLu5RWL8a { width:4.3125rem;height:2.923825rem;top:28.5625rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRXkrA48Au4nKX0wiOcd1aMMT9PbFKR0 { width:4.375rem;height:1.94921875rem;top:38.9375rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNJtXhiiix6OIX3dqIJgFBoHAbXuwclz { 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) { #rGGngSoI0TBMftbRSKPbcA2xtJcWgGLo { width:3.625rem;height:2.625rem;top:14.375rem;left:5.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c3aU5l1o85Ug3Ozn15Nb6T61hIV8LkcW { width:5rem;height:1.13720625rem;top:15.0625rem;left:10rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXT5C0icTKzHg7ewzXwlWpvLBD53LNH7 { width:3.75rem;height:2.2744125rem;top:14.5625rem;left:15.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2hr1yIHBvcmumv1hOWKLP1iSs4AQCTO { width:3.75rem;height:0;top:170.5126953125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rCSKHvALTFGulbJTcbFNBPmIm6nmkSim { width:3.75rem;height:0;top:170.67578125rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Datt48HwLyv6NDroPTkHpZ5e7EwbWdVI { width:3.75rem;height:0;top:170.67578125rem;left:15rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zA9K3Txzg9hToE8mzw5V0TR373CbWV3R { width:12.5rem;height:0;top:184.1875rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T5EF65mAqJZaFWUqHUpeENXXqgnCTDfT { width:12.5rem;height:0;top:184.1875rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fL8fmrxtAEHpNznxyhIP6V9Npn7ZexLp { width:12.5rem;height:0;top:184.1875rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uB8pLsU7TdTqDp28QNCbtHJTfTg0oNRy { width:3.875rem;height:0;top:163.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aFvMltDT6KFCuXLlc5m7PQKAP51D99KH { width:4rem;height:0;top:163.0625rem;left:15rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v4LP4E5XELZhsaKRVrTcMwo0fBnGpy4z { width:5.125rem;height:0;top:163.17578125rem;left:6.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #XzsAv0AColmyTkwWGqcG95nEgGoxZiXh { width:12.5rem;height:0;top:180.375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Br51UQd5MyRw3Qw63PepxsekdqsVn6Sd { width:12.5rem;height:0;top:180.3125rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Dbf3mo1RpIFvLWOCC3vKPyovboTsLBTP { width:12.5rem;height:0;top:180.3125rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TVmc0O65t7syws3GwoST2gPvagtiwHkQ { width:20rem;height:0.0625rem;top:182.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMPhXmP3gtAzGQdZKn9G0TAGECpeywVc { width:20rem;height:0.0625rem;top:186.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLKvp9lD4SockNL2clG7mGPA9ZOBm7RD { width:2.5625rem;height:1.94921875rem;top:24rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PgOk6yLUAJyDu1T2GasZaRDWs2uLKSns { 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) { #CxrqIOPTGvJ3iZTvigSFJvTgAwEXJqbf { 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) { #yiL6loKI3x2JpmsbLvxCuVoKOHm7sQus { 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) { #STWv7hzA96VbR08Hol5wThr1rTuCxOsx { 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) { #NkfbuidszcdtGAE2dtlJWZg3qUZ1BVpc { 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) { #wMeacTbZA68z3WcogX2fTu3DGrgPB2fI { 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) { #WEfSOyxtZdOKp81TaparegHnwC6PZGWw { 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) { #aen5kE1UZ1nUso0eShXtz89f0ytixU2l { 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) { #wALCwcBQpHanUbbMC8gSr3ndGTUke7Il { 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) { #qkS7oTzFufVumzMFrLS78CmmAkqEy48a { 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) { #WWikMTq4ENd2o34JGVHI55mmrktkcDqJ { 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) { #DlFoL0ncNhOlNP7I5zp2wwuuLX9RGKAD { 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) { #BWVoypRnlrOMAM46nDoaatbn4QA2hDVi { 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) { #ckGRRheDFdRm2C245HouEa7VTguCIzrI { 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) { #bLI07Ia8C0PAMoPAAOpV57o89T6As5Tq { 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) { #KndXy2awTKUfCcGBGtp7evV2I8gby1hL { width:5rem;height:28.75rem;top:13.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzFoRNQhi7I71WkS8wKUZXeV4HRJrvFD { width:5rem;height:28.75rem;top:13.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJW6fEpVBdDxrJ2CTy8psSACTLewlNmb { width:5rem;height:28.75rem;top:13.6875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8IDxJc1MD9UybTbK2mCyGadQs1LWhT9 { width:20rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEkQcGSC9ayZATOKvOVkGQPeiqC8urW6 { width:20rem;height:3.8994125rem;top:6.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bqVdJ5UtllNaStCNbTXbADumWHA8QDXO { width:20rem;height:3.75rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXJcWOmuXHBXNIHEWAzkd6Xoze8JO3Qv { display:block; }
 }@media only screen and (max-width: 763px) { #ESu40eysf1nsESdoTBTeTDTdUOWqAyGc { width:20rem;height:1.2749rem;top:49.2880859375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;color:#000000;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o { display:block; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWrGmWDbENnrSUXXCybvdyvFwRT9mR8A { width:20rem;height:1.625rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpyIp42CGHT7siVo2zQDl98emodQ0l4 { width:20rem;height:2.5996125rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKQ2dN4lTfhxVUqUTPPFHleTnKqpQt9 { width:20rem;height:2.5996125rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdViXTzg9Zw5Gqcu2N3G98Q3uKfHmLmZ { width:20rem;height:6.499rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6l2LPOzsTuloLoMebImbP8V3xHtGxNb { width:20rem;height:5.19921875rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0JSD9ldN8XZkNHE6MVSBX76cmxNTrAH { width:20rem;height:1.29980625rem;top:24.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmvVSgkToc4VzntWDuHsDE3fkpw9CTAA { width:20rem;height:6.499rem;top:53.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQ3qPakpJTKgXnRZ1NpV4SLRwxe8c2A { width:20rem;height:1.3808625rem;top:51.05615234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv8P0OWCV4mZWVTO1iLcRKTWlNRIwfbe { width:20rem;height:7.7988125rem;top:39.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEHJzyxl54sM9AkTVxbTQB4n3UfQqxCw { width:20rem;height:2.76171875rem;top:36.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDkJgykhadXLc3EEA2tqpRZXsv8UbQhq { width:20rem;height:0.0625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg5vAwWTKuHFaxOVH33J4mZbr7eXlzg7 { width:20rem;height:0.0625rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNr06m2wxuk3BHo1QfWFsLdALVTp5w3T { width:20rem;height:0.0625rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8LPuaC5wglUaHsST5z6DtGSkwopc1e { width:20rem;height:0.0625rem;top:67.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ix5GeuAZ4r0qdt4Lck0Ot4pZF3vdG1lQ { width:20rem;height:0.0625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFtKP8iEskvn9fS6OePMgkq5NtfU5Tc8 { width:20rem;height:0.0625rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 { display:block; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl { width:20rem;height:22.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C58auv2dBtc0hVcw6la552xJ8OPgxAUa { width:15rem;height:3.25rem;top:5.1875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #impDB9h0maNSvsaL3xAJRdtzVm4lIeCH { width:15.0625rem;height:6.499rem;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) { #e55pBgZN0ZXyW6pqOmISsexE0cTHbLTn { width:15rem;height:3.75rem;top:18.6875rem;left:2.5625rem;color:#ffffff;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ruC2nQw6oF8cv2QOymIlFaTW2e7UATMu { display:block; }
 }@media only screen and (max-width: 763px) { #cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi { background-color:#f5f5f5;background-image:none;display:block; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { background-color: transparent; background-image: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container > .video-iframe-container { display: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container { display: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .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); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkH5WAvliSM8qkLd8Rk4RQ0uDwhdIfGU { width:20rem;height:1.13720625rem;top:28.6875rem;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) { #u9XT9Xvx9mzi4n5xMBDHplT1Q8k6Tgw2 { width:5.125rem;height:0.9624rem;top:30.375rem;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) { #HXgJkVL870EeAntkTOrqZWVVtacRX1Sd { width:6.5rem;height:0.9624rem;top:30.375rem;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) { #G52vDGcWJ9dDGhtylvrcwPNuUgFhtuvB { width:5rem;height:0.9624rem;top:30.375rem;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) { #znpMHOOnd0agUp7StEs2tRFroENUTJ9V { width:3.6875rem;height:3.6875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OhGm1gCWbF8ESg1xRnzT2ciSteu7DJLx { width:20rem;height:4.4619125rem;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) { #G9SkpicMlrvQK9Cm5oZ4iJOXEFyzHmRs { width:20rem;height:7.436525rem;top:12.375rem;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) { #bT18NvRoRw3K9TKRFe5MPOlsiw5pp09r { width:15rem;height:1.2246125rem;top:22.39990234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VXev0sMXTfqTPET4zwzOl2q5tnZ8MA4y { width:2.9375rem;height:1.875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXfN4gHvenLiTkLqMX8dMDk27WXOoTKR { width:3.3125rem;height:2.5rem;top:24.625rem;left:3.3125rem;display:block; }
 }