.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,242,225;--color-primary-1:128,210,154;--color-primary-2:0,165,53;--color-primary-3:0,83,27;--color-primary-4:0,25,8;--color-secondary-0:214,248,254;--color-secondary-1:133,235,253;--color-secondary-2:51,222,251;--color-secondary-3:0,214,250;--color-secondary-4:0,35,53;--color-tertiary-0:255,255,255;--color-tertiary-1:133,235,253;--color-tertiary-2:51,222,251;--color-tertiary-3:0,214,250;--color-tertiary-4:23,51,88;--headlines-font-family:"barlow semi condensed";--paragraphs-font-family:"barlow semi condensed"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #00d6fa;; } #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); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { background-color: transparent; background-image: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container > .video-iframe-container { display: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container { display: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .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); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { border-width: 0; border-radius: 0; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:64.62500190735rem;display:block; }
#D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8UXunTg2AM7WkaTybbukFokKDIgwNRz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.25rem;top:1.0625rem;left:3.6625003814698rem;overflow:hidden;display:block; }
#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2024ba5a-6bf5-4265-a0dc-b9f569adef8f/landing_desktop.jpg");background-position: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; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.adaptive-delivery-prevent-bg, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyload, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyloading { background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;overflow:visible;position:relative;display:block; }#P75zGD78qh9t9TtrOlXTXcF4lr3RtkKP { position:absolute;display:block;z-index:15032;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:27.625rem;width:36.25rem;top:5rem;left:1.6000003814698rem;overflow:hidden;display:block; }
#zuS1B7ImT7ls7M1sw9DgMsXTXlrKIyIT { position:absolute;display:block;z-index:15000;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:21.25rem;width:33.5625rem;top:3.625rem;left:39.187501907349rem;overflow:hidden;display:block; }
#z61Z70w658t3yPgIWWdEIJ0n9c0iC5Mn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.375rem;left:47.218751907349rem;display:block; }
#mkuuzTK9lcqN8CHfZclkhtkKNR9DQ7EB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJm4gzgrZ29QcJpWwxNQVPseBaCTWB5D { position:absolute;display:block;z-index:15033;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:10.3125rem;width:29.5rem;top:20.550001144409rem;left:4.9750003814697rem;overflow:hidden;display:block; }
#QcMnQGE3OsEGGcTdZrpVxegk2Jh6h9wi { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:24.875rem;left:41.312501907349rem;height:;font-style:italic;display:block; }
#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4ee69504-27a5-49a7-993b-ae8fc95ba1b2/new.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ.adaptive-delivery-prevent-bg, #Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ.lazyload, #Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ.lazyloading { background-image: none; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row .container { background-color: transparent; background-image: none; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row .container > .video-iframe-container { display: none; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row > .video-iframe-container { display: none; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .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); }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row .container { border-width: 0; border-radius: 0; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4ee69504-27a5-49a7-993b-ae8fc95ba1b2/new.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF.adaptive-delivery-prevent-bg, #sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF.lazyload, #sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF.lazyloading { background-image: none; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row .container { border-width: 0; border-radius: 0; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { background-color: transparent; background-image: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container > .video-iframe-container { display: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container { display: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .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); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { border-width: 0; border-radius: 0; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:1.296875rem;left:0rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row .container { background-color: transparent; background-image: none; }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row .container > .video-iframe-container { display: none; }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row > .video-iframe-container { display: none; }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .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); }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row .container { border-width: 0; border-radius: 0; }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#TTJicZC7vGKW7m0USgsbk5J5UcUVQRAL { box-sizing:content-box;height:24.625rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#0b1625;background-image:none;top:2.3125rem;left:0.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#gB2diImWFToqvsw8zZghZoTWko8gE2yS { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:32.3125rem;top:4.9375rem;left:39.125rem;overflow:hidden;display:block; }
#fATxEV7vnqil18rkM8p78sDEOlZCNZES { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:28.125rem;top:11.375rem;left:5.5rem;overflow:hidden;display:block; }
#fCk66IlLy269OsrCL1zK0fKltDBCN1CP { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.4375rem;left:8.5625rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#seuikF2ZwsORuK1QRRZbUsu8476DFghu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.90625rem;left:6.3437519073488rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#emTmIT5NgZnW5GLVy3ebJugCNpG4QN8D { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.75rem;left:7.9375019073488rem;display:block; }
#ebaHsgTc16SJKPTQSr084vZ40mXuHTfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row .container { background-color: transparent; background-image: none; }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row .container > .video-iframe-container { display: none; }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row > .video-iframe-container { display: none; }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .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); }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row .container { border-width: 0; border-radius: 0; }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#TFln8nGcvvG7ltgcq60aOmGP1e9AgBAc { box-sizing:content-box;height:24.625rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#0b1625;background-image:none;top:0.9375rem;left:0.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#kaSfOicDan9ek5GzA4NFP157agZzlmUI { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:32.3125rem;top:4.0937566757202rem;left:2rem;overflow:hidden;display:block; }
#c2H2rtZisqZ8SpoDo9erQVcH9L5KBadU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:27.625rem;top:8.7992210388181rem;left:41.500001907349rem;overflow:hidden;display:block; }
#lxOdmcFTPsWz8Hm8VDmkfpgRNbDSwTsE { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.1187515258789rem;left:44.312501907349rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#A8PvZ9OAQ7QoJ3zze0puxJbFFmT8zkQp { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:12.875rem;left:41.843751907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SnHmd5HnDe6VERiQgc6TsLrWAecQ3ahS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.768751144409rem;left:43.687501907349rem;display:block; }
#d3xPprvxN783XN6Zr2KhqG0k1er7ukEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;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; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container { background-color: transparent; background-image: none; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container > .video-iframe-container { display: none; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row > .video-iframe-container { display: none; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .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); }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container { border-width: 0; border-radius: 0; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#CMt1A6nFb8LmU2TGvX5L28LM3ozbNFoW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.125rem;width:32rem;top:3.484375rem;left:2.75rem;overflow:hidden;display:block; }
#BzTs7r8obrbCq4WsFtcQz7fJP3wBUbhp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.75rem;left:7.1250019073488rem;display:block; }
#zRG88CS62rLQEpU0vulKsdpkA87BXze0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdcPa9mWCkZI6PCDTUIrEnGKTriF4L2r { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:32.25rem;top:3.4226570129394rem;left:40.125001907349rem;overflow:hidden;display:block; }
#ODOt60FMUaw3T8sKsE4TfDq7XCDqX2ph { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.75rem;left:47.500001907349rem;display:block; }
#LS5lTSo7mqDLJFFfvLER4BW83qH6gEXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xsV73qnTdTUvtUxHRAoGsrtI1AwUdaHC { box-sizing:content-box;height:43.125rem;width:36.125rem;position:absolute;display:block;z-index:15001;background-color:#0b1625;background-image:none;top:1.6875rem;left:0.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#IlWUAFJqzi0f0EbQZha5rL5tGsO8KVF7 { box-sizing:content-box;height:43.125rem;width:36.125rem;position:absolute;display:block;z-index:15002;background-color:#0b1625;background-image:none;top:1.6875rem;left:38.187501907349rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#cOCvDHl5JiLFWfA5zZwdqJw900i0Ntyw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:26.125rem;top:26.653125762939rem;left:6.4062519073488rem;overflow:hidden;display:block; }
#Syh2aXETsTABQfTSRVzqonK2DINTDhDQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:28.3125rem;top:29.84375rem;left:42.093751907349rem;overflow:hidden;display:block; }
#WzBThMQAA5Hahus3bnNpd9pMku0ZHXQl { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.034376144409rem;left:7.7500019073488rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#mTzXKJ7m4rgrVZO2nu1iTySTFEf6eolh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.487499237061rem;left:6.0000019073486rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PsaEZOeAKyKpJTByKpIOmEZC1zorGOHI { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:23.5rem;left:45.25rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#hkf03SyQc6PM0A4TOB8ZpWhqZpfOTc3E { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:27.431251525879rem;left:42.781251907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;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; }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row .container { background-color: transparent; background-image: none; }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row .container > .video-iframe-container { display: none; }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row > .video-iframe-container { display: none; }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .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); }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row .container { border-width: 0; border-radius: 0; }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#pTSq2z93pZWGSQQ0f7fDNIx4FaAnhkQJ { box-sizing:content-box;height:24.625rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#0b1625;background-image:none;top:0.9375rem;left:0.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#zUCZkKHB7xHET0EEiHuMD2DC5IHtk8gr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:32.3125rem;top:4.125rem;left:40.5rem;overflow:hidden;display:block; }
#ZGd7s9lTXxU9QkKg0mkmkNlodeqSvFM0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:27.6875rem;top:9.1749992370606rem;left:5.28125rem;overflow:hidden;display:block; }
#TET9EWyXbWJNmA0ikS5dVK2KTsR36dPP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:12.443752288818rem;left:4.25rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uL0P19zAgEAuFr6sLQ0WG8vD8NG30g1D { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.1875rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#Bf4dfuA4lJoSplk21GuPHymeioJxnLuB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18rem;left:7.5rem;display:block; }
#HxXfOGm0pHz8ol1o4AlhTxy0o8L5Cb97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X63M1T81thMi9oTu76smo2evq5XoXqyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;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; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container { background-color: transparent; background-image: none; }#X63M1T81thMi9oTu76smo2evq5XoXqyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container > .video-iframe-container { display: none; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row > .video-iframe-container { display: none; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .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); }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container { border-width: 0; border-radius: 0; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#gLX6kRn1sMSzQuz4Kg0tcEHOlUIhpevn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:10.5625rem;left:14.687501907349rem;overflow:hidden;display:block; }
#fMFFiIFwqPITb7T99w9RNx91hotrPH9D { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:12.062501907349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhCE5BxbMMtR8kEPBua1Wn90IAo9F2CT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#0b1625;background-image:none;top:8.25rem;left:10.562501907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #009fda;border-left:0.0625rem solid #009fda;border-right:0.0625rem solid #009fda;border-bottom:0.0625rem solid #009fda;display:block; }
#bvlGT1tGGsBtMH26GGs7LmahbclNTanl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#0b1625;background-image:none;top:8.25rem;left:24.250001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #009fda;border-left:0.0625rem solid #009fda;border-right:0.0625rem solid #009fda;border-bottom:0.0625rem solid #009fda;display:block; }
#L5KhSS7ici0P7uFMk8VqBuSRNHJTD0O0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:10.625rem;left:28.375001907349rem;overflow:hidden;display:block; }
#FHGr51qi08f0w2aAqexnPT2fPEx5oWho { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.125rem;left:25.750001907349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OimKZxa8oA3UXDBQDqQUQrEzsV5Bahmd { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#0b1625;background-image:none;top:8.25rem;left:38.125001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #009fda;border-left:0.0625rem solid #009fda;border-right:0.0625rem solid #009fda;border-bottom:0.0625rem solid #009fda;display:block; }
#mO0Mzb8K0yhAlTLq5v5Tpg6dA0TX7Qll { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:10.625rem;left:42.250001907349rem;overflow:hidden;display:block; }
#gds3DwKITC29xwQDXKm0dtnWAsyDBps2 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.625001907349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU0BEcrrg0JdNlpdpH5smvTNLIobHOVL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#0b1625;background-image:none;top:8.25rem;left:51.750001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #009fda;border-left:0.0625rem solid #009fda;border-right:0.0625rem solid #009fda;border-bottom:0.0625rem solid #009fda;display:block; }
#GBJi4WT4WlNNJXohM344nJKGy1yh9IT9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.75rem;top:10.625rem;left:55.875001907349rem;overflow:hidden;display:block; }
#vBBvafMQbtPyvWSLWXIM11BaHxJg7tck { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.125rem;left:53.250001907349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gy1mX3EX83xwPLXxSQqlEdbu5du8re7K { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"barlow semi condensed";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.96875rem;left:25.062501907349rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IC5aGIJRKUAelTc5S0pCcJInbuA4F3wx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:8.25rem;left:10.575002670288rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#iciAkbWW269Xk5IqKPfmTelBJEBugh2W { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.356250762939rem;left:12.093751907349rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3TPkAoeTDgQIqr4xIK8uKVkoKVKM6yL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:8.3000011444094rem;left:24.250001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#NAzgceRFD2NyEmT9oHeTIy7sHxVaRIWR { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.96875rem;left:25.362501144409rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aipR5mbQoRpSFUuCXqhzitBotaf44BSK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:8.3000011444094rem;left:38.125001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#NS3soXFizHFR44vZSxiOpzkMLw0TesQN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:8.25rem;left:51.750001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#rudEzUvTPMwTzIOKyV1Kd5oNukK9IJg9 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.625rem;left:39.643754959106rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSEkrmyPAyyxIfaLBBpwnn4ncWWA79gr { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.356250762939rem;left:52.706254959106rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { background-color: transparent; background-image: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container > .video-iframe-container { display: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container { display: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .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); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { border-width: 0; border-radius: 0; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:56.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.82421875rem;left:6.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#c3PdasGR7FRkTfMqrzgW0hm8iNsucTft { z-index:;position:relative;display:block; }#c3PdasGR7FRkTfMqrzgW0hm8iNsucTft > .row .container { position:relative;display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { background-color: transparent; background-image: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .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); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { border-width: 0; border-radius: 0; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:11.4375rem;top:1.25rem;left:9.6875rem;overflow:hidden;display:block; }
#dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4.75rem;top:3.0625rem;left:26.25rem;overflow:hidden;display:block; }
#kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.3125rem;top:2.34375rem;left:39.125rem;overflow:hidden;display:block; }
#M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.625rem;top:2.34375rem;left:55.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TZDTIGFdOQQumv30wzGq0hTS99UBNmND { display:block; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { top:1.0625rem;left:0rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P75zGD78qh9t9TtrOlXTXcF4lr3RtkKP { top:5rem;left:0rem;width:36.25rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuS1B7ImT7ls7M1sw9DgMsXTXlrKIyIT { width:33.5625rem;height:21.25rem;top:3.625rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z61Z70w658t3yPgIWWdEIJ0n9c0iC5Mn { width:17.5rem;height:3.4375rem;top:27.375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkuuzTK9lcqN8CHfZclkhtkKNR9DQ7EB { display:block; }
 }@media only screen and (max-width: 763px) { #uJm4gzgrZ29QcJpWwxNQVPseBaCTWB5D { top:20.5rem;left:0rem;width:29.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMnQGE3OsEGGcTdZrpVxegk2Jh6h9wi { top:24.875rem;left:18.4375rem;width:29.3125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ { display:block; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF { display:none; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { display:block; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { top:1.25rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaS66goc14ug5fSrbEt0MDRp2nyHeh7z { display:block; }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTJicZC7vGKW7m0USgsbk5J5UcUVQRAL { width:47.75rem;height:24.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB2diImWFToqvsw8zZghZoTWko8gE2yS { top:4.9375rem;left:15.4375rem;width:32.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATxEV7vnqil18rkM8p78sDEOlZCNZES { top:11.375rem;left:0rem;width:28.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCk66IlLy269OsrCL1zK0fKltDBCN1CP { top:6.4375rem;left:0rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seuikF2ZwsORuK1QRRZbUsu8476DFghu { top:9.875rem;left:0rem;width:26.9375rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTmIT5NgZnW5GLVy3ebJugCNpG4QN8D { width:23.25rem;height:3.4375rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebaHsgTc16SJKPTQSr084vZ40mXuHTfT { display:block; }
 }@media only screen and (max-width: 763px) { #rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 { display:block; }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFln8nGcvvG7ltgcq60aOmGP1e9AgBAc { width:47.75rem;height:24.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaSfOicDan9ek5GzA4NFP157agZzlmUI { top:4.0625rem;left:0rem;width:32.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2H2rtZisqZ8SpoDo9erQVcH9L5KBadU { top:8.75rem;left:20.125rem;width:27.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxOdmcFTPsWz8Hm8VDmkfpgRNbDSwTsE { top:6.0625rem;left:25.75rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8PvZ9OAQ7QoJ3zze0puxJbFFmT8zkQp { top:12.875rem;left:20.8125rem;width:26.9375rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnHmd5HnDe6VERiQgc6TsLrWAecQ3ahS { width:23.25rem;height:3.4375rem;top:17.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3xPprvxN783XN6Zr2KhqG0k1er7ukEV { display:block; }
 }@media only screen and (max-width: 763px) { #RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk { display:block; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMt1A6nFb8LmU2TGvX5L28LM3ozbNFoW { top:3.4375rem;left:0rem;width:32rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTs7r8obrbCq4WsFtcQz7fJP3wBUbhp { width:23.25rem;height:3.4375rem;top:36.75rem;left:0.31250190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRG88CS62rLQEpU0vulKsdpkA87BXze0 { display:block; }
 }@media only screen and (max-width: 763px) { #OdcPa9mWCkZI6PCDTUIrEnGKTriF4L2r { top:3.375rem;left:15.5rem;width:32.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOt60FMUaw3T8sKsE4TfDq7XCDqX2ph { width:17.5rem;height:3.4375rem;top:36.75rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS5lTSo7mqDLJFFfvLER4BW83qH6gEXH { display:block; }
 }@media only screen and (max-width: 763px) { #xsV73qnTdTUvtUxHRAoGsrtI1AwUdaHC { width:36.125rem;height:43.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlWUAFJqzi0f0EbQZha5rL5tGsO8KVF7 { width:36.125rem;height:43.125rem;top:1.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOCvDHl5JiLFWfA5zZwdqJw900i0Ntyw { top:26.625rem;left:0rem;width:26.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syh2aXETsTABQfTSRVzqonK2DINTDhDQ { top:29.8125rem;left:19.4375rem;width:28.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzBThMQAA5Hahus3bnNpd9pMku0ZHXQl { top:23rem;left:0.93750190734863rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTzXKJ7m4rgrVZO2nu1iTySTFEf6eolh { top:30.4375rem;left:0rem;width:26.9375rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsaEZOeAKyKpJTByKpIOmEZC1zorGOHI { top:23.5rem;left:24.812501907349rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkf03SyQc6PM0A4TOB8ZpWhqZpfOTc3E { top:27.375rem;left:20.8125rem;width:26.9375rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP { display:block; }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTSq2z93pZWGSQQ0f7fDNIx4FaAnhkQJ { width:47.75rem;height:24.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUCZkKHB7xHET0EEiHuMD2DC5IHtk8gr { top:4.125rem;left:15.4375rem;width:32.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGd7s9lTXxU9QkKg0mkmkNlodeqSvFM0 { top:9.125rem;left:0rem;width:27.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET9EWyXbWJNmA0ikS5dVK2KTsR36dPP { top:12.4375rem;left:0rem;width:29.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL0P19zAgEAuFr6sLQ0WG8vD8NG30g1D { top:5.125rem;left:0rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4dfuA4lJoSplk21GuPHymeioJxnLuB { width:23.25rem;height:3.4375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxXfOGm0pHz8ol1o4AlhTxy0o8L5Cb97 { display:block; }
 }@media only screen and (max-width: 763px) { #X63M1T81thMi9oTu76smo2evq5XoXqyK { display:block; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLX6kRn1sMSzQuz4Kg0tcEHOlUIhpevn { top:10.5625rem;left:7.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMFFiIFwqPITb7T99w9RNx91hotrPH9D { top:16.0625rem;left:2.375rem;width:9.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhCE5BxbMMtR8kEPBua1Wn90IAo9F2CT { top:8.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvlGT1tGGsBtMH26GGs7LmahbclNTanl { top:8.25rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5KhSS7ici0P7uFMk8VqBuSRNHJTD0O0 { top:10.625rem;left:18.156251907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHGr51qi08f0w2aAqexnPT2fPEx5oWho { top:16.125rem;left:14.3125rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OimKZxa8oA3UXDBQDqQUQrEzsV5Bahmd { top:8.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO0Mzb8K0yhAlTLq5v5Tpg6dA0TX7Qll { top:10.625rem;left:25.218751907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gds3DwKITC29xwQDXKm0dtnWAsyDBps2 { top:16.125rem;left:23.875rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU0BEcrrg0JdNlpdpH5smvTNLIobHOVL { top:8.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBJi4WT4WlNNJXohM344nJKGy1yh9IT9 { top:10.625rem;left:32.0625rem;width:3.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBBvafMQbtPyvWSLWXIM11BaHxJg7tck { top:16.125rem;left:26.25rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy1mX3EX83xwPLXxSQqlEdbu5du8re7K { top:3.9375rem;left:0rem;width:24rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC5aGIJRKUAelTc5S0pCcJInbuA4F3wx { top:8.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iciAkbWW269Xk5IqKPfmTelBJEBugh2W { top:12.3125rem;left:2.375rem;width:9.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3TPkAoeTDgQIqr4xIK8uKVkoKVKM6yL { top:8.25rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAzgceRFD2NyEmT9oHeTIy7sHxVaRIWR { top:11.9375rem;left:13.5rem;width:10.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aipR5mbQoRpSFUuCXqhzitBotaf44BSK { top:8.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS3soXFizHFR44vZSxiOpzkMLw0TesQN { top:8.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rudEzUvTPMwTzIOKyV1Kd5oNukK9IJg9 { top:11.625rem;left:23.875rem;width:9.5625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSEkrmyPAyyxIfaLBBpwnn4ncWWA79gr { top:12.3125rem;left:25.125rem;width:10.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { top:2.125rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { top:2.125rem;left:33.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { top:1.8125rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3PdasGR7FRkTfMqrzgW0hm8iNsucTft { display:block; }#c3PdasGR7FRkTfMqrzgW0hm8iNsucTft > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { top:1.25rem;left:0rem;width:11.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { top:3.0625rem;left:12.625rem;width:4.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { top:2.3125rem;left:25.5rem;width:7.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { top:2.3125rem;left:39.125rem;width:8.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #TZDTIGFdOQQumv30wzGq0hTS99UBNmND { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { background-color: transparent; background-image: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container > .video-iframe-container { display: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container { display: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .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); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { border-width: 0; border-radius: 0; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:5.1875rem;height:1.6875rem;top:1.1125000715256rem;left:14.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { width:9rem;height:2rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b987e49d-d9cb-472e-bdcd-747d9dca6678/LANDINGIRecovered_05.jpg");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; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.adaptive-delivery-prevent-bg, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyload, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyloading { background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P75zGD78qh9t9TtrOlXTXcF4lr3RtkKP { width:20rem;height:15.240625rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuS1B7ImT7ls7M1sw9DgMsXTXlrKIyIT { top:3.125rem;left:0rem;width:20rem;height:12.6875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z61Z70w658t3yPgIWWdEIJ0n9c0iC5Mn { width:20rem;height:3.4375rem;top:19.874999880791rem;left:0rem;font-weight:700;font-style:normal;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mkuuzTK9lcqN8CHfZclkhtkKNR9DQ7EB { display:block; }
 }@media only screen and (max-width: 763px) { #uJm4gzgrZ29QcJpWwxNQVPseBaCTWB5D { width:20rem;height:6.9915254237288rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMnQGE3OsEGGcTdZrpVxegk2Jh6h9wi { width:14.125rem;height:1.95rem;top:16.375rem;left:2.9375000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ebcdb746-2b39-4557-947a-3e9d79ade74b/new.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ.adaptive-delivery-prevent-bg, #Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ.lazyload, #Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ.lazyloading { background-image: none; }#Wlf280KzXHuAkCfWn9NOCrqBCQrJHTZZ > .row .container { width:20rem;height:2.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e8d1d00c-27a9-43c5-84c3-f1698516a88a/3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF.adaptive-delivery-prevent-bg, #sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF.lazyload, #sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF.lazyloading { background-image: none; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row .container { background-color: transparent; background-image: none; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row .container > .video-iframe-container { display: none; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row > .video-iframe-container { display: none; }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .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); }#sR2WuhKdy55FNTfvvMw1qiIekMq5ctgF > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { display:block; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { width:14.1875rem;height:6.375rem;top:0.9375rem;left:2.90625rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AaS66goc14ug5fSrbEt0MDRp2nyHeh7z { display:block; }#AaS66goc14ug5fSrbEt0MDRp2nyHeh7z > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTJicZC7vGKW7m0USgsbk5J5UcUVQRAL { width:20rem;height:29.125rem;top:1.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB2diImWFToqvsw8zZghZoTWko8gE2yS { width:18.75rem;height:10.625rem;top:1.796875rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATxEV7vnqil18rkM8p78sDEOlZCNZES { width:18.75rem;height:3.875rem;top:15.986721038818rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCk66IlLy269OsrCL1zK0fKltDBCN1CP { width:20rem;height:2.1125rem;top:13.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seuikF2ZwsORuK1QRRZbUsu8476DFghu { width:20rem;height:2.1125rem;top:19.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTmIT5NgZnW5GLVy3ebJugCNpG4QN8D { width:17.5rem;height:3.4375rem;top:23.987501144409rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebaHsgTc16SJKPTQSr084vZ40mXuHTfT { display:block; }
 }@media only screen and (max-width: 763px) { #rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 { display:block; }#rZ617MpHo8m9LNqgcmen1Rmuoo8Hrqp9 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFln8nGcvvG7ltgcq60aOmGP1e9AgBAc { width:20rem;height:29.125rem;top:1.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaSfOicDan9ek5GzA4NFP157agZzlmUI { width:18.75rem;height:10.625rem;top:2.046875rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2H2rtZisqZ8SpoDo9erQVcH9L5KBadU { width:18.75rem;height:3.875rem;top:16.062499046326rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxOdmcFTPsWz8Hm8VDmkfpgRNbDSwTsE { width:20rem;height:2.1125rem;top:13.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8PvZ9OAQ7QoJ3zze0puxJbFFmT8zkQp { width:20rem;height:2.6rem;top:18.812499046326rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnHmd5HnDe6VERiQgc6TsLrWAecQ3ahS { width:17.5rem;height:3.4375rem;top:23.375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3xPprvxN783XN6Zr2KhqG0k1er7ukEV { display:block; }
 }@media only screen and (max-width: 763px) { #RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk { background-color:#173358;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container { background-color: transparent; background-image: none; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container > .video-iframe-container { display: none; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row > .video-iframe-container { display: none; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .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); }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container { border-width: 0; border-radius: 0; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsCArpTCIasDZz6DUmp7Nd3zJ7bUsQKk > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMt1A6nFb8LmU2TGvX5L28LM3ozbNFoW { width:18.75rem;height:10.625rem;top:2.3125rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTs7r8obrbCq4WsFtcQz7fJP3wBUbhp { width:17.5rem;height:3.4375rem;top:55.625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRG88CS62rLQEpU0vulKsdpkA87BXze0 { display:block; }
 }@media only screen and (max-width: 763px) { #OdcPa9mWCkZI6PCDTUIrEnGKTriF4L2r { width:18.75rem;height:10.625rem;top:33.875rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOt60FMUaw3T8sKsE4TfDq7XCDqX2ph { width:17.5rem;height:3.4375rem;top:23.75rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS5lTSo7mqDLJFFfvLER4BW83qH6gEXH { display:block; }
 }@media only screen and (max-width: 763px) { #xsV73qnTdTUvtUxHRAoGsrtI1AwUdaHC { width:20rem;height:29.125rem;top:1.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlWUAFJqzi0f0EbQZha5rL5tGsO8KVF7 { width:20rem;height:29.125rem;top:33.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOCvDHl5JiLFWfA5zZwdqJw900i0Ntyw { width:18.75rem;height:3.625rem;top:16.806249856949rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syh2aXETsTABQfTSRVzqonK2DINTDhDQ { width:18.75rem;height:3rem;top:50.312494277954rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzBThMQAA5Hahus3bnNpd9pMku0ZHXQl { width:20rem;height:2.1125rem;top:14rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTzXKJ7m4rgrVZO2nu1iTySTFEf6eolh { width:20rem;height:2.275rem;top:19.556249856949rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsaEZOeAKyKpJTByKpIOmEZC1zorGOHI { width:20rem;height:2.1125rem;top:45.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkf03SyQc6PM0A4TOB8ZpWhqZpfOTc3E { width:20rem;height:2.19375rem;top:48.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP { display:block; }#EQ5GzvVX4XDd9LLRN89ZDpPSLIliTmZP > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTSq2z93pZWGSQQ0f7fDNIx4FaAnhkQJ { width:20rem;height:29.125rem;top:1.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUCZkKHB7xHET0EEiHuMD2DC5IHtk8gr { width:18.75rem;height:10.625rem;top:2.4375rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGd7s9lTXxU9QkKg0mkmkNlodeqSvFM0 { width:18.75rem;height:2.9375rem;top:17.362499237061rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET9EWyXbWJNmA0ikS5dVK2KTsR36dPP { width:20rem;height:2.275rem;top:19.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL0P19zAgEAuFr6sLQ0WG8vD8NG30g1D { width:20rem;height:2.1125rem;top:14.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4dfuA4lJoSplk21GuPHymeioJxnLuB { width:17.5rem;height:3.4375rem;top:24rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxXfOGm0pHz8ol1o4AlhTxy0o8L5Cb97 { display:block; }
 }@media only screen and (max-width: 763px) { #X63M1T81thMi9oTu76smo2evq5XoXqyK { background-color:#173358;background-image:none;display:block; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container { background-color: transparent; background-image: none; }#X63M1T81thMi9oTu76smo2evq5XoXqyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container > .video-iframe-container { display: none; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row > .video-iframe-container { display: none; }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .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); }#X63M1T81thMi9oTu76smo2evq5XoXqyK > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLX6kRn1sMSzQuz4Kg0tcEHOlUIhpevn { width:4.3125rem;height:4.3125rem;top:8.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMFFiIFwqPITb7T99w9RNx91hotrPH9D { width:8.4375rem;height:1.4625rem;top:9.75rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhCE5BxbMMtR8kEPBua1Wn90IAo9F2CT { width:20rem;height:6.6875rem;top:6.9875011444094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvlGT1tGGsBtMH26GGs7LmahbclNTanl { width:20rem;height:6.6875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5KhSS7ici0P7uFMk8VqBuSRNHJTD0O0 { width:4.375rem;height:4.375rem;top:16.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHGr51qi08f0w2aAqexnPT2fPEx5oWho { width:9.5625rem;height:2.925rem;top:17.5rem;left:8.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OimKZxa8oA3UXDBQDqQUQrEzsV5Bahmd { width:20rem;height:6.6875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO0Mzb8K0yhAlTLq5v5Tpg6dA0TX7Qll { width:4.375rem;height:4.375rem;top:25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gds3DwKITC29xwQDXKm0dtnWAsyDBps2 { width:9.5625rem;height:2.925rem;top:25.5rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HU0BEcrrg0JdNlpdpH5smvTNLIobHOVL { width:20rem;height:6.6875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBJi4WT4WlNNJXohM344nJKGy1yh9IT9 { width:3.75rem;height:3.625rem;top:34rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBBvafMQbtPyvWSLWXIM11BaHxJg7tck { width:9.5625rem;height:2.925rem;top:34.4375rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gy1mX3EX83xwPLXxSQqlEdbu5du8re7K { width:20rem;height:2rem;top:2.2875003814698rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC5aGIJRKUAelTc5S0pCcJInbuA4F3wx { width:20rem;height:6.875rem;top:6.9874997138975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iciAkbWW269Xk5IqKPfmTelBJEBugh2W { width:9.5625rem;height:4.3875rem;top:8.2117195129394rem;left:2.9375000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i3TPkAoeTDgQIqr4xIK8uKVkoKVKM6yL { width:20rem;height:6.8125rem;top:15.374999821186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAzgceRFD2NyEmT9oHeTIy7sHxVaRIWR { width:13.1875rem;height:4.3875rem;top:16.512500762939rem;left:2.9375000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aipR5mbQoRpSFUuCXqhzitBotaf44BSK { width:19.9375rem;height:6.9375rem;top:23.750004112721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS3soXFizHFR44vZSxiOpzkMLw0TesQN { width:20rem;height:6.6875rem;top:32.500001430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rudEzUvTPMwTzIOKyV1Kd5oNukK9IJg9 { width:14.1875rem;height:4.3875rem;top:24.950000762939rem;left:2.9062500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xSEkrmyPAyyxIfaLBBpwnn4ncWWA79gr { width:14.75rem;height:4.3875rem;top:33.700000762939rem;left:2.6250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { width:12.5rem;height:1.3rem;top:3.79980625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { width:12.5rem;height:1.3rem;top:6.3496125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3PdasGR7FRkTfMqrzgW0hm8iNsucTft { display:block; }#c3PdasGR7FRkTfMqrzgW0hm8iNsucTft > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { width:8.625rem;height:6.75rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { width:4rem;height:4.5625rem;top:1.09375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { width:6.4375rem;height:6.0625rem;top:4.09375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { width:5.5rem;height:4.375rem;top:4.9375rem;left:11.4375rem;display:block; }
 }