.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:221,221,221;--color-primary-1:143,143,143;--color-primary-2:31,31,31;--color-primary-3:16,16,16;--color-primary-4:5,5,5;--color-secondary-0:246,247,254;--color-secondary-1:227,227,252;--color-secondary-2:198,199,248;--color-secondary-3:99,100,124;--color-secondary-4:30,30,37;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--color-tertiary-2:31,31,31;--color-tertiary-3:16,16,16;--color-tertiary-4:3,3,3;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:#1f1f1f;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8ad54af-e4d6-4bc1-a6d4-6b49673fe81c/billinghero.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.adaptive-delivery-prevent-bg, #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.lazyload, #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.lazyloading { background-image: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { background-color: transparent; background-image: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container > .video-iframe-container { display: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container { display: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .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); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { border-width: 0; border-radius: 0; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#pL92TzFkxpMSOn4w14aHIJ3M22rCHaU8 { color:#ffffff;display:block;width:64rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:19.4375rem;left:1.25rem;height:12rem;font-style:normal;display:block; }
#VtTZT9G1H1bRlLezHDx2JdtPwcv0kwtg { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:33.6875rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#e2o7yuaJkJT7zxbntSMQWcT8D8s1J55U { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2475625rem;height:3.1245125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.5rem;left:12.75rem;display:block; }
#qnu1TmmiASiHFhIT449D0zXVFmM5p2WJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXwAIZ9DwSdXtVBZhgZ8zJL90caGpszw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #888af0, #3d3e82);background-image: -moz-linear-gradient(90deg, #888af0, #3d3e82);background-image: -ms-linear-gradient(90deg, #888af0, #3d3e82);background-image: -o-linear-gradient(90deg, #888af0, #3d3e82);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#888af0', endColorstr='#3d3e82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#888af0', endColorstr='#3d3e82' );";background-image: linear-gradient(90deg, #888af0, #3d3e82);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4980625rem;height:3.1245125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.5rem;left:1.25rem;display:block; }
#HTfPVMoQHBVT3W15ezVz9z3vq4EzQK5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pg3NTe8u1ecRt3lwB8xrhRS8HrHusuNf { position:absolute;display:block;z-index:15014;height:7.0625rem;width:55.8125rem;top:59.5625rem;left:19.1875rem;display:none; }
#QKwa6sqDq9olz4UsKIZBOMSUJsU9ftV0 { position:absolute;display:block;z-index:15018;height:4.6875rem;width:75rem;top:5rem;left:0rem;display:block; }
#b0sTs2BQsRyApwLVzOMFel8PDnmKDMWx { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:16.4375rem;left:1.25rem;overflow:hidden;display:block; }
#I6n5cQrcnIc8vyl2FX0f0MpsMBbIZEX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:14994;line-height:1.3;letter-spacing:0;top:16.75rem;left:4rem;height:1.625rem;font-style:normal;display:block; }
#l7iVBXz24aoyorOSGW07evnCtg7VkHho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { background-color: transparent; background-image: none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container > .video-iframe-container { display: none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row > .video-iframe-container { display: none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .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); }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { border-width: 0; border-radius: 0; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { background-color: transparent; background-image: none; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container > .video-iframe-container { display: none; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row > .video-iframe-container { display: none; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .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); }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { border-width: 0; border-radius: 0; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#d4Csbrvbl7bD3kDZEdHqTqvdA5NplkcT { color:#ffffff;display:block;width:60.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:0rem;left:9.060546875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihv6gvGXyfJNQgQ5GJFZSbTstEueFhUB { color:#ffffff;display:block;width:50.5595625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:5.875rem;left:12.2197265625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { position:relative;display:block; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { background-color: transparent; background-image: none; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container > .video-iframe-container { display: none; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row > .video-iframe-container { display: none; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .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); }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { border-width: 0; border-radius: 0; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f1f1f;background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kTi0Nrz1DzPBgOaJoQb7xiSIyDkb1cnc { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14993;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#g55uiM4PfGCyI0RPJUiiV8gpBOP9zRV9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.0625rem;width:34rem;top:7.3125rem;left:41rem;overflow:hidden;display:block; }
#I143qWz3X2yLXSZgEk2E4cTQKrUekIg1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.09375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:46.5rem;left:0rem;display:block; }
#hwRz2S1aGL74T31iVS0yrtzTMxKxA6ER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rx7AJVfiJ2uiEG1Ub2CAePP8SMxLgZbF { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14994;line-height:1.5;letter-spacing:0;top:12.0625rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#aq5yTlH12PkZPk1zgEeMAUMRKlrkezKh { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:14.9375rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#UWVG4CdnqXKzzbmQraJLCXDoM9rb5aex { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.5;letter-spacing:0;top:26.75rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#GTZ0yOk3f45UOfTD5IcoznVUvfSUB9J0 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14997;line-height:1.5;letter-spacing:0;top:23.875rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#Jyt6s7KXIeb6DCGpIttHlUbHMz0NRfp4 { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14993;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:0.0625rem;display:block; }
#KLlBUxJToPkIqSfMkkQP8J35AeUBdCeG { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:38.5rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#HTFdoxrQ1OTpzrW4dKI5ZxzTl9UlD0mV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:35.625rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#Qc59wbhOJvCXVXucdr2rSdGx6TdOFA3p { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14996;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5625rem;left:0.0625rem;display:block; }
#WzOlqOaonduyPAZO6HJv5X7kCqTp1lan { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14995;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:0rem;display:block; }
#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row .container { background-color: transparent; background-image: none; }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row .container > .video-iframe-container { display: none; }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row > .video-iframe-container { display: none; }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .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); }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row .container { border-width: 0; border-radius: 0; }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 { position:relative;display:block; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 { background-color: transparent; background-image: none; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .row .container > .video-iframe-container { display: none; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .row > .video-iframe-container { display: none; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .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); }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 { border-width: 0; border-radius: 0; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f1f1f;background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qunSynxz2KrKAirrTOBIC3OvdbtUTtpu { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14993;line-height:1.2;letter-spacing:0;top:0rem;left:37.5rem;height:4.125rem;font-style:normal;display:block; }
#Kmwlt5mi1zlW34TTtpqSZhP2wzI9Hyws { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:46.5rem;left:37.5rem;display:block; }
#VkpbvmkP1oTuppMT0NGxCsqoVR2ltFCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFDJAc6kMiPEyHWmPoXrXiOuzGQvc3o0 { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14990;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:37.5625rem;display:block; }
#PNiPFae1SpWJRVghrJH5uhOWiPfd6vTD { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14994;line-height:1.5;letter-spacing:0;top:12.0625rem;left:37.5625rem;height:1.875rem;font-style:normal;display:block; }
#x6ATpduUBTSUFCSAPxrtSWB8CREhgCRH { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:14.9375rem;left:37.5rem;height:3.75rem;font-style:normal;display:block; }
#nXZyh9OKpyyD3K2lGRcMNAn5TnUl05c5 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.5;letter-spacing:0;top:26.75rem;left:37.5rem;height:3.75rem;font-style:normal;display:block; }
#GGNLXHUGcbMqO6DFAvha8AP7tPZCDevN { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14997;line-height:1.5;letter-spacing:0;top:23.875rem;left:37.5625rem;height:1.875rem;font-style:normal;display:block; }
#OUhTDP6kXeNRTwfwi0rEuAb0mBlBtS3U { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14993;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:37.5625rem;display:block; }
#R6saUu2GRCoarEMsNKy68aaqG02ufRiw { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:38.5rem;left:37.5rem;height:3.75rem;font-style:normal;display:block; }
#prT7LrR4tB06ToOl2m2SUapJoGBrrvIa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:35.625rem;left:37.5625rem;height:1.875rem;font-style:normal;display:block; }
#aJAyyosZat8QvTFfzJu06sIuSEwTi14T { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14996;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5625rem;left:37.5625rem;display:block; }
#muDwVd4upZp9iP6SCImsaexdTDRPWDPL { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:34rem;top:9.25rem;left:0rem;overflow:hidden;display:block; }
#ECaedInz37aoUAKrDaywwyzPHdzqoKgf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { background-color: transparent; background-image: none; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container > .video-iframe-container { display: none; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row > .video-iframe-container { display: none; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .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); }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { border-width: 0; border-radius: 0; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 { position:relative;display:block; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 { background-color: transparent; background-image: none; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .row .container > .video-iframe-container { display: none; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .row > .video-iframe-container { display: none; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .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); }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 { border-width: 0; border-radius: 0; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f1f1f;background-image:none;font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rmJ77i7MziutW2Uoo92vuIDlOPTx6kpV { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14993;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#Lmr5AhH3tZbP1EIAOOT2LW1PSTK2q9kC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:33.625rem;top:9.4375rem;left:41.375rem;overflow:hidden;display:block; }
#kp0K4BKArtXuWMnNkU1m6k6WKDImieAN { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.09375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:48.3125rem;left:0rem;display:block; }
#ttWuDM5RIEzN3bPX9tmwF8xMcd7BfX2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUdk7v9UZZMqSny8bTtGdtmVGulWDtVW { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14990;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:0.0625rem;display:block; }
#TOJGyuSGt07mtrPQPZltfbVRRWe7M3k7 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14994;line-height:1.5;letter-spacing:0;top:12.0625rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#zVr8ftKGLZWBpuFcgcnuXTKxRlpVEtLT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:14.9375rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#nGT6UxvS3KEksyDJiXq6ouF94f7R3EOB { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.5;letter-spacing:0;top:26.75rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#vQM5lmDT9ud6HFTx2MFUG7VOs86msepI { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14997;line-height:1.5;letter-spacing:0;top:23.875rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#NhQxNKmNTD5wOP41RewiBG1ZQATnL6OT { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14993;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:0.0625rem;display:block; }
#bfQ7ubwk9Bxf1PJQF5fb2AUx31ULOG9a { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:40.3125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#Vllasi5OSXReq9RtcKWDROTSVyI3TO53 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:37.4375rem;left:0.0625rem;height:1.875rem;font-style:normal;display:block; }
#d4vrhBp6P8G8scpf6lLFgNUf7sgZz9S7 { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14996;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:0.0625rem;display:block; }
#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row .container { background-color: transparent; background-image: none; }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row .container > .video-iframe-container { display: none; }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row > .video-iframe-container { display: none; }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .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); }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row .container { border-width: 0; border-radius: 0; }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ { position:relative;display:block; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ { background-color: transparent; background-image: none; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .row .container > .video-iframe-container { display: none; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .row > .video-iframe-container { display: none; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .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); }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ { border-width: 0; border-radius: 0; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f1f1f;background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tm4N0I61p6Qn3Ed9qBLwZVVXSCLrSes3 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14993;line-height:1.2;letter-spacing:0;top:0rem;left:37.5rem;height:4.125rem;font-style:normal;display:block; }
#G3oLTTIiv0DmyHc94i9ApnOP5cdIV8Ft { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.09375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:46.5rem;left:37.5rem;display:block; }
#miTlci4DLpSdlmlstofSJUQMMppkSis7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lvV50g0R7xTvpVAE1papgMUZyWTUUutT { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14990;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:37.5625rem;display:block; }
#QQUHL1lewT0BnADipq1l2ton8zk6qtHc { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14994;line-height:1.5;letter-spacing:0;top:12.0625rem;left:37.5625rem;height:1.875rem;font-style:normal;display:block; }
#v20F7x2kmw5uCpTsUBkWDRb80FsI0zHT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:14.9375rem;left:37.5rem;height:1.875rem;font-style:normal;display:block; }
#Z9M2skRth12nXf1sZZfFNpssfUM3Q6g2 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.5;letter-spacing:0;top:26.75rem;left:37.5rem;height:3.75rem;font-style:normal;display:block; }
#DMMZMvy7MZR9z5kHTroDyWXBd44TFFNO { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14997;line-height:1.5;letter-spacing:0;top:23.875rem;left:37.5625rem;height:1.875rem;font-style:normal;display:block; }
#FkCF4OfPkg7BJ8T0ngHHulz1vqUsUUsu { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14993;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:37.5625rem;display:block; }
#ZtK8OJM4G9lelfLioBxKSoNqnZmG7bkK { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:38.5rem;left:37.5rem;height:3.75rem;font-style:normal;display:block; }
#c0qDEO65lBQhxWMvBprxAs40zFGBgEFK { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:35.625rem;left:37.5625rem;height:1.875rem;font-style:normal;display:block; }
#qDJicTtWm7t4yMrpuNdpSyJhlAkMX9cD { box-sizing:content-box;height:0.3125rem;width:3.75rem;position:absolute;display:block;z-index:14996;background-color:#888af0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5625rem;left:37.5625rem;display:block; }
#X3T2VupfZUefEJKGcepAfsMp7iSz4whN { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:34rem;top:12.0625rem;left:0rem;overflow:hidden;display:block; }
#dyOriZfeoOKrFCEwTWBspSV7bCooENlK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row .container { background-color: transparent; background-image: none; }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row .container > .video-iframe-container { display: none; }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row > .video-iframe-container { display: none; }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .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); }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row .container { border-width: 0; border-radius: 0; }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row .container { background-color: transparent; background-image: none; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row .container > .video-iframe-container { display: none; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row > .video-iframe-container { display: none; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .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); }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row .container { border-width: 0; border-radius: 0; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#fSHEZ5XFzgdAHNfTXOauXqbKLt0bHZWE { position:absolute;display:block;z-index:15000;height:21.74925rem;width:75rem;top:0rem;left:0rem;display:block; }
#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { background-color: transparent; background-image: none; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container > .video-iframe-container { display: none; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row > .video-iframe-container { display: none; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .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); }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { border-width: 0; border-radius: 0; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/dd211362-c896-4687-bdbf-22f73085fb2a/TotalFlexibillity.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx.adaptive-delivery-prevent-bg, #xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx.lazyload, #xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx.lazyloading { background-image: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { background-color: transparent; background-image: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container > .video-iframe-container { display: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container { display: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .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); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { border-width: 0; border-radius: 0; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { font-size:0.875rem;font-family:arial;height:73.9375rem;width:75rem;position:relative;display:block; }#QhtSeJ2rEbXXouEPdW4dgkxo2MxxwqH0 { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:11.5rem;left:8.59375rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w30VgVwk4hn49nqk7vkGptQQm9RKP3Wt { color:#ffffff;display:block;width:50.5603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:21.1865234375rem;left:12.21923828125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xq2d0rO1nx3idxMm3ILzSV3bTtExOL0d { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:36rem;left:1.25rem;height:3rem;font-style:normal;display:block; }
#SJNRKbQdrK6OyOimT3OvugnGcF6xFZHR { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.0625rem;left:1.25rem;height:1.6875rem;font-style:normal;display:block; }
#nqUbQsputozR7aI9IBf0EgRLmwl1t8SQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:33.0625rem;left:44.25rem;height:1.6875rem;font-style:normal;display:block; }
#V8zIvQxU7BZWonbW3wvLVPFHFtXp1T6V { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:35.5rem;left:44.25rem;height:3rem;font-style:normal;display:block; }
#DldyIefTHvtKX7k3opgRTMyeGhtdk7nT { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2155625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.1875rem;left:1.25rem;display:block; }
#rZZimJxV3wN74fAlllJC5SG0ksRFQlf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3BA2rJIUCcxU7nkG0DFBw5QVUDm6byu { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1838125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.1875rem;left:44.25rem;display:block; }
#QAyD9NJN3epm3RpaVLyubQ86apIgPCWN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pv1Dff98Hr46GvnnkGxnZCE0SLIcTxbZ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:29.25rem;top:47.03125rem;left:1.25rem;overflow:hidden;display:block; }
#zhClxKW7T3uPSh77nT6p3Ad9NERpwTgK { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:30.75rem;top:47rem;left:43.65625rem;overflow:hidden;display:block; }
#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { background-color: transparent; background-image: none; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container > .video-iframe-container { display: none; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row > .video-iframe-container { display: none; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .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); }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { border-width: 0; border-radius: 0; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { background-color: transparent; background-image: none; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container > .video-iframe-container { display: none; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row > .video-iframe-container { display: none; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .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); }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { border-width: 0; border-radius: 0; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#AucQoLJlcx97mMKyAuSER9tglktS51VK { color:#ffffff;display:block;width:51.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:0rem;left:11.84375rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPpnrEWOpPRX94aVB6TsLoFeml8riLgO { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:10rem;left:10.625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xs07owORQbCmbQD8hOBF5TT6kiL8H530 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #494ce9, #292b83);background-image: -moz-linear-gradient(90deg, #494ce9, #292b83);background-image: -ms-linear-gradient(90deg, #494ce9, #292b83);background-image: -o-linear-gradient(90deg, #494ce9, #292b83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );";background-image: linear-gradient(90deg, #494ce9, #292b83);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.8720703125rem;left:29.9990234375rem;display:block; }
#Rrv4v0esU5BgkbVCX1E6mJM58Ksm4TvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVUxUT85spvwiuLewGCUk41bManQrAUH { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.375rem;top:28.625rem;left:0rem;overflow:hidden;display:block; }
#mIDitm1JhNgmJPJBiJd2vF03tXNQNin6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.375rem;top:28.625rem;left:20.25rem;overflow:hidden;display:block; }
#yNav2JPQrTIo5Ac2sGCd17TrXzW0Oupw { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.375rem;top:28.625rem;left:40.375rem;overflow:hidden;display:block; }
#t6eTJ8Mftuy0rchV7eJceG6NXLmrc2zQ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.375rem;top:28.625rem;left:60.625rem;overflow:hidden;display:block; }
#gJnSha9QmdRdu0vdMQS9QpkdEs5OT613 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:43.6875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTrtl3kXFqD6MoUTfTNWadRqgq7C3eJH { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:43.6875rem;left:20.25rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVNqvBOJehqKmakSwB3JagCUzLbOS4WT { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:43.6875rem;left:40.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJvdkOL5ZIeWyFsLcVwcqEJG5pbQvnS5 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:43.6875rem;left:60.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h9qLZ0Ix6VyBtcaNuMovrXZM6ie3DopC { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.90525rem;height:3.09375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.65673828125rem;left:37.5rem;display:none; }
#hoLOwe3Jhvr5ZnPpmNDksKuIrnbypW8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { background-color: transparent; background-image: none; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container > .video-iframe-container { display: none; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row > .video-iframe-container { display: none; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .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); }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { border-width: 0; border-radius: 0; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { background-color: transparent; background-image: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container > .video-iframe-container { display: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container { display: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .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); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { border-width: 0; border-radius: 0; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#wgwDFoMZVRvHb2RD3pF7GaEKHFboHZAy { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:4.84375rem;left:3.123046875rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q8Z4Aevv3O1Q8NewO2hmvOuIqT04OUGX { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #494ce9, #292b83);background-image: -moz-linear-gradient(90deg, #494ce9, #292b83);background-image: -ms-linear-gradient(90deg, #494ce9, #292b83);background-image: -o-linear-gradient(90deg, #494ce9, #292b83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );";background-image: linear-gradient(90deg, #494ce9, #292b83);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4980625rem;height:3.124025rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.28125rem;left:51.3125rem;display:block; }
#yt8hNWS2ikFgDhGmO7k3tTpoCW9ndeH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFMyk1LgRq85PM0IKVeLsJFFitNLJTOu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2470625rem;height:3.124025rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.28125rem;left:62.5rem;display:block; }
#wONAT8KT3BhvxBGGFdfS6SVmhqfS9wMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9Mu9KfAZe80K3fVTeaBfvlD0UrO5rxs { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1f;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; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { background-color: transparent; background-image: none; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container > .video-iframe-container { display: none; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row > .video-iframe-container { display: none; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .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); }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { border-width: 0; border-radius: 0; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#Wy6egn61wTEgCL8FXK58czS2He8alaDV { position:absolute;display:block;z-index:15000;height:7.3125rem;width:75rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ { display:block; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL92TzFkxpMSOn4w14aHIJ3M22rCHaU8 { width:47.75rem;height:12rem;top:19.4375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtTZT9G1H1bRlLezHDx2JdtPwcv0kwtg { width:41.5rem;height:5.625rem;top:33.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2o7yuaJkJT7zxbntSMQWcT8D8s1J55U { width:9.1875rem;height:3.0625rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnu1TmmiASiHFhIT449D0zXVFmM5p2WJ { display:block; }
 }@media only screen and (max-width: 763px) { #SXwAIZ9DwSdXtVBZhgZ8zJL90caGpszw { width:9.4375rem;height:3.0625rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfPVMoQHBVT3W15ezVz9z3vq4EzQK5G { display:block; }
 }@media only screen and (max-width: 763px) { #Pg3NTe8u1ecRt3lwB8xrhRS8HrHusuNf { width:47.75rem;height:7.0625rem;top:59.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKwa6sqDq9olz4UsKIZBOMSUJsU9ftV0 { width:47.75rem;height:4.6875rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0sTs2BQsRyApwLVzOMFel8PDnmKDMWx { width:2.125rem;height:2.125rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6n5cQrcnIc8vyl2FX0f0MpsMBbIZEX8 { width:16.3125rem;height:1.625rem;top:16.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7iVBXz24aoyorOSGW07evnCtg7VkHho { display:none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l { display:none; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d4Csbrvbl7bD3kDZEdHqTqvdA5NplkcT { width:47.75rem;height:4rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihv6gvGXyfJNQgQ5GJFZSbTstEueFhUB { width:47.75rem;height:5.625rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { display:block; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTi0Nrz1DzPBgOaJoQb7xiSIyDkb1cnc { width:37.5rem;height:8.25rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g55uiM4PfGCyI0RPJUiiV8gpBOP9zRV9 { width:34rem;height:35.0625rem;top:7.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I143qWz3X2yLXSZgEk2E4cTQKrUekIg1 { width:9.25rem;height:3.0625rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwRz2S1aGL74T31iVS0yrtzTMxKxA6ER { display:block; }
 }@media only screen and (max-width: 763px) { #rx7AJVfiJ2uiEG1Ub2CAePP8SMxLgZbF { width:36.5625rem;height:1.875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq5yTlH12PkZPk1zgEeMAUMRKlrkezKh { width:36.5625rem;height:3.75rem;top:14.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWVG4CdnqXKzzbmQraJLCXDoM9rb5aex { width:36.5625rem;height:3.75rem;top:26.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZ0yOk3f45UOfTD5IcoznVUvfSUB9J0 { width:36.5625rem;height:1.875rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyt6s7KXIeb6DCGpIttHlUbHMz0NRfp4 { width:3.75rem;height:0.3125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLlBUxJToPkIqSfMkkQP8J35AeUBdCeG { width:36.5625rem;height:3.75rem;top:38.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTFdoxrQ1OTpzrW4dKI5ZxzTl9UlD0mV { width:36.5625rem;height:1.875rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc59wbhOJvCXVXucdr2rSdGx6TdOFA3p { width:3.75rem;height:0.3125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzOlqOaonduyPAZO6HJv5X7kCqTp1lan { width:3.75rem;height:0.3125rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl { display:block; }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 { display:block; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qunSynxz2KrKAirrTOBIC3OvdbtUTtpu { width:37.5rem;height:8.25rem;top:0rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmwlt5mi1zlW34TTtpqSZhP2wzI9Hyws { width:25.3125rem;height:3.125rem;top:46.5rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkpbvmkP1oTuppMT0NGxCsqoVR2ltFCO { display:block; }
 }@media only screen and (max-width: 763px) { #TFDJAc6kMiPEyHWmPoXrXiOuzGQvc3o0 { width:3.75rem;height:0.3125rem;top:11rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNiPFae1SpWJRVghrJH5uhOWiPfd6vTD { width:36.5625rem;height:1.875rem;top:12.0625rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ATpduUBTSUFCSAPxrtSWB8CREhgCRH { width:36.5625rem;height:3.75rem;top:14.9375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZyh9OKpyyD3K2lGRcMNAn5TnUl05c5 { width:36.5625rem;height:3.75rem;top:26.75rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGNLXHUGcbMqO6DFAvha8AP7tPZCDevN { width:36.5625rem;height:1.875rem;top:23.875rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUhTDP6kXeNRTwfwi0rEuAb0mBlBtS3U { width:3.75rem;height:0.3125rem;top:22.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6saUu2GRCoarEMsNKy68aaqG02ufRiw { width:36.5625rem;height:3.75rem;top:38.5rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prT7LrR4tB06ToOl2m2SUapJoGBrrvIa { width:36.5625rem;height:1.875rem;top:35.625rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJAyyosZat8QvTFfzJu06sIuSEwTi14T { width:3.75rem;height:0.3125rem;top:34.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muDwVd4upZp9iP6SCImsaexdTDRPWDPL { width:34rem;height:31.1875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECaedInz37aoUAKrDaywwyzPHdzqoKgf { display:block; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aM7xOaQgBxGddQBaKWSTzrvty074h3y0 { display:block; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmJ77i7MziutW2Uoo92vuIDlOPTx6kpV { width:37.5rem;height:8.25rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmr5AhH3tZbP1EIAOOT2LW1PSTK2q9kC { width:33.625rem;height:32.6875rem;top:9.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp0K4BKArtXuWMnNkU1m6k6WKDImieAN { width:9.25rem;height:3.0625rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttWuDM5RIEzN3bPX9tmwF8xMcd7BfX2Z { display:block; }
 }@media only screen and (max-width: 763px) { #KUdk7v9UZZMqSny8bTtGdtmVGulWDtVW { width:3.75rem;height:0.3125rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJGyuSGt07mtrPQPZltfbVRRWe7M3k7 { width:36.5625rem;height:1.875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVr8ftKGLZWBpuFcgcnuXTKxRlpVEtLT { width:36.5625rem;height:3.75rem;top:14.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGT6UxvS3KEksyDJiXq6ouF94f7R3EOB { width:36.5625rem;height:5.625rem;top:26.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQM5lmDT9ud6HFTx2MFUG7VOs86msepI { width:36.5625rem;height:1.875rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhQxNKmNTD5wOP41RewiBG1ZQATnL6OT { width:3.75rem;height:0.3125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQ7ubwk9Bxf1PJQF5fb2AUx31ULOG9a { width:36.5625rem;height:3.75rem;top:40.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vllasi5OSXReq9RtcKWDROTSVyI3TO53 { width:36.5625rem;height:1.875rem;top:37.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4vrhBp6P8G8scpf6lLFgNUf7sgZz9S7 { width:3.75rem;height:0.3125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 { display:block; }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESaAik5EWogBGebT06Su1eMqta7HbfhQ { display:block; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm4N0I61p6Qn3Ed9qBLwZVVXSCLrSes3 { width:37.5rem;height:8.25rem;top:0rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3oLTTIiv0DmyHc94i9ApnOP5cdIV8Ft { width:9.25rem;height:3.0625rem;top:46.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTlci4DLpSdlmlstofSJUQMMppkSis7 { display:block; }
 }@media only screen and (max-width: 763px) { #lvV50g0R7xTvpVAE1papgMUZyWTUUutT { width:3.75rem;height:0.3125rem;top:11rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUHL1lewT0BnADipq1l2ton8zk6qtHc { width:36.5625rem;height:1.875rem;top:12.0625rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v20F7x2kmw5uCpTsUBkWDRb80FsI0zHT { width:36.5625rem;height:3.75rem;top:14.9375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9M2skRth12nXf1sZZfFNpssfUM3Q6g2 { width:36.5625rem;height:3.75rem;top:26.75rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMZMvy7MZR9z5kHTroDyWXBd44TFFNO { width:36.5625rem;height:1.875rem;top:23.875rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkCF4OfPkg7BJ8T0ngHHulz1vqUsUUsu { width:3.75rem;height:0.3125rem;top:22.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtK8OJM4G9lelfLioBxKSoNqnZmG7bkK { width:36.5625rem;height:3.75rem;top:38.5rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0qDEO65lBQhxWMvBprxAs40zFGBgEFK { width:36.5625rem;height:1.875rem;top:35.625rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJicTtWm7t4yMrpuNdpSyJhlAkMX9cD { width:3.75rem;height:0.3125rem;top:34.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3T2VupfZUefEJKGcepAfsMp7iSz4whN { width:34rem;height:25.9375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOriZfeoOKrFCEwTWBspSV7bCooENlK { display:block; }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr { display:block; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSHEZ5XFzgdAHNfTXOauXqbKLt0bHZWE { width:47.75rem;height:21.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 { display:block; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx { display:block; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhtSeJ2rEbXXouEPdW4dgkxo2MxxwqH0 { width:47.75rem;height:8rem;top:11.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30VgVwk4hn49nqk7vkGptQQm9RKP3Wt { width:47.75rem;height:3.75rem;top:21.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq2d0rO1nx3idxMm3ILzSV3bTtExOL0d { width:31.25rem;height:2.625rem;top:36rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJNRKbQdrK6OyOimT3OvugnGcF6xFZHR { width:31.25rem;height:1.5rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqUbQsputozR7aI9IBf0EgRLmwl1t8SQ { width:29.5625rem;height:1.5rem;top:33.0625rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zIvQxU7BZWonbW3wvLVPFHFtXp1T6V { width:29.5625rem;height:2.625rem;top:35.5rem;left:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DldyIefTHvtKX7k3opgRTMyeGhtdk7nT { width:9.1875rem;height:3.125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZimJxV3wN74fAlllJC5SG0ksRFQlf8 { display:block; }
 }@media only screen and (max-width: 763px) { #A3BA2rJIUCcxU7nkG0DFBw5QVUDm6byu { width:9.125rem;height:3.125rem;top:41.1875rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyD9NJN3epm3RpaVLyubQ86apIgPCWN { display:block; }
 }@media only screen and (max-width: 763px) { #Pv1Dff98Hr46GvnnkGxnZCE0SLIcTxbZ { width:29.25rem;height:25.625rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhClxKW7T3uPSh77nT6p3Ad9NERpwTgK { width:30.75rem;height:25.6875rem;top:47rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T { display:block; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 { display:block; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AucQoLJlcx97mMKyAuSER9tglktS51VK { width:47.75rem;height:8rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPpnrEWOpPRX94aVB6TsLoFeml8riLgO { width:47.75rem;height:3.75rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs07owORQbCmbQD8hOBF5TT6kiL8H530 { width:12.1875rem;height:3.125rem;top:16.8125rem;left:16.3740234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rrv4v0esU5BgkbVCX1E6mJM58Ksm4TvC { display:block; }
 }@media only screen and (max-width: 763px) { #DVUxUT85spvwiuLewGCUk41bManQrAUH { width:14.375rem;height:14.3125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIDitm1JhNgmJPJBiJd2vF03tXNQNin6 { width:14.375rem;height:14.3125rem;top:28.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNav2JPQrTIo5Ac2sGCd17TrXzW0Oupw { width:14.375rem;height:14.3125rem;top:28.625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6eTJ8Mftuy0rchV7eJceG6NXLmrc2zQ { width:14.375rem;height:14.3125rem;top:28.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJnSha9QmdRdu0vdMQS9QpkdEs5OT613 { width:14.375rem;height:3.75rem;top:43.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrtl3kXFqD6MoUTfTNWadRqgq7C3eJH { width:14.375rem;height:3.75rem;top:43.6875rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVNqvBOJehqKmakSwB3JagCUzLbOS4WT { width:14.375rem;height:1.875rem;top:43.6875rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJvdkOL5ZIeWyFsLcVwcqEJG5pbQvnS5 { width:14.375rem;height:1.875rem;top:43.6875rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qLZ0Ix6VyBtcaNuMovrXZM6ie3DopC { width:24.875rem;height:3.0625rem;top:45.625rem;left:22.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoLOwe3Jhvr5ZnPpmNDksKuIrnbypW8y { display:block; }
 }@media only screen and (max-width: 763px) { #T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK { display:block; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g { display:none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wgwDFoMZVRvHb2RD3pF7GaEKHFboHZAy { width:41.25rem;height:8rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Z4Aevv3O1Q8NewO2hmvOuIqT04OUGX { width:9.4375rem;height:3.0625rem;top:7.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt8hNWS2ikFgDhGmO7k3tTpoCW9ndeH4 { display:block; }
 }@media only screen and (max-width: 763px) { #fFMyk1LgRq85PM0IKVeLsJFFitNLJTOu { width:9.1875rem;height:3.0625rem;top:7.25rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wONAT8KT3BhvxBGGFdfS6SVmhqfS9wMG { display:block; }
 }@media only screen and (max-width: 763px) { #C9Mu9KfAZe80K3fVTeaBfvlD0UrO5rxs { width:47.75rem;height:11.261041666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ { display:block; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy6egn61wTEgCL8FXK58czS2He8alaDV { width:47.75rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/c8ad54af-e4d6-4bc1-a6d4-6b49673fe81c/billinghero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.adaptive-delivery-prevent-bg, #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.lazyload, #o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ.lazyloading { background-image: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { background-color: transparent; background-image: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container > .video-iframe-container { display: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container { display: none; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .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); }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { border-width: 0; border-radius: 0; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8nmNlrgExyQrZ0TT3P0Vd7xS81c45NZ > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL92TzFkxpMSOn4w14aHIJ3M22rCHaU8 { width:20rem;height:4.798825rem;top:11.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VtTZT9G1H1bRlLezHDx2JdtPwcv0kwtg { width:20rem;height:5.25rem;top:17.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e2o7yuaJkJT7zxbntSMQWcT8D8s1J55U { width:9.375rem;height:2.5rem;top:31.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnu1TmmiASiHFhIT449D0zXVFmM5p2WJ { display:block; }
 }@media only screen and (max-width: 763px) { #SXwAIZ9DwSdXtVBZhgZ8zJL90caGpszw { width:9.375rem;height:2.5rem;top:27.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfPVMoQHBVT3W15ezVz9z3vq4EzQK5G { display:block; }
 }@media only screen and (max-width: 763px) { #Pg3NTe8u1ecRt3lwB8xrhRS8HrHusuNf { width:20rem;height:3.625rem;top:0rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #QKwa6sqDq9olz4UsKIZBOMSUJsU9ftV0 { width:20rem;height:4.6875rem;top:40.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0sTs2BQsRyApwLVzOMFel8PDnmKDMWx { width:2.125rem;height:2.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6n5cQrcnIc8vyl2FX0f0MpsMBbIZEX8 { width:16.3125rem;height:1.29980625rem;top:8.099609375rem;left:2.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7iVBXz24aoyorOSGW07evnCtg7VkHho { display:none; }#l7iVBXz24aoyorOSGW07evnCtg7VkHho > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l { display:block; }#vlA36BlTW6woGvLv1DHnaZlMelo2JZ2l > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4Csbrvbl7bD3kDZEdHqTqvdA5NplkcT { width:20rem;height:4.5rem;top:3.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ihv6gvGXyfJNQgQ5GJFZSbTstEueFhUB { width:20rem;height:7.875rem;top:8.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 { display:block; }#OKksKQLoTcJfSLqTqtaIaX4rr0yJ4mX2 > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTi0Nrz1DzPBgOaJoQb7xiSIyDkb1cnc { width:20rem;height:4.5rem;top:22rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g55uiM4PfGCyI0RPJUiiV8gpBOP9zRV9 { width:20rem;height:20.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I143qWz3X2yLXSZgEk2E4cTQKrUekIg1 { width:8.4375rem;height:2.5rem;top:58.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwRz2S1aGL74T31iVS0yrtzTMxKxA6ER { display:block; }
 }@media only screen and (max-width: 763px) { #rx7AJVfiJ2uiEG1Ub2CAePP8SMxLgZbF { width:20rem;height:1.5rem;top:29.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aq5yTlH12PkZPk1zgEeMAUMRKlrkezKh { width:20rem;height:2.625rem;top:32.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UWVG4CdnqXKzzbmQraJLCXDoM9rb5aex { width:20rem;height:3.9375rem;top:41.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GTZ0yOk3f45UOfTD5IcoznVUvfSUB9J0 { width:20rem;height:1.5rem;top:38.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jyt6s7KXIeb6DCGpIttHlUbHMz0NRfp4 { width:3.75rem;height:0.3125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLlBUxJToPkIqSfMkkQP8J35AeUBdCeG { width:20rem;height:3.9375rem;top:51.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HTFdoxrQ1OTpzrW4dKI5ZxzTl9UlD0mV { width:20rem;height:1.5rem;top:48.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qc59wbhOJvCXVXucdr2rSdGx6TdOFA3p { width:3.75rem;height:0.3125rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzOlqOaonduyPAZO6HJv5X7kCqTp1lan { width:3.75rem;height:0.3125rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl { display:block; }#FZB13TFSRW34mDDC1gx4Owb8qmDE0Ogl > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 { display:block; }#S5TwRDIAfM6JQ4sWviDFmh3DipD5kWB3 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qunSynxz2KrKAirrTOBIC3OvdbtUTtpu { width:20rem;height:4.5rem;top:19.6875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kmwlt5mi1zlW34TTtpqSZhP2wzI9Hyws { width:18.8125rem;height:2.5rem;top:58.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkpbvmkP1oTuppMT0NGxCsqoVR2ltFCO { display:block; }
 }@media only screen and (max-width: 763px) { #TFDJAc6kMiPEyHWmPoXrXiOuzGQvc3o0 { width:3.75rem;height:0.3125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNiPFae1SpWJRVghrJH5uhOWiPfd6vTD { width:20rem;height:1.5rem;top:27.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x6ATpduUBTSUFCSAPxrtSWB8CREhgCRH { width:20rem;height:3.9375rem;top:29.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nXZyh9OKpyyD3K2lGRcMNAn5TnUl05c5 { width:20rem;height:3.9375rem;top:40.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GGNLXHUGcbMqO6DFAvha8AP7tPZCDevN { width:20rem;height:1.5rem;top:37.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OUhTDP6kXeNRTwfwi0rEuAb0mBlBtS3U { width:3.75rem;height:0.3125rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6saUu2GRCoarEMsNKy68aaqG02ufRiw { width:20rem;height:3.9375rem;top:51.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #prT7LrR4tB06ToOl2m2SUapJoGBrrvIa { width:20rem;height:1.5rem;top:48.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJAyyosZat8QvTFfzJu06sIuSEwTi14T { width:3.75rem;height:0.3125rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muDwVd4upZp9iP6SCImsaexdTDRPWDPL { width:20rem;height:18.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECaedInz37aoUAKrDaywwyzPHdzqoKgf { display:block; }#ECaedInz37aoUAKrDaywwyzPHdzqoKgf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aM7xOaQgBxGddQBaKWSTzrvty074h3y0 { display:block; }#aM7xOaQgBxGddQBaKWSTzrvty074h3y0 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmJ77i7MziutW2Uoo92vuIDlOPTx6kpV { width:20rem;height:4.5rem;top:20.6875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lmr5AhH3tZbP1EIAOOT2LW1PSTK2q9kC { width:20rem;height:19.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp0K4BKArtXuWMnNkU1m6k6WKDImieAN { width:8.4375rem;height:2.5rem;top:59.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttWuDM5RIEzN3bPX9tmwF8xMcd7BfX2Z { display:block; }
 }@media only screen and (max-width: 763px) { #KUdk7v9UZZMqSny8bTtGdtmVGulWDtVW { width:3.75rem;height:0.3125rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJGyuSGt07mtrPQPZltfbVRRWe7M3k7 { width:20rem;height:1.5rem;top:29.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zVr8ftKGLZWBpuFcgcnuXTKxRlpVEtLT { width:20rem;height:3.9375rem;top:31.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nGT6UxvS3KEksyDJiXq6ouF94f7R3EOB { width:20rem;height:3.9375rem;top:42.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vQM5lmDT9ud6HFTx2MFUG7VOs86msepI { width:20rem;height:1.5rem;top:39.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NhQxNKmNTD5wOP41RewiBG1ZQATnL6OT { width:3.75rem;height:0.3125rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQ7ubwk9Bxf1PJQF5fb2AUx31ULOG9a { width:20rem;height:2.625rem;top:53rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Vllasi5OSXReq9RtcKWDROTSVyI3TO53 { width:20rem;height:1.5rem;top:50.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4vrhBp6P8G8scpf6lLFgNUf7sgZz9S7 { width:3.75rem;height:0.3125rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 { display:block; }#RONHPKR9RUOdr9QolCUPqncR3Shmf6R6 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESaAik5EWogBGebT06Su1eMqta7HbfhQ { display:block; }#ESaAik5EWogBGebT06Su1eMqta7HbfhQ > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm4N0I61p6Qn3Ed9qBLwZVVXSCLrSes3 { width:20rem;height:4.5rem;top:16.1875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G3oLTTIiv0DmyHc94i9ApnOP5cdIV8Ft { width:8.4375rem;height:2.5rem;top:54.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTlci4DLpSdlmlstofSJUQMMppkSis7 { display:block; }
 }@media only screen and (max-width: 763px) { #lvV50g0R7xTvpVAE1papgMUZyWTUUutT { width:3.75rem;height:0.3125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUHL1lewT0BnADipq1l2ton8zk6qtHc { width:20rem;height:1.5rem;top:24.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v20F7x2kmw5uCpTsUBkWDRb80FsI0zHT { width:20rem;height:2.625rem;top:26.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z9M2skRth12nXf1sZZfFNpssfUM3Q6g2 { width:20rem;height:3.9375rem;top:36.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DMMZMvy7MZR9z5kHTroDyWXBd44TFFNO { width:20rem;height:1.5rem;top:33.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FkCF4OfPkg7BJ8T0ngHHulz1vqUsUUsu { width:3.75rem;height:0.3125rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtK8OJM4G9lelfLioBxKSoNqnZmG7bkK { width:20rem;height:3.9375rem;top:46.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c0qDEO65lBQhxWMvBprxAs40zFGBgEFK { width:20rem;height:1.5rem;top:44.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qDJicTtWm7t4yMrpuNdpSyJhlAkMX9cD { width:3.75rem;height:0.3125rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3T2VupfZUefEJKGcepAfsMp7iSz4whN { width:20rem;height:15.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOriZfeoOKrFCEwTWBspSV7bCooENlK { display:block; }#dyOriZfeoOKrFCEwTWBspSV7bCooENlK > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr { display:block; }#CRxmopMh0NWSBgfGhwIVCrgpfL1CAlTr > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSHEZ5XFzgdAHNfTXOauXqbKLt0bHZWE { width:20rem;height:21.6865rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 { display:block; }#KpWbEQEcHMCct2gZ5g3Ixq36Z3rWfrH7 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/dd211362-c896-4687-bdbf-22f73085fb2a/TotalFlexibillity.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx.adaptive-delivery-prevent-bg, #xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx.lazyload, #xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx.lazyloading { background-image: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { background-color: transparent; background-image: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container > .video-iframe-container { display: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row > .video-iframe-container { display: none; }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .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); }#xaLPwxNNCBrAaPFlZ45QAvNCxQNMiaDx > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhtSeJ2rEbXXouEPdW4dgkxo2MxxwqH0 { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w30VgVwk4hn49nqk7vkGptQQm9RKP3Wt { width:20rem;height:5.25rem;top:8.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq2d0rO1nx3idxMm3ILzSV3bTtExOL0d { width:20rem;height:3.9375rem;top:18.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SJNRKbQdrK6OyOimT3OvugnGcF6xFZHR { width:20rem;height:1.5rem;top:15.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqUbQsputozR7aI9IBf0EgRLmwl1t8SQ { width:20rem;height:1.5rem;top:51.6435546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8zIvQxU7BZWonbW3wvLVPFHFtXp1T6V { width:20rem;height:3.9375rem;top:54.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DldyIefTHvtKX7k3opgRTMyeGhtdk7nT { width:7.5rem;height:2.5rem;top:24.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZimJxV3wN74fAlllJC5SG0ksRFQlf8 { display:block; }
 }@media only screen and (max-width: 763px) { #A3BA2rJIUCcxU7nkG0DFBw5QVUDm6byu { width:6.6875rem;height:2.5rem;top:60.2060546875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyD9NJN3epm3RpaVLyubQ86apIgPCWN { display:block; }
 }@media only screen and (max-width: 763px) { #Pv1Dff98Hr46GvnnkGxnZCE0SLIcTxbZ { width:20rem;height:17.5195rem;top:29.146484375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zhClxKW7T3uPSh77nT6p3Ad9NERpwTgK { width:20rem;height:16.7060625rem;top:65.29296875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T { display:block; }#GiEu91E8qKAQgxbu8k9ftsm7sUUMCV9T > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 { display:block; }#QAr39Ct3P86X51zfnRpiUDpeE3abo9p0 > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AucQoLJlcx97mMKyAuSER9tglktS51VK { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xPpnrEWOpPRX94aVB6TsLoFeml8riLgO { width:20rem;height:5.25rem;top:7rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xs07owORQbCmbQD8hOBF5TT6kiL8H530 { width:12.1875rem;height:3.125rem;top:16.8125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rrv4v0esU5BgkbVCX1E6mJM58Ksm4TvC { display:block; }
 }@media only screen and (max-width: 763px) { #DVUxUT85spvwiuLewGCUk41bManQrAUH { width:9.375rem;height:9.375rem;top:24rem;left:5.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #mIDitm1JhNgmJPJBiJd2vF03tXNQNin6 { width:9.2480625rem;height:9.2480625rem;top:39.46875rem;left:5.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yNav2JPQrTIo5Ac2sGCd17TrXzW0Oupw { width:9.2480625rem;height:9.2480625rem;top:55.25rem;left:5.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #t6eTJ8Mftuy0rchV7eJceG6NXLmrc2zQ { width:9.2480625rem;height:9.2480625rem;top:69.8134765625rem;left:5.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gJnSha9QmdRdu0vdMQS9QpkdEs5OT613 { width:9.4355625rem;height:2.625rem;top:33.3125rem;left:5.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTrtl3kXFqD6MoUTfTNWadRqgq7C3eJH { width:9.375rem;height:2.625rem;top:48.716796875rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVNqvBOJehqKmakSwB3JagCUzLbOS4WT { width:9.375rem;height:1.3125rem;top:64.498046875rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJvdkOL5ZIeWyFsLcVwcqEJG5pbQvnS5 { width:9.375rem;height:1.3125rem;top:79.0615234375rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9qLZ0Ix6VyBtcaNuMovrXZM6ie3DopC { width:9.0625rem;height:2.5rem;top:14.9375rem;left:5.46875rem;font-size:0.75rem;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #494ce9, #292b83);background-image: -moz-linear-gradient(90deg, #494ce9, #292b83);background-image: -ms-linear-gradient(90deg, #494ce9, #292b83);background-image: -o-linear-gradient(90deg, #494ce9, #292b83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#494ce9', endColorstr='#292b83' );";background-image: linear-gradient(90deg, #494ce9, #292b83);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hoLOwe3Jhvr5ZnPpmNDksKuIrnbypW8y { display:block; }
 }@media only screen and (max-width: 763px) { #T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK { display:block; }#T5CGTdKq7XLLOv9QxQ76ZwNTHxMBNlhK > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g { background-color:#1f1f1f;background-image:url("https://images.assets-landingi.com/uc/077cc589-53ac-47f8-a208-4e9eaccddc8f/Takecontrolofyourrevenue.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g.adaptive-delivery-prevent-bg, #e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g.lazyload, #e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g.lazyloading { background-image: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { background-color: transparent; background-image: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container > .video-iframe-container { display: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row > .video-iframe-container { display: none; }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .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); }#e4hGMwdBeTi2aqqnf6wZ2o27tevcsw2g > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgwDFoMZVRvHb2RD3pF7GaEKHFboHZAy { width:17.25rem;height:4.5rem;top:5.3125rem;left:1.375rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Z4Aevv3O1Q8NewO2hmvOuIqT04OUGX { width:7.375rem;height:2.5rem;top:12.75rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt8hNWS2ikFgDhGmO7k3tTpoCW9ndeH4 { display:block; }
 }@media only screen and (max-width: 763px) { #fFMyk1LgRq85PM0IKVeLsJFFitNLJTOu { width:7.375rem;height:2.5rem;top:16.8740234375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wONAT8KT3BhvxBGGFdfS6SVmhqfS9wMG { display:block; }
 }@media only screen and (max-width: 763px) { #C9Mu9KfAZe80K3fVTeaBfvlD0UrO5rxs { width:20rem;height:4.71581875rem;top:16.412109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ { display:block; }#iz8tSu6bGv7vazwlFUTO3mF4CT61g8dJ > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy6egn61wTEgCL8FXK58czS2He8alaDV { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;display:block; }
 }