.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:230,246,232;--color-primary-1:173,224,178;--color-primary-2:91,193,101;--color-primary-3:46,97,51;--color-primary-4:14,29,15;--color-secondary-0:255,236,224;--color-secondary-1:255,190,150;--color-secondary-2:254,125,45;--color-secondary-3:127,63,23;--color-secondary-4:38,19,7;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@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;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); }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,114,114,0.12);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; }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row .container { background-color: transparent; background-image: none; }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row .container > .video-iframe-container { display: none; }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row > .video-iframe-container { display: none; }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .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); }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row .container { border-width: 0; border-radius: 0; }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#A5yTcTUqndg8lTCOtC3m8sC3bFBHlzA1 { position:absolute;display:block;z-index:15003;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.5625rem;width:5.375rem;top:1rem;left:27.8125rem;overflow:hidden;display:block; }
#yTDrGiB5ebd8GyQf9EBGnW0aibHtLCas { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.9375rem;top:1.1875rem;left:35.25rem;overflow:hidden;display:block; }
#zpSLoxGr8fqzmqsrd7DBZtdHBrEBk4hx { position:absolute;display:block;z-index:15005;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:4.6875rem;top:1.25rem;left:41.5625rem;overflow:hidden;display:block; }
#KBsWMbPxQpuezRtnMBRgIVCtO7fvsI7R { position:absolute;display:block;z-index:15006;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.375rem;width:4.125rem;top:1.0625rem;left:48.25rem;overflow:hidden;display:block; }
#IrhTlNJZJuFM3fgHIsGmvT0Rt8c0IhGv { position:absolute;display:block;z-index:15006;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:2rem;width:5.875rem;top:1.34375rem;left:31.5rem;overflow:hidden;display:none; }
#lkDWrgPUef754xMsfZabMlTm7EaqZ4nz { position:absolute;display:block;z-index:15006;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.125rem;width:3.125rem;top:0.6875rem;left:22.6875rem;overflow:hidden;display:block; }
#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c { background-color:rgba(var(--color-tertiary-0),1);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; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container { background-color: transparent; background-image: none; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container > .video-iframe-container { display: none; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row > .video-iframe-container { display: none; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .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); }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container { border-width: 0; border-radius: 0; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;overflow:visible;position:relative;display:block; }#f2spZiRibPaNKqW163XIzHJNLqPegTB0 { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;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; }
#XcWOdFl8A6BfDW0rup37V6fSP5nNqALb { 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; }
#XcWOdFl8A6BfDW0rup37V6fSP5nNqALb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#C79TVzniI8SgRlUe5SJLQVtpn0L1cKOb { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;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; }
#S4dGUmzAedBu8utUG7CNBce6lmKVZUXv { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;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; }
#uPcGCUmAuom3N08JCmFCOGbWvceBQ7KB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1rem;left:62.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#BUwkwx7gGzbpXDTu7c9RuIvUbnI26fea { 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:3.5625rem;width:11.8125rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#ZcsVgQ7S1lQpVTF6GunaofugoHVB2GOh { position:absolute;display:block;z-index:15009;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.3125rem;width:4.6875rem;top:1rem;left:56rem;overflow:hidden;display:block; }
#PCctK7l4q5JQhFX8ZuoJGrw62yB6aXJr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:61.34375rem;display:block; }
#xZa24ZsJvD4aSp675QDLNaC6yCvEakDP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtrXTg6ZIDTb6pv8XwB0SFqNw0QIxNCH { 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:2.9375rem;width:9.4375rem;top:1.15625rem;left:10rem;overflow:hidden;display:none; }
#k36vGTp5yfKx1PUdEcI0pDdsXPvSTLuO { position:absolute;display:block;z-index:15068;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.8125rem;width:7.8125rem;top:0.75rem;left:47.625rem;overflow:hidden;display:block; }
#Uqz0hd8gqrDfuTot1scWooemkrZF80sD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.5625rem;left:47.6875rem;height:0.89355625rem;text-align:left;text-align-last:left;display:block; }
#AsB2ZqQJ1EA5ZX1JqDoSFxAFQF6J5dso { 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:2.125rem;width:4.8125rem;top:1.5rem;left:12.5rem;overflow:hidden;display:block; }
#bBmmBilA6wylLdCIO76skt1sW6MDDSxt { 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:3.125rem;width:0.125rem;top:1rem;left:11.75rem;overflow:hidden;display:block; }
#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row .container { background-color: transparent; background-image: none; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row .container > .video-iframe-container { display: none; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row > .video-iframe-container { display: none; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .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); }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row .container { border-width: 0; border-radius: 0; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#z5PFifMtz2fHig0w4BeKhdqOLLlV0TNg { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.056640625rem;left:3.25rem;height:1.13725rem;display:block; }
#bAUT9hAk9o9DmSeaP6lMMs4W2mHirCF6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.056640625rem;left:23.125rem;height:1.13725rem;display:block; }
#i6uT2BVTGC72m1G6NTxps2uoLvVZ17ie { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.056640625rem;left:43rem;height:1.13725rem;display:block; }
#TRP3H7IzrcCA1e8qN9POoIb7JAuOzJDC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.056640625rem;left:65.125rem;height:1.13725rem;display:block; }
#CfSre4w3bMe84z5T5m3ItRDMhpMGyHoF { 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; }
#s9MWTrwOC0pnXziXQ0cPpDXXhUhnuqVk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.9375rem;left:1.375rem; }
#XrulwwNWr8np95EeC9GqvTqNTQhamco1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.9375rem;left:21.25rem; }
#vIUwooFCNvgFHDFGTHGasq4WdioEbLOp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.78125rem;left:40.8125rem; }
#L8gOdyTn8LHNCQZHzMe6p7TSNbNySNfl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.9375rem;left:63.125rem; }
#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e772791-e22f-4db7-8cc4-f0f6f50c2d08/EdengroupxOhme1.jpg");background-position:center !important;background-repeat:repeat-x !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; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0.adaptive-delivery-prevent-bg, #vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0.lazyload, #vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0.lazyloading { background-image: none; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container { background-color: transparent; background-image: none; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,19,4,0.6); }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container > .video-iframe-container { display: none; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,19,4,0.6); }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row > .video-iframe-container { display: none; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .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); }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container { border-width: 0; border-radius: 0; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0::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; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#LOo1TCBfpFUMi6B1FApUrXfJc0QTJT89 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:25.6875rem;height:2.4375rem;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; }
#NCVH11tmFJgUG3t9zFiRzKLdSUTcbI3o { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:17.09375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sw6E2415In5UN25Ps1RzHi2NHwqtxSfI { position:absolute;display:block;z-index:15007;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.0625rem;width:7.125rem;top:1.9375rem;left:27.875rem;overflow:hidden;display:block; }
#mUJzTVEyh84rV8T6EWNi4fo8MiBktndq { position:absolute;display:block;z-index:15007;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.4375rem;width:1.4375rem;top:6.75rem;left:50.375rem;overflow:hidden;display:none; }
#RPULWcvXbX7KOBvCm1UuaZtKKattt4ht { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.900390625rem;left:23.25rem;height:1.13725rem;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; }
#i4dZwaniThX8rm7IqgHTrPVhlHu6dmyL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.900390625rem;left:35.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sv7mF60qE27kb10qLNKKToyl07ikTECW { 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:1.5625rem;width:6.5625rem;top:1.625rem;left:42.5rem;overflow:hidden;display:block; }
#uQeCt1SbLp35taGGsNiDcFC3bxVTwEZS { position:absolute;display:block;z-index:15003;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.875rem;width:6.5625rem;top:4.125rem;left:19.125rem;overflow:hidden;display:block; }
#qH0CDILXw0mWwBMorUeppTn4X4F3JWzs { 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:15010;opacity:1;top:11.5rem;left:35.9375rem; }
#qH0CDILXw0mWwBMorUeppTn4X4F3JWzs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#cqi3SBWkrvBFiRlnVlrRTBAGZBoIhuiz { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.625rem;left:17.09375rem;height:1.21875rem;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; }
#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 { 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; }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row .container { background-color: transparent; background-image: none; }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row .container > .video-iframe-container { display: none; }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row > .video-iframe-container { display: none; }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .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); }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row .container { border-width: 0; border-radius: 0; }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#zJhWgm5vTuZeQIEeVCsIPnTCIGXAWUg3 { position:absolute;display:block;z-index:15000;height:17.4375rem;width:31.125rem;top:1.28125rem;left:21.9375rem;display:block; }
#mRU6GBG3BBIbsC73Wvw6qcfGXiWGWGN7 { 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:21.875rem;width:13.8125rem;top:3.25rem;left:57.9375rem;overflow:hidden;display:block; }
#E495lCF1IiGCATFtE4mdQwWT9i6ckIWx { 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:15.1875rem;width:17.875rem;top:9.9375rem;left:0rem;overflow:hidden;display:block; }
#sETPk7POMlhS2i6yCyFchWtIPAxclrWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252722;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; }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row .container { background-color: transparent; background-image: none; }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row .container > .video-iframe-container { display: none; }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row > .video-iframe-container { display: none; }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .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); }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row .container { border-width: 0; border-radius: 0; }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#ih1wtUHh9itihV5BWfK4NrSbKlfdESNQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:14.4375rem;top:10.3125rem;left:13.9375rem;overflow:hidden;display:block; }
#TUEWtSkbAgkzWkCsChkFVAPZnTru3vxx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.1875rem;left:10.96875rem;height:1.875rem;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; }
#WwEUpEl7fdAtshZoZgxrsLJBW6WZF5gW { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.4375rem;left:16.4375rem;height:1.04980625rem;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; }
#Jc8NXXBtlFHyEZwBcdctTJac8IAMHv0C { color:#272727;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.6875rem;left:15rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iQxgRarkfMQNPHLhbRy9dRUAGq78T4mn { color:#272727;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.375rem;left:10.9375rem;height:2.2745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZDXESAFeMvcuV8iJ9eGor0mlT7KSpznV { position:absolute;display:block;z-index:15007;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:15rem;width:10.4375rem;top:9.09375rem;left:48.6875rem;overflow:hidden;display:block; }
#d37akyby0ZrxrOMZwMW6kQHwKXRpJqzu { color:#272727;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.375rem;left:43.6875rem;height:2.2745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFr1UCntuEQno0yddChgUw75vmBye16Z { color:#272727;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.6875rem;left:48.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#We7hOqmfpwP4p2Z9ZI8zCaizDWdovoVF { color:#272727;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:12.4375rem;height:8.386rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#We7hOqmfpwP4p2Z9ZI8zCaizDWdovoVF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#We7hOqmfpwP4p2Z9ZI8zCaizDWdovoVF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/20eda89a-f5e4-49f0-a849-351401567ba1/Tick.svg); }
#D3b9DmyX1Zl0xG8oL3wsIaJ8AgZtvAQW { color:#272727;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.75rem;left:45.1875rem;height:8.386rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#D3b9DmyX1Zl0xG8oL3wsIaJ8AgZtvAQW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D3b9DmyX1Zl0xG8oL3wsIaJ8AgZtvAQW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/20eda89a-f5e4-49f0-a849-351401567ba1/Tick.svg); }
#bsPpWEI8JFxXbRyXE2ZVD09Q0aMlbA2T { box-sizing:content-box;height:37.4375rem;width:28.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8rem;left:7rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#gEVpRN18TB4rEQlwsQ8CxgQPgRmZyMP4 { box-sizing:content-box;height:37.4375rem;width:28.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8rem;left:39.75rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#MCuWTGbwRHVf80RTyC3O3c5AwT9Bn3HB { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.9375rem;left:45.125rem;display:block; }
#KX0CZAFsaeEnOgecXm9zaNMFxiHGtPG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQm0dEIWcKxxgbsqOBr6AqF21kp29wGG { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.9375rem;left:12.375rem;display:block; }
#VLdwtbxnSZJrzParMmcxHsTAatwXt4h7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d { 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; }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row .container { background-color: transparent; background-image: none; }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row .container > .video-iframe-container { display: none; }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row > .video-iframe-container { display: none; }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .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); }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row .container { border-width: 0; border-radius: 0; }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#TB4TgcJP5lcPDxfooOGa8cpZpEvNDE5M { position:absolute;display:block;z-index:15006;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:2rem;width:5.875rem;top:1.34375rem;left:31.5rem;overflow:hidden;display:none; }
#ThqK96eflmEvNgsy7ZMA80FmzEhzBgaK { position:absolute;display:block;z-index:15015;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.3125rem;width:7.625rem;top:27.8125rem;left:33.6875rem;overflow:hidden;display:none; }
#ZwlBFb2UvaIKhTNcTGN9oX6l555PXcmp { position:absolute;display:block;z-index:15016;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252722;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; }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row .container { background-color: transparent; background-image: none; }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row .container > .video-iframe-container { display: none; }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row > .video-iframe-container { display: none; }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .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); }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row .container { border-width: 0; border-radius: 0; }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:75rem;position:relative;display:block; }#KrJJu8TNZgQ8uOmHXiply4DuSQWH8zbM { color:rgba(var(--color-tertiary-0),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.26171875rem;left:13.59375rem;height:1.875rem;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; }
#vwyXOAKCTPRD7buBoJ6CBGPQQg80iQCk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.8125rem;left:23.75rem;display:none; }
#gntT1DnwIafFOZ23GbEKJrs9q3bt87pa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sxE3mpy7A1gzFE5A85w1h41qbRawzbKA { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:65.4375rem;left:23.75rem;display:block; }
#L3wpsEpBsRZerBbbe8oW9M4Vn1NlFsTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMJPsiTwA36AdTHaoMo7KQG9tuiRv0ec { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:4.25rem;left:0rem;display:block; }
#vvhlmseplnoFdHfeP9WQAyWa1wR1xuTT { 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:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:0.9746125rem;display:block; }
#aoUrtIgDh6sLFdREnn5iTaBfCoZCLirt { 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:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.75rem;left:31.25rem;height:0.9746125rem;display:block; }
#I1KZqQrey0bEntvLpsT54JL9sr8DF4fT { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:4.25rem;left:31.25rem;display:block; }
#rXfatuDSUEBED3HfRg2yDqld20aZGKqF { 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:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:16.75rem;left:62.4375rem;height:0.9746125rem;display:block; }
#Cslv2FDnr7XIhTefMLGzAwGqhPk4uokP { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:4.25rem;left:62.4375rem;display:block; }
#FJvaONafQexc4AB3MDP1Z5eSJoqf4XKd { 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:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:16.75rem;left:47rem;height:0.9746125rem;display:block; }
#Icryxkfp6Q2Tmv0N5NSVpoOmUCNfIX7Q { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:4.25rem;left:47rem;display:block; }
#xTcqQWe4r2CK8MELqWNcQgmgNWxyxrLh { 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:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:16.75rem;left:15.75rem;height:0.9746125rem;display:block; }
#LfcZPyN1p5oSDtRfEV3ni0pS7T4brKSh { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:4.25rem;left:15.75rem;display:block; }
#vDqr5PwIxdctBanHKJANMJDEvlFq1Kki { 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:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:32rem;left:31.25rem;height:0.9746125rem;display:block; }
#GRPPkCgWVmrC8NPyevRTD9dahOhgPhMO { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:19.5rem;left:31.25rem;display:block; }
#cahB0owxTiDDo7LN6iOexo319RmMu1uo { 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:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:32rem;left:62.4375rem;height:0.9746125rem;display:block; }
#IpW4IZ6bFSBUqqTovWqi49yl4ZtmHgCO { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:19.5rem;left:62.4375rem;display:block; }
#SBmmlHJRZJRsCPAaa6AWlytoizD6TDLk { 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:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:32rem;left:47rem;height:0.9746125rem;display:block; }
#OupObflDfxq8841qq8zrWgfbqS7cRW6q { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:19.5rem;left:47rem;display:block; }
#ht2XdI1bsTn5SfC7dSgURPgNTbaxJrUd { 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:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:32rem;left:15.75rem;height:0.9746125rem;display:block; }
#ARvA9AsF6bgQsWz7nPqeJUKrDe0VgCny { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:19.5rem;left:15.75rem;display:block; }
#Esig9sRHeOTWslZdMHEkxhG1OxIgdrJO { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:19.5rem;left:0rem;display:block; }
#X92Br0dZUA7Q7vIEfBd3g0bRfLsg6Bh7 { 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:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:32rem;left:0rem;height:0.9746125rem;display:block; }
#hveEOTgRSBhO1cBAbhDOu73aRXqB6Uo8 { 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:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:47.25rem;left:31.25rem;height:0.9746125rem;display:block; }
#TzFPiCQz6EyhmsHkz3NLPbttTtnJ2SRR { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:34.75rem;left:31.25rem;display:block; }
#D9Q0ThTh1i8fDJ8GKiEpcOIex0b47itJ { 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:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:47.25rem;left:62.4375rem;height:0.9746125rem;display:block; }
#wX3hJHTkVdCqfL1SgIcOMs62Au8S9idh { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:34.75rem;left:62.4375rem;display:block; }
#g5TTdVP5ACOH2RZK7A9F4VBRRZJk7ZMF { 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:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:47.25rem;left:47rem;height:0.9746125rem;display:block; }
#axGQkTRZxZ9qWWqpUDRtTmUedRMV3syw { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:34.75rem;left:47rem;display:block; }
#q3qcBlkIGqBM5TzIydMooa77OTVlK3BT { 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:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:47.25rem;left:15.75rem;height:0.9746125rem;display:block; }
#amHr1CkO7f3oRrmFLQ0cdcSvpWOLkfBL { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:34.75rem;left:15.75rem;display:block; }
#Iz9CozOZVdG7idy7NNpxeUTKZAWWzSGx { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:34.75rem;left:0rem;display:block; }
#DTcUaUrXwRti6TNrnCtItsw5XoakkTUt { 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:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:47.25rem;left:0rem;height:0.9746125rem;display:block; }
#VLzmTedAIrgr8CMWUzNTOlIaSKcTIKni { 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:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:62.3125rem;left:31.25rem;height:0.9746125rem;display:block; }
#lilzuH4sOtbnwSI2nnWueXvLRXvVAQ3D { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.8125rem;left:31.25rem;display:block; }
#pqL66s5UCNsNmCQ3u74JvhQvS325eP7y { 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:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:62.3125rem;left:62.4375rem;height:0.9746125rem;display:block; }
#MfMRLxOrCMw2TybdWaSkOvOSZ94azCZt { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.8125rem;left:62.4375rem;display:block; }
#IShoS4eagzHc54TbLisyIxPNXXXHtq0f { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:62.3125rem;left:47rem;height:0.9746125rem;display:block; }
#uoaxV1fHuGquf2KuVTdZdRcwuZpquxAc { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.8125rem;left:47rem;display:block; }
#d3xu2izVQkz2VuqxMpAMNdD6lQXwmxZo { 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:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:62.3125rem;left:15.75rem;height:0.9746125rem;display:block; }
#EkJV6TCRPgm42htwK6CQp6AoUWVAuD15 { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.8125rem;left:15.75rem;display:block; }
#bXrzH7U0GbfxelcSrAJepMmVPUvdm4X2 { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.8125rem;left:0rem;display:block; }
#uEtC7i1xy9QnSIruuskoO3OTpEM1zbEl { 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:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:62.3125rem;left:0rem;height:0.9746125rem;display:block; }
#QwwwUrEl94WwpBP1yTd8QLasUSVN9ItM { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:4.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#x3WneenaZFTcxxxC187E0yCWugBuIzEV { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:4.5625rem;left:16.09375rem;overflow:hidden;display:block; }
#lTCXiCH3Shmbeebg9Gp51NU7xczbL3Bf { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:4.5625rem;left:31.5625rem;overflow:hidden;display:block; }
#lCPQiueEn03WGSIbTQlIvLuRdfxVvnMl { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:4.5625rem;left:47.34375rem;overflow:hidden;display:block; }
#oCfvTd08Or9Qt28NlIFKCaXUpBXXsP4s { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:4.5625rem;left:62.78125rem;overflow:hidden;display:block; }
#UP0aEJwqpbEc9vXLOKuriddULXsU5W8T { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.8125rem;left:0.3125rem;overflow:hidden;display:block; }
#Vn27iKkEUcFJ60M0UEG5gIVDZwC6Q4Qr { 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:11.875rem;width:11.875rem;top:19.8125rem;left:16.09375rem;overflow:hidden;display:block; }
#BQIe4knGmiToyUX1Ma7wmCf2aoDOTIvW { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.8125rem;left:31.5625rem;overflow:hidden;display:block; }
#Plovmnd3SvDDkFsphX296fZPFt6IFM3k { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.8125rem;left:47.34375rem;overflow:hidden;display:block; }
#n46KOxroWB9GQmk7mhkUTLrI6phkBdq4 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.8125rem;left:62.78125rem;overflow:hidden;display:block; }
#pfiwFh3o4HzGCbu4ROWaxRnZuFx2Hbx0 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:35.0625rem;left:0.3125rem;overflow:hidden;display:block; }
#idNBfvZ8bfOLdNLoTG4w6R6k9EovK1h4 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:35.0625rem;left:16.09375rem;overflow:hidden;display:block; }
#FdL34G1qUsUM4LcVG3rrHlz6K90OTZgG { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:35.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#twHL4qnDqwhMIMroIJnxplB6medFcPoV { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:35.0625rem;left:47.34375rem;overflow:hidden;display:block; }
#L7l404pl0cHcshsNGSZmmUxhddILwnN9 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:35.0625rem;left:62.78125rem;overflow:hidden;display:block; }
#kTQ4siQ9hsVPvx3I06bXEumhnoSs3oHt { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:50.125rem;left:0.3125rem;overflow:hidden;display:block; }
#Wf0h9BcBQhXgrJqN5qh1xbR740c9FOXi { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:50.125rem;left:16.09375rem;overflow:hidden;display:block; }
#NEvQmhOLbJ9IHdTf36gRKzpJnNFoDOZ2 { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:50.125rem;left:31.5625rem;overflow:hidden;display:block; }
#RbUGZPu6gFFx72UCarq6Cxr3GHRTbtn2 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:50.125rem;left:47.34375rem;overflow:hidden;display:block; }
#VByDVxOXqrOKeAHZGVpeMbJhFrSOU4i2 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:50.125rem;left:62.78125rem;overflow:hidden;display:block; }
#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96afcef4-e845-44aa-9d45-107085a99a63/roofing.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i.adaptive-delivery-prevent-bg, #JACgDsf496HN2cQVKH1XGKAwiNsHgV7i.lazyload, #JACgDsf496HN2cQVKH1XGKAwiNsHgV7i.lazyloading { background-image: none; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container { background-color: transparent; background-image: none; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #252722; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container > .video-iframe-container { display: none; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #252722; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row > .video-iframe-container { display: none; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .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); }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container { border-width: 0; border-radius: 0; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i::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; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#GaHF41ZDTKFaipTJ5dNWoTtwV2ubAkoW { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:17.53125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2ltVRbhIwVqc5Ta8TxGsKClD8VF5ztx { 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:15023;opacity:1;top:4.875rem;left:14.25rem; }
#fdmlC2dB6Txr1P2vwTucur0ooKLoybPe { 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:15024;opacity:1;top:4.875rem;left:35.9375rem; }
#m5XOSaobd8Juv6Q3s0PT3RRKVURBvpey { 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:15025;opacity:1;top:4.875rem;left:56.1875rem; }
#RxKTDPqJL6sOC15zLWCTAtWlozwG6FKV { color:rgba(var(--color-primary-2),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:13.75rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f4TQPTqK420cQfQRkhw19P6GTG1yVyC4 { color:rgba(var(--color-primary-2),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:35.4375rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVRosauyh6eLuTMSDDLtv7azPvkQ3ALK { color:rgba(var(--color-primary-2),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:55.6875rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zfSdTSZAXT6MV7cKPXkFQsUhZpPmVRML { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.6875rem;left:10.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTsuIDIS21SPgOr1yRaiDGaeFnTdlfhT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:32.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cToTZqcrM5tFEJDO4tRWkVzqAnTolXyx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.6875rem;left:51.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBOzRKT4BPFTnTG5Kf9QEdSb3uKpAchJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:8.1875rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sNBv6TbARKvWXdRJ2aPXgiuob70oUOmv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.875rem;left:29.875rem;height:3.41175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hV3Em5BGI0IkWX1zkHMB3lnqZ1A6Ofzz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:50.125rem;height:3.41175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGIduWbwSE385eFeA2Vb9mn39fka3ACE { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.8125rem;left:23.75rem;display:block; }
#DOVAJoSasNrF2sJ6FHoJKHfLXeNMCSow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXGTg2qWUqR8I9tiG0paVCCZuHdNulD4 { 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.0625rem;width:7.125rem;top:23.8125rem;left:29.25rem;overflow:hidden;display:block; }
#cJZaoDiOZ7znO41gfVmUt5aV5rTKioNL { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:24.625rem;height:1.13725rem;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; }
#BkTTAsUIsT8TDTcGbBRZfZdlUPS1GpqT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.75rem;left:37rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kSx8K8RWNPrAFukXQ6aubQyDF3Db6LVa { 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:1.5625rem;width:6.5625rem;top:23.5rem;left:43.875rem;overflow:hidden;display:block; }
#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99d04dcc-60d0-4c62-94ab-1dbe50247c8f/evchargerinstallation.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0.adaptive-delivery-prevent-bg, #ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0.lazyload, #ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0.lazyloading { background-image: none; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row .container { background-color: transparent; background-image: none; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,0,0.75); }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row .container > .video-iframe-container { display: none; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,0,0.75); }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row > .video-iframe-container { display: none; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .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); }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row .container { border-width: 0; border-radius: 0; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0::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; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#lpWE0H0c4cgUIWFSfCUdc7sUwdQsngFu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.3125rem;left:6.09375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTcxC8rm41HFsaCvPPb7degRJrn8ee8A { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:11.5rem;left:4.6875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#FFMGhnH6Bg7PWAvJTg2IcMTpQ9yn4VDU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.3125rem;left:32.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sb83zbd4mh7a4TtcVdTzc0uDRPM7DwNX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:11.5rem;left:29.875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#Kr2bVb0eSJJiNJRzyw6G1dWdEfnVuvmZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.3125rem;left:56.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owRNdoyNCaSuWxCx6W1ax6WqqmNatGTB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:11.5rem;left:54.875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#vGc1TedhtWOXSEVShTCvphL9eRvTaJzX { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.5625rem;left:19.4375rem;height:1.875rem;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; }
#iGRWadzSElazIl1WOfGe5mcB3tKwSQbQ { position:absolute;display:block;z-index:15005;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.1875rem;width:2.1875rem;top:5.6875rem;left:11.4375rem;overflow:hidden;display:block; }
#wu8PQL8XNX6vJgZk8rcBh3rfKZMOhx9l { position:absolute;display:block;z-index:15007;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.1875rem;width:2.1875rem;top:5.6875rem;left:36.40625rem;overflow:hidden;display:block; }
#KHmpgtq8OG3PF56GURr7Pmyp5dbL8VwE { 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:2.1875rem;width:2.1875rem;top:5.6875rem;left:61.40625rem;overflow:hidden;display:block; }
#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU { background-color:rgba(var(--color-tertiary-0),1);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; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container { background-color: transparent; background-image: none; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container > .video-iframe-container { display: none; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row > .video-iframe-container { display: none; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .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); }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container { border-width: 0; border-radius: 0; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#feC41CUwSxy3msZbC4e6vti49f8KiOQC { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;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; }
#dWJ07Bc4rkXGLmahI7vEDCN9wezTkBJr { 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; }
#dWJ07Bc4rkXGLmahI7vEDCN9wezTkBJr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#UQ7MLhdFaRIEQ6cizlOrxl9tHIZTz8LN { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;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; }
#OkApD9MX7ItgNZcT3ynRTA7PkcCPXMHl { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;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; }
#tXKZ60hT3pZKT5dCMnUgQiQ0vn2y6LB9 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:64rem;height:1.05615rem;text-align:right;text-align-last:right;display:block; }
#xrToxrQEl9b9RFE2gTFmvHHBVJ8QHGRv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.0625rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#Wcun8yNwOpMPSEvzXaNb10k2CmhbW2g0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.72119140625rem;left:33.65625rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#zOyHPyu4pOuBORN9qnropKTbxTtv3Gc9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5rem;left:58.875rem;height:1.05615rem;text-align:right;text-align-last:right;display:block; }
#gwnJ9uA0a3y3nVBkUQ87v30vB88wZLqo { 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:2.9375rem;width:9.4375rem;top:2.25rem;left:0.375rem;overflow:hidden;display:block; }
#MdReEVUhLUsMdChsaIE11sdlgBiVgsmE { position:absolute;display:block;z-index:15016;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.9375rem;width:8.8125rem;top:0.59375rem;left:35.53125rem;overflow:hidden;display:block; }
#eUrDyzuZf2nXghA8utprig9gb7sywpKl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:2.6875rem;left:62.75rem;display:block; }
#LzLQZew5dswurqvglQelPT2bmE5Pi21s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epXX1w2ycTZTJ3oeQBhXCh5U6Thl611t { 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:2.9375rem;width:9.4375rem;top:1.15625rem;left:10rem;overflow:hidden;display:none; }
#paL8rraJnDXnhF2FdgbDTRFmHq9ZyOnQ { position:absolute;display:block;z-index:15009;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.3125rem;width:4.6875rem;top:0.96875rem;left:49.5rem;overflow:hidden;display:none; }
#dHQtcsS6iESdX3z5w8oxzn0BMIOTi1PV { 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:2.9375rem;width:9.4375rem;top:1.15625rem;left:10rem;overflow:hidden;display:none; }
#OFbNFtCZmITuRJTO1letSKbmyHFcz5AB { 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:2.9375rem;width:9.4375rem;top:1.15625rem;left:10rem;overflow:hidden;display:none; }
#FnH4FRpCou6eJENDhZCCJFotyXCkroot { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.7763671875rem;left:9.28125rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container { background-color: transparent; background-image: none; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container > .video-iframe-container { display: none; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row > .video-iframe-container { display: none; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .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); }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container { border-width: 0; border-radius: 0; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#SO35o7fUEhwKttTCJRJzxNklhOtvX8h9 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15076;line-height:1.7;letter-spacing:0;top:0.5625rem;left:1.25rem;height:1.2749rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dISmUvznFym58PaOxIKwCeDP8bMn3ue1 { display:block; }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5yTcTUqndg8lTCOtC3m8sC3bFBHlzA1 { width:5.375rem;height:2.5625rem;top:1rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDrGiB5ebd8GyQf9EBGnW0aibHtLCas { width:3.9375rem;height:2.1875rem;top:1.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpSLoxGr8fqzmqsrd7DBZtdHBrEBk4hx { width:4.6875rem;height:2.25rem;top:1.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBsWMbPxQpuezRtnMBRgIVCtO7fvsI7R { width:4.125rem;height:2.375rem;top:1.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrhTlNJZJuFM3fgHIsGmvT0Rt8c0IhGv { width:5.875rem;height:2rem;top:1.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkDWrgPUef754xMsfZabMlTm7EaqZ4nz { width:3.125rem;height:3.125rem;top:0.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c { display:block; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2spZiRibPaNKqW163XIzHJNLqPegTB0 { 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) { #XcWOdFl8A6BfDW0rup37V6fSP5nNqALb { width:3.125rem;height:3.125rem;display:none; }
#XcWOdFl8A6BfDW0rup37V6fSP5nNqALb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #C79TVzniI8SgRlUe5SJLQVtpn0L1cKOb { 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) { #S4dGUmzAedBu8utUG7CNBce6lmKVZUXv { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPcGCUmAuom3N08JCmFCOGbWvceBQ7KB { width:9.875rem;height:0.9375rem;top:1rem;left:37.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUwkwx7gGzbpXDTu7c9RuIvUbnI26fea { width:11.8125rem;height:3.5625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcsVgQ7S1lQpVTF6GunaofugoHVB2GOh { width:4.6875rem;height:3.3125rem;top:1rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCctK7l4q5JQhFX8ZuoJGrw62yB6aXJr { width:12.6875rem;height:3.25rem;top:1.25rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZa24ZsJvD4aSp675QDLNaC6yCvEakDP { display:block; }
 }@media only screen and (max-width: 763px) { #CtrXTg6ZIDTb6pv8XwB0SFqNw0QIxNCH { width:9.4375rem;height:2.9375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k36vGTp5yfKx1PUdEcI0pDdsXPvSTLuO { width:7.8125rem;height:2.8125rem;top:0.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqz0hd8gqrDfuTot1scWooemkrZF80sD { width:7.9375rem;height:0.875rem;top:3.5625rem;left:34.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsB2ZqQJ1EA5ZX1JqDoSFxAFQF6J5dso { width:4.8125rem;height:2.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBmmBilA6wylLdCIO76skt1sW6MDDSxt { top:1rem;left:0rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 { display:block; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5PFifMtz2fHig0w4BeKhdqOLLlV0TNg { width:8.875rem;height:1.125rem;top:1rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAUT9hAk9o9DmSeaP6lMMs4W2mHirCF6 { width:16.0625rem;height:1.125rem;top:1rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uT2BVTGC72m1G6NTxps2uoLvVZ17ie { width:9.9375rem;height:1.125rem;top:1rem;left:29.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRP3H7IzrcCA1e8qN9POoIb7JAuOzJDC { width:9.125rem;height:1.125rem;top:1rem;left:38.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfSre4w3bMe84z5T5m3ItRDMhpMGyHoF { display:none; }
 }@media only screen and (max-width: 763px) { #s9MWTrwOC0pnXziXQ0cPpDXXhUhnuqVk { top:0.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrulwwNWr8np95EeC9GqvTqNTQhamco1 { top:0.9375rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIUwooFCNvgFHDFGTHGasq4WdioEbLOp { top:0.8125rem;left:27.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8gOdyTn8LHNCQZHzMe6p7TSNbNySNfl { top:0.9375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 { display:block; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOo1TCBfpFUMi6B1FApUrXfJc0QTJT89 { width:30.1875rem;height:2.4375rem;top:4rem;left:12.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCVH11tmFJgUG3t9zFiRzKLdSUTcbI3o { width:40.8125rem;height:;top:7.25rem;left:3.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw6E2415In5UN25Ps1RzHi2NHwqtxSfI { width:7.125rem;height:1.0625rem;top:1.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJzTVEyh84rV8T6EWNi4fo8MiBktndq { width:1.4375rem;height:1.4375rem;top:6.75rem;left:36.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPULWcvXbX7KOBvCm1UuaZtKKattt4ht { width:4.5rem;height:;top:1.875rem;left:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4dZwaniThX8rm7IqgHTrPVhlHu6dmyL { width:6.8125rem;height:;top:1.875rem;left:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7mF60qE27kb10qLNKKToyl07ikTECW { width:6.5625rem;height:1.5625rem;top:1.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQeCt1SbLp35taGGsNiDcFC3bxVTwEZS { width:6.5625rem;height:1.875rem;top:4.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH0CDILXw0mWwBMorUeppTn4X4F3JWzs { top:11.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#qH0CDILXw0mWwBMorUeppTn4X4F3JWzs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #cqi3SBWkrvBFiRlnVlrRTBAGZBoIhuiz { width:40.8125rem;height:1.1875rem;top:9.625rem;left:3.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 { display:block; }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJhWgm5vTuZeQIEeVCsIPnTCIGXAWUg3 { top:1.25rem;left:8.3125rem;width:31.125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRU6GBG3BBIbsC73Wvw6qcfGXiWGWGN7 { top:3.25rem;left:33.9375rem;width:13.8125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E495lCF1IiGCATFtE4mdQwWT9i6ckIWx { top:9.9375rem;left:0rem;width:17.875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sETPk7POMlhS2i6yCyFchWtIPAxclrWy { display:block; }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih1wtUHh9itihV5BWfK4NrSbKlfdESNQ { top:10.3125rem;left:0.3125rem;width:14.4375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEWtSkbAgkzWkCsChkFVAPZnTru3vxx { width:47.75rem;height:;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwEUpEl7fdAtshZoZgxrsLJBW6WZF5gW { width:42.125rem;height:;top:4.4375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc8NXXBtlFHyEZwBcdctTJac8IAMHv0C { width:12.3125rem;height:1.75rem;top:24.6875rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQxgRarkfMQNPHLhbRy9dRUAGq78T4mn { width:20.4375rem;height:2.25rem;top:27.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDXESAFeMvcuV8iJ9eGor0mlT7KSpznV { top:9.0625rem;left:35.0625rem;width:10.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #d37akyby0ZrxrOMZwMW6kQHwKXRpJqzu { width:20.4375rem;height:2.25rem;top:27.375rem;left:27.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFr1UCntuEQno0yddChgUw75vmBye16Z { width:10.3125rem;height:1.75rem;top:24.6875rem;left:35.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #We7hOqmfpwP4p2Z9ZI8zCaizDWdovoVF { width:17.375rem;height:8.375rem;top:30.75rem;left:0rem;font-size:0.875rem;display:block; }#We7hOqmfpwP4p2Z9ZI8zCaizDWdovoVF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/20eda89a-f5e4-49f0-a849-351401567ba1/Tick.svg); }
 }@media only screen and (max-width: 763px) { #D3b9DmyX1Zl0xG8oL3wsIaJ8AgZtvAQW { width:17.375rem;height:8.375rem;top:30.75rem;left:30.375rem;font-size:0.875rem;display:block; }#D3b9DmyX1Zl0xG8oL3wsIaJ8AgZtvAQW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/20eda89a-f5e4-49f0-a849-351401567ba1/Tick.svg); }
 }@media only screen and (max-width: 763px) { #bsPpWEI8JFxXbRyXE2ZVD09Q0aMlbA2T { top:8rem;left:0rem;width:28.0625rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEVpRN18TB4rEQlwsQ8CxgQPgRmZyMP4 { top:8rem;left:19.4375rem;width:28.0625rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCuWTGbwRHVf80RTyC3O3c5AwT9Bn3HB { width:17.5625rem;height:3.0625rem;top:40.9375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0CZAFsaeEnOgecXm9zaNMFxiHGtPG2 { display:block; }
 }@media only screen and (max-width: 763px) { #eQm0dEIWcKxxgbsqOBr6AqF21kp29wGG { width:17.5625rem;height:3.0625rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLdwtbxnSZJrzParMmcxHsTAatwXt4h7 { display:block; }
 }@media only screen and (max-width: 763px) { #wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d { display:block; }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB4TgcJP5lcPDxfooOGa8cpZpEvNDE5M { width:5.875rem;height:2rem;top:1.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqK96eflmEvNgsy7ZMA80FmzEhzBgaK { width:7.625rem;height:4.3125rem;top:27.8125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwlBFb2UvaIKhTNcTGN9oX6l555PXcmp { top:1.25rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 { display:block; }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrJJu8TNZgQ8uOmHXiply4DuSQWH8zbM { width:47.75rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwyXOAKCTPRD7buBoJ6CBGPQQg80iQCk { width:27.5rem;height:3.0625rem;top:18.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gntT1DnwIafFOZ23GbEKJrs9q3bt87pa { display:block; }
 }@media only screen and (max-width: 763px) { #sxE3mpy7A1gzFE5A85w1h41qbRawzbKA { width:27.5rem;height:3.0625rem;top:65.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3wpsEpBsRZerBbbe8oW9M4Vn1NlFsTv { display:block; }
 }@media only screen and (max-width: 763px) { #QMJPsiTwA36AdTHaoMo7KQG9tuiRv0ec { top:4.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvhlmseplnoFdHfeP9WQAyWa1wR1xuTT { top:16.75rem;left:0rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoUrtIgDh6sLFdREnn5iTaBfCoZCLirt { top:16.75rem;left:17.625rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZqQrey0bEntvLpsT54JL9sr8DF4fT { top:4.25rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXfatuDSUEBED3HfRg2yDqld20aZGKqF { top:16.75rem;left:35.1875rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cslv2FDnr7XIhTefMLGzAwGqhPk4uokP { top:4.25rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJvaONafQexc4AB3MDP1Z5eSJoqf4XKd { top:16.75rem;left:33.375rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icryxkfp6Q2Tmv0N5NSVpoOmUCNfIX7Q { top:4.25rem;left:33.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTcqQWe4r2CK8MELqWNcQgmgNWxyxrLh { top:16.75rem;left:2.125rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfcZPyN1p5oSDtRfEV3ni0pS7T4brKSh { top:4.25rem;left:2.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDqr5PwIxdctBanHKJANMJDEvlFq1Kki { top:32rem;left:17.625rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRPPkCgWVmrC8NPyevRTD9dahOhgPhMO { top:19.5rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cahB0owxTiDDo7LN6iOexo319RmMu1uo { top:32rem;left:35.1875rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpW4IZ6bFSBUqqTovWqi49yl4ZtmHgCO { top:19.5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBmmlHJRZJRsCPAaa6AWlytoizD6TDLk { top:32rem;left:33.375rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OupObflDfxq8841qq8zrWgfbqS7cRW6q { top:19.5rem;left:33.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht2XdI1bsTn5SfC7dSgURPgNTbaxJrUd { top:32rem;left:2.125rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvA9AsF6bgQsWz7nPqeJUKrDe0VgCny { top:19.5rem;left:2.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esig9sRHeOTWslZdMHEkxhG1OxIgdrJO { top:19.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92Br0dZUA7Q7vIEfBd3g0bRfLsg6Bh7 { top:32rem;left:0rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hveEOTgRSBhO1cBAbhDOu73aRXqB6Uo8 { top:47.25rem;left:17.625rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFPiCQz6EyhmsHkz3NLPbttTtnJ2SRR { top:34.75rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Q0ThTh1i8fDJ8GKiEpcOIex0b47itJ { top:47.25rem;left:35.1875rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX3hJHTkVdCqfL1SgIcOMs62Au8S9idh { top:34.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5TTdVP5ACOH2RZK7A9F4VBRRZJk7ZMF { top:47.25rem;left:33.375rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axGQkTRZxZ9qWWqpUDRtTmUedRMV3syw { top:34.75rem;left:33.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3qcBlkIGqBM5TzIydMooa77OTVlK3BT { top:47.25rem;left:2.125rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amHr1CkO7f3oRrmFLQ0cdcSvpWOLkfBL { top:34.75rem;left:2.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9CozOZVdG7idy7NNpxeUTKZAWWzSGx { top:34.75rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTcUaUrXwRti6TNrnCtItsw5XoakkTUt { top:47.25rem;left:0rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLzmTedAIrgr8CMWUzNTOlIaSKcTIKni { top:62.3125rem;left:17.625rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lilzuH4sOtbnwSI2nnWueXvLRXvVAQ3D { top:49.8125rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqL66s5UCNsNmCQ3u74JvhQvS325eP7y { top:62.3125rem;left:35.1875rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfMRLxOrCMw2TybdWaSkOvOSZ94azCZt { top:49.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IShoS4eagzHc54TbLisyIxPNXXXHtq0f { top:62.3125rem;left:33.375rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoaxV1fHuGquf2KuVTdZdRcwuZpquxAc { top:49.8125rem;left:33.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3xu2izVQkz2VuqxMpAMNdD6lQXwmxZo { top:62.3125rem;left:2.125rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJV6TCRPgm42htwK6CQp6AoUWVAuD15 { top:49.8125rem;left:2.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXrzH7U0GbfxelcSrAJepMmVPUvdm4X2 { top:49.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEtC7i1xy9QnSIruuskoO3OTpEM1zbEl { top:62.3125rem;left:0rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwwwUrEl94WwpBP1yTd8QLasUSVN9ItM { top:4.5625rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3WneenaZFTcxxxC187E0yCWugBuIzEV { top:4.5625rem;left:2.46875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTCXiCH3Shmbeebg9Gp51NU7xczbL3Bf { top:4.5625rem;left:17.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCPQiueEn03WGSIbTQlIvLuRdfxVvnMl { top:4.5625rem;left:33.71875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCfvTd08Or9Qt28NlIFKCaXUpBXXsP4s { top:4.5625rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP0aEJwqpbEc9vXLOKuriddULXsU5W8T { top:19.8125rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn27iKkEUcFJ60M0UEG5gIVDZwC6Q4Qr { top:19.8125rem;left:2.46875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQIe4knGmiToyUX1Ma7wmCf2aoDOTIvW { top:19.8125rem;left:17.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plovmnd3SvDDkFsphX296fZPFt6IFM3k { top:19.8125rem;left:33.71875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n46KOxroWB9GQmk7mhkUTLrI6phkBdq4 { top:19.8125rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfiwFh3o4HzGCbu4ROWaxRnZuFx2Hbx0 { top:35.0625rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idNBfvZ8bfOLdNLoTG4w6R6k9EovK1h4 { top:35.0625rem;left:2.46875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdL34G1qUsUM4LcVG3rrHlz6K90OTZgG { top:35.0625rem;left:17.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twHL4qnDqwhMIMroIJnxplB6medFcPoV { top:35.0625rem;left:33.71875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7l404pl0cHcshsNGSZmmUxhddILwnN9 { top:35.0625rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQ4siQ9hsVPvx3I06bXEumhnoSs3oHt { top:50.125rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0h9BcBQhXgrJqN5qh1xbR740c9FOXi { top:50.125rem;left:2.46875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEvQmhOLbJ9IHdTf36gRKzpJnNFoDOZ2 { top:50.125rem;left:17.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbUGZPu6gFFx72UCarq6Cxr3GHRTbtn2 { top:50.125rem;left:33.71875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VByDVxOXqrOKeAHZGVpeMbJhFrSOU4i2 { top:50.125rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JACgDsf496HN2cQVKH1XGKAwiNsHgV7i { display:block; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaHF41ZDTKFaipTJ5dNWoTtwV2ubAkoW { width:39.9375rem;height:1.75rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ltVRbhIwVqc5Ta8TxGsKClD8VF5ztx { top:4.875rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdmlC2dB6Txr1P2vwTucur0ooKLoybPe { top:4.875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5XOSaobd8Juv6Q3s0PT3RRKVURBvpey { top:4.875rem;left:35.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxKTDPqJL6sOC15zLWCTAtWlozwG6FKV { width:4.1875rem;height:1.125rem;top:8.75rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4TQPTqK420cQfQRkhw19P6GTG1yVyC4 { width:4.1875rem;height:1.125rem;top:8.75rem;left:19.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVRosauyh6eLuTMSDDLtv7azPvkQ3ALK { width:4.1875rem;height:1.125rem;top:8.75rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfSdTSZAXT6MV7cKPXkFQsUhZpPmVRML { width:10.25rem;height:1.25rem;top:10.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsuIDIS21SPgOr1yRaiDGaeFnTdlfhT { width:10.25rem;height:1.25rem;top:10.6875rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cToTZqcrM5tFEJDO4tRWkVzqAnTolXyx { width:11.625rem;height:1.25rem;top:10.6875rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOzRKT4BPFTnTG5Kf9QEdSb3uKpAchJ { width:15.3125rem;height:3.375rem;top:12.875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNBv6TbARKvWXdRJ2aPXgiuob70oUOmv { width:15.3125rem;height:3.375rem;top:12.875rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV3Em5BGI0IkWX1zkHMB3lnqZ1A6Ofzz { width:15.3125rem;height:3.375rem;top:12.875rem;left:29.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGIduWbwSE385eFeA2Vb9mn39fka3ACE { width:27.5rem;height:3.0625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOVAJoSasNrF2sJ6FHoJKHfLXeNMCSow { display:block; }
 }@media only screen and (max-width: 763px) { #tXGTg2qWUqR8I9tiG0paVCCZuHdNulD4 { width:7.125rem;height:1.0625rem;top:23.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZaoDiOZ7znO41gfVmUt5aV5rTKioNL { width:4.5rem;height:1.125rem;top:23.75rem;left:17.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkTTAsUIsT8TDTcGbBRZfZdlUPS1GpqT { width:6.8125rem;height:;top:23.75rem;left:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSx8K8RWNPrAFukXQ6aubQyDF3Db6LVa { width:6.5625rem;height:1.5625rem;top:23.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 { display:block; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpWE0H0c4cgUIWFSfCUdc7sUwdQsngFu { width:12.8125rem;height:1.25rem;top:9.3125rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTcxC8rm41HFsaCvPPb7degRJrn8ee8A { width:15.625rem;height:3.9375rem;top:11.5rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFMGhnH6Bg7PWAvJTg2IcMTpQ9yn4VDU { width:10.75rem;height:1.25rem;top:9.3125rem;left:18.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb83zbd4mh7a4TtcVdTzc0uDRPM7DwNX { width:15.3125rem;height:5.25rem;top:11.5rem;left:16.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr2bVb0eSJJiNJRzyw6G1dWdEfnVuvmZ { width:12.4375rem;height:1.25rem;top:9.3125rem;left:33.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owRNdoyNCaSuWxCx6W1ax6WqqmNatGTB { width:15.3125rem;height:5.25rem;top:11.5rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGc1TedhtWOXSEVShTCvphL9eRvTaJzX { width:36.125rem;height:1.875rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGRWadzSElazIl1WOfGe5mcB3tKwSQbQ { width:2.1875rem;height:2.1875rem;top:5.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu8PQL8XNX6vJgZk8rcBh3rfKZMOhx9l { width:2.1875rem;height:2.1875rem;top:5.6875rem;left:22.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHmpgtq8OG3PF56GURr7Pmyp5dbL8VwE { width:2.1875rem;height:2.1875rem;top:5.6875rem;left:38.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU { display:block; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feC41CUwSxy3msZbC4e6vti49f8KiOQC { 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) { #dWJ07Bc4rkXGLmahI7vEDCN9wezTkBJr { width:3.125rem;height:3.125rem;display:none; }
#dWJ07Bc4rkXGLmahI7vEDCN9wezTkBJr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #UQ7MLhdFaRIEQ6cizlOrxl9tHIZTz8LN { 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) { #OkApD9MX7ItgNZcT3ynRTA7PkcCPXMHl { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXKZ60hT3pZKT5dCMnUgQiQ0vn2y6LB9 { width:9.875rem;height:1rem;top:2.25rem;left:37.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrToxrQEl9b9RFE2gTFmvHHBVJ8QHGRv { width:18.25rem;height:1rem;top:5.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcun8yNwOpMPSEvzXaNb10k2CmhbW2g0 { width:14.375rem;height:1rem;top:5.6875rem;left:20.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOyHPyu4pOuBORN9qnropKTbxTtv3Gc9 { width:14.375rem;height:1rem;top:5.5rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnJ9uA0a3y3nVBkUQ87v30vB88wZLqo { width:9.4375rem;height:2.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdReEVUhLUsMdChsaIE11sdlgBiVgsmE { width:8.8125rem;height:4.9375rem;top:0.5625rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUrDyzuZf2nXghA8utprig9gb7sywpKl { width:11.0625rem;height:2.875rem;top:2.6875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLQZew5dswurqvglQelPT2bmE5Pi21s { display:block; }
 }@media only screen and (max-width: 763px) { #epXX1w2ycTZTJ3oeQBhXCh5U6Thl611t { width:9.4375rem;height:2.9375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #paL8rraJnDXnhF2FdgbDTRFmHq9ZyOnQ { width:4.6875rem;height:3.3125rem;top:0.9375rem;left:35.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHQtcsS6iESdX3z5w8oxzn0BMIOTi1PV { width:9.4375rem;height:2.9375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFbNFtCZmITuRJTO1letSKbmyHFcz5AB { width:9.4375rem;height:2.9375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnH4FRpCou6eJENDhZCCJFotyXCkroot { width:18.25rem;height:1rem;top:6.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCoVep41UM7Lv7EgIJJAB994ySJk57Ii { display:none; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SO35o7fUEhwKttTCJRJzxNklhOtvX8h9 { top:0.5625rem;left:0rem;width:40.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dISmUvznFym58PaOxIKwCeDP8bMn3ue1 { display:block; }#dISmUvznFym58PaOxIKwCeDP8bMn3ue1 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5yTcTUqndg8lTCOtC3m8sC3bFBHlzA1 { width:3.875rem;height:1.8125rem;top:1.28125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDrGiB5ebd8GyQf9EBGnW0aibHtLCas { width:3.5rem;height:2.1875rem;top:1.09375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpSLoxGr8fqzmqsrd7DBZtdHBrEBk4hx { width:4.1875rem;height:2.1875rem;top:5.5625rem;left:8.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBsWMbPxQpuezRtnMBRgIVCtO7fvsI7R { width:3.3125rem;height:2.1875rem;top:1.09375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrhTlNJZJuFM3fgHIsGmvT0Rt8c0IhGv { width:5.875rem;height:2rem;top:9.3125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkDWrgPUef754xMsfZabMlTm7EaqZ4nz { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c { 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;display:block; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container { background-color: transparent; background-image: none; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container > .video-iframe-container { display: none; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row > .video-iframe-container { display: none; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .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); }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container { border-width: 0; border-radius: 0; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9vBHCT7u1o2H9DxfGynxDTSZFxOPi4c > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2spZiRibPaNKqW163XIzHJNLqPegTB0 { 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) { #XcWOdFl8A6BfDW0rup37V6fSP5nNqALb { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#XcWOdFl8A6BfDW0rup37V6fSP5nNqALb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #C79TVzniI8SgRlUe5SJLQVtpn0L1cKOb { 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) { #S4dGUmzAedBu8utUG7CNBce6lmKVZUXv { 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) { #uPcGCUmAuom3N08JCmFCOGbWvceBQ7KB { width:9.875rem;height:auto;top:1rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BUwkwx7gGzbpXDTu7c9RuIvUbnI26fea { width:9.75rem;height:2.6875rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcsVgQ7S1lQpVTF6GunaofugoHVB2GOh { width:4.6875rem;height:3.3125rem;top:0.75rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCctK7l4q5JQhFX8ZuoJGrw62yB6aXJr { width:11.0625rem;height:2.875rem;top:9.1875rem;left:4.4375rem;color:#fd3c00;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZa24ZsJvD4aSp675QDLNaC6yCvEakDP { display:block; }
 }@media only screen and (max-width: 763px) { #CtrXTg6ZIDTb6pv8XwB0SFqNw0QIxNCH { width:9.4375rem;height:2.9375rem;top:5.8125rem;left:10.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #k36vGTp5yfKx1PUdEcI0pDdsXPvSTLuO { width:5rem;height:1.75rem;top:0.6875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqz0hd8gqrDfuTot1scWooemkrZF80sD { width:6.6875rem;height:0.89355625rem;top:2.5rem;left:13.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AsB2ZqQJ1EA5ZX1JqDoSFxAFQF6J5dso { width:8.3125rem;height:3.9375rem;top:4.84375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBmmBilA6wylLdCIO76skt1sW6MDDSxt { width:0.125rem;height:3.125rem;top:1rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 { background-color:#e67c31;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;display:none; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row .container { border-width: 0; border-radius: 0; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpPySO2a1RkbcqP0P6QyOd0uPDQmWZ42 > .row .container { width:20rem;height:15.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z5PFifMtz2fHig0w4BeKhdqOLLlV0TNg { width:6.5rem;height:0.8125rem;top:1.125rem;left:1.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAUT9hAk9o9DmSeaP6lMMs4W2mHirCF6 { width:6.4375rem;height:0.8125rem;top:1.125rem;left:13.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6uT2BVTGC72m1G6NTxps2uoLvVZ17ie { width:5.75rem;height:0.8125rem;top:3.375rem;left:1.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRP3H7IzrcCA1e8qN9POoIb7JAuOzJDC { width:5.9375rem;height:0.8125rem;top:3.375rem;left:14.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfSre4w3bMe84z5T5m3ItRDMhpMGyHoF { display:flex;top:2.125rem;left:8.4375rem;width:2rem;height:2rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #s9MWTrwOC0pnXziXQ0cPpDXXhUhnuqVk { display:flex;width:1.25rem;height:1.25rem;top:5.4375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #XrulwwNWr8np95EeC9GqvTqNTQhamco1 { display:flex;width:1.25rem;height:1.25rem;top:7.9375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #vIUwooFCNvgFHDFGTHGasq4WdioEbLOp { display:flex;width:1.5625rem;height:1.5625rem;top:10.4375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #L8gOdyTn8LHNCQZHzMe6p7TSNbNySNfl { display:flex;width:1.375rem;height:1.375rem;top:13.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e772791-e22f-4db7-8cc4-f0f6f50c2d08/EdengroupxOhme1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0.adaptive-delivery-prevent-bg, #vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0.lazyload, #vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0.lazyloading { background-image: none; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container { background-color: transparent; background-image: none; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,19,4,0.77); }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container > .video-iframe-container { display: none; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,19,4,0.77); }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row > .video-iframe-container { display: none; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .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); }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container { border-width: 0; border-radius: 0; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0::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; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkkueK65ROgoQ2ZUOBiVcQZrWloihTh0 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOo1TCBfpFUMi6B1FApUrXfJc0QTJT89 { width:14.6875rem;height:1.21875rem;top:6.625rem;left:4.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NCVH11tmFJgUG3t9zFiRzKLdSUTcbI3o { width:18.125rem;height:0.9746125rem;top:8.6455078125rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sw6E2415In5UN25Ps1RzHi2NHwqtxSfI { width:6.75rem;height:1.25rem;top:2.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJzTVEyh84rV8T6EWNi4fo8MiBktndq { width:17.125rem;height:17.125rem;top:13.7197265625rem;left:2.875rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RPULWcvXbX7KOBvCm1UuaZtKKattt4ht { width:4.5rem;height:1.13720625rem;top:0.6572265625rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i4dZwaniThX8rm7IqgHTrPVhlHu6dmyL { width:6.8125rem;height:1.13720625rem;top:4.375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7mF60qE27kb10qLNKKToyl07ikTECW { width:6.5625rem;height:1.5625rem;top:4.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQeCt1SbLp35taGGsNiDcFC3bxVTwEZS { width:4.375rem;height:1.1875rem;top:6.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH0CDILXw0mWwBMorUeppTn4X4F3JWzs { display:flex;width:2rem;height:2rem;top:12.4375rem;left:9rem; }
#qH0CDILXw0mWwBMorUeppTn4X4F3JWzs > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #cqi3SBWkrvBFiRlnVlrRTBAGZBoIhuiz { width:20rem;height:0.9746125rem;top:10.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 { display:block; }#fMn7oHlQ1DnMl26XITHRtr1OklwpL7q1 > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJhWgm5vTuZeQIEeVCsIPnTCIGXAWUg3 { width:20rem;height:17.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRU6GBG3BBIbsC73Wvw6qcfGXiWGWGN7 { width:13.8125rem;height:21.875rem;top:36.375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E495lCF1IiGCATFtE4mdQwWT9i6ckIWx { width:17.875rem;height:15.1875rem;top:19.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sETPk7POMlhS2i6yCyFchWtIPAxclrWy { display:block; }#sETPk7POMlhS2i6yCyFchWtIPAxclrWy > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih1wtUHh9itihV5BWfK4NrSbKlfdESNQ { width:14rem;height:12.0625rem;top:9.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEWtSkbAgkzWkCsChkFVAPZnTru3vxx { width:20rem;height:1.21875rem;top:0.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WwEUpEl7fdAtshZoZgxrsLJBW6WZF5gW { width:18.25rem;height:1.7871125rem;top:2.6875rem;left:0.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jc8NXXBtlFHyEZwBcdctTJac8IAMHv0C { width:12.1875rem;height:1.7871125rem;top:23.5625rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQxgRarkfMQNPHLhbRy9dRUAGq78T4mn { width:14.625rem;height:3.41161875rem;top:26.0625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDXESAFeMvcuV8iJ9eGor0mlT7KSpznV { width:8.5625rem;height:12.375rem;top:47.8125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d37akyby0ZrxrOMZwMW6kQHwKXRpJqzu { width:14.625rem;height:3.41161875rem;top:63.9375rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFr1UCntuEQno0yddChgUw75vmBye16Z { width:10.3125rem;height:1.7871125rem;top:60.8125rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #We7hOqmfpwP4p2Z9ZI8zCaizDWdovoVF { width:17.25rem;height:8.38575rem;top:30.6875rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#We7hOqmfpwP4p2Z9ZI8zCaizDWdovoVF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/20eda89a-f5e4-49f0-a849-351401567ba1/Tick.svg); }
 }@media only screen and (max-width: 763px) { #D3b9DmyX1Zl0xG8oL3wsIaJ8AgZtvAQW { width:17.375rem;height:8.38575rem;top:68.8125rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#D3b9DmyX1Zl0xG8oL3wsIaJ8AgZtvAQW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/20eda89a-f5e4-49f0-a849-351401567ba1/Tick.svg); }
 }@media only screen and (max-width: 763px) { #bsPpWEI8JFxXbRyXE2ZVD09Q0aMlbA2T { width:19.75rem;height:37.4375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEVpRN18TB4rEQlwsQ8CxgQPgRmZyMP4 { width:19.75rem;height:36.25rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCuWTGbwRHVf80RTyC3O3c5AwT9Bn3HB { width:17.5625rem;height:3.0625rem;top:78.625rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0CZAFsaeEnOgecXm9zaNMFxiHGtPG2 { display:block; }
 }@media only screen and (max-width: 763px) { #eQm0dEIWcKxxgbsqOBr6AqF21kp29wGG { width:17.5625rem;height:3.0625rem;top:40.59375rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLdwtbxnSZJrzParMmcxHsTAatwXt4h7 { display:block; }
 }@media only screen and (max-width: 763px) { #wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d { display:block; }#wOTgM12RlPebLxbfkBHKu4Jfp5h2oT5d > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB4TgcJP5lcPDxfooOGa8cpZpEvNDE5M { width:5.875rem;height:2rem;top:9.3125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThqK96eflmEvNgsy7ZMA80FmzEhzBgaK { width:5.375rem;height:3rem;top:5.25rem;left:10.46875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #ZwlBFb2UvaIKhTNcTGN9oX6l555PXcmp { width:20rem;height:21.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 { display:block; }#TWsZfndBwzLB5q0BPHMAW8DMgp3IhhX4 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrJJu8TNZgQ8uOmHXiply4DuSQWH8zbM { width:16.5625rem;height:2.5996125rem;top:0.875rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vwyXOAKCTPRD7buBoJ6CBGPQQg80iQCk { width:16.0625rem;height:2.5rem;top:46.1875rem;left:1.96875rem;font-size:0.875rem;z-index:15002;background-color:#5bc165;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gntT1DnwIafFOZ23GbEKJrs9q3bt87pa { display:block; }
 }@media only screen and (max-width: 763px) { #sxE3mpy7A1gzFE5A85w1h41qbRawzbKA { width:19rem;height:3.0625rem;top:109.3125rem;left:0.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3wpsEpBsRZerBbbe8oW9M4Vn1NlFsTv { display:block; }
 }@media only screen and (max-width: 763px) { #QMJPsiTwA36AdTHaoMo7KQG9tuiRv0ec { width:6.25rem;height:6.25rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvhlmseplnoFdHfeP9WQAyWa1wR1xuTT { width:12.5625rem;height:0;top:121.0625rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoUrtIgDh6sLFdREnn5iTaBfCoZCLirt { width:12.5625rem;height:0;top:125.511725rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1KZqQrey0bEntvLpsT54JL9sr8DF4fT { width:6.25rem;height:6.25rem;top:4.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXfatuDSUEBED3HfRg2yDqld20aZGKqF { width:12.5625rem;height:0;top:129.96095rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cslv2FDnr7XIhTefMLGzAwGqhPk4uokP { width:6.25rem;height:6.25rem;top:11.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJvaONafQexc4AB3MDP1Z5eSJoqf4XKd { width:12.5625rem;height:0;top:127.7363375rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Icryxkfp6Q2Tmv0N5NSVpoOmUCNfIX7Q { width:6.25rem;height:6.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTcqQWe4r2CK8MELqWNcQgmgNWxyxrLh { width:12.5625rem;height:0;top:123.2871125rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfcZPyN1p5oSDtRfEV3ni0pS7T4brKSh { width:6.25rem;height:6.25rem;top:4.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDqr5PwIxdctBanHKJANMJDEvlFq1Kki { width:12.5625rem;height:0;top:205.3847875rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRPPkCgWVmrC8NPyevRTD9dahOhgPhMO { width:6.25rem;height:6.25rem;top:18.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cahB0owxTiDDo7LN6iOexo319RmMu1uo { width:12.5625rem;height:0;top:209.8340125rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpW4IZ6bFSBUqqTovWqi49yl4ZtmHgCO { width:6.25rem;height:6.25rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBmmlHJRZJRsCPAaa6AWlytoizD6TDLk { width:12.5625rem;height:0;top:207.6094rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OupObflDfxq8841qq8zrWgfbqS7cRW6q { width:6.25rem;height:6.25rem;top:18.4375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht2XdI1bsTn5SfC7dSgURPgNTbaxJrUd { width:12.5625rem;height:0;top:203.160175rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARvA9AsF6bgQsWz7nPqeJUKrDe0VgCny { width:6.25rem;height:6.25rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esig9sRHeOTWslZdMHEkxhG1OxIgdrJO { width:6.25rem;height:6.25rem;top:11.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92Br0dZUA7Q7vIEfBd3g0bRfLsg6Bh7 { width:12.5625rem;height:0;top:200.9355625rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hveEOTgRSBhO1cBAbhDOu73aRXqB6Uo8 { width:12.5625rem;height:0;top:285.25785rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzFPiCQz6EyhmsHkz3NLPbttTtnJ2SRR { width:6.25rem;height:6.25rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Q0ThTh1i8fDJ8GKiEpcOIex0b47itJ { width:12.5625rem;height:0;top:289.707075rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX3hJHTkVdCqfL1SgIcOMs62Au8S9idh { width:6.25rem;height:6.25rem;top:32.1875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5TTdVP5ACOH2RZK7A9F4VBRRZJk7ZMF { width:12.5625rem;height:0;top:287.4824625rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #axGQkTRZxZ9qWWqpUDRtTmUedRMV3syw { width:6.25rem;height:6.25rem;top:32.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3qcBlkIGqBM5TzIydMooa77OTVlK3BT { width:12.5625rem;height:0;top:283.0332375rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #amHr1CkO7f3oRrmFLQ0cdcSvpWOLkfBL { width:6.25rem;height:6.25rem;top:25.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9CozOZVdG7idy7NNpxeUTKZAWWzSGx { width:6.25rem;height:6.25rem;top:25.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTcUaUrXwRti6TNrnCtItsw5XoakkTUt { width:12.5625rem;height:0;top:280.808625rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLzmTedAIrgr8CMWUzNTOlIaSKcTIKni { width:12.5625rem;height:0;top:365.1309125rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lilzuH4sOtbnwSI2nnWueXvLRXvVAQ3D { width:6.25rem;height:6.25rem;top:39.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqL66s5UCNsNmCQ3u74JvhQvS325eP7y { width:12.5625rem;height:0;top:369.5801375rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfMRLxOrCMw2TybdWaSkOvOSZ94azCZt { width:12.5rem;height:12.5rem;top:346.9316875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IShoS4eagzHc54TbLisyIxPNXXXHtq0f { width:12.5625rem;height:0;top:367.355525rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoaxV1fHuGquf2KuVTdZdRcwuZpquxAc { width:12.5rem;height:12.5rem;top:333.1816875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3xu2izVQkz2VuqxMpAMNdD6lQXwmxZo { width:12.5625rem;height:0;top:362.9063rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkJV6TCRPgm42htwK6CQp6AoUWVAuD15 { width:6.25rem;height:6.25rem;top:39.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXrzH7U0GbfxelcSrAJepMmVPUvdm4X2 { width:6.25rem;height:6.25rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEtC7i1xy9QnSIruuskoO3OTpEM1zbEl { width:12.5625rem;height:0;top:360.6816875rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwwwUrEl94WwpBP1yTd8QLasUSVN9ItM { width:5.9375rem;height:5.9375rem;top:4.78125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3WneenaZFTcxxxC187E0yCWugBuIzEV { width:5.9375rem;height:5.9375rem;top:4.78125rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTCXiCH3Shmbeebg9Gp51NU7xczbL3Bf { width:5.9375rem;height:5.9375rem;top:4.78125rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCPQiueEn03WGSIbTQlIvLuRdfxVvnMl { width:5.9375rem;height:5.9375rem;top:11.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCfvTd08Or9Qt28NlIFKCaXUpBXXsP4s { width:5.9375rem;height:5.9375rem;top:11.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP0aEJwqpbEc9vXLOKuriddULXsU5W8T { width:5.9375rem;height:5.9375rem;top:11.6875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn27iKkEUcFJ60M0UEG5gIVDZwC6Q4Qr { width:5.9375rem;height:5.9375rem;top:18.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQIe4knGmiToyUX1Ma7wmCf2aoDOTIvW { width:5.9375rem;height:5.9375rem;top:18.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plovmnd3SvDDkFsphX296fZPFt6IFM3k { width:5.9375rem;height:5.9375rem;top:18.625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n46KOxroWB9GQmk7mhkUTLrI6phkBdq4 { width:5.9375rem;height:5.9375rem;top:25.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfiwFh3o4HzGCbu4ROWaxRnZuFx2Hbx0 { width:5.9375rem;height:5.9375rem;top:25.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idNBfvZ8bfOLdNLoTG4w6R6k9EovK1h4 { width:5.9375rem;height:5.9375rem;top:25.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdL34G1qUsUM4LcVG3rrHlz6K90OTZgG { width:5.9375rem;height:5.9375rem;top:32.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twHL4qnDqwhMIMroIJnxplB6medFcPoV { width:5.9375rem;height:5.9375rem;top:32.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7l404pl0cHcshsNGSZmmUxhddILwnN9 { width:5.9375rem;height:5.9375rem;top:32.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQ4siQ9hsVPvx3I06bXEumhnoSs3oHt { width:5.9375rem;height:5.9375rem;top:39.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0h9BcBQhXgrJqN5qh1xbR740c9FOXi { width:5.9375rem;height:5.9375rem;top:39.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEvQmhOLbJ9IHdTf36gRKzpJnNFoDOZ2 { width:5.9375rem;height:5.9375rem;top:39.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbUGZPu6gFFx72UCarq6Cxr3GHRTbtn2 { width:11.875rem;height:11.875rem;top:333.4941875rem;left:4.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VByDVxOXqrOKeAHZGVpeMbJhFrSOU4i2 { width:11.875rem;height:11.875rem;top:347.2441875rem;left:4.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JACgDsf496HN2cQVKH1XGKAwiNsHgV7i { background-color:#000000;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container { background-color: transparent; background-image: none; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container > .video-iframe-container { display: none; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row > .video-iframe-container { display: none; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .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); }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JACgDsf496HN2cQVKH1XGKAwiNsHgV7i > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaHF41ZDTKFaipTJ5dNWoTtwV2ubAkoW { width:20rem;height:2.5996125rem;top:1.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2ltVRbhIwVqc5Ta8TxGsKClD8VF5ztx { display:flex;width:3.125rem;height:3.125rem;top:5.78125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fdmlC2dB6Txr1P2vwTucur0ooKLoybPe { display:flex;width:3.125rem;height:3.125rem;top:17.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #m5XOSaobd8Juv6Q3s0PT3RRKVURBvpey { display:flex;width:3.125rem;height:3.125rem;top:30.21875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RxKTDPqJL6sOC15zLWCTAtWlozwG6FKV { width:4.1875rem;height:1.13720625rem;top:9.28125rem;left:7.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4TQPTqK420cQfQRkhw19P6GTG1yVyC4 { width:4.1875rem;height:1.13720625rem;top:21rem;left:7.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVRosauyh6eLuTMSDDLtv7azPvkQ3ALK { width:4.1875rem;height:1.13720625rem;top:33.96875rem;left:7.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfSdTSZAXT6MV7cKPXkFQsUhZpPmVRML { width:10.25rem;height:1.13720625rem;top:11.23046875rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTsuIDIS21SPgOr1yRaiDGaeFnTdlfhT { width:10.25rem;height:1.13720625rem;top:22.875rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cToTZqcrM5tFEJDO4tRWkVzqAnTolXyx { width:11.625rem;height:1.13720625rem;top:35.84375rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBOzRKT4BPFTnTG5Kf9QEdSb3uKpAchJ { width:15.3125rem;height:3.41161875rem;top:12.8427734375rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNBv6TbARKvWXdRJ2aPXgiuob70oUOmv { width:15.3125rem;height:3.41161875rem;top:24.875rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hV3Em5BGI0IkWX1zkHMB3lnqZ1A6Ofzz { width:15.3125rem;height:3.41161875rem;top:37.59375rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGIduWbwSE385eFeA2Vb9mn39fka3ACE { width:19rem;height:3.0625rem;top:42.375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOVAJoSasNrF2sJ6FHoJKHfLXeNMCSow { display:block; }
 }@media only screen and (max-width: 763px) { #tXGTg2qWUqR8I9tiG0paVCCZuHdNulD4 { width:7.125rem;height:1.0625rem;top:47.82421875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZaoDiOZ7znO41gfVmUt5aV5rTKioNL { width:4.5rem;height:1.13720625rem;top:46.6875rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BkTTAsUIsT8TDTcGbBRZfZdlUPS1GpqT { width:6.8125rem;height:1.13720625rem;top:49.57421875rem;left:6.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kSx8K8RWNPrAFukXQ6aubQyDF3Db6LVa { width:6.5625rem;height:1.5625rem;top:50.7109375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 { display:block; }#ykIurLmnvcpcCn8m8BK5m6BxUGVFWRW0 > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpWE0H0c4cgUIWFSfCUdc7sUwdQsngFu { width:9.8125rem;height:1.13720625rem;top:7.0625rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTcxC8rm41HFsaCvPPb7degRJrn8ee8A { width:12.9375rem;height:5.25rem;top:8.9375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFMGhnH6Bg7PWAvJTg2IcMTpQ9yn4VDU { width:8.4375rem;height:1.13720625rem;top:33.25rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sb83zbd4mh7a4TtcVdTzc0uDRPM7DwNX { width:12.9375rem;height:6.5625rem;top:35.4375rem;left:3.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kr2bVb0eSJJiNJRzyw6G1dWdEfnVuvmZ { width:9rem;height:1.13720625rem;top:19.6875rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owRNdoyNCaSuWxCx6W1ax6WqqmNatGTB { width:12.9375rem;height:5.25rem;top:21.8125rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGc1TedhtWOXSEVShTCvphL9eRvTaJzX { width:17.1875rem;height:2.5996125rem;top:1.22265625rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iGRWadzSElazIl1WOfGe5mcB3tKwSQbQ { width:2.1875rem;height:2.1875rem;top:30.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu8PQL8XNX6vJgZk8rcBh3rfKZMOhx9l { width:1.75rem;height:1.75rem;top:4.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHmpgtq8OG3PF56GURr7Pmyp5dbL8VwE { width:2rem;height:2rem;top:16.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU { 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;display:block; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container { background-color: transparent; background-image: none; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container > .video-iframe-container { display: none; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row > .video-iframe-container { display: none; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .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); }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container { border-width: 0; border-radius: 0; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhALBX94JMfVwTbMMUFS8QbRwqUF2ZLU > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feC41CUwSxy3msZbC4e6vti49f8KiOQC { 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) { #dWJ07Bc4rkXGLmahI7vEDCN9wezTkBJr { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#dWJ07Bc4rkXGLmahI7vEDCN9wezTkBJr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #UQ7MLhdFaRIEQ6cizlOrxl9tHIZTz8LN { 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) { #OkApD9MX7ItgNZcT3ynRTA7PkcCPXMHl { 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) { #tXKZ60hT3pZKT5dCMnUgQiQ0vn2y6LB9 { width:9.875rem;height:auto;top:2.25rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xrToxrQEl9b9RFE2gTFmvHHBVJ8QHGRv { width:18.25rem;height:auto;top:5.5625rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wcun8yNwOpMPSEvzXaNb10k2CmhbW2g0 { width:14.375rem;height:auto;top:5.6875rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zOyHPyu4pOuBORN9qnropKTbxTtv3Gc9 { width:14.375rem;height:auto;top:5.5rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gwnJ9uA0a3y3nVBkUQ87v30vB88wZLqo { width:9.4375rem;height:2.9375rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdReEVUhLUsMdChsaIE11sdlgBiVgsmE { width:8.8125rem;height:4.9375rem;top:10.4375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUrDyzuZf2nXghA8utprig9gb7sywpKl { width:11.0625rem;height:2.875rem;top:16.625rem;left:4.4375rem;color:#fd3c00;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzLQZew5dswurqvglQelPT2bmE5Pi21s { display:block; }
 }@media only screen and (max-width: 763px) { #epXX1w2ycTZTJ3oeQBhXCh5U6Thl611t { width:6.4375rem;height:1.9375rem;top:3.375rem;left:-30.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #paL8rraJnDXnhF2FdgbDTRFmHq9ZyOnQ { width:4.6875rem;height:3.3125rem;top:1.3125rem;left:9.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dHQtcsS6iESdX3z5w8oxzn0BMIOTi1PV { width:6.4375rem;height:1.9375rem;top:8.5625rem;left:-26.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OFbNFtCZmITuRJTO1letSKbmyHFcz5AB { width:6.4375rem;height:1.9375rem;top:2rem;left:3.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FnH4FRpCou6eJENDhZCCJFotyXCkroot { width:18.25rem;height:auto;top:6.75rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VCoVep41UM7Lv7EgIJJAB994ySJk57Ii { background-color:#f1f1f1;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:relative;z-index:auto;display:block; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container { background-color: transparent; background-image: none; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container > .video-iframe-container { display: none; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row > .video-iframe-container { display: none; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .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); }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container { border-width: 0; border-radius: 0; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCoVep41UM7Lv7EgIJJAB994ySJk57Ii > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SO35o7fUEhwKttTCJRJzxNklhOtvX8h9 { width:18.8125rem;height:1.375rem;top:0.4375rem;left:1.1875rem;font-size:0.6875rem;line-height:2;display:block; }
 }