.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:252,221,222;--color-primary-1:246,142,146;--color-primary-2:237,29,37;--color-primary-3:119,15,19;--color-primary-4:36,4,6;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Georgia";--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); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container { background-color: transparent; background-image: none; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container > .video-iframe-container { display: none; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row > .video-iframe-container { display: none; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .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); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container { border-width: 0; border-radius: 0; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#UKNMqox72k0CRHGx5Kbz0PZ0zLTGEdgW { 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; }
#zvxtT9tMRNe8UfG8nr7T8geddTQNkPfx { 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; }
#zvxtT9tMRNe8UfG8nr7T8geddTQNkPfx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XvfEScy6vQGhc59orQR9PafHD0qJFk9F { 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; }
#MdclM9FI2UVEStuaXB5lO5m8nbLeEQew { 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; }
#Uqz3vbFs1u0gum0fmaQfU2TzdHtoZP5q { color:#ffffff;display:block;width:17.5625rem;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:1.9375rem;left:56.25rem;height:2.4746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F04KQ8ieAH6GlbumG6MTwSZpeEhCeXuu { 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:4.1875rem;width:13.6875rem;top:1rem;left:1.25rem;overflow:hidden;display:block; }
#KAd13S0iovOv123A0yuSvwzGlkrvF8Bg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:1.875rem;left:60.375rem;overflow:hidden;display:none; }
#Sz1sLLthWkZZyBBcdUSVzK40kQZChNzD { box-sizing:content-box;height:3.75rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),0.3);background-image:none;top:1.25rem;left:43.125rem;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; }
#N13I9I8fOqXuBuXePSkD53cD0NQ2Usq1 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),0.3);background-image:none;top:1.25rem;left:38.125rem;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; }
#oscgIcRhhbMXh2yiKIIy2bGBrbAQaETi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.125rem;top:1.75rem;left:38.5625rem;overflow:hidden;display:block; }
#ugfsRsnx7uTbzPxrKH6wHRCmMD1SKLBe { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.25rem;width:4.25rem;top:2.1875rem;left:43.5rem;overflow:hidden;display:block; }
#pEx2pgyCdSOqM9bDJiL0wV9KRxpbP6JA { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),0.3);background-image:none;top:1.25rem;left:33.125rem;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; }
#ePo53bqXnM55e2qqgpX35ZRiVPM9pEoV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2rem;left:33.875rem;overflow:hidden;display:block; }
#F98Hq7STc3T8iXTkd7XG2OyCPHv7HrQm { box-sizing:content-box;height:3.75rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.3);background-image:none;top:1.25rem;left:26.875rem;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; }
#ttnm2pVaf7MXMxNpS4ukdwHSys8Ugfmc { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.875rem;width:4.25rem;top:2.1875rem;left:27.25rem;overflow:hidden;display:block; }
#aR1JK5PNrA4QBJ9xUMSlATEmTPs1mS07 { box-sizing:content-box;height:0.0625rem;width:71.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.4375rem;left:1.25rem;display:none; }
#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx { background-color:#ffffff;background-image:none;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; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container { background-color: transparent; background-image: none; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container > .video-iframe-container { display: none; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row > .video-iframe-container { display: none; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .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); }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container { border-width: 0; border-radius: 0; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;overflow:visible;position:relative;display:block; }#NuTwdHsmwEtGv3crOMRhCqheCAkRlypm { color:#000000;display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:5.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#smvO6H5RxWw2gT3Vn0P5yFMX9TlrT60U { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.25rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7xPz9pfP7HzK64trCAnOZU9ZsCVNmJh { 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; }
#XTMrX9w39tOPwKO0rsDEinzaJdsrcSNM { 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; }
#WtilF8PAEKFL07XgR9r48TrLiE4Im5z2 { 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; }
#sVDa4NUHDE2DXP4NrnvcSN3DCnHpeohg { 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; }
#qXoN4zzR8ew39iaHpios8yoC4FuV7k30 { 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; }
#e4pMhIS9ObJ3bThrLvduiNAoCtbX5BHu { 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; }
#MAL2wtPxo3GJ3dXpyLBa87XUBWcw6aXB { box-sizing:content-box;height:20rem;width:36.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f3ed1000-8cb9-410a-a1e9-4e6230b461ff/asbestosvan.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:2.5rem;left:37.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#MAL2wtPxo3GJ3dXpyLBa87XUBWcw6aXB.adaptive-delivery-prevent-bg, #MAL2wtPxo3GJ3dXpyLBa87XUBWcw6aXB.lazyload, #MAL2wtPxo3GJ3dXpyLBa87XUBWcw6aXB.lazyloading { background-image: none; }
#eUtLtrRVAJcvEf1oT2Tpz46T1P2GiprF { position:absolute;display:block;z-index:15071;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:1.25rem;width:4.375rem;top:2.5rem;left:1.25rem;overflow:hidden;display:block; }
#wBhBSUtBfyf5suBx3ELSkCoCZEf49N2H { color:#000000;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.4375rem;left:6.125rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MWqhPy5gSkNE8TT6GJhiV05vEeyKCLtr { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.75rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:18.75rem;left:1.25rem;display:block; }
#TwRbumhRUKTZVViSK1cbt8tBv0FQFuo3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssr8cqpv6lnZKGpVUVoX93vthkm5bimK { box-sizing:content-box;height:0.0625rem;width:71.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.1875rem;left:1.25rem;display:block; }
#vvUD8lL9coqQzcSOlLvpMt6fecRVGopB { 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:3.6875rem;width:12.8125rem;top:47.5rem;left:37.5rem;overflow:hidden;display:block; }
#k9QKx0bdX5Zzq2yURnSUg5ozdUpUqdVI { color:#000000;display:block;width:36.25rem;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:30rem;left:37.5rem;height:15.59766875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AOsQGo02oMzOxSHZdx8lGQTvJckM0Pq4 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:55rem;left:37.5rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BaghFDRFC5L7kNTC4ea4PBW2a0xH975T { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:52.5rem;left:37.5rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xh0y9vOTkXLNyMTitiktk1Dfb1XLVRpd { box-sizing:content-box;height:26.25rem;width:28.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3f9b3cb6-b943-42b3-83d8-48fb0b248d04/MichaelThorleySafeZoneAsbestos.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:30rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#xh0y9vOTkXLNyMTitiktk1Dfb1XLVRpd.adaptive-delivery-prevent-bg, #xh0y9vOTkXLNyMTitiktk1Dfb1XLVRpd.lazyload, #xh0y9vOTkXLNyMTitiktk1Dfb1XLVRpd.lazyloading { background-image: none; }
#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.46);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; }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row .container { background-color: transparent; background-image: none; }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row .container > .video-iframe-container { display: none; }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row > .video-iframe-container { display: none; }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .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); }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row .container { border-width: 0; border-radius: 0; }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#LI6bkM7iCzaZu3ykTVIMo56XAx7PlHxM { box-sizing:content-box;height:7.5rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:57.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BWG716UJ5SZIyCd4B8u7Wz5HQZTRiU2R { 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:25.0625rem;left:58.75rem;height:2.5996125rem;font-style:normal;display:block; }
#rPlLxEx9157u9xER3VRQV4Sak2cT3tm7 { 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/89d730d5-44b8-4d48-a308-a263f59a3747/Asbestosvermiculite.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.8125rem;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; }#rPlLxEx9157u9xER3VRQV4Sak2cT3tm7.adaptive-delivery-prevent-bg, #rPlLxEx9157u9xER3VRQV4Sak2cT3tm7.lazyload, #rPlLxEx9157u9xER3VRQV4Sak2cT3tm7.lazyloading { background-image: none; }
#OkUDvv61zIGKThTikGHtvG4n8wg9fpc1 { 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/6e960772-3cf6-4f56-9587-ea175f9d4b51/Asbestosgarage.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.8125rem;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; }#OkUDvv61zIGKThTikGHtvG4n8wg9fpc1.adaptive-delivery-prevent-bg, #OkUDvv61zIGKThTikGHtvG4n8wg9fpc1.lazyload, #OkUDvv61zIGKThTikGHtvG4n8wg9fpc1.lazyloading { background-image: none; }
#AibEEgdeVqEpTA3TpOa8oc3Oiv3mEmE4 { box-sizing:content-box;height:7.5rem;width:16.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.3125rem;left:38.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XXbgNkET5rner4yuRLt94o1rXaXtIMRU { 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:25.0625rem;left:40rem;height:2.5996125rem;font-style:normal;display:block; }
#ogfFSe1nWEp4i6mLfqHAtsenAIOX3DFh { 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/36f7c818-2c36-4636-a458-2d7d4e4a9e3e/Asbestosfloortiles.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.8125rem;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; }#ogfFSe1nWEp4i6mLfqHAtsenAIOX3DFh.adaptive-delivery-prevent-bg, #ogfFSe1nWEp4i6mLfqHAtsenAIOX3DFh.lazyload, #ogfFSe1nWEp4i6mLfqHAtsenAIOX3DFh.lazyloading { background-image: none; }
#K1Pm1wgy6NkrMocqqT5xVeToNJi2nqk9 { box-sizing:content-box;height:7.5rem;width:16.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.3125rem;left:20.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TETHdpZP64BeyGEzcHDR6QIyT7hbuZ0q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;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:25.0625rem;left:21.25rem;height:2.5996125rem;font-style:normal;display:block; }
#fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/697a75ba-b3b9-4941-be59-7613dae636d0/Asbestosartexceiling.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left: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; }#fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA.adaptive-delivery-prevent-bg, #fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA.lazyload, #fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA.lazyloading { background-image: none; }
#ll1eNszFVa7XNbn2akwyuudE5Ce2y2m0 { box-sizing:content-box;height:7.5rem;width:16.25rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.3125rem;left:1.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S1ZnkGPqGb8AXQ8Huqx0PQFTWw1gZOGT { 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:25.0625rem;left:2.5rem;height:2.5996125rem;font-style:normal;display:block; }
#JOl7VwGnines2QKLMVp9ZLachQGOHUBv { 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:400;z-index:15046;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#OTFTxqF1mizNTziUGbBvsns3GTRBlTDC { 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:400;z-index:15047;line-height:1.3;letter-spacing:0;top:22.5rem;left:21.25rem;height:1.29980625rem;font-style:normal;display:block; }
#bfL6LEpTQWfT1TiSw0lprHTtbsEvgEdg { 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:400;z-index:15048;line-height:1.3;letter-spacing:0;top:22.5rem;left:40rem;height:1.29980625rem;font-style:normal;display:block; }
#TZuiL6Tk7op9hSLXUWTCiBr4FkcKRUle { 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:400;z-index:15049;line-height:1.3;letter-spacing:0;top:22.5rem;left:58.75rem;height:1.29980625rem;font-style:normal;display:block; }
#A2z7JQoP0tPuTAwTd6UykLbXwgX67R9r { box-sizing:content-box;height:7.5rem;width:16.25rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.75rem;left:57.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dHAg9JgofIrahrACMWEgA32lXlRV7v32 { box-sizing:content-box;height:7.5rem;width:16.25rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.8125rem;left:38.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BWAW2Cup0BRfg2BFZ973KT1KK7TeokID { 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:15043;line-height:1.3;letter-spacing:0;top:47.5625rem;left:58.75rem;height:2.5996125rem;font-style:normal;display:block; }
#z5a7uoZVuJV67qGIvfkdgXUWBxpz8gzd { 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:15049;line-height:1.3;letter-spacing:0;top:47.5625rem;left:40rem;height:2.5996125rem;font-style:normal;display:block; }
#N0a4Vf7BE9PxoCNzaxSwlu1RQDdFX2Ju { box-sizing:content-box;height:7.5rem;width:16.25rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.8125rem;left:20.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ArmqbMLiS8D6l6XPzVvIPrtAE2thofHf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:47.5625rem;left:21.25rem;height:2.5996125rem;font-style:normal;display:block; }
#vfp5JSdnhIWHDQ2gUnIdMgzczUqPiw23 { 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:400;z-index:15063;line-height:1.3;letter-spacing:0;top:45rem;left:21.25rem;height:1.29980625rem;font-style:normal;display:block; }
#nObMdWU7hhtrUWuN7caDaupfKbJRdNzv { 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:400;z-index:15064;line-height:1.3;letter-spacing:0;top:45rem;left:40rem;height:1.29980625rem;font-style:normal;display:block; }
#HtRJLpBK2aa2el8kBX5N3e5f5ph0fChJ { 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:400;z-index:15065;line-height:1.3;letter-spacing:0;top:45rem;left:58.75rem;height:1.29980625rem;font-style:normal;display:block; }
#Aoy46kWHmW7GyySv09OzIRfi0EcAEslp { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15117;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c26af396-5050-4f45-95b8-ecb2ece053d2/asbestoskitchencoverings.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:31.3125rem;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; }#Aoy46kWHmW7GyySv09OzIRfi0EcAEslp.adaptive-delivery-prevent-bg, #Aoy46kWHmW7GyySv09OzIRfi0EcAEslp.lazyload, #Aoy46kWHmW7GyySv09OzIRfi0EcAEslp.lazyloading { background-image: none; }
#qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15123;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98c3e8c9-24aa-4ef7-82a1-26948d33d632/Asbestosroofs.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:31.3125rem;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; }#qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE.adaptive-delivery-prevent-bg, #qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE.lazyload, #qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE.lazyloading { background-image: none; }
#i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15129;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5802dcf-aaa3-453d-bd03-72f449cbba74/asbestoswatertank.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:31.3125rem;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; }#i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo.adaptive-delivery-prevent-bg, #i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo.lazyload, #i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo.lazyloading { background-image: none; }
#ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15135;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33e9279d-8f7a-4493-8a95-cdf796a937cb/asbestoswaterpipe.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:31.25rem;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; }#ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv.adaptive-delivery-prevent-bg, #ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv.lazyload, #ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv.lazyloading { background-image: none; }
#f7wtVgw9Tt7ZEp0irC8n8K9wFzEz3wCO { box-sizing:content-box;height:7.5rem;width:16.25rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.8125rem;left:1.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CWghMAi6tDNxqkh4QTBsStZwvbamToa3 { 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:15061;line-height:1.3;letter-spacing:0;top:47.5625rem;left:2.5rem;height:2.5996125rem;font-style:normal;display:block; }
#ffS3CFKadJf32yxEhTUWTiAFZ6qbRwTr { 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:400;z-index:15062;line-height:1.3;letter-spacing:0;top:45.0625rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#P9irxwTJ48WOEJtc5wJeThhlSns8415l { color:#000000;display:block;width:42.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:53.75rem;left:31.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tNi33Bl7h20fkSFTO6oIOT45JzoZVfUz { color:rgba(var(--color-primary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15088;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; }
#mACVelGviiWaO4WLBSNdsZXeiRMUu6NF { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.75rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:53.75rem;left:1.25rem;display:block; }
#F0aQnvV4rQ5CLPirNoATFcFa0pKulVBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.5);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; }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row .container { background-color: transparent; background-image: none; }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row .container > .video-iframe-container { display: none; }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row > .video-iframe-container { display: none; }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .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); }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row .container { border-width: 0; border-radius: 0; }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#gOBZ3i4HtOUFPo7D3DxXFSKdv7Plo9CQ { color:rgba(var(--color-primary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKXZIVWnxg7D0ZG85m1i90okxRANuqwr { color:#000000;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:1.25rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QHA0fIibzqISEEvC3DRrTrE2DxeikMlM { box-sizing:content-box;height:5rem;width: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:15090;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:36.25rem;display:block; }
#A6tGQGZLClEboJHp3EVHnMKXTbqGrIfD { color:#000000;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GG4OHAPASiedDURCPP8ygUTE6uC0gdXC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:.8;top:5rem;left:37.5rem; }
#SL2TnBOhmP3l4vifbmW9yrFe6MRvLZQa { color:#000000;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.51220703125rem;left:42.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QxThzcCLWtCdfUAot80yoKyvpOr6vVGN { box-sizing:content-box;height:5rem;width: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:15094;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:36.25rem;display:block; }
#Zv00gezrJfcsMNsihyTEsDnsHcbQd0GE { color:#000000;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:42.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p9asZpwvSDdDfawAW8mUl92qPDoygswd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:.8;top:15rem;left:37.5rem; }
#T69MPaHbxcWUQ76vUmc3yCMPALukDbME { color:#000000;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5rem;left:42.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RhoCvDmiIdbP5Ta5GcXfzuHwK2Jk20i3 { box-sizing:content-box;height:5rem;width: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:15098;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:36.25rem;display:block; }
#VrmHR9uqErQPuKgNKILzXF10ydaPo0kC { color:#000000;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.75rem;left:42.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7G2qunIP4gQPmMW8C1dRUsBaL3EsT6g { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:.8;top:25rem;left:37.5rem; }
#y2TEcSshp8AeoMnlcJMqTcdrC1HeoGXl { color:#000000;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.5rem;left:42.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NgtLs0urlUuQoCIDu4hgs2NRgielmFPQ { box-sizing:content-box;height:18.75rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:38.71875rem;display:block; }
#IRCrIHNuW8dX9kkblXS5TZnVeSPwe3wA { box-sizing:content-box;height:10rem;width:27.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.75rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QerRZTvK8wkgP5TSE7wCpMuKid0uotvT { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#dXQqwRXtpC23CsymBt9FUqT1K1K7ze5J { 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:300;z-index:15019;line-height:1.7;letter-spacing:0;top:26.25rem;left:4.375rem;height:1.2749rem;font-style:normal;display:block; }
#NtWC2ywxo3rPiQIE6Qy1TvTB911vfSsl { 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:26.25rem;left:26.25rem;overflow:hidden;display:block; }
#trmrIQvFebHQrKgSHdx0fyZcS7d7OEHh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:26.25rem;left:2.5rem;overflow:hidden;display:block; }
#FlaVQ4rR2iyOODKk5Ela0GofEtMh93m1 { 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:15020;line-height:1.7;letter-spacing:0;top:26.2255859375rem;left:15rem;height:1.2749rem;font-style:normal;display:block; }
#bIhZNrHopd22KDdMPo05pN9R5udk8bwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6040ccb-904f-4271-a38f-c493a3ae47aa/Asbestostransformations3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS.adaptive-delivery-prevent-bg, #bIhZNrHopd22KDdMPo05pN9R5udk8bwS.lazyload, #bIhZNrHopd22KDdMPo05pN9R5udk8bwS.lazyloading { background-image: none; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row .container { background-color: transparent; background-image: none; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.84); }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row .container > .video-iframe-container { display: none; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.84); }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row > .video-iframe-container { display: none; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .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); }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row .container { border-width: 0; border-radius: 0; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#etdJLnX32HGa9sBz8H3kw5oUxZaSWLie { color:rgba(var(--color-primary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:5.375rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#vCJSvvE8a4Of3PdhFBkwbGk8ZMPnIxFu { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:31.25rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#PW3uDcHqhTITBkX1aVniQHSxkGx8gsvJ { color:rgba(var(--color-primary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:57.5rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#d3PJlDMAMr7BWndNEAMdM5VPSFP9tBWH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:6.25rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#SrwLD5arIuhvftBlURoz2NKZqU6aq2Cb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.60546875rem;left:31.5625rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#ahdrWR2azcBZ2TEIlDcILvp7Qn1GeLAT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:57.8125rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#boaf4wmVAAQTLNhd00VZGisyDNXoltJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.3);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; }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row .container { background-color: transparent; background-image: none; }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row .container > .video-iframe-container { display: none; }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row > .video-iframe-container { display: none; }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .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); }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row .container { border-width: 0; border-radius: 0; }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#VJU62iUMAqkyr42Xxra6q2dQgnZyq5Lt { box-sizing:content-box;height:10rem;width:32.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:13.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;display:block; }
#MwXbNsQ9Z2ITSNiS2VyTiCxIWXQnQ1G6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.25rem;left:31.25rem;overflow:hidden;display:block; }
#vo5OGCoTtrhDnQtT7C60XaCD5SgNtVvd { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:17.4375rem;left:2.5rem;height:2.2744125rem;font-style:normal;display:block; }
#yh0mbJ82DquugztZzO4p25fGiqmz4FdU { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.4;letter-spacing:0;top:21.25rem;left:5rem;height:1.2246125rem;font-style:normal;display:block; }
#QDChq5VQ1TLTrbhIZBHlSvZ5HGo2codb { position:absolute;display:block;z-index:15069;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:21.1875rem;left:2.5rem;overflow:hidden;display:block; }
#btESH537TpOK4mXiGOvkhPglz9LtTQsG { box-sizing:content-box;height:10.125rem;width:32.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:13.6875rem;left:36.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#K1qsoyqBaIBx8iZZdMAN0C244vIV6xxF { 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:21.125rem;left:66.25rem;overflow:hidden;display:block; }
#y7W8gf7eQRo3TlHGcXZOLLeA9luVcJzU { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:17.3125rem;left:37.375rem;height:2.2744125rem;font-style:normal;display:block; }
#VPtq9Er9NaV7oiVBnZi2PwGwqTe31CCM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:21.125rem;left:40rem;height:1.2246125rem;font-style:normal;display:block; }
#mpZ6QKKAKUmkL1HSxZpicM8VwQcdTFkU { position:absolute;display:block;z-index:15080;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:21.125rem;left:37.5rem;overflow:hidden;display:block; }
#V0UdfBCdTtxZf63cTUTawUwKVlko4gqw { box-sizing:content-box;height:7.625rem;width:32.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:38.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;display:block; }
#W4OJ7VOZpBxyTNWHCg8vhIJcgQyBkzrZ { 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:43.75rem;left:31.25rem;overflow:hidden;display:block; }
#AEFVKhd1bGHqgEu1ZaRt23aFGXDuFGi1 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:39.9375rem;left:2.5rem;height:2.2744125rem;font-style:normal;display:block; }
#gOE2daIeo37kS03T0gFfzRQluNIyKc1S { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:43.75rem;left:5rem;height:1.2246125rem;font-style:normal;display:block; }
#ZPiGptfA9QEp3ibAGouEXMlhZpRHpglc { position:absolute;display:block;z-index:15080;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:43.75rem;left:2.5rem;overflow:hidden;display:block; }
#bkga3yoLsZ0NJHoxzA3EXTfMJF6Mg04J { box-sizing:content-box;height:10.0625rem;width:32.5rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:36.25rem;left:36.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JMqWNC5ehyOwibeVWWoT1woyxSe2mori { position:absolute;display:block;z-index:15054;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:43.75rem;left:66.25rem;overflow:hidden;display:block; }
#kWPKZTSS3fcHAPQA9cFBOM71F4a3lUHp { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.3;letter-spacing:0;top:39.9375rem;left:37.5rem;height:2.2744125rem;font-style:normal;display:block; }
#hZDxaxaqnTH4PakxdtLFgv53f0qiDX8m { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.4;letter-spacing:0;top:43.75rem;left:40rem;height:1.2246125rem;font-style:normal;display:block; }
#xPpNppuXN6BdMT6sGyErMlbNbqiy6HJe { position:absolute;display:block;z-index:15091;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:43.6875rem;left:37.5rem;overflow:hidden;display:block; }
#d1U4eMh5umZNVuXCbpbrCZqm1GEJ3WDF { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15126;background-color:rgba(0,0,0,0.6);background-image:none;top:13.75rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#o6JPqBxaoJtWXPgG52WWO13nAy7gzlq1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15127;line-height:1.7;letter-spacing:0;top:14.25rem;left:2.5rem;height:1.2749rem;font-style:normal;display:block; }
#iH87a6Lvz7TSxQ9sElBJJozN1SXDyWJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15129;line-height:1.7;letter-spacing:0;top:14.25rem;left:37.5rem;height:1.2749rem;font-style:normal;display:block; }
#TTT6m8q2GO6dlLH43Dt6HXKtdTD3cttQ { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15128;background-color:rgba(0,0,0,0.59);background-image:none;top:13.75rem;left:36.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#iIyi3TBn3WbMox2BdOx2yxmbm28Gc6s1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15129;line-height:1.7;letter-spacing:0;top:36.8125rem;left:2.5rem;height:1.2749rem;font-style:normal;display:block; }
#WhlU68BtnaxG47Cr48rK5MXIs1R4Czfu { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15128;background-color:rgba(0,0,0,0.59);background-image:none;top:36.25rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Nh1qNFTg9xddAbBuuAUr3IQXp57uHzLI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15131;line-height:1.7;letter-spacing:0;top:36.875rem;left:37.5rem;height:1.2749rem;font-style:normal;display:block; }
#lRZs12QRsnobbLRKefc0Eiodtc7ZitNS { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15130;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:36.25rem;left:36.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#npPatXOAFuz5nkwZfAx8RRsPAGl55zXB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:2.5rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:23.5rem;left:42.5rem;display:none; }
#vF4rF9uaCupC8VahNO4lXVOH0KcihgKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIlL0hrBgBkInWQP2MLCWEO0OVW5ngqd { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15121;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:5rem;left:37.5rem;box-shadow: 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;display:block; }
#tUbUKnSfSwCeMwTCbKPrh3HDhOJUbkJG { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15123;line-height:1.7;letter-spacing:0;top:5rem;left:37.5rem;height:1.2749rem;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; }
#XBCGoe9no2WxLRblqoBbBfEXRNnMfZzS { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15123;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:5rem;left:63.8125rem;box-shadow: 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;display:block; }
#TwMeP73k8qvbd0L9ukefOA43yQAnD3TP { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15125;line-height:1.7;letter-spacing:0;top:5rem;left:63.8125rem;height:1.2749rem;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; }
#v6gGQCtCbWqSU7bt0dnyUT5TiwVm4atu { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15123;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:5rem;left:2.5rem;box-shadow: 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;display:block; }
#vm2O6VQomAO4FbK8eFohACBqtSC9fvlM { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15125;line-height:1.7;letter-spacing:0;top:5rem;left:2.5rem;height:1.2749rem;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; }
#mJpqFplMnu18UA3GfrC6K2FuEm1wQt2P { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:27.5rem;left:2.5rem;box-shadow: 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;display:block; }
#AyM7LBvdElrvD489TRhsUNhfvNTKWuCL { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15127;line-height:1.7;letter-spacing:0;top:27.5rem;left:2.5rem;height:1.2749rem;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; }
#Pw87tssl1a31Iowa7ulkV4nRt4FfSrHQ { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15127;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:27.5rem;left:37.5rem;box-shadow: 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;display:block; }
#nA23DrqWKo8r0W8MOgpG6PLxCyKhs9Gi { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15129;line-height:1.7;letter-spacing:0;top:27.5rem;left:37.5rem;height:1.2749rem;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; }
#TBuVN6v2fqClarFiNwxlAmlLtVrfTKD2 { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:5rem;left:28.75rem;box-shadow: 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;display:block; }
#F6nKqLSyRF4q2dkFogTFgTae71fAZ1Z8 { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15127;line-height:1.7;letter-spacing:0;top:5rem;left:28.75rem;height:1.2749rem;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; }
#sI6o1kNzNWvZeLIaBH8Cwi6JPqVF2IbO { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15127;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:27.5rem;left:28.75rem;box-shadow: 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;display:block; }
#cqbXiZSgOuOSCiB3CHBTSqBRE83hVeiW { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15129;line-height:1.7;letter-spacing:0;top:27.5rem;left:28.75rem;height:1.2749rem;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; }
#m8bdqD6TXQCvFzB6h0QOx3eTFA5lqLK4 { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15129;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:27.5rem;left:63.75rem;box-shadow: 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;display:block; }
#sknvTGbColbyfo4u8xiDdAiCSFql9cKE { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15131;line-height:1.7;letter-spacing:0;top:27.5rem;left:63.75rem;height:1.2749rem;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; }
#QqNnPGbzeKyeL8TN8Q9gLDFpkq2yTE2i { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ad991384-9223-4f89-9f11-9aa6a3eaaade/asbestoswatertank.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#QqNnPGbzeKyeL8TN8Q9gLDFpkq2yTE2i.adaptive-delivery-prevent-bg, #QqNnPGbzeKyeL8TN8Q9gLDFpkq2yTE2i.lazyload, #QqNnPGbzeKyeL8TN8Q9gLDFpkq2yTE2i.lazyloading { background-image: none; }
#kPhtd1EfrMDeyVesMNRlHlKAlZ4NJbdE { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/eb33266d-af80-47e1-a2c1-582afad6a95b/asbestospipe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:36.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; }#kPhtd1EfrMDeyVesMNRlHlKAlZ4NJbdE.adaptive-delivery-prevent-bg, #kPhtd1EfrMDeyVesMNRlHlKAlZ4NJbdE.lazyload, #kPhtd1EfrMDeyVesMNRlHlKAlZ4NJbdE.lazyloading { background-image: none; }
#oZT3W3LSu2t9GOCHhdTGk3N9QVbSRnrX { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5dce0a22-2322-4962-b124-01d145079ab1/asbestosshed.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:26.25rem;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; }#oZT3W3LSu2t9GOCHhdTGk3N9QVbSRnrX.adaptive-delivery-prevent-bg, #oZT3W3LSu2t9GOCHhdTGk3N9QVbSRnrX.lazyload, #oZT3W3LSu2t9GOCHhdTGk3N9QVbSRnrX.lazyloading { background-image: none; }
#osDlTiBEf63EmbM8MUI7VpcNozhgM9Xp { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/247fb9c2-df7b-4fc1-9be4-6a489b0a4b18/asbestosroof.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:26.25rem;left:36.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; }#osDlTiBEf63EmbM8MUI7VpcNozhgM9Xp.adaptive-delivery-prevent-bg, #osDlTiBEf63EmbM8MUI7VpcNozhgM9Xp.lazyload, #osDlTiBEf63EmbM8MUI7VpcNozhgM9Xp.lazyloading { background-image: none; }
#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.3);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; }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row .container { background-color: transparent; background-image: none; }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row .container > .video-iframe-container { display: none; }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row > .video-iframe-container { display: none; }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .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); }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row .container { border-width: 0; border-radius: 0; }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#EELlhItGbVidtTxnwT0OKZvg1hTQvXg5 { box-sizing:content-box;height:10rem;width:32.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:11.3125rem;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;display:block; }
#bneIwKg4pZLTTioWSH2Uhvn7GpTme4p1 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:18.8125rem;left:31.25rem;overflow:hidden;display:block; }
#nfuwl9AVmp2GssX4daTlUqlZbPSAHEXn { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:15.125rem;left:2.5rem;height:2.2744125rem;font-style:normal;display:block; }
#pwHSHq97DKGHfokE1Nhq98VDBeuTizRv { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:18.9375rem;left:5rem;height:1.13720625rem;font-style:normal;display:block; }
#UbLiOalBqIfpCMmis8C2onmTTTgxu8uq { position:absolute;display:block;z-index:15069;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:18.8125rem;left:2.5rem;overflow:hidden;display:block; }
#GiB2oVUJmTT6qVbhuWkTi74UP2Fgr3Q4 { box-sizing:content-box;height:10rem;width:32.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:11.3125rem;left:36.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WrIaXPL4axHMDqrt5G2c4LT2K8STehdA { 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:18.8125rem;left:66.25rem;overflow:hidden;display:block; }
#bZF0VT7zoDJV3R0e5pFx7ZEnqixrr3yc { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:15.125rem;left:37.375rem;height:2.2744125rem;font-style:normal;display:block; }
#wXr0mSxkn0rOTf0PDMklFmO9VUCJ4A3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:18.9375rem;left:40rem;height:1.13720625rem;font-style:normal;display:block; }
#q3TBMokzPLCf7WQcUpP7bUL2UJNbK3MH { position:absolute;display:block;z-index:15080;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:18.875rem;left:37.375rem;overflow:hidden;display:block; }
#B1eHu9osCqqLOsMTdSp4dcH7hqGGpu2I { box-sizing:content-box;height:9.375rem;width:32.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:34.375rem;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;display:block; }
#WJUxd2taFOoV46ISJHwn2zuypqoEwa9o { 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:41.3125rem;left:31.25rem;overflow:hidden;display:block; }
#Fhz6H0tcq9qGSeDE5eQz15uXMMOiLLr7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:37.625rem;left:2.5rem;height:2.2744125rem;font-style:normal;display:block; }
#mAyZed5hJN0Nw7hEl8Tnl5A3TnTHxrMc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:41.3125rem;left:5rem;height:1.2246125rem;font-style:normal;display:block; }
#eQ8vWH4ESLkWUUbDoTS2Ju2xCu0eoXSW { position:absolute;display:block;z-index:15080;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:41.375rem;left:2.5rem;overflow:hidden;display:block; }
#Ml855Xea0kwgHnG0Z0d0bpQqCIDeG77c { box-sizing:content-box;height:10rem;width:32.5rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:33.8125rem;left:36.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MPLDHyQ4T1cHs6NQtiNGnLPmZcGTXCDq { position:absolute;display:block;z-index:15054;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:41.5625rem;left:65.5rem;overflow:hidden;display:block; }
#zfIA0MBu2Khbk6rLQ4TZI4MlnH8LkSqo { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.3;letter-spacing:0;top:37.625rem;left:37.5rem;height:2.2744125rem;font-style:normal;display:block; }
#ZPneExJNg6GPTBNEMM6xXxAkhzVA0UVB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.4;letter-spacing:0;top:41.4375rem;left:40rem;height:1.2246125rem;font-style:normal;display:block; }
#VTi5iPB6lgUT4ybOMWN4I1s2pRw3g3Mu { position:absolute;display:block;z-index:15091;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:41.375rem;left:37.5rem;overflow:hidden;display:block; }
#SFMrs7QXB6aunTWzzEaZKN26MiaVTn5X { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:11.25rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Cin5yxbio3iSv3JTI1BuHZob4sWftcTg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15127;line-height:1.7;letter-spacing:0;top:11.8125rem;left:2.5rem;height:1.2749rem;font-style:normal;display:block; }
#H23v9hO0KVL0BKPiTqUgndgqA8Dt3ReO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15129;line-height:1.7;letter-spacing:0;top:11.9375rem;left:37.5rem;height:1.2749rem;font-style:normal;display:block; }
#tTeHTA02XDPc1yVo721aLwanV8cw0Od1 { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:11.25rem;left:36.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TKJzZgRM9yEfCB01N4yWTirTx34LT4UT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15129;line-height:1.7;letter-spacing:0;top:34.3125rem;left:2.5rem;height:1.2749rem;font-style:normal;display:block; }
#m9Kh8G0PeVQfpDtgIel4IRtxolEvLhUs { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:33.75rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#oXbSJvRw33xOwteaVECPB9OJW7EWtcth { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15131;line-height:1.7;letter-spacing:0;top:34.4375rem;left:37.375rem;height:1.2749rem;font-style:normal;display:block; }
#CEul7O2N3vqgwBM5kEaU9oZTx3sGxPNQ { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15130;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:33.75rem;left:36.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KMWPNzoZxWptPtaTg98tJuQCU3aiXWmd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:2.5rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:23.5rem;left:42.5rem;display:none; }
#y0vkMDkoZIB2eGv5bH8kyhD4vWgUi8vA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Np31NxrbOZPlxGU6KdPUQIoScTEeuxPN { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15129;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:2.5rem;left:2.5rem;box-shadow: 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;display:block; }
#iQadxg8GOlgkxW8TDHkMIrmPAeieLoo1 { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15131;line-height:1.7;letter-spacing:0;top:2.5rem;left:2.5rem;height:1.2749rem;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; }
#SBMIbbCDy5hTk2bIr8PObh5eLJtiXH1a { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15131;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:2.5rem;left:37.5rem;box-shadow: 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;display:block; }
#h0Qq1AV29Bg1MyLR7ZMnIA3EEJegZ90I { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15133;line-height:1.7;letter-spacing:0;top:2.5rem;left:37.5rem;height:1.2749rem;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; }
#bzUESOXHQ8UmzfCRTkVaAJ90Zg6MGw05 { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:25rem;left:2.5rem;box-shadow: 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;display:block; }
#hTbSCF1zwfguJLaaz4ZEP7Ghp8e5f4u3 { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15135;line-height:1.7;letter-spacing:0;top:25rem;left:2.5rem;height:1.2749rem;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; }
#ikQoy6HKRUW4J5AJKD7RIf3SEc14XqBd { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15135;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:25rem;left:37.5rem;box-shadow: 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;display:block; }
#KKm9EbHLw4q58BG3DbZ6O37vUMzI4OqV { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15137;line-height:1.7;letter-spacing:0;top:25rem;left:37.5rem;height:1.2749rem;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; }
#DLk4ddFxhpblPtVtks5gex6eI1IqQQak { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15131;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:2.5rem;left:28.75rem;box-shadow: 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;display:block; }
#sRA42pHX4Z7Xwl3ZeP7n1Jbw7JQUws6F { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15133;line-height:1.7;letter-spacing:0;top:2.5rem;left:28.75rem;height:1.2749rem;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; }
#JwL7y2CB9ew9hPX0FnTO3tlMLWczo0wa { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:2.5rem;left:63.75rem;box-shadow: 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;display:block; }
#amtSBgv0yN6bfJPNyntnwy8cRnbGu87E { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15135;line-height:1.7;letter-spacing:0;top:2.5rem;left:63.75rem;height:1.2749rem;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; }
#sWZsblgH6mOyCUxRP5qdtcI2qC7S4WTX { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15135;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:25rem;left:28.75rem;box-shadow: 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;display:block; }
#ZZHfNDIhGvZugWdNc14PmUPTI0V9HiGE { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15137;line-height:1.7;letter-spacing:0;top:25rem;left:28.75rem;height:1.2749rem;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; }
#EQ6DdasABavLo6TUCSB3rnKFkyAsRrJh { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15137;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:25rem;left:63.75rem;box-shadow: 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;display:block; }
#QSF9oHfzIpCLJsULGEp1TbGN3979Tw61 { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15139;line-height:1.7;letter-spacing:0;top:25rem;left:63.75rem;height:1.2749rem;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; }
#loVuMxuNeSh4u6ibRXtdnEOzQT4hfncM { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15127;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/89c39a92-c829-4409-982c-80b3ecb6492c/asbestoscollection2.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:23.75rem;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; }#loVuMxuNeSh4u6ibRXtdnEOzQT4hfncM.adaptive-delivery-prevent-bg, #loVuMxuNeSh4u6ibRXtdnEOzQT4hfncM.lazyload, #loVuMxuNeSh4u6ibRXtdnEOzQT4hfncM.lazyloading { background-image: none; }
#ZgXzDdE4BRTD32eJlJZ84rrXQoarzh7R { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/710e8f00-e7a4-4a98-8619-992e9e26a4bf/asbestosceiling.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:23.75rem;left:36.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; }#ZgXzDdE4BRTD32eJlJZ84rrXQoarzh7R.adaptive-delivery-prevent-bg, #ZgXzDdE4BRTD32eJlJZ84rrXQoarzh7R.lazyload, #ZgXzDdE4BRTD32eJlJZ84rrXQoarzh7R.lazyloading { background-image: none; }
#LMTJLnCEeQknSU0qZ0K3f3keRezHN3db { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/540311ae-5212-44dd-8718-79a75d4676de/asbestosceiling2.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:1.25rem;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; }#LMTJLnCEeQknSU0qZ0K3f3keRezHN3db.adaptive-delivery-prevent-bg, #LMTJLnCEeQknSU0qZ0K3f3keRezHN3db.lazyload, #LMTJLnCEeQknSU0qZ0K3f3keRezHN3db.lazyloading { background-image: none; }
#i6fB1Z8PhSnN3TPE2eJkC570L8Tc1Gz7 { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0b38bc04-78b0-4293-98f0-50a0aea7707f/Asbestoscoalshed.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:1.25rem;left:36.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; }#i6fB1Z8PhSnN3TPE2eJkC570L8Tc1Gz7.adaptive-delivery-prevent-bg, #i6fB1Z8PhSnN3TPE2eJkC570L8Tc1Gz7.lazyload, #i6fB1Z8PhSnN3TPE2eJkC570L8Tc1Gz7.lazyloading { background-image: none; }
#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.3);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; }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row .container { background-color: transparent; background-image: none; }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row .container > .video-iframe-container { display: none; }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row > .video-iframe-container { display: none; }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .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); }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row .container { border-width: 0; border-radius: 0; }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#rRhd38gDBfCivFAB2a1zbavIJQHsKqIA { box-sizing:content-box;height:10rem;width:32.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:11.25rem;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;display:block; }
#mr0CTqDNm7gISsSG3dxz2tP4U5uqIQLe { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:18.75rem;left:31.25rem;overflow:hidden;display:block; }
#pGKWrdNr5ZrmNb6P3nzoK5zPXwqKKu66 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:15rem;left:2.5rem;height:2.2744125rem;font-style:normal;display:block; }
#P2yyewycrOttcDiy3T4lHB4Nzwp6SCtN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.4;letter-spacing:0;top:18.75rem;left:5rem;height:1.2246125rem;font-style:normal;display:block; }
#LFGa93GHXT8bBcy2Ce8tFIBi2cmsWTRr { position:absolute;display:block;z-index:15069;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:18.75rem;left:2.5rem;overflow:hidden;display:block; }
#DFTITzekHTkmWhwLRMuc7SqwtJeI3JIk { box-sizing:content-box;height:10rem;width:32.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:11.25rem;left:36.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cHVZxOfJKT0Wbg9BAeei64PIAHHH2lE5 { 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:18.75rem;left:66.25rem;overflow:hidden;display:block; }
#X3DzIUbCJ8zWETbLVEH4dWVT5yHAQIWl { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:15rem;left:37.375rem;height:2.2744125rem;font-style:normal;display:block; }
#FaSezkpFyEudhkqK54X7vmZFWdZaPcKg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:18.75rem;left:40rem;height:1.2246125rem;font-style:normal;display:block; }
#zXNkvDb3t2H4cHV3QCsKCb6aVikGC0Zm { position:absolute;display:block;z-index:15080;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:18.75rem;left:37.375rem;overflow:hidden;display:block; }
#POgHDfM9EBgpdReIvzwMhWp8o6U0K5lh { box-sizing:content-box;height:10rem;width:32.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:32.5rem;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;display:block; }
#FbpcnPFrB457Zk6ucAvThaD0BJ32wQXD { 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:40rem;left:31.25rem;overflow:hidden;display:block; }
#M07wVAJgPIwua6J3xIMh3WnbUTXSc1CT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:36.25rem;left:2.5rem;height:2.2744125rem;font-style:normal;display:block; }
#sLvp99lcFyWuzkIf8iQUl5hxLNgIIwy1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.4;letter-spacing:0;top:40rem;left:5rem;height:1.2246125rem;font-style:normal;display:block; }
#D1nTTJAcmwQZRZCu6CJr0eurD0I20oWa { position:absolute;display:block;z-index:15080;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:40rem;left:2.5rem;overflow:hidden;display:block; }
#FkfdR7vl37Zxmzt0VhNmTQVWHoJsKbhD { box-sizing:content-box;height:10rem;width:32.5rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:32.5rem;left:36.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#r6E9ipE74DST2I1VOHG2xh8c93WtIGf4 { position:absolute;display:block;z-index:15054;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:40rem;left:66.25rem;overflow:hidden;display:block; }
#cxReQEX5D8aLLN62zexKJIPcsSpNKDT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.3;letter-spacing:0;top:36.25rem;left:37.5rem;height:2.2744125rem;font-style:normal;display:block; }
#xsGGghLSaurVJg1PG38ncAc8CygV5sEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.4;letter-spacing:0;top:40rem;left:40rem;height:1.2246125rem;font-style:normal;display:block; }
#owhO9x2idvRHQJ1dfOchWcJQt9h8SpDX { position:absolute;display:block;z-index:15091;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:40rem;left:37.5rem;overflow:hidden;display:block; }
#hQnUzwT4aVsCLSGEwZND1TJ1tHi7uyDT { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:11.25rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ILCpsDzBzKkoZWzUEItXcocXFAbWp3F1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15127;line-height:1.7;letter-spacing:0;top:11.875rem;left:2.5rem;height:1.2749rem;font-style:normal;display:block; }
#Zd0E5KybUMeIzmgkWuVb8XOliHFMswv2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15129;line-height:1.7;letter-spacing:0;top:11.8125rem;left:37.5rem;height:1.2749rem;font-style:normal;display:block; }
#GuxvFJzyvh8WvebnM1OFumkGhTZbb7KL { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:11.25rem;left:36.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#x0Nb0xxxs9MLkfTp9TIT10vsTOgsJsWA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15129;line-height:1.7;letter-spacing:0;top:33.125rem;left:2.5rem;height:1.2749rem;font-style:normal;display:block; }
#ZFDrW8BShvXpbyohgokbwXoLEk6bqhUD { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:32.5rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#y9P50oFFGXtBXbVJKOrB1WIK4RyhirEr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15131;line-height:1.7;letter-spacing:0;top:33.0625rem;left:37.5rem;height:1.2749rem;font-style:normal;display:block; }
#vTEzHRPgzRtgsPUqIhI3FroZLhAhrvT1 { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15130;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;top:32.5rem;left:36.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#k8iuRmkRnNrOvvoUiyz2qeIQTyfauT0T { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15137;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:2.5rem;left:2.5rem;box-shadow: 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;display:block; }
#rdaXFB1Cau6seFELDhELOJBTMDpclPaA { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15139;line-height:1.7;letter-spacing:0;top:2.5rem;left:2.5rem;height:1.2749rem;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; }
#quyHpuX0lRqH0PHh1EWrc1JUvBkfbZZV { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15139;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:2.5rem;left:37.5rem;box-shadow: 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;display:block; }
#vwPFqMcig2TxEHNLLpsfL3fXvfsb1fUv { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15141;line-height:1.7;letter-spacing:0;top:2.5rem;left:37.5rem;height:1.2749rem;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; }
#hhrNTJnDQ2SnUPng1Uff4Ofgpq34tJVT { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:23.75rem;left:2.5rem;box-shadow: 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;display:block; }
#xAG7tyuVw5WFt8JIckZrOqhqcDeLVEuV { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.7;letter-spacing:0;top:23.75rem;left:2.5rem;height:1.2749rem;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; }
#vEExhNzO6UJQaUG5yroqKCqgOqnrgJOL { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15143;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:23.75rem;left:37.5rem;box-shadow: 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;display:block; }
#uFy4Sa3DBdeTylZebkDqzB5BoemX0i3F { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15145;line-height:1.7;letter-spacing:0;top:23.75rem;left:37.5rem;height:1.2749rem;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; }
#atEmnEkDXwumx6B9NzJKyW83qZZSDdJ2 { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15139;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:2.5rem;left:28.75rem;box-shadow: 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;display:block; }
#vSOlcWoev2dnVFAUVEfMHpInSXJgpwhs { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15141;line-height:1.7;letter-spacing:0;top:2.5rem;left:28.75rem;height:1.2749rem;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; }
#qIFy0SSHmkLei18msT2FhLxBewQBOvuT { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:2.5rem;left:63.75rem;box-shadow: 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;display:block; }
#WNoT0gFD8b9Af4IvHm5sVrTNv3TUBxD6 { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.7;letter-spacing:0;top:2.5rem;left:63.75rem;height:1.2749rem;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; }
#IlHTMIaArQHZC5mlv01D9peyMuplzXSW { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15143;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:23.75rem;left:28.75rem;box-shadow: 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;display:block; }
#mspydVSy1d5gqqJ2fwPvFPXMTfMP2ZRR { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15145;line-height:1.7;letter-spacing:0;top:23.75rem;left:28.75rem;height:1.2749rem;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; }
#Ae1gZ0nqldwMTTXUDluUp4yZdBQl6aF6 { box-sizing:content-box;height:1.25rem;width:3.75rem;position:absolute;display:block;z-index:15145;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;top:23.75rem;left:63.75rem;box-shadow: 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;display:block; }
#HNQ7Ogo8RMzhVTv2xTxnHLZsfVxkhtVI { color:rgba(0,0,0,0.6);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15147;line-height:1.7;letter-spacing:0;top:23.75rem;left:63.75rem;height:1.2749rem;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; }
#D452uR6JA0uyVwxqFRJ3HsVyT1s4Evlk { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d6e14e5e-65cb-42f9-81c5-b26dee2eac07/asbestosfloortiles.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:22.5rem;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; }#D452uR6JA0uyVwxqFRJ3HsVyT1s4Evlk.adaptive-delivery-prevent-bg, #D452uR6JA0uyVwxqFRJ3HsVyT1s4Evlk.lazyload, #D452uR6JA0uyVwxqFRJ3HsVyT1s4Evlk.lazyloading { background-image: none; }
#KOwty4601QFOF55HiDGSXBXKRDvHOS2s { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15127;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6cbe602b-e3c5-4d51-a132-040d06404e15/asbestospots.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:22.5rem;left:36.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; }#KOwty4601QFOF55HiDGSXBXKRDvHOS2s.adaptive-delivery-prevent-bg, #KOwty4601QFOF55HiDGSXBXKRDvHOS2s.lazyload, #KOwty4601QFOF55HiDGSXBXKRDvHOS2s.lazyloading { background-image: none; }
#rCIbOGS0VHWBmAANqn5pV831cmblAEJx { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e0fbd7cf-6d3c-4e4e-905f-a1c067a8f6ad/asbestoscollection.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:1.25rem;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; }#rCIbOGS0VHWBmAANqn5pV831cmblAEJx.adaptive-delivery-prevent-bg, #rCIbOGS0VHWBmAANqn5pV831cmblAEJx.lazyload, #rCIbOGS0VHWBmAANqn5pV831cmblAEJx.lazyloading { background-image: none; }
#ovO11Tv3rCudWrC6Sdo66dDPow2tEatr { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15127;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/764799f9-96a4-483b-88d4-5cc0706a9e01/asbestospipe2.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:1.25rem;left:36.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; }#ovO11Tv3rCudWrC6Sdo66dDPow2tEatr.adaptive-delivery-prevent-bg, #ovO11Tv3rCudWrC6Sdo66dDPow2tEatr.lazyload, #ovO11Tv3rCudWrC6Sdo66dDPow2tEatr.lazyloading { background-image: none; }
#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.3);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; }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row .container { background-color: transparent; background-image: none; }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row .container > .video-iframe-container { display: none; }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row > .video-iframe-container { display: none; }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .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); }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row .container { border-width: 0; border-radius: 0; }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#ArbRvXu1gWzsk3ABaqJZ48QfZqyiTqsR { 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/da7c43df-8f29-45bf-b38c-b6c24fee67b4/SafeZonecrop_1080x896_00preview.crop_1080x867_0,0.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:1.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:block; }#ArbRvXu1gWzsk3ABaqJZ48QfZqyiTqsR.adaptive-delivery-prevent-bg, #ArbRvXu1gWzsk3ABaqJZ48QfZqyiTqsR.lazyload, #ArbRvXu1gWzsk3ABaqJZ48QfZqyiTqsR.lazyloading { background-image: none; }
#ArbRvXu1gWzsk3ABaqJZ48QfZqyiTqsR::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; }#ArbRvXu1gWzsk3ABaqJZ48QfZqyiTqsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#o3op6g8x3pzK0ifx9sFcX0kleq6FrRMC { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:5.5625rem;left:12.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBrzDNB9g1RTNWOwASrFF5VlQw1Oub7K { 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:8.75rem;left:18.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJBpsZWrn7CIFxrPGXZ9OgZvuavoam2T { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15rem;left:23.75rem;display:block; }
#PExEeF4eMahQIQeg5ZoeRDklR6B14cVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwOFQX2Ld3Cfs1zzgaZFf9lzSIuxu8Cz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.875rem;left:29.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/70efed02-a415-4c75-b005-55dffe8a35d1/asbestoscta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2.adaptive-delivery-prevent-bg, #DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2.lazyload, #DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2.lazyloading { background-image: none; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row .container { background-color: transparent; background-image: none; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row .container > .video-iframe-container { display: none; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row > .video-iframe-container { display: none; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .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); }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row .container { border-width: 0; border-radius: 0; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#DMLc1Rs66434CXOEmqQyZFNxIywzy5uc { box-sizing:content-box;height:7.625rem;width:26.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(6deg, rgba(var(--color-primary-2),1), #000000);background-image: -moz-linear-gradient(6deg, rgba(var(--color-primary-2),1), #000000);background-image: -ms-linear-gradient(6deg, rgba(var(--color-primary-2),1), #000000);background-image: -o-linear-gradient(6deg, rgba(var(--color-primary-2),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );";background-image: linear-gradient(6deg, rgba(var(--color-primary-2),1), #000000);background-size:auto !important;top:3.75rem;left:1.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#nWpxCPcuLl8y1vWSmQZ7McAiSAtcCIzo { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:5.53125rem;left:3.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#XaoI3HDmhNGGTRH1Zf0fk0QTX9sM9qbU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:8.1875rem;left:4.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xs7qWay8LRDSL8PQob0g83fTmbkiqEO0 { box-sizing:content-box;height:25.125rem;width:26.25rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:11.25rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WgqolNCBze7vppKlak1VnHCt1hzSO6cH { position:absolute;display:block;z-index:15104;height:18.75rem;width:23.75rem;top:12.5rem;left:2.5rem;display:block; }
#QsM3WIuNTNGS086p26rLgMsp6NuJ6Jlk { box-sizing:content-box;height:3.75rem;width:26.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(6deg, #454545, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(6deg, #454545, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(6deg, #454545, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(6deg, #454545, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(6deg, #454545, rgba(var(--color-primary-2),1));background-size:auto !important;top:36.25rem;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;display:block; }
#vn11KQBzT2GzOq9JfL1itESKIzuEmrTT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;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:37.5625rem;left:9.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHWAnRMkqOFNlI0kfiBHiRFSZLVUUAtb { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:37.5625rem;left:8.25rem;overflow:hidden;display:block; }
#QA6dQQlHz5qRFrZd7QJpJ2UnvFL89SgT { box-sizing:content-box;height:2.5rem;width:23.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:3.75rem;left:31.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; }
#S32aWSPC64GyecX0xOmVXdVWi5P8VQIH { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:4.375rem;left:32.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; }
#W1sCiqXtBkCWfR0WA3wTo387TIsnxNNb { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:7.21240234375rem;left:31.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSKfbmSEWTqdJdJmLyLi8HLsETOUC4g0 { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:11.25rem;left:31.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kBZZJVa46IbB4WeoOkG7sTEhT76brdWP { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.75rem;left:31.25rem;height:;font-style:normal;display:block; }#kBZZJVa46IbB4WeoOkG7sTEhT76brdWP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kBZZJVa46IbB4WeoOkG7sTEhT76brdWP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
#oVvQTtpDqAR1rFBaM9C6lK9GU3QHIibx { box-sizing:content-box;height:8.75rem;width:32.5rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.5rem;left:31.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#a1Hy6TvFaMNmlZeXq1Z5wCtMxSNUSRoM { 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:15050;line-height:1.3;letter-spacing:0;top:28.75rem;left:32.5rem;height:3.8994125rem;font-style:normal;display:block; }
#WLT0vD9GHOFOAalvh7zwXNrL0smqB9am { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:33.6875rem;left:34.375rem;height:1.2749rem;font-style:normal;display:block; }
#kqgITsaoS40mXSc1yKnn2AUgeUh51TV9 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:33.75rem;left:32.5rem;overflow:hidden;display:block; }
#Z6CHWAuHnHNitBRwSNa4TaGMeveIMepV { 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:15103;line-height:1.7;letter-spacing:0;top:33.75rem;left:48.75rem;height:1.2749rem;font-style:normal;display:block; }
#iTygi3CGGQ8opJxiKkoUvGd8ski3TGbn { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:33.75rem;left:61.25rem;overflow:hidden;display:block; }
#fwPqukXVetot6fTylRFGxWlp2hLgksF5 { 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; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container { background-color: transparent; background-image: none; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container > .video-iframe-container { display: none; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row > .video-iframe-container { display: none; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .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); }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container { border-width: 0; border-radius: 0; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#enCSyxScGFzVe7v9i494yXcvrBzpffml { 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; }
#NuOb0iwJnfEFQUT6rosknw22HZRbvQ7V { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;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:center;text-align-last:center;display:block; }
#eNcRIueyCSNZAuLCzFcORgCyEp2Dbz24 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;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.5625rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJtvWqDXSG2cTXTszubHopNTPGWQwhSO { 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:right;text-align-last:right;display:block; }
#GJPEzS2FegArEfksTnxHoLlAgTWGOXgZ { 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.625rem;left:1.25rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtUiut02gxWQbEAlnmW5ey0CZ0LedLgM { 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:8.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxxAM2vtpeR2aKNexdZsQvqPvFSrc7K9 { 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; }
#uLDycag9MQcu0mX8HUZwRuRC7zgqvItF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.5625rem;top:4rem;left:63.25rem;overflow:hidden;display:block; }
#QkC06O2fqd7Tp9d4esZVNg70iXSkAMR8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.25rem;top:1.5rem;left:1.25rem;overflow:hidden;display:block; }
#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli { position:relative;display:none; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli { border-width: 0; border-radius: 0; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .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; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .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; }#JWL5AyLHvD6yFJPHHzoB7ma8cyqaGdl9 { 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.625rem;left:1.25rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GGon8GIf0Zgo6xTznq38tS3yltU8kr5R { display:block; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKNMqox72k0CRHGx5Kbz0PZ0zLTGEdgW { 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) { #zvxtT9tMRNe8UfG8nr7T8geddTQNkPfx { width:3.125rem;height:3.125rem;display:none; }
#zvxtT9tMRNe8UfG8nr7T8geddTQNkPfx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #XvfEScy6vQGhc59orQR9PafHD0qJFk9F { 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) { #MdclM9FI2UVEStuaXB5lO5m8nbLeEQew { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uqz3vbFs1u0gum0fmaQfU2TzdHtoZP5q { top:1.9375rem;left:30.1875rem;width:17.5625rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F04KQ8ieAH6GlbumG6MTwSZpeEhCeXuu { width:13.6875rem;height:4.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAd13S0iovOv123A0yuSvwzGlkrvF8Bg { width:4.625rem;height:4.625rem;top:1.875rem;left:43.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sz1sLLthWkZZyBBcdUSVzK40kQZChNzD { top:1.25rem;left:29.5rem;width:5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N13I9I8fOqXuBuXePSkD53cD0NQ2Usq1 { top:1.25rem;left:24.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oscgIcRhhbMXh2yiKIIy2bGBrbAQaETi { width:3.125rem;height:2.8125rem;top:1.75rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugfsRsnx7uTbzPxrKH6wHRCmMD1SKLBe { width:4.25rem;height:2.25rem;top:2.1875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEx2pgyCdSOqM9bDJiL0wV9KRxpbP6JA { top:1.25rem;left:19.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePo53bqXnM55e2qqgpX35ZRiVPM9pEoV { width:2.25rem;height:2.25rem;top:2rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F98Hq7STc3T8iXTkd7XG2OyCPHv7HrQm { top:1.25rem;left:13.25rem;width:5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttnm2pVaf7MXMxNpS4ukdwHSys8Ugfmc { width:4.25rem;height:1.875rem;top:2.1875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR1JK5PNrA4QBJ9xUMSlATEmTPs1mS07 { top:27.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx { display:block; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuTwdHsmwEtGv3crOMRhCqheCAkRlypm { top:6.25rem;left:0rem;width:29.625rem;height:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smvO6H5RxWw2gT3Vn0P5yFMX9TlrT60U { top:12.5rem;left:0rem;width:26.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7xPz9pfP7HzK64trCAnOZU9ZsCVNmJh { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTMrX9w39tOPwKO0rsDEinzaJdsrcSNM { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtilF8PAEKFL07XgR9r48TrLiE4Im5z2 { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVDa4NUHDE2DXP4NrnvcSN3DCnHpeohg { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXoN4zzR8ew39iaHpios8yoC4FuV7k30 { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4pMhIS9ObJ3bThrLvduiNAoCtbX5BHu { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAL2wtPxo3GJ3dXpyLBa87XUBWcw6aXB { top:2.5rem;left:11.5rem;width:36.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUtLtrRVAJcvEf1oT2Tpz46T1P2GiprF { top:2.5rem;left:0rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhBSUtBfyf5suBx3ELSkCoCZEf49N2H { top:2.4375rem;left:0rem;width:10.375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWqhPy5gSkNE8TT6GJhiV05vEeyKCLtr { width:25rem;height:3.75rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwRbumhRUKTZVViSK1cbt8tBv0FQFuo3 { display:block; }
 }@media only screen and (max-width: 763px) { #ssr8cqpv6lnZKGpVUVoX93vthkm5bimK { top:26.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvUD8lL9coqQzcSOlLvpMt6fecRVGopB { top:47.5rem;left:23.875rem;width:12.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9QKx0bdX5Zzq2yURnSUg5ozdUpUqdVI { top:30rem;left:11.5rem;width:36.25rem;height:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOsQGo02oMzOxSHZdx8lGQTvJckM0Pq4 { top:55rem;left:16.5rem;width:31.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaghFDRFC5L7kNTC4ea4PBW2a0xH975T { top:52.5rem;left:23.875rem;width:14.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0y9vOTkXLNyMTitiktk1Dfb1XLVRpd { top:30rem;left:0rem;width:28.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg { display:block; }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LI6bkM7iCzaZu3ykTVIMo56XAx7PlHxM { top:21.25rem;left:31.5rem;width:16.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWG716UJ5SZIyCd4B8u7Wz5HQZTRiU2R { top:25.0625rem;left:33.9375rem;width:13.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPlLxEx9157u9xER3VRQV4Sak2cT3tm7 { top:8.8125rem;left:31.375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUDvv61zIGKThTikGHtvG4n8wg9fpc1 { top:8.8125rem;left:19.4375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AibEEgdeVqEpTA3TpOa8oc3Oiv3mEmE4 { top:21.3125rem;left:19.5625rem;width:16.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXbgNkET5rner4yuRLt94o1rXaXtIMRU { top:25.0625rem;left:22rem;width:13.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogfFSe1nWEp4i6mLfqHAtsenAIOX3DFh { top:8.8125rem;left:7.5rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Pm1wgy6NkrMocqqT5xVeToNJi2nqk9 { top:21.3125rem;left:7.625rem;width:16.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETHdpZP64BeyGEzcHDR6QIyT7hbuZ0q { top:25.0625rem;left:9.9375rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA { top:8.75rem;left:0rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll1eNszFVa7XNbn2akwyuudE5Ce2y2m0 { top:21.3125rem;left:0rem;width:16.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ZnkGPqGb8AXQ8Huqx0PQFTWw1gZOGT { top:25.0625rem;left:0rem;width:13.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOl7VwGnines2QKLMVp9ZLachQGOHUBv { top:22.5625rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTFTxqF1mizNTziUGbBvsns3GTRBlTDC { top:22.5rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfL6LEpTQWfT1TiSw0lprHTtbsEvgEdg { top:22.5rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZuiL6Tk7op9hSLXUWTCiBr4FkcKRUle { top:22.5rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2z7JQoP0tPuTAwTd6UykLbXwgX67R9r { top:43.75rem;left:31.5rem;width:16.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHAg9JgofIrahrACMWEgA32lXlRV7v32 { top:43.8125rem;left:19.5625rem;width:16.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWAW2Cup0BRfg2BFZ973KT1KK7TeokID { top:47.5625rem;left:33.9375rem;width:13.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5a7uoZVuJV67qGIvfkdgXUWBxpz8gzd { top:47.5625rem;left:22rem;width:13.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0a4Vf7BE9PxoCNzaxSwlu1RQDdFX2Ju { top:43.8125rem;left:7.625rem;width:16.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArmqbMLiS8D6l6XPzVvIPrtAE2thofHf { top:47.5625rem;left:9.9375rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfp5JSdnhIWHDQ2gUnIdMgzczUqPiw23 { top:45rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nObMdWU7hhtrUWuN7caDaupfKbJRdNzv { top:45rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtRJLpBK2aa2el8kBX5N3e5f5ph0fChJ { top:45rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoy46kWHmW7GyySv09OzIRfi0EcAEslp { top:31.3125rem;left:31.375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE { top:31.3125rem;left:19.4375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo { top:31.3125rem;left:7.5rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv { top:31.25rem;left:0rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7wtVgw9Tt7ZEp0irC8n8K9wFzEz3wCO { top:43.8125rem;left:0rem;width:16.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWghMAi6tDNxqkh4QTBsStZwvbamToa3 { top:47.5625rem;left:0rem;width:13.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffS3CFKadJf32yxEhTUWTiAFZ6qbRwTr { top:45.0625rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9irxwTJ48WOEJtc5wJeThhlSns8415l { top:53.75rem;left:0rem;width:42.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNi33Bl7h20fkSFTO6oIOT45JzoZVfUz { top:3.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mACVelGviiWaO4WLBSNdsZXeiRMUu6NF { width:27.5rem;height:3.75rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0aQnvV4rQ5CLPirNoATFcFa0pKulVBS { display:block; }
 }@media only screen and (max-width: 763px) { #xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 { display:block; }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOBZ3i4HtOUFPo7D3DxXFSKdv7Plo9CQ { top:3.75rem;left:0rem;width:21.25rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKXZIVWnxg7D0ZG85m1i90okxRANuqwr { top:10rem;left:0rem;width:27.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHA0fIibzqISEEvC3DRrTrE2DxeikMlM { top:3.75rem;left:22.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6tGQGZLClEboJHp3EVHnMKXTbqGrIfD { top:3.75rem;left:20.25rem;width:27.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG4OHAPASiedDURCPP8ygUTE6uC0gdXC { top:5rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL2TnBOhmP3l4vifbmW9yrFe6MRvLZQa { top:5.5rem;left:20.25rem;width:27.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxThzcCLWtCdfUAot80yoKyvpOr6vVGN { top:13.75rem;left:22.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv00gezrJfcsMNsihyTEsDnsHcbQd0GE { top:13.75rem;left:20.25rem;width:27.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9asZpwvSDdDfawAW8mUl92qPDoygswd { top:15rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T69MPaHbxcWUQ76vUmc3yCMPALukDbME { top:15.5rem;left:20.25rem;width:27.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhoCvDmiIdbP5Ta5GcXfzuHwK2Jk20i3 { top:23.75rem;left:22.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmHR9uqErQPuKgNKILzXF10ydaPo0kC { top:23.75rem;left:20.25rem;width:27.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7G2qunIP4gQPmMW8C1dRUsBaL3EsT6g { top:25rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2TEcSshp8AeoMnlcJMqTcdrC1HeoGXl { top:25.5rem;left:20.25rem;width:27.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgtLs0urlUuQoCIDu4hgs2NRgielmFPQ { top:7.5rem;left:25.09375rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRCrIHNuW8dX9kkblXS5TZnVeSPwe3wA { top:18.75rem;left:0rem;width:27.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QerRZTvK8wkgP5TSE7wCpMuKid0uotvT { top:20rem;left:0rem;width:25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXQqwRXtpC23CsymBt9FUqT1K1K7ze5J { top:26.25rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWC2ywxo3rPiQIE6Qy1TvTB911vfSsl { top:26.25rem;left:12.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trmrIQvFebHQrKgSHdx0fyZcS7d7OEHh { top:26.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlaVQ4rR2iyOODKk5Ela0GofEtMh93m1 { top:26.1875rem;left:1.375rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIhZNrHopd22KDdMPo05pN9R5udk8bwS { display:block; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etdJLnX32HGa9sBz8H3kw5oUxZaSWLie { top:2.4375rem;left:0rem;width:10.875rem;height:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCJSvvE8a4Of3PdhFBkwbGk8ZMPnIxFu { top:2.4375rem;left:17.625rem;width:12.5rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW3uDcHqhTITBkX1aVniQHSxkGx8gsvJ { top:2.4375rem;left:36.9375rem;width:10.8125rem;height:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3PJlDMAMr7BWndNEAMdM5VPSFP9tBWH { top:5.625rem;left:0rem;width:9.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrwLD5arIuhvftBlURoz2NKZqU6aq2Cb { top:5.5625rem;left:17.9375rem;width:11.875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahdrWR2azcBZ2TEIlDcILvp7Qn1GeLAT { top:5.625rem;left:37.5rem;width:10.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boaf4wmVAAQTLNhd00VZGisyDNXoltJb { display:block; }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJU62iUMAqkyr42Xxra6q2dQgnZyq5Lt { top:13.6875rem;left:0rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwXbNsQ9Z2ITSNiS2VyTiCxIWXQnQ1G6 { width:1.25rem;height:1.25rem;top:21.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo5OGCoTtrhDnQtT7C60XaCD5SgNtVvd { top:17.4375rem;left:0rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh0mbJ82DquugztZzO4p25fGiqmz4FdU { top:21.25rem;left:0rem;width:14rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDChq5VQ1TLTrbhIZBHlSvZ5HGo2codb { top:21.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btESH537TpOK4mXiGOvkhPglz9LtTQsG { top:13.6875rem;left:15.25rem;width:32.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1qsoyqBaIBx8iZZdMAN0C244vIV6xxF { width:1.25rem;height:1.25rem;top:21.125rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7W8gf7eQRo3TlHGcXZOLLeA9luVcJzU { top:17.3125rem;left:17.6875rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPtq9Er9NaV7oiVBnZi2PwGwqTe31CCM { top:21.125rem;left:26.375rem;width:14.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZ6QKKAKUmkL1HSxZpicM8VwQcdTFkU { top:21.125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0UdfBCdTtxZf63cTUTawUwKVlko4gqw { top:38.6875rem;left:0rem;width:32.5rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OJ7VOZpBxyTNWHCg8vhIJcgQyBkzrZ { width:1.25rem;height:1.25rem;top:43.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEFVKhd1bGHqgEu1ZaRt23aFGXDuFGi1 { top:39.9375rem;left:0rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOE2daIeo37kS03T0gFfzRQluNIyKc1S { top:43.75rem;left:0rem;width:15.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiGptfA9QEp3ibAGouEXMlhZpRHpglc { top:43.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkga3yoLsZ0NJHoxzA3EXTfMJF6Mg04J { top:36.25rem;left:15.25rem;width:32.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMqWNC5ehyOwibeVWWoT1woyxSe2mori { width:1.25rem;height:1.25rem;top:43.75rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPKZTSS3fcHAPQA9cFBOM71F4a3lUHp { top:39.9375rem;left:17.6875rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDxaxaqnTH4PakxdtLFgv53f0qiDX8m { top:43.75rem;left:26.375rem;width:14.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPpNppuXN6BdMT6sGyErMlbNbqiy6HJe { top:43.6875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1U4eMh5umZNVuXCbpbrCZqm1GEJ3WDF { top:13.75rem;left:0rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6JPqBxaoJtWXPgG52WWO13nAy7gzlq1 { top:14.25rem;left:0rem;width:15.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH87a6Lvz7TSxQ9sElBJJozN1SXDyWJ3 { top:14.25rem;left:23.875rem;width:15.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTT6m8q2GO6dlLH43Dt6HXKtdTD3cttQ { top:13.75rem;left:22.625rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIyi3TBn3WbMox2BdOx2yxmbm28Gc6s1 { top:36.8125rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhlU68BtnaxG47Cr48rK5MXIs1R4Czfu { top:36.25rem;left:0rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh1qNFTg9xddAbBuuAUr3IQXp57uHzLI { top:36.875rem;left:23.875rem;width:17.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRZs12QRsnobbLRKefc0Eiodtc7ZitNS { top:36.25rem;left:22.625rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npPatXOAFuz5nkwZfAx8RRsPAGl55zXB { width:20.9375rem;height:2.5rem;top:23.5rem;left:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vF4rF9uaCupC8VahNO4lXVOH0KcihgKh { display:block; }
 }@media only screen and (max-width: 763px) { #mIlL0hrBgBkInWQP2MLCWEO0OVW5ngqd { top:5rem;left:23.875rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUbUKnSfSwCeMwTCbKPrh3HDhOJUbkJG { width:3.6875rem;height:1.25rem;top:5rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCGoe9no2WxLRblqoBbBfEXRNnMfZzS { top:5rem;left:44rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMeP73k8qvbd0L9ukefOA43yQAnD3TP { width:3.6875rem;height:1.25rem;top:5rem;left:44.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6gGQCtCbWqSU7bt0dnyUT5TiwVm4atu { top:5rem;left:0rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm2O6VQomAO4FbK8eFohACBqtSC9fvlM { width:3.6875rem;height:1.25rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJpqFplMnu18UA3GfrC6K2FuEm1wQt2P { top:27.5rem;left:0rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyM7LBvdElrvD489TRhsUNhfvNTKWuCL { width:3.6875rem;height:1.25rem;top:27.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw87tssl1a31Iowa7ulkV4nRt4FfSrHQ { top:27.5rem;left:23.875rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA23DrqWKo8r0W8MOgpG6PLxCyKhs9Gi { width:3.6875rem;height:1.25rem;top:27.5rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBuVN6v2fqClarFiNwxlAmlLtVrfTKD2 { top:5rem;left:15.125rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6nKqLSyRF4q2dkFogTFgTae71fAZ1Z8 { width:3.6875rem;height:1.25rem;top:5rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI6o1kNzNWvZeLIaBH8Cwi6JPqVF2IbO { top:27.5rem;left:15.125rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqbXiZSgOuOSCiB3CHBTSqBRE83hVeiW { width:3.6875rem;height:1.25rem;top:27.5rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8bdqD6TXQCvFzB6h0QOx3eTFA5lqLK4 { top:27.5rem;left:44rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sknvTGbColbyfo4u8xiDdAiCSFql9cKE { width:3.6875rem;height:1.25rem;top:27.5rem;left:44.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNnPGbzeKyeL8TN8Q9gLDFpkq2yTE2i { top:3.75rem;left:0rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhtd1EfrMDeyVesMNRlHlKAlZ4NJbdE { top:3.75rem;left:15.25rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZT3W3LSu2t9GOCHhdTGk3N9QVbSRnrX { top:26.25rem;left:0rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #osDlTiBEf63EmbM8MUI7VpcNozhgM9Xp { top:26.25rem;left:15.25rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo { display:block; }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EELlhItGbVidtTxnwT0OKZvg1hTQvXg5 { top:11.3125rem;left:0rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bneIwKg4pZLTTioWSH2Uhvn7GpTme4p1 { width:1.25rem;height:1.25rem;top:18.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfuwl9AVmp2GssX4daTlUqlZbPSAHEXn { top:15.125rem;left:0rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwHSHq97DKGHfokE1Nhq98VDBeuTizRv { top:18.9375rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbLiOalBqIfpCMmis8C2onmTTTgxu8uq { top:18.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiB2oVUJmTT6qVbhuWkTi74UP2Fgr3Q4 { top:11.3125rem;left:15.25rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrIaXPL4axHMDqrt5G2c4LT2K8STehdA { width:1.25rem;height:1.25rem;top:18.8125rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZF0VT7zoDJV3R0e5pFx7ZEnqixrr3yc { top:15.125rem;left:17.6875rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXr0mSxkn0rOTf0PDMklFmO9VUCJ4A3Q { top:18.9375rem;left:26.375rem;width:16.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3TBMokzPLCf7WQcUpP7bUL2UJNbK3MH { top:18.875rem;left:23.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1eHu9osCqqLOsMTdSp4dcH7hqGGpu2I { top:34.375rem;left:0rem;width:32.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJUxd2taFOoV46ISJHwn2zuypqoEwa9o { width:1.25rem;height:1.25rem;top:41.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhz6H0tcq9qGSeDE5eQz15uXMMOiLLr7 { top:37.625rem;left:0rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyZed5hJN0Nw7hEl8Tnl5A3TnTHxrMc { top:41.3125rem;left:0rem;width:15.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8vWH4ESLkWUUbDoTS2Ju2xCu0eoXSW { top:41.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml855Xea0kwgHnG0Z0d0bpQqCIDeG77c { top:33.8125rem;left:15.25rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPLDHyQ4T1cHs6NQtiNGnLPmZcGTXCDq { width:1.25rem;height:1.25rem;top:41.5625rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfIA0MBu2Khbk6rLQ4TZI4MlnH8LkSqo { top:37.625rem;left:17.6875rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPneExJNg6GPTBNEMM6xXxAkhzVA0UVB { top:41.4375rem;left:26.375rem;width:18.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTi5iPB6lgUT4ybOMWN4I1s2pRw3g3Mu { top:41.375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFMrs7QXB6aunTWzzEaZKN26MiaVTn5X { top:11.25rem;left:0rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cin5yxbio3iSv3JTI1BuHZob4sWftcTg { top:11.8125rem;left:0rem;width:15.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H23v9hO0KVL0BKPiTqUgndgqA8Dt3ReO { top:11.9375rem;left:23.875rem;width:15.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeHTA02XDPc1yVo721aLwanV8cw0Od1 { top:11.25rem;left:22.625rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKJzZgRM9yEfCB01N4yWTirTx34LT4UT { top:34.3125rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Kh8G0PeVQfpDtgIel4IRtxolEvLhUs { top:33.75rem;left:0rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbSJvRw33xOwteaVECPB9OJW7EWtcth { top:34.4375rem;left:23.75rem;width:17.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEul7O2N3vqgwBM5kEaU9oZTx3sGxPNQ { top:33.75rem;left:22.625rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMWPNzoZxWptPtaTg98tJuQCU3aiXWmd { width:20.9375rem;height:2.5rem;top:23.5rem;left:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0vkMDkoZIB2eGv5bH8kyhD4vWgUi8vA { display:block; }
 }@media only screen and (max-width: 763px) { #Np31NxrbOZPlxGU6KdPUQIoScTEeuxPN { top:2.5rem;left:0rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQadxg8GOlgkxW8TDHkMIrmPAeieLoo1 { width:3.6875rem;height:1.25rem;top:2.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMIbbCDy5hTk2bIr8PObh5eLJtiXH1a { top:2.5rem;left:23.875rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Qq1AV29Bg1MyLR7ZMnIA3EEJegZ90I { width:3.6875rem;height:1.25rem;top:2.5rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzUESOXHQ8UmzfCRTkVaAJ90Zg6MGw05 { top:25rem;left:0rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbSCF1zwfguJLaaz4ZEP7Ghp8e5f4u3 { width:3.6875rem;height:1.25rem;top:25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikQoy6HKRUW4J5AJKD7RIf3SEc14XqBd { top:25rem;left:23.875rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKm9EbHLw4q58BG3DbZ6O37vUMzI4OqV { width:3.6875rem;height:1.25rem;top:25rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLk4ddFxhpblPtVtks5gex6eI1IqQQak { top:2.5rem;left:15.125rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRA42pHX4Z7Xwl3ZeP7n1Jbw7JQUws6F { width:3.6875rem;height:1.25rem;top:2.5rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwL7y2CB9ew9hPX0FnTO3tlMLWczo0wa { top:2.5rem;left:44rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amtSBgv0yN6bfJPNyntnwy8cRnbGu87E { width:3.6875rem;height:1.25rem;top:2.5rem;left:44.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZsblgH6mOyCUxRP5qdtcI2qC7S4WTX { top:25rem;left:15.125rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZHfNDIhGvZugWdNc14PmUPTI0V9HiGE { width:3.6875rem;height:1.25rem;top:25rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ6DdasABavLo6TUCSB3rnKFkyAsRrJh { top:25rem;left:44rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSF9oHfzIpCLJsULGEp1TbGN3979Tw61 { width:3.6875rem;height:1.25rem;top:25rem;left:44.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loVuMxuNeSh4u6ibRXtdnEOzQT4hfncM { top:23.75rem;left:0rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgXzDdE4BRTD32eJlJZ84rrXQoarzh7R { top:23.75rem;left:15.25rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTJLnCEeQknSU0qZ0K3f3keRezHN3db { top:1.25rem;left:0rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fB1Z8PhSnN3TPE2eJkC570L8Tc1Gz7 { top:1.25rem;left:15.25rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl { display:block; }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRhd38gDBfCivFAB2a1zbavIJQHsKqIA { top:11.25rem;left:0rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr0CTqDNm7gISsSG3dxz2tP4U5uqIQLe { width:1.25rem;height:1.25rem;top:18.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGKWrdNr5ZrmNb6P3nzoK5zPXwqKKu66 { top:15rem;left:0rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2yyewycrOttcDiy3T4lHB4Nzwp6SCtN { top:18.75rem;left:0rem;width:20.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFGa93GHXT8bBcy2Ce8tFIBi2cmsWTRr { top:18.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTITzekHTkmWhwLRMuc7SqwtJeI3JIk { top:11.25rem;left:15.25rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHVZxOfJKT0Wbg9BAeei64PIAHHH2lE5 { width:1.25rem;height:1.25rem;top:18.75rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3DzIUbCJ8zWETbLVEH4dWVT5yHAQIWl { top:15rem;left:17.6875rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaSezkpFyEudhkqK54X7vmZFWdZaPcKg { top:18.75rem;left:26.375rem;width:17.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXNkvDb3t2H4cHV3QCsKCb6aVikGC0Zm { top:18.75rem;left:23.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgHDfM9EBgpdReIvzwMhWp8o6U0K5lh { top:32.5rem;left:0rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpcnPFrB457Zk6ucAvThaD0BJ32wQXD { width:1.25rem;height:1.25rem;top:40rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M07wVAJgPIwua6J3xIMh3WnbUTXSc1CT { top:36.25rem;left:0rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLvp99lcFyWuzkIf8iQUl5hxLNgIIwy1 { top:40rem;left:0rem;width:13.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1nTTJAcmwQZRZCu6CJr0eurD0I20oWa { top:40rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkfdR7vl37Zxmzt0VhNmTQVWHoJsKbhD { top:32.5rem;left:15.25rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6E9ipE74DST2I1VOHG2xh8c93WtIGf4 { width:1.25rem;height:1.25rem;top:40rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxReQEX5D8aLLN62zexKJIPcsSpNKDT7 { top:36.25rem;left:17.6875rem;width:30.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsGGghLSaurVJg1PG38ncAc8CygV5sEQ { top:40rem;left:26.375rem;width:15.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhO9x2idvRHQJ1dfOchWcJQt9h8SpDX { top:40rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnUzwT4aVsCLSGEwZND1TJ1tHi7uyDT { top:11.25rem;left:0rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILCpsDzBzKkoZWzUEItXcocXFAbWp3F1 { top:11.875rem;left:0rem;width:15.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd0E5KybUMeIzmgkWuVb8XOliHFMswv2 { top:11.8125rem;left:23.875rem;width:15.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxvFJzyvh8WvebnM1OFumkGhTZbb7KL { top:11.25rem;left:22.625rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Nb0xxxs9MLkfTp9TIT10vsTOgsJsWA { top:33.125rem;left:0rem;width:12.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFDrW8BShvXpbyohgokbwXoLEk6bqhUD { top:32.5rem;left:0rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9P50oFFGXtBXbVJKOrB1WIK4RyhirEr { top:33.0625rem;left:23.875rem;width:17.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTEzHRPgzRtgsPUqIhI3FroZLhAhrvT1 { top:32.5rem;left:22.625rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8iuRmkRnNrOvvoUiyz2qeIQTyfauT0T { top:2.5rem;left:0rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdaXFB1Cau6seFELDhELOJBTMDpclPaA { width:3.6875rem;height:1.25rem;top:2.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #quyHpuX0lRqH0PHh1EWrc1JUvBkfbZZV { top:2.5rem;left:23.875rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwPFqMcig2TxEHNLLpsfL3fXvfsb1fUv { width:3.6875rem;height:1.25rem;top:2.5rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrNTJnDQ2SnUPng1Uff4Ofgpq34tJVT { top:23.75rem;left:0rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAG7tyuVw5WFt8JIckZrOqhqcDeLVEuV { width:3.6875rem;height:1.25rem;top:23.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEExhNzO6UJQaUG5yroqKCqgOqnrgJOL { top:23.75rem;left:23.875rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFy4Sa3DBdeTylZebkDqzB5BoemX0i3F { width:3.6875rem;height:1.25rem;top:23.75rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atEmnEkDXwumx6B9NzJKyW83qZZSDdJ2 { top:2.5rem;left:15.125rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSOlcWoev2dnVFAUVEfMHpInSXJgpwhs { width:3.6875rem;height:1.25rem;top:2.5rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIFy0SSHmkLei18msT2FhLxBewQBOvuT { top:2.5rem;left:44rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNoT0gFD8b9Af4IvHm5sVrTNv3TUBxD6 { width:3.6875rem;height:1.25rem;top:2.5rem;left:44.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlHTMIaArQHZC5mlv01D9peyMuplzXSW { top:23.75rem;left:15.125rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mspydVSy1d5gqqJ2fwPvFPXMTfMP2ZRR { width:3.6875rem;height:1.25rem;top:23.75rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae1gZ0nqldwMTTXUDluUp4yZdBQl6aF6 { top:23.75rem;left:44rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNQ7Ogo8RMzhVTv2xTxnHLZsfVxkhtVI { width:3.6875rem;height:1.25rem;top:23.75rem;left:44.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D452uR6JA0uyVwxqFRJ3HsVyT1s4Evlk { top:22.5rem;left:0rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwty4601QFOF55HiDGSXBXKRDvHOS2s { top:22.5rem;left:15.25rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCIbOGS0VHWBmAANqn5pV831cmblAEJx { top:1.25rem;left:0rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovO11Tv3rCudWrC6Sdo66dDPow2tEatr { top:1.25rem;left:15.25rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh { display:block; }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArbRvXu1gWzsk3ABaqJZ48QfZqyiTqsR { top:1.25rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3op6g8x3pzK0ifx9sFcX0kleq6FrRMC { top:5.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBrzDNB9g1RTNWOwASrFF5VlQw1Oub7K { top:8.75rem;left:5.125rem;width:38.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJBpsZWrn7CIFxrPGXZ9OgZvuavoam2T { width:27.5rem;height:3.75rem;top:15rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PExEeF4eMahQIQeg5ZoeRDklR6B14cVe { display:block; }
 }@media only screen and (max-width: 763px) { #cwOFQX2Ld3Cfs1zzgaZFf9lzSIuxu8Cz { top:19.875rem;left:16.25rem;width:16.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 { display:block; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMLc1Rs66434CXOEmqQyZFNxIywzy5uc { top:3.75rem;left:0rem;width:26.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWpxCPcuLl8y1vWSmQZ7McAiSAtcCIzo { top:5.5rem;left:0rem;width:20.875rem;height:0;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaoI3HDmhNGGTRH1Zf0fk0QTX9sM9qbU { top:8.1875rem;left:0rem;width:19.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs7qWay8LRDSL8PQob0g83fTmbkiqEO0 { top:11.25rem;left:0rem;width:26.25rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqolNCBze7vppKlak1VnHCt1hzSO6cH { top:12.5rem;left:0rem;width:23.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsM3WIuNTNGS086p26rLgMsp6NuJ6Jlk { top:36.25rem;left:0rem;width:26.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn11KQBzT2GzOq9JfL1itESKIzuEmrTT { top:37.5625rem;left:0rem;width:10.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHWAnRMkqOFNlI0kfiBHiRFSZLVUUAtb { width:1.3125rem;height:1.3125rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6dQQlHz5qRFrZd7QJpJ2UnvFL89SgT { top:3.75rem;left:17.625rem;width:23.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S32aWSPC64GyecX0xOmVXdVWi5P8VQIH { width:22rem;height:1.1875rem;top:4.375rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1sCiqXtBkCWfR0WA3wTo387TIsnxNNb { top:7.1875rem;left:13.9375rem;width:33.8125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSKfbmSEWTqdJdJmLyLi8HLsETOUC4g0 { top:11.25rem;left:11.5rem;width:33.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBZZJVa46IbB4WeoOkG7sTEhT76brdWP { top:18.75rem;left:9rem;width:38.75rem;height:;font-size:0.875rem;display:block; }#kBZZJVa46IbB4WeoOkG7sTEhT76brdWP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #oVvQTtpDqAR1rFBaM9C6lK9GU3QHIibx { top:27.5rem;left:15.25rem;width:32.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Hy6TvFaMNmlZeXq1Z5wCtMxSNUSRoM { top:28.75rem;left:17.75rem;width:30rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLT0vD9GHOFOAalvh7zwXNrL0smqB9am { top:33.6875rem;left:20.75rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqgITsaoS40mXSc1yKnn2AUgeUh51TV9 { top:33.75rem;left:18.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6CHWAuHnHNitBRwSNa4TaGMeveIMepV { top:33.75rem;left:35.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTygi3CGGQ8opJxiKkoUvGd8ski3TGbn { top:33.75rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwPqukXVetot6fTylRFGxWlp2hLgksF5 { display:block; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enCSyxScGFzVe7v9i494yXcvrBzpffml { top:12.625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuOb0iwJnfEFQUT6rosknw22HZRbvQ7V { top:12.625rem;left:36.0625rem;width:6.0625rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNcRIueyCSNZAuLCzFcORgCyEp2Dbz24 { top:12.625rem;left:38.75rem;width:9rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJtvWqDXSG2cTXTszubHopNTPGWQwhSO { 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) { #GJPEzS2FegArEfksTnxHoLlAgTWGOXgZ { top:5.625rem;left:0rem;width:20rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtUiut02gxWQbEAlnmW5ey0CZ0LedLgM { top:2.5625rem;left:15.125rem;width:20.5625rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxxAM2vtpeR2aKNexdZsQvqPvFSrc7K9 { top:2.5rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDycag9MQcu0mX8HUZwRuRC7zgqvItF { top:4rem;left:37.1875rem;width:10.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkC06O2fqd7Tp9d4esZVNg70iXSkAMR8 { width:11.25rem;height:3.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1uAwMUfg3vpmFUBd8cNUF47A34TEbli { display:none; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JWL5AyLHvD6yFJPHHzoB7ma8cyqaGdl9 { top:0.3125rem;left:0rem;width:20rem;height:3.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GGon8GIf0Zgo6xTznq38tS3yltU8kr5R { 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; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container { background-color: transparent; background-image: none; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container > .video-iframe-container { display: none; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row > .video-iframe-container { display: none; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .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); }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container { border-width: 0; border-radius: 0; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGon8GIf0Zgo6xTznq38tS3yltU8kr5R > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKNMqox72k0CRHGx5Kbz0PZ0zLTGEdgW { 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) { #zvxtT9tMRNe8UfG8nr7T8geddTQNkPfx { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#zvxtT9tMRNe8UfG8nr7T8geddTQNkPfx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #XvfEScy6vQGhc59orQR9PafHD0qJFk9F { 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) { #MdclM9FI2UVEStuaXB5lO5m8nbLeEQew { 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) { #Uqz3vbFs1u0gum0fmaQfU2TzdHtoZP5q { 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) { #F04KQ8ieAH6GlbumG6MTwSZpeEhCeXuu { width:12.8125rem;height:3.75rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAd13S0iovOv123A0yuSvwzGlkrvF8Bg { width:5.25rem;height:5.25rem;top:11.25rem;left:7.5rem;overflow:hidden;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Sz1sLLthWkZZyBBcdUSVzK40kQZChNzD { width:4.375rem;height:2.5rem;top:6.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N13I9I8fOqXuBuXePSkD53cD0NQ2Usq1 { width:2.5rem;height:2.5rem;top:6.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oscgIcRhhbMXh2yiKIIy2bGBrbAQaETi { width:1.875rem;height:1.6875rem;top:6.625rem;left:7.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ugfsRsnx7uTbzPxrKH6wHRCmMD1SKLBe { width:3.125rem;height:1.625rem;top:6.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEx2pgyCdSOqM9bDJiL0wV9KRxpbP6JA { width:2.5rem;height:2.5rem;top:6.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePo53bqXnM55e2qqgpX35ZRiVPM9pEoV { width:1.5625rem;height:1.5625rem;top:6.75rem;left:10.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F98Hq7STc3T8iXTkd7XG2OyCPHv7HrQm { width:4.375rem;height:2.5rem;top:6.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttnm2pVaf7MXMxNpS4ukdwHSys8Ugfmc { width:2.9375rem;height:1.25rem;top:6.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR1JK5PNrA4QBJ9xUMSlATEmTPs1mS07 { width:20rem;height:0.0625rem;top:9.9375rem;left:0rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9acf4caa-e999-4b02-ae37-23b12361fbd3/SafeZoneasbestosremoval.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx.adaptive-delivery-prevent-bg, #UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx.lazyload, #UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx.lazyloading { background-image: none; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container { background-color: transparent; background-image: none; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container > .video-iframe-container { display: none; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row > .video-iframe-container { display: none; }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .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); }#UEgoUlaEqE946VhtUWEdMTgm4AD5fdqx > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuTwdHsmwEtGv3crOMRhCqheCAkRlypm { width:20rem;height:3.75rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #smvO6H5RxWw2gT3Vn0P5yFMX9TlrT60U { width:20rem;height:5.19921875rem;top:8.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F7xPz9pfP7HzK64trCAnOZU9ZsCVNmJh { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTMrX9w39tOPwKO0rsDEinzaJdsrcSNM { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #WtilF8PAEKFL07XgR9r48TrLiE4Im5z2 { 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) { #sVDa4NUHDE2DXP4NrnvcSN3DCnHpeohg { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #qXoN4zzR8ew39iaHpios8yoC4FuV7k30 { 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) { #e4pMhIS9ObJ3bThrLvduiNAoCtbX5BHu { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #MAL2wtPxo3GJ3dXpyLBa87XUBWcw6aXB { width:20rem;height:12.25rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUtLtrRVAJcvEf1oT2Tpz46T1P2GiprF { width:3.75rem;height:1rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhBSUtBfyf5suBx3ELSkCoCZEf49N2H { width:7.8125rem;height:1.23730625rem;top:1.25rem;left:4.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #MWqhPy5gSkNE8TT6GJhiV05vEeyKCLtr { width:20rem;height:3.75rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwRbumhRUKTZVViSK1cbt8tBv0FQFuo3 { display:block; }
 }@media only screen and (max-width: 763px) { #ssr8cqpv6lnZKGpVUVoX93vthkm5bimK { width:20rem;height:0.0625rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvUD8lL9coqQzcSOlLvpMt6fecRVGopB { width:7.5625rem;height:2.125rem;top:73.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k9QKx0bdX5Zzq2yURnSUg5ozdUpUqdVI { width:20rem;height:18.19530625rem;top:53.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AOsQGo02oMzOxSHZdx8lGQTvJckM0Pq4 { width:15.0625rem;height:1.05615rem;top:78.86328125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BaghFDRFC5L7kNTC4ea4PBW2a0xH975T { width:14.5rem;height:1.13720625rem;top:77rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xh0y9vOTkXLNyMTitiktk1Dfb1XLVRpd { width:20rem;height:16.25rem;top:36.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg { display:block; }#BT5WlMpeT6E9hqfZpGT3teGxFXorvMHg > .row .container { width:20rem;height:151.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LI6bkM7iCzaZu3ykTVIMo56XAx7PlHxM { width:20rem;height:7.5rem;top:63.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BWG716UJ5SZIyCd4B8u7Wz5HQZTRiU2R { width:17.5rem;height:2.5996125rem;top:67.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #rPlLxEx9157u9xER3VRQV4Sak2cT3tm7 { width:20rem;height:7.5rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUDvv61zIGKThTikGHtvG4n8wg9fpc1 { width:20rem;height:7.5rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AibEEgdeVqEpTA3TpOa8oc3Oiv3mEmE4 { width:20rem;height:7.5rem;top:47.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #XXbgNkET5rner4yuRLt94o1rXaXtIMRU { width:17.5625rem;height:2.5996125rem;top:51.1875rem;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) { #ogfFSe1nWEp4i6mLfqHAtsenAIOX3DFh { width:20rem;height:7.5rem;top:23.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Pm1wgy6NkrMocqqT5xVeToNJi2nqk9 { width:20rem;height:7.5rem;top:31.1875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TETHdpZP64BeyGEzcHDR6QIyT7hbuZ0q { width:17.5rem;height:2.5996125rem;top:34.9375rem;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) { #fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA { width:19.875rem;height:7.5rem;top:7.375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/697a75ba-b3b9-4941-be59-7613dae636d0/Asbestosartexceiling.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA.adaptive-delivery-prevent-bg, #fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA.lazyload, #fNDDrppN1SwDmqVDWnvsqDIIPbOGd0RA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ll1eNszFVa7XNbn2akwyuudE5Ce2y2m0 { width:20rem;height:7.5rem;top:14.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #S1ZnkGPqGb8AXQ8Huqx0PQFTWw1gZOGT { width:17.5rem;height:2.5996125rem;top:18.6875rem;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) { #JOl7VwGnines2QKLMVp9ZLachQGOHUBv { width:13.8125rem;height:1.29980625rem;top:16.125rem;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) { #OTFTxqF1mizNTziUGbBvsns3GTRBlTDC { width:13.8125rem;height:1.29980625rem;top:32.375rem;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) { #bfL6LEpTQWfT1TiSw0lprHTtbsEvgEdg { width:13.8125rem;height:1.29980625rem;top:48.625rem;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) { #TZuiL6Tk7op9hSLXUWTCiBr4FkcKRUle { width:13.75rem;height:1.29980625rem;top:64.875rem;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) { #A2z7JQoP0tPuTAwTd6UykLbXwgX67R9r { width:20rem;height:7.5rem;top:128.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dHAg9JgofIrahrACMWEgA32lXlRV7v32 { width:20rem;height:7.5rem;top:112.375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BWAW2Cup0BRfg2BFZ973KT1KK7TeokID { width:17.6875rem;height:1.29980625rem;top:132.4375rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #z5a7uoZVuJV67qGIvfkdgXUWBxpz8gzd { width:17.5rem;height:2.5996125rem;top:116.125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #N0a4Vf7BE9PxoCNzaxSwlu1RQDdFX2Ju { width:20rem;height:7.5rem;top:96.125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ArmqbMLiS8D6l6XPzVvIPrtAE2thofHf { width:17.5rem;height:2.5996125rem;top:99.875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vfp5JSdnhIWHDQ2gUnIdMgzczUqPiw23 { width:13.8125rem;height:1.29980625rem;top:97.3125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #nObMdWU7hhtrUWuN7caDaupfKbJRdNzv { width:13.8125rem;height:1.29980625rem;top:113.5625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #HtRJLpBK2aa2el8kBX5N3e5f5ph0fChJ { width:13.8125rem;height:1.29980625rem;top:129.875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Aoy46kWHmW7GyySv09OzIRfi0EcAEslp { width:19.875rem;height:7.5rem;top:121.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE { width:20rem;height:7.5rem;top:104.875rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98c3e8c9-24aa-4ef7-82a1-26948d33d632/Asbestosroofs.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE.adaptive-delivery-prevent-bg, #qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE.lazyload, #qZzKrbpaC1Wn0kscPCWsVbyUoaVTgVVE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo { width:20rem;height:7.5rem;top:88.625rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5802dcf-aaa3-453d-bd03-72f449cbba74/asbestoswatertank.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo.adaptive-delivery-prevent-bg, #i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo.lazyload, #i6TGeD63MA9d45rRtAyoHKIpZMJ7UIuo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv { width:20rem;height:7.5rem;top:72.375rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33e9279d-8f7a-4493-8a95-cdf796a937cb/asbestoswaterpipe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv.adaptive-delivery-prevent-bg, #ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv.lazyload, #ireb2uaNA0opxwsAyHqPJlh0WU8AXpmv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f7wtVgw9Tt7ZEp0irC8n8K9wFzEz3wCO { width:20rem;height:7.5rem;top:79.875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CWghMAi6tDNxqkh4QTBsStZwvbamToa3 { width:17.5rem;height:2.5996125rem;top:83.625rem;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) { #ffS3CFKadJf32yxEhTUWTiAFZ6qbRwTr { width:13.8125rem;height:1.29980625rem;top:81.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) { #P9irxwTJ48WOEJtc5wJeThhlSns8415l { width:20rem;height:6.499rem;top:137.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tNi33Bl7h20fkSFTO6oIOT45JzoZVfUz { width:20rem;height:3.73730625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mACVelGviiWaO4WLBSNdsZXeiRMUu6NF { width:20rem;height:3.75rem;top:144.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0aQnvV4rQ5CLPirNoATFcFa0pKulVBS { display:block; }
 }@media only screen and (max-width: 763px) { #xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 { display:block; }#xEDctOcnwx7hTorRIb8vCmqx6TVTxoC0 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOBZ3i4HtOUFPo7D3DxXFSKdv7Plo9CQ { width:20rem;height:3.73730625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKXZIVWnxg7D0ZG85m1i90okxRANuqwr { width:20rem;height:5.19921875rem;top:7.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QHA0fIibzqISEEvC3DRrTrE2DxeikMlM { width:2.5rem;height:2.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6tGQGZLClEboJHp3EVHnMKXTbqGrIfD { width:16.875rem;height:1.29980625rem;top:14.875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GG4OHAPASiedDURCPP8ygUTE6uC0gdXC { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SL2TnBOhmP3l4vifbmW9yrFe6MRvLZQa { width:16.875rem;height:3.8994125rem;top:16.8125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QxThzcCLWtCdfUAot80yoKyvpOr6vVGN { width:2.5rem;height:2.5rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv00gezrJfcsMNsihyTEsDnsHcbQd0GE { width:16.8125rem;height:1.29980625rem;top:23.625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #p9asZpwvSDdDfawAW8mUl92qPDoygswd { display:flex;width:1.25rem;height:1.25rem;top:24.1875rem;left:0.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #T69MPaHbxcWUQ76vUmc3yCMPALukDbME { width:16.25rem;height:3.8994125rem;top:34.1875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RhoCvDmiIdbP5Ta5GcXfzuHwK2Jk20i3 { width:2.5rem;height:2.5rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmHR9uqErQPuKgNKILzXF10ydaPo0kC { width:16.375rem;height:1.29980625rem;top:32.375rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Q7G2qunIP4gQPmMW8C1dRUsBaL3EsT6g { display:flex;width:1.25rem;height:1.25rem;top:33.0625rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #y2TEcSshp8AeoMnlcJMqTcdrC1HeoGXl { width:16.625rem;height:3.8994125rem;top:25.375rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NgtLs0urlUuQoCIDu4hgs2NRgielmFPQ { width:0.0625rem;height:15.3125rem;top:17.4375rem;left:1.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IRCrIHNuW8dX9kkblXS5TZnVeSPwe3wA { width:20rem;height:10rem;top:41.125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QerRZTvK8wkgP5TSE7wCpMuKid0uotvT { width:17.5rem;height:4.548825rem;top:42.375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dXQqwRXtpC23CsymBt9FUqT1K1K7ze5J { width:10.6875rem;height:1.2749rem;top:48.625rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NtWC2ywxo3rPiQIE6Qy1TvTB911vfSsl { width:1.25rem;height:1.25rem;top:48.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trmrIQvFebHQrKgSHdx0fyZcS7d7OEHh { width:1.25rem;height:1.25rem;top:48.625rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FlaVQ4rR2iyOODKk5Ela0GofEtMh93m1 { width:10.625rem;height:0;top:60.2983125rem;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) { #bIhZNrHopd22KDdMPo05pN9R5udk8bwS { display:block; }#bIhZNrHopd22KDdMPo05pN9R5udk8bwS > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etdJLnX32HGa9sBz8H3kw5oUxZaSWLie { width:10.875rem;height:2.51855625rem;top:2.48046875rem;left:4.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCJSvvE8a4Of3PdhFBkwbGk8ZMPnIxFu { width:12.5rem;height:2.5996125rem;top:10rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW3uDcHqhTITBkX1aVniQHSxkGx8gsvJ { width:10.8125rem;height:2.51855625rem;top:17.35546875rem;left:4.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3PJlDMAMr7BWndNEAMdM5VPSFP9tBWH { width:15.1875rem;height:2.9248rem;top:4.9375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrwLD5arIuhvftBlURoz2NKZqU6aq2Cb { width:17.9375rem;height:2.9248rem;top:12.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahdrWR2azcBZ2TEIlDcILvp7Qn1GeLAT { width:15rem;height:2.9248rem;top:19.8740234375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boaf4wmVAAQTLNhd00VZGisyDNXoltJb { display:block; }#boaf4wmVAAQTLNhd00VZGisyDNXoltJb > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJU62iUMAqkyr42Xxra6q2dQgnZyq5Lt { width:20rem;height:10rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwXbNsQ9Z2ITSNiS2VyTiCxIWXQnQ1G6 { width:1.25rem;height:1.25rem;top:22.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo5OGCoTtrhDnQtT7C60XaCD5SgNtVvd { width:17.5rem;height:4.548825rem;top:16.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh0mbJ82DquugztZzO4p25fGiqmz4FdU { width:10.6875rem;height:1.2246125rem;top:22.375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDChq5VQ1TLTrbhIZBHlSvZ5HGo2codb { width:1.25rem;height:1.25rem;top:22.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btESH537TpOK4mXiGOvkhPglz9LtTQsG { width:20rem;height:8.75rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1qsoyqBaIBx8iZZdMAN0C244vIV6xxF { width:1.25rem;height:1.25rem;top:46.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7W8gf7eQRo3TlHGcXZOLLeA9luVcJzU { width:17.5rem;height:3.41161875rem;top:41.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPtq9Er9NaV7oiVBnZi2PwGwqTe31CCM { width:11.625rem;height:1.2246125rem;top:46.1875rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZ6QKKAKUmkL1HSxZpicM8VwQcdTFkU { width:1.25rem;height:1.25rem;top:46.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0UdfBCdTtxZf63cTUTawUwKVlko4gqw { width:20rem;height:10rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OJ7VOZpBxyTNWHCg8vhIJcgQyBkzrZ { width:1.25rem;height:1.25rem;top:71.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEFVKhd1bGHqgEu1ZaRt23aFGXDuFGi1 { width:17.5rem;height:4.548825rem;top:64.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOE2daIeo37kS03T0gFfzRQluNIyKc1S { width:9.8125rem;height:1.2246125rem;top:71.1875rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiGptfA9QEp3ibAGouEXMlhZpRHpglc { width:1.25rem;height:1.25rem;top:71.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkga3yoLsZ0NJHoxzA3EXTfMJF6Mg04J { width:20rem;height:10rem;top:88.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMqWNC5ehyOwibeVWWoT1woyxSe2mori { width:1.25rem;height:1.25rem;top:96.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPKZTSS3fcHAPQA9cFBOM71F4a3lUHp { width:17.5rem;height:4.548825rem;top:89.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDxaxaqnTH4PakxdtLFgv53f0qiDX8m { width:9.5rem;height:1.2246125rem;top:96.1875rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPpNppuXN6BdMT6sGyErMlbNbqiy6HJe { width:1.25rem;height:1.25rem;top:96.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1U4eMh5umZNVuXCbpbrCZqm1GEJ3WDF { width:20rem;height:2.5rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6JPqBxaoJtWXPgG52WWO13nAy7gzlq1 { width:15.0625rem;height:1.2749rem;top:13.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH87a6Lvz7TSxQ9sElBJJozN1SXDyWJ3 { width:15.0625rem;height:1.2749rem;top:38.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTT6m8q2GO6dlLH43Dt6HXKtdTD3cttQ { width:20rem;height:2.5rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIyi3TBn3WbMox2BdOx2yxmbm28Gc6s1 { width:16.5625rem;height:1.2749rem;top:61.8125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhlU68BtnaxG47Cr48rK5MXIs1R4Czfu { width:20rem;height:2.5rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh1qNFTg9xddAbBuuAUr3IQXp57uHzLI { width:17.375rem;height:1.2749rem;top:86.875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRZs12QRsnobbLRKefc0Eiodtc7ZitNS { width:20rem;height:2.5rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npPatXOAFuz5nkwZfAx8RRsPAGl55zXB { width:17.5625rem;height:2.5rem;top:115.75rem;left:1.25rem;font-size:0.875rem;z-index:15089;display:none; }
 }@media only screen and (max-width: 763px) { #vF4rF9uaCupC8VahNO4lXVOH0KcihgKh { display:block; }
 }@media only screen and (max-width: 763px) { #mIlL0hrBgBkInWQP2MLCWEO0OVW5ngqd { width:3.75rem;height:1.25rem;top:28.6875rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #tUbUKnSfSwCeMwTCbKPrh3HDhOJUbkJG { width:3.6875rem;height:1.2749rem;top:28.6630859375rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #XBCGoe9no2WxLRblqoBbBfEXRNnMfZzS { width:3.75rem;height:1.25rem;top:28.6875rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #TwMeP73k8qvbd0L9ukefOA43yQAnD3TP { width:3.6875rem;height:1.2749rem;top:28.6875rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #v6gGQCtCbWqSU7bt0dnyUT5TiwVm4atu { width:3.75rem;height:1.25rem;top:3.6875rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #vm2O6VQomAO4FbK8eFohACBqtSC9fvlM { width:3.6875rem;height:1.2749rem;top:3.6875rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #mJpqFplMnu18UA3GfrC6K2FuEm1wQt2P { width:3.75rem;height:1.25rem;top:52.4375rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #AyM7LBvdElrvD489TRhsUNhfvNTKWuCL { width:3.6875rem;height:1.2749rem;top:52.4375rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #Pw87tssl1a31Iowa7ulkV4nRt4FfSrHQ { width:3.75rem;height:1.25rem;top:77.4375rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #nA23DrqWKo8r0W8MOgpG6PLxCyKhs9Gi { width:3.6875rem;height:1.2749rem;top:77.4375rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #TBuVN6v2fqClarFiNwxlAmlLtVrfTKD2 { width:3.75rem;height:1.25rem;top:3.6875rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #F6nKqLSyRF4q2dkFogTFgTae71fAZ1Z8 { width:3.6875rem;height:1.2749rem;top:3.6875rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #sI6o1kNzNWvZeLIaBH8Cwi6JPqVF2IbO { width:3.75rem;height:1.25rem;top:52.4375rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #cqbXiZSgOuOSCiB3CHBTSqBRE83hVeiW { width:3.6875rem;height:1.2749rem;top:52.4375rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #m8bdqD6TXQCvFzB6h0QOx3eTFA5lqLK4 { width:3.75rem;height:1.25rem;top:77.4375rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #sknvTGbColbyfo4u8xiDdAiCSFql9cKE { width:3.6875rem;height:1.2749rem;top:77.4375rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #QqNnPGbzeKyeL8TN8Q9gLDFpkq2yTE2i { width:20rem;height:12.5rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhtd1EfrMDeyVesMNRlHlKAlZ4NJbdE { width:20rem;height:12.5rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZT3W3LSu2t9GOCHhdTGk3N9QVbSRnrX { width:20rem;height:12.5rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osDlTiBEf63EmbM8MUI7VpcNozhgM9Xp { width:20rem;height:12.5rem;top:76.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo { display:block; }#CXVMgU0G2Z657XF8ET2qMCE0BfeH4nLo > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EELlhItGbVidtTxnwT0OKZvg1hTQvXg5 { width:20rem;height:8.75rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bneIwKg4pZLTTioWSH2Uhvn7GpTme4p1 { width:1.25rem;height:1.25rem;top:20rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfuwl9AVmp2GssX4daTlUqlZbPSAHEXn { width:17.5rem;height:3.41161875rem;top:14.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwHSHq97DKGHfokE1Nhq98VDBeuTizRv { width:9.4375rem;height:1.13720625rem;top:20rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbLiOalBqIfpCMmis8C2onmTTTgxu8uq { width:1.25rem;height:1.25rem;top:20rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiB2oVUJmTT6qVbhuWkTi74UP2Fgr3Q4 { width:20rem;height:10rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrIaXPL4axHMDqrt5G2c4LT2K8STehdA { width:1.25rem;height:1.25rem;top:45rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZF0VT7zoDJV3R0e5pFx7ZEnqixrr3yc { width:17.5rem;height:4.548825rem;top:38.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXr0mSxkn0rOTf0PDMklFmO9VUCJ4A3Q { width:9.5rem;height:1.13720625rem;top:45rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3TBMokzPLCf7WQcUpP7bUL2UJNbK3MH { width:1.25rem;height:1.25rem;top:45rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1eHu9osCqqLOsMTdSp4dcH7hqGGpu2I { width:20rem;height:10rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJUxd2taFOoV46ISJHwn2zuypqoEwa9o { width:1.25rem;height:1.25rem;top:68.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhz6H0tcq9qGSeDE5eQz15uXMMOiLLr7 { width:17.5rem;height:4.548825rem;top:62.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyZed5hJN0Nw7hEl8Tnl5A3TnTHxrMc { width:9.625rem;height:1.2246125rem;top:68.75rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8vWH4ESLkWUUbDoTS2Ju2xCu0eoXSW { width:1.25rem;height:1.25rem;top:68.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml855Xea0kwgHnG0Z0d0bpQqCIDeG77c { width:20rem;height:10rem;top:85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPLDHyQ4T1cHs6NQtiNGnLPmZcGTXCDq { width:1.25rem;height:1.25rem;top:92.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfIA0MBu2Khbk6rLQ4TZI4MlnH8LkSqo { width:17.5rem;height:4.548825rem;top:86.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPneExJNg6GPTBNEMM6xXxAkhzVA0UVB { width:9.5rem;height:1.2246125rem;top:92.5rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTi5iPB6lgUT4ybOMWN4I1s2pRw3g3Mu { width:1.25rem;height:1.25rem;top:92.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFMrs7QXB6aunTWzzEaZKN26MiaVTn5X { width:20rem;height:2.5rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cin5yxbio3iSv3JTI1BuHZob4sWftcTg { width:15.0625rem;height:1.3808625rem;top:11.8125rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H23v9hO0KVL0BKPiTqUgndgqA8Dt3ReO { width:15.0625rem;height:1.3808625rem;top:35.5625rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeHTA02XDPc1yVo721aLwanV8cw0Od1 { width:20rem;height:2.5rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKJzZgRM9yEfCB01N4yWTirTx34LT4UT { width:16.5625rem;height:1.3808625rem;top:59.3125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Kh8G0PeVQfpDtgIel4IRtxolEvLhUs { width:20rem;height:2.5rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbSJvRw33xOwteaVECPB9OJW7EWtcth { width:17.375rem;height:1.3808625rem;top:83.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEul7O2N3vqgwBM5kEaU9oZTx3sGxPNQ { width:20rem;height:2.5rem;top:82.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMWPNzoZxWptPtaTg98tJuQCU3aiXWmd { width:17.5625rem;height:2.5rem;top:135.25rem;left:1.25rem;font-size:0.875rem;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #y0vkMDkoZIB2eGv5bH8kyhD4vWgUi8vA { display:block; }
 }@media only screen and (max-width: 763px) { #Np31NxrbOZPlxGU6KdPUQIoScTEeuxPN { width:3.75rem;height:1.25rem;top:2.5rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #iQadxg8GOlgkxW8TDHkMIrmPAeieLoo1 { width:3.6875rem;height:1.2749rem;top:2.5rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #SBMIbbCDy5hTk2bIr8PObh5eLJtiXH1a { width:3.75rem;height:1.25rem;top:26.25rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #h0Qq1AV29Bg1MyLR7ZMnIA3EEJegZ90I { width:3.6875rem;height:1.2749rem;top:26.25rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #bzUESOXHQ8UmzfCRTkVaAJ90Zg6MGw05 { width:3.75rem;height:1.25rem;top:50rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #hTbSCF1zwfguJLaaz4ZEP7Ghp8e5f4u3 { width:3.6875rem;height:1.2749rem;top:50rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #ikQoy6HKRUW4J5AJKD7RIf3SEc14XqBd { width:3.75rem;height:1.25rem;top:73.75rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #KKm9EbHLw4q58BG3DbZ6O37vUMzI4OqV { width:3.6875rem;height:1.2749rem;top:73.75rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #DLk4ddFxhpblPtVtks5gex6eI1IqQQak { width:3.75rem;height:1.25rem;top:2.5rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #sRA42pHX4Z7Xwl3ZeP7n1Jbw7JQUws6F { width:3.6875rem;height:1.2749rem;top:2.5rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #JwL7y2CB9ew9hPX0FnTO3tlMLWczo0wa { width:3.75rem;height:1.25rem;top:26.25rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #amtSBgv0yN6bfJPNyntnwy8cRnbGu87E { width:3.6875rem;height:1.2749rem;top:26.25rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #sWZsblgH6mOyCUxRP5qdtcI2qC7S4WTX { width:3.75rem;height:1.25rem;top:50rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #ZZHfNDIhGvZugWdNc14PmUPTI0V9HiGE { width:3.6875rem;height:1.2749rem;top:50rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #EQ6DdasABavLo6TUCSB3rnKFkyAsRrJh { width:3.75rem;height:1.25rem;top:73.75rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #QSF9oHfzIpCLJsULGEp1TbGN3979Tw61 { width:3.6875rem;height:1.2749rem;top:73.75rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #loVuMxuNeSh4u6ibRXtdnEOzQT4hfncM { width:20rem;height:12.5rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgXzDdE4BRTD32eJlJZ84rrXQoarzh7R { width:20rem;height:12.5rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTJLnCEeQknSU0qZ0K3f3keRezHN3db { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fB1Z8PhSnN3TPE2eJkC570L8Tc1Gz7 { width:20rem;height:12.5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl { display:block; }#Gqnz8JtfgeX33P1iRMxVfihZC0l5QRtl > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRhd38gDBfCivFAB2a1zbavIJQHsKqIA { width:20rem;height:10rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr0CTqDNm7gISsSG3dxz2tP4U5uqIQLe { width:1.25rem;height:1.25rem;top:21.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGKWrdNr5ZrmNb6P3nzoK5zPXwqKKu66 { width:17.5rem;height:4.548825rem;top:14.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2yyewycrOttcDiy3T4lHB4Nzwp6SCtN { width:8.25rem;height:1.2246125rem;top:21.25rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFGa93GHXT8bBcy2Ce8tFIBi2cmsWTRr { width:1.25rem;height:1.25rem;top:21.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTITzekHTkmWhwLRMuc7SqwtJeI3JIk { width:20rem;height:9.9375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHVZxOfJKT0Wbg9BAeei64PIAHHH2lE5 { width:1.25rem;height:1.25rem;top:45rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3DzIUbCJ8zWETbLVEH4dWVT5yHAQIWl { width:17.5rem;height:4.548825rem;top:38.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaSezkpFyEudhkqK54X7vmZFWdZaPcKg { width:8.6875rem;height:1.2246125rem;top:45.02490234375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXNkvDb3t2H4cHV3QCsKCb6aVikGC0Zm { width:1.25rem;height:1.25rem;top:45rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgHDfM9EBgpdReIvzwMhWp8o6U0K5lh { width:20rem;height:10rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpcnPFrB457Zk6ucAvThaD0BJ32wQXD { width:1.25rem;height:1.25rem;top:68.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M07wVAJgPIwua6J3xIMh3WnbUTXSc1CT { width:17.5rem;height:4.548825rem;top:62.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLvp99lcFyWuzkIf8iQUl5hxLNgIIwy1 { width:8.9375rem;height:1.2246125rem;top:68.75rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1nTTJAcmwQZRZCu6CJr0eurD0I20oWa { width:1.25rem;height:1.25rem;top:68.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkfdR7vl37Zxmzt0VhNmTQVWHoJsKbhD { width:20rem;height:10rem;top:85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6E9ipE74DST2I1VOHG2xh8c93WtIGf4 { width:1.25rem;height:1.25rem;top:92.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxReQEX5D8aLLN62zexKJIPcsSpNKDT7 { width:17.5rem;height:4.548825rem;top:86.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsGGghLSaurVJg1PG38ncAc8CygV5sEQ { width:8.9375rem;height:1.2246125rem;top:92.5rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhO9x2idvRHQJ1dfOchWcJQt9h8SpDX { width:1.25rem;height:1.25rem;top:92.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnUzwT4aVsCLSGEwZND1TJ1tHi7uyDT { width:20rem;height:2.5rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILCpsDzBzKkoZWzUEItXcocXFAbWp3F1 { width:15.0625rem;height:1.3808625rem;top:11.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd0E5KybUMeIzmgkWuVb8XOliHFMswv2 { width:15.0625rem;height:1.3808625rem;top:35.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxvFJzyvh8WvebnM1OFumkGhTZbb7KL { width:20rem;height:2.5rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Nb0xxxs9MLkfTp9TIT10vsTOgsJsWA { width:16.5625rem;height:1.3808625rem;top:59.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFDrW8BShvXpbyohgokbwXoLEk6bqhUD { width:20rem;height:2.5rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9P50oFFGXtBXbVJKOrB1WIK4RyhirEr { width:17.375rem;height:1.3808625rem;top:83.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTEzHRPgzRtgsPUqIhI3FroZLhAhrvT1 { width:20rem;height:2.5rem;top:82.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8iuRmkRnNrOvvoUiyz2qeIQTyfauT0T { width:3.75rem;height:1.25rem;top:2.5rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #rdaXFB1Cau6seFELDhELOJBTMDpclPaA { width:3.6875rem;height:1.2749rem;top:2.5rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #quyHpuX0lRqH0PHh1EWrc1JUvBkfbZZV { width:3.75rem;height:1.25rem;top:26.25rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #vwPFqMcig2TxEHNLLpsfL3fXvfsb1fUv { width:3.6875rem;height:1.2749rem;top:26.25rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #hhrNTJnDQ2SnUPng1Uff4Ofgpq34tJVT { width:3.75rem;height:1.25rem;top:50rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #xAG7tyuVw5WFt8JIckZrOqhqcDeLVEuV { width:3.6875rem;height:1.2749rem;top:50rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #vEExhNzO6UJQaUG5yroqKCqgOqnrgJOL { width:3.75rem;height:1.25rem;top:73.75rem;left:1.25rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #uFy4Sa3DBdeTylZebkDqzB5BoemX0i3F { width:3.6875rem;height:1.2749rem;top:73.75rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #atEmnEkDXwumx6B9NzJKyW83qZZSDdJ2 { width:3.75rem;height:1.25rem;top:2.5rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #vSOlcWoev2dnVFAUVEfMHpInSXJgpwhs { width:3.6875rem;height:1.2749rem;top:2.5rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #qIFy0SSHmkLei18msT2FhLxBewQBOvuT { width:3.75rem;height:1.25rem;top:26.25rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #WNoT0gFD8b9Af4IvHm5sVrTNv3TUBxD6 { width:3.6875rem;height:1.2749rem;top:26.25rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #IlHTMIaArQHZC5mlv01D9peyMuplzXSW { width:3.75rem;height:1.25rem;top:50rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #mspydVSy1d5gqqJ2fwPvFPXMTfMP2ZRR { width:3.6875rem;height:1.2749rem;top:50rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #Ae1gZ0nqldwMTTXUDluUp4yZdBQl6aF6 { width:3.75rem;height:1.25rem;top:73.75rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #HNQ7Ogo8RMzhVTv2xTxnHLZsfVxkhtVI { width:3.6875rem;height:1.2749rem;top:73.75rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15133;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #D452uR6JA0uyVwxqFRJ3HsVyT1s4Evlk { width:20rem;height:12.5rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwty4601QFOF55HiDGSXBXKRDvHOS2s { width:20rem;height:12.5rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCIbOGS0VHWBmAANqn5pV831cmblAEJx { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovO11Tv3rCudWrC6Sdo66dDPow2tEatr { width:20rem;height:12.5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh { display:block; }#UT8EVGLAheE4iB4yXVJCWLzaimtR6NNh > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArbRvXu1gWzsk3ABaqJZ48QfZqyiTqsR { width:20rem;height:27.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3op6g8x3pzK0ifx9sFcX0kleq6FrRMC { width:17.5rem;height:3.73730625rem;top:5rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBrzDNB9g1RTNWOwASrFF5VlQw1Oub7K { width:17.5625rem;height:9.098625rem;top:10rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJBpsZWrn7CIFxrPGXZ9OgZvuavoam2T { width:17.5rem;height:2.5rem;top:22.5rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PExEeF4eMahQIQeg5ZoeRDklR6B14cVe { display:block; }
 }@media only screen and (max-width: 763px) { #cwOFQX2Ld3Cfs1zzgaZFf9lzSIuxu8Cz { width:17.5rem;height:1.29980625rem;top:25.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 { display:block; }#DMoJXFwHkUgfaw6RgITFMSlqzic1Twp2 > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMLc1Rs66434CXOEmqQyZFNxIywzy5uc { width:20rem;height:7.625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWpxCPcuLl8y1vWSmQZ7McAiSAtcCIzo { width:20rem;height:1.4624rem;top:10.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaoI3HDmhNGGTRH1Zf0fk0QTX9sM9qbU { width:19.3125rem;height:1.29980625rem;top:13.125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xs7qWay8LRDSL8PQob0g83fTmbkiqEO0 { width:20rem;height:30.1875rem;top:16.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqolNCBze7vppKlak1VnHCt1hzSO6cH { width:20rem;height:18.75rem;top:17.4375rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #QsM3WIuNTNGS086p26rLgMsp6NuJ6Jlk { width:20rem;height:3.625rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn11KQBzT2GzOq9JfL1itESKIzuEmrTT { width:10.875rem;height:1.29980625rem;top:47.375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHWAnRMkqOFNlI0kfiBHiRFSZLVUUAtb { width:1.3125rem;height:1.3125rem;top:47.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6dQQlHz5qRFrZd7QJpJ2UnvFL89SgT { width:20rem;height:2.5rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S32aWSPC64GyecX0xOmVXdVWi5P8VQIH { width:20rem;height:auto;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #W1sCiqXtBkCWfR0WA3wTo387TIsnxNNb { width:20rem;height:3.73730625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oSKfbmSEWTqdJdJmLyLi8HLsETOUC4g0 { width:20rem;height:9.098625rem;top:51.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kBZZJVa46IbB4WeoOkG7sTEhT76brdWP { width:20rem;height:5.486325rem;top:62.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#kBZZJVa46IbB4WeoOkG7sTEhT76brdWP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #oVvQTtpDqAR1rFBaM9C6lK9GU3QHIibx { width:20rem;height:10rem;top:69.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #a1Hy6TvFaMNmlZeXq1Z5wCtMxSNUSRoM { width:17.5rem;height:4.548825rem;top:71.1875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #WLT0vD9GHOFOAalvh7zwXNrL0smqB9am { width:14.5rem;height:1.2749rem;top:77.375rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #kqgITsaoS40mXSc1yKnn2AUgeUh51TV9 { width:1.25rem;height:1.25rem;top:77.4375rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Z6CHWAuHnHNitBRwSNa4TaGMeveIMepV { width:10.625rem;height:0;top:72.18355rem;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) { #iTygi3CGGQ8opJxiKkoUvGd8ski3TGbn { width:1.25rem;height:1.25rem;top:77.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwPqukXVetot6fTylRFGxWlp2hLgksF5 { background-color:#f5f5f5;background-image:none;display:block; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container { background-color: transparent; background-image: none; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container > .video-iframe-container { display: none; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row > .video-iframe-container { display: none; }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .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); }#fwPqukXVetot6fTylRFGxWlp2hLgksF5 > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enCSyxScGFzVe7v9i494yXcvrBzpffml { width:20rem;height:1.13720625rem;top:27.375rem;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) { #NuOb0iwJnfEFQUT6rosknw22HZRbvQ7V { width:5.125rem;height:0.9624rem;top:29.0625rem;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) { #eNcRIueyCSNZAuLCzFcORgCyEp2Dbz24 { width:6.5rem;height:0.9624rem;top:29.0625rem;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) { #cJtvWqDXSG2cTXTszubHopNTPGWQwhSO { width:5rem;height:0.9624rem;top:29.0625rem;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) { #GJPEzS2FegArEfksTnxHoLlAgTWGOXgZ { 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) { #VtUiut02gxWQbEAlnmW5ey0CZ0LedLgM { width:20rem;height:8.9238375rem;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) { #yxxAM2vtpeR2aKNexdZsQvqPvFSrc7K9 { 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) { #uLDycag9MQcu0mX8HUZwRuRC7zgqvItF { width:10.5625rem;height:1.6875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkC06O2fqd7Tp9d4esZVNg70iXSkAMR8 { width:11.25rem;height:3.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1uAwMUfg3vpmFUBd8cNUF47A34TEbli { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row .container { background-color: transparent; background-image: none; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row .container > .video-iframe-container { display: none; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row > .video-iframe-container { display: none; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .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); }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row .container { border-width: 0; border-radius: 0; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1uAwMUfg3vpmFUBd8cNUF47A34TEbli > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWL5AyLHvD6yFJPHHzoB7ma8cyqaGdl9 { width:20rem;height:3.1875rem;top:0.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:"open sans";z-index:15011;color:#ffffff;display:block; }
 }