.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:255,215,215;--color-primary-1:255,136,136;--color-primary-2:255,57,57;--color-primary-3:255,79,47;--color-primary-4:254,67,25;--color-secondary-0:218,225,241;--color-secondary-1:131,154,208;--color-secondary-2:7,53,160;--color-secondary-3:4,27,80;--color-secondary-4:1,8,24;--color-tertiary-0:255,255,255;--color-tertiary-1:228,228,228;--color-tertiary-2:193,193,193;--color-tertiary-3:153,153,153;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e8e9e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row .container { background-color: transparent; background-image: none; }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row .container > .video-iframe-container { display: none; }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row > .video-iframe-container { display: none; }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .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); }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row .container { border-width: 0; border-radius: 0; }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#SNBIDgTWGToe6As1iS1zdUe7z6QSkTT2 { 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:6.1875rem;width:14.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Mychvz7Fk9A8MBVoFqrQt2tvUxyMP7nD { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.75rem;left:51rem;display:block; }
#eI1GfU8lBzkOd0BsQxVPevJ3kcqZ8w4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBWRLrZd5TksAFOlLNbpRkxyXr7Rfo2T { position:absolute;display:block;z-index:15003;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:5.25rem;width:18.9375rem;top:0.46875rem;left:31.125rem;overflow:hidden;display:block; }
#xlEdnWtB9fhuFk2EyXTFRTq8JiWJTMB4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:9.9375rem;top:1.15625rem;left:20.6875rem;overflow:hidden;display:block; }
#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8e9e9, #e8e9e9);background-image: -moz-linear-gradient(180deg, #e8e9e9, #e8e9e9);background-image: -ms-linear-gradient(180deg, #e8e9e9, #e8e9e9);background-image: -o-linear-gradient(180deg, #e8e9e9, #e8e9e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e9', endColorstr='#e8e9e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e9', endColorstr='#e8e9e9' );";background-image: linear-gradient(180deg, #e8e9e9, #e8e9e9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row .container { background-color: transparent; background-image: none; }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row .container > .video-iframe-container { display: none; }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row > .video-iframe-container { display: none; }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .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); }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row .container { border-width: 0; border-radius: 0; }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#QMNTl7hZzFS0lwKuDHA2m9aReNQbNTDr { 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:31.25rem;width:31.25rem;top:19.9375rem;left:28.75rem;overflow:hidden;display:block; }
#yyL3Koo5usLy3XzyB4fnsp37cHTULkCe { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43rem;left:6.3125rem;display:block; }
#pcrH9WFHKxeC9TgT5WQ4zmG5qLvh7Oxy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIq92T8mVd603PIwNhkA3vUuyqQziUBJ { color:#222222;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.48828125rem;left:0rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JsgFxcDcX71A9CHOL1J4cCSkUCoo3sTh { color:#222222;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.3125rem;left:0rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WphxB1uGtkfVgraA5NaT13Dwc6susgKw { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.875rem;width:41rem;top:34.125rem;left:0rem;display:block; }
#FwIxSekLLutzaNGNDDqK94ZlGZtbsfCy { color:rgba(0,0,0,0);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0rem 0rem #222222;top:19.9375rem;left:8.4375rem;height:9.0175875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CqyAkfvVJLvuXxpCkmvplkfUqV4fBONa { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:44.125rem;left:21.625rem; }
#W43X9Z1MBVfUehTv3OFcCs7EBhOTITLb { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:36.8125rem;left:3.5625rem; }
#vftgWoxSkGRKEZvttMa7xf3ptzxNKw79 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:25.5rem;top:35.46875rem;left:5.6875rem;overflow:hidden;display:block; }
#hZI8qdfVxGBvTvZIdiC8bGK5eGTtADtu { position:absolute;display:block;z-index:15020;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:7.5625rem;width:7.5625rem;top:22.8125rem;left:9.125rem;overflow:hidden;display:block; }
#Ru1bnw4WzUTKfoy9Pzs8EhfnxVkZHsFL { position:absolute;display:block;z-index:15021;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:7.3125rem;width:7.3125rem;top:22.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#r8AkmzHBrxbXPCUh231vEddRsJ3irmaV { color:#222222;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.42578125rem;left:0rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row .container { background-color: transparent; background-image: none; }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row .container > .video-iframe-container { display: none; }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row > .video-iframe-container { display: none; }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .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); }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row .container { border-width: 0; border-radius: 0; }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#IsiIGpwcCuIo7mQdKt0iKT0yqGN1lNrH { color:#222222;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.40625rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row .container { background-color: transparent; background-image: none; }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row .container > .video-iframe-container { display: none; }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row > .video-iframe-container { display: none; }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .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); }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row .container { border-width: 0; border-radius: 0; }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#SZ1MZhfkzO8KRSksrJZTulGsR4c86y2z { position:absolute;display:block;z-index:15009;height:3.5rem;width:60rem;top:0rem;left:0rem;display:block; }
#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row .container { background-color: transparent; background-image: none; }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row .container > .video-iframe-container { display: none; }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row > .video-iframe-container { display: none; }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .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); }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row .container { border-width: 0; border-radius: 0; }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#TrqrHpT7A9CDWVzNKB9my5O4zBu7PO2F { color:#222222;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row .container { background-color: transparent; background-image: none; }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row .container > .video-iframe-container { display: none; }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row > .video-iframe-container { display: none; }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .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); }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row .container { border-width: 0; border-radius: 0; }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#D6PFBLk2fmyhIhZgTf7nAuMyFQsLD02s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:4rem;width:4.0625rem;top:14.25rem;left:12.96875rem;overflow:hidden;display:block; }
#TNDo2UwR8F0pHBFTTKhulbHlOhdu7w6h { color:#222222;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:4rem;left:1.46875rem;height:5.41699375rem;text-align:center;text-align-last:center;display:block; }
#QCRN2BQmk2q3JPJX3JrwdldwUtuqAT72 { color:rgba(34,34,34,0.45);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:8.75rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#czvynCvV3KmhCiJ4xFRHZJWdszHTcqx7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.1875rem;top:10.1875rem;left:14.90625rem;display:block; }
#B6BFlF85sRCne5l1QDdMvhoeofUoQUvs { color:#222222;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:19.875rem;left:6.96875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#f7DIrtwC6a8c2Xz7TeSxuDnkttKRP3a5 { color:#222222;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:19.875rem;left:37rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#ZHTA002Mq0tsRr50kPbZIXzpiWc83XUc { color:rgba(34,34,34,0.45);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:38.75rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#VbLfImGW0eF7BiXMqvCqwHFggesStBZd { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.1875rem;top:10.1875rem;left:44.9375rem;display:block; }
#sLA4rqA4OmfqJBQB7Hw15VVqWViDgdcB { color:#222222;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:4rem;left:30.59375rem;height:3.611325rem;text-align:center;text-align-last:center;display:block; }
#h9cVsLJQZV6XNFSTJzT3W6p1PZbpP4H9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:3.9375rem;width:4rem;top:14.28125rem;left:43rem;overflow:hidden;display:block; }
#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8e9e9;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; }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row .container { background-color: transparent; background-image: none; }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row .container > .video-iframe-container { display: none; }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row > .video-iframe-container { display: none; }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .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); }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row .container { border-width: 0; border-radius: 0; }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#Ww0iNV5r2xiZRGPHE6WTtnIowfaNE10W { color:#222222;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.21875rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB { position:relative;display:block; }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB { background-color: transparent; background-image: none; }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .row .container > .video-iframe-container { display: none; }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .row > .video-iframe-container { display: none; }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .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); }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB { border-width: 0; border-radius: 0; }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8e9e9;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ivS8qytC3KisiOzRAh9mAH1aeoynCiML { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.75rem;height:3.57421875rem;color:#222222;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fROkhLugNhx4Wh413KhOgodOQgC3r1dJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#21242b;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15000;top:4.25rem;left:6.25rem;display:block; }
#AKVit22HqRCwOSiwJK9HId4WAuPG2WDo { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:6rem;left:8rem; }
#Eqm31JCy6qeceX2Hnp5Tzab6wTHUC8nw { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:23.75rem;height:1.7871125rem;color:#222222;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmUGo5a1Ic3ZDb4a6bu0sppUHAH3wBUs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#21242b;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15001;top:4.25rem;left:26.25rem;display:block; }
#ynodSpicqgJhxveRbi3K3wQxTugssTIB { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:6rem;left:28rem; }
#C9euHAh4cr7aBz0DE1zMXBlUHlfR3l7z { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.75rem;left:43.75rem;height:1.7871125rem;color:#222222;text-align:center;text-align-last:center;font-style:normal;display:block; }
#puQwIzwgOozVDx6PlkidFG2Si5gTGZpL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#21242b;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15002;top:4.25rem;left:46.25rem;display:block; }
#TlFzQXEXDPHiUgr2gwTuT49t0EvpQDdO { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:6rem;left:48rem; }
#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 { position:relative;display:block; }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 { background-color: transparent; background-image: none; }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .row .container > .video-iframe-container { display: none; }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .row > .video-iframe-container { display: none; }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .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); }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 { border-width: 0; border-radius: 0; }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8e9e9;background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#govr367fiDLbLu2gZROoDb7GvAWr3kiJ { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.75rem;height:3.57421875rem;color:#222222;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USmJek0EINL1ZqAuOIHIcFNXkXflnIzE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#21242b;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15000;top:4.25rem;left:6.25rem;display:block; }
#iF5mXaIvXthyLbaaMoL7tvxCRiH4sRTv { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:5.71875rem;left:7.71875rem; }
#xKRURE1MmX2B2Syp39kuceU2fZ3fRgTr { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:23.75rem;height:3.57421875rem;color:#222222;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clScD22BlfGleTifX7QvrBmJeaAi0RsC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#21242b;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15001;top:4.25rem;left:26.25rem;display:block; }
#WVJHgai9dVHBmXZShTDJxkZB8i6cmSbS { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:6rem;left:28rem; }
#DiH5TVEXUGZWWf43Qdhm6UKAuIW8nrig { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.75rem;left:43.75rem;height:1.7871125rem;color:#222222;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XT2kSK0yDiM1B4ylVkRJs5zlIWQTBe6S { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#21242b;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15002;top:4.25rem;left:46.25rem;display:block; }
#LCblZCf9yrXI6ph8McG9sGE4wam2CKFM { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:6rem;left:48rem; }
#iaTO9benpV76XBKaZQTq6z4SoiuykcKH { 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; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container { background-color: transparent; background-image: none; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container > .video-iframe-container { display: none; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row > .video-iframe-container { display: none; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .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); }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container { border-width: 0; border-radius: 0; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#WL8OCPzhfZ77o2mrmXm3yQUQAWLdTycl { color:#222222;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:1.75rem;height:13.9355625rem;font-style:normal;display:block; }#WL8OCPzhfZ77o2mrmXm3yQUQAWLdTycl li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#WL8OCPzhfZ77o2mrmXm3yQUQAWLdTycl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65009a307a9e925b518014eecd580f258c480d44.svg); }
#wyvrJq7awflMaTq8VoLwoz5c1msqqWfS { color:#222222;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.09375rem;left:0rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ka7sR3mhKKNKCp8OpD6ZXrcUAqcHNbDh { position:absolute;display:block;z-index:15011;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:23.5625rem;width:21.0625rem;top:1.59375rem;left:38.9375rem;overflow:hidden;display:block; }
#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#77d1ec;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; }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row .container { background-color: transparent; background-image: none; }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row .container > .video-iframe-container { display: none; }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row > .video-iframe-container { display: none; }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .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); }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row .container { border-width: 0; border-radius: 0; }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#qIK71niqV0xnsoPrToVHOaRcu8z4V04b { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.5625rem;width:14.5625rem;top:2.625rem;left:30rem;overflow:hidden;display:block; }
#zEie7IELmAUwT97rQpt3317e1FDeiA0M { background-color:#e83c37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.53125rem;left:0rem;display:block; }
#g6u964W1O8cf7y2P8OfkuQuDr5OktJF6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KGDFkT1zlKmcs67cx6UPZp70vDO8TRxX { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:14.8125rem;top:2.625rem;left:45.1875rem;overflow:hidden;display:block; }
#mqSS7cMoDGmqSZI8yNHU8cGQtDszDST7 { position:absolute;display:block;z-index:15011;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:5.3125rem;width:30.0625rem;top:10.0625rem;left:29.9375rem;overflow:hidden;display:block; }
#RKGqriP2WpWP0AT7f4cPbcWDyQA7WdEh { color:#222222;display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:6.173825rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 { display:block; }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNBIDgTWGToe6As1iS1zdUe7z6QSkTT2 { top:0rem;left:0rem;width:14.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mychvz7Fk9A8MBVoFqrQt2tvUxyMP7nD { width:9rem;height:2.4375rem;top:1.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1GfU8lBzkOd0BsQxVPevJ3kcqZ8w4H { display:block; }
 }@media only screen and (max-width: 763px) { #oBWRLrZd5TksAFOlLNbpRkxyXr7Rfo2T { top:0.4375rem;left:25rem;width:18.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlEdnWtB9fhuFk2EyXTFRTq8JiWJTMB4 { top:1.125rem;left:14.5625rem;width:9.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D { display:block; }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMNTl7hZzFS0lwKuDHA2m9aReNQbNTDr { width:31.25rem;height:31.25rem;top:19.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyL3Koo5usLy3XzyB4fnsp37cHTULkCe { width:14.0625rem;height:3.75rem;top:43rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcrH9WFHKxeC9TgT5WQ4zmG5qLvh7Oxy { display:block; }
 }@media only screen and (max-width: 763px) { #bIq92T8mVd603PIwNhkA3vUuyqQziUBJ { top:9.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsgFxcDcX71A9CHOL1J4cCSkUCoo3sTh { top:48.3125rem;left:0rem;width:27.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WphxB1uGtkfVgraA5NaT13Dwc6susgKw { width:41rem;height:6.875rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIxSekLLutzaNGNDDqK94ZlGZtbsfCy { width:31.125rem;height:9rem;top:19.9375rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqyAkfvVJLvuXxpCkmvplkfUqV4fBONa { width:1.5rem;height:1.5rem;top:44.125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W43X9Z1MBVfUehTv3OFcCs7EBhOTITLb { width:1.5rem;height:1.5rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftgWoxSkGRKEZvttMa7xf3ptzxNKw79 { top:35.4375rem;left:0rem;width:25.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZI8qdfVxGBvTvZIdiC8bGK5eGTtADtu { top:22.8125rem;left:3rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1bnw4WzUTKfoy9Pzs8EhfnxVkZHsFL { top:22.8125rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8AkmzHBrxbXPCUh231vEddRsJ3irmaV { top:13.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPAzOKwnWeOuzMQWS7IeVhyE6Any708q { display:block; }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsiIGpwcCuIo7mQdKt0iKT0yqGN1lNrH { top:0.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz { display:block; }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ1MZhfkzO8KRSksrJZTulGsR4c86y2z { top:0rem;left:0rem;width:47.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa { display:block; }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrqrHpT7A9CDWVzNKB9my5O4zBu7PO2F { top:6.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi { display:block; }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6PFBLk2fmyhIhZgTf7nAuMyFQsLD02s { width:4.0625rem;height:4rem;top:14.25rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDo2UwR8F0pHBFTTKhulbHlOhdu7w6h { width:27.0625rem;height:5.375rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCRN2BQmk2q3JPJX3JrwdldwUtuqAT72 { width:12.5rem;height:16.25rem;top:0rem;left:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czvynCvV3KmhCiJ4xFRHZJWdszHTcqx7 { width:0.1875rem;height:2.875rem;top:10.1875rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6BFlF85sRCne5l1QDdMvhoeofUoQUvs { width:16.0625rem;height:1.5rem;top:19.875rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7DIrtwC6a8c2Xz7TeSxuDnkttKRP3a5 { width:16.0625rem;height:1.5rem;top:19.875rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTA002Mq0tsRr50kPbZIXzpiWc83XUc { width:12.5rem;height:16.25rem;top:0rem;left:29.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbLfImGW0eF7BiXMqvCqwHFggesStBZd { width:0.1875rem;height:2.875rem;top:10.1875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLA4rqA4OmfqJBQB7Hw15VVqWViDgdcB { width:28.8125rem;height:3.5625rem;top:4rem;left:18.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9cVsLJQZV6XNFSTJzT3W6p1PZbpP4H9 { width:4rem;height:3.9375rem;top:14.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP { display:block; }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ww0iNV5r2xiZRGPHE6WTtnIowfaNE10W { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB { display:block; }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivS8qytC3KisiOzRAh9mAH1aeoynCiML { width:12.5rem;height:3.5625rem;top:12.75rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fROkhLugNhx4Wh413KhOgodOQgC3r1dJ { width:7.5rem;height:7.5rem;top:0.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKVit22HqRCwOSiwJK9HId4WAuPG2WDo { width:4.0625rem;height:4.0625rem;top:6rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqm31JCy6qeceX2Hnp5Tzab6wTHUC8nw { width:12.5rem;height:1.75rem;top:12.75rem;left:17.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmUGo5a1Ic3ZDb4a6bu0sppUHAH3wBUs { width:7.5rem;height:7.5rem;top:0.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynodSpicqgJhxveRbi3K3wQxTugssTIB { width:4.0625rem;height:4.0625rem;top:6rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9euHAh4cr7aBz0DE1zMXBlUHlfR3l7z { width:12.5rem;height:1.75rem;top:12.75rem;left:33.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQwIzwgOozVDx6PlkidFG2Si5gTGZpL { width:7.5rem;height:7.5rem;top:0rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFzQXEXDPHiUgr2gwTuT49t0EvpQDdO { width:4.0625rem;height:4.0625rem;top:6rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 { display:block; }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #govr367fiDLbLu2gZROoDb7GvAWr3kiJ { width:12.5rem;height:3.5625rem;top:12.75rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USmJek0EINL1ZqAuOIHIcFNXkXflnIzE { width:7.5rem;height:7.5rem;top:0.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF5mXaIvXthyLbaaMoL7tvxCRiH4sRTv { width:4.5625rem;height:4.5625rem;top:5.6875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKRURE1MmX2B2Syp39kuceU2fZ3fRgTr { width:12.5rem;height:3.5625rem;top:12.75rem;left:17.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clScD22BlfGleTifX7QvrBmJeaAi0RsC { width:7.5rem;height:7.5rem;top:0.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVJHgai9dVHBmXZShTDJxkZB8i6cmSbS { width:4.0625rem;height:4.0625rem;top:6rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiH5TVEXUGZWWf43Qdhm6UKAuIW8nrig { width:12.5rem;height:1.75rem;top:12.75rem;left:33.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2kSK0yDiM1B4ylVkRJs5zlIWQTBe6S { width:7.5rem;height:7.5rem;top:0rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCblZCf9yrXI6ph8McG9sGE4wam2CKFM { width:4.0625rem;height:4.0625rem;top:6rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaTO9benpV76XBKaZQTq6z4SoiuykcKH { display:block; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL8OCPzhfZ77o2mrmXm3yQUQAWLdTycl { width:38.1875rem;height:13.875rem;top:8.625rem;left:0rem;font-size:0.9375rem;display:block; }#WL8OCPzhfZ77o2mrmXm3yQUQAWLdTycl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65009a307a9e925b518014eecd580f258c480d44.svg); }
 }@media only screen and (max-width: 763px) { #wyvrJq7awflMaTq8VoLwoz5c1msqqWfS { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka7sR3mhKKNKCp8OpD6ZXrcUAqcHNbDh { top:1.5625rem;left:26.6875rem;width:21.0625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz { display:block; }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIK71niqV0xnsoPrToVHOaRcu8z4V04b { top:2.625rem;left:23.875rem;width:14.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEie7IELmAUwT97rQpt3317e1FDeiA0M { width:14.0625rem;height:3.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6u964W1O8cf7y2P8OfkuQuDr5OktJF6 { display:block; }
 }@media only screen and (max-width: 763px) { #KGDFkT1zlKmcs67cx6UPZp70vDO8TRxX { top:2.625rem;left:32.9375rem;width:14.8125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSS7cMoDGmqSZI8yNHU8cGQtDszDST7 { top:10.0625rem;left:0rem;width:30.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKGqriP2WpWP0AT7f4cPbcWDyQA7WdEh { top:3.3125rem;left:0rem;width:29.875rem;height:6.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mDXqBxwTlTwF6ao95JO3zsgRfuM4aza5 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNBIDgTWGToe6As1iS1zdUe7z6QSkTT2 { width:7.4375rem;height:3.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mychvz7Fk9A8MBVoFqrQt2tvUxyMP7nD { width:9.3125rem;height:2.4375rem;top:5.8125rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1GfU8lBzkOd0BsQxVPevJ3kcqZ8w4H { display:block; }
 }@media only screen and (max-width: 763px) { #oBWRLrZd5TksAFOlLNbpRkxyXr7Rfo2T { width:13.625rem;height:3.625rem;top:1.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlEdnWtB9fhuFk2EyXTFRTq8JiWJTMB4 { width:7.625rem;height:2.75rem;top:5.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D { display:block; }#m5nTnJRD9xUSnByIl6hS7v7UfBAtvw8D > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMNTl7hZzFS0lwKuDHA2m9aReNQbNTDr { width:14.5rem;height:14.5rem;top:36.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyL3Koo5usLy3XzyB4fnsp37cHTULkCe { width:14.0625rem;height:3.75rem;top:51.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcrH9WFHKxeC9TgT5WQ4zmG5qLvh7Oxy { display:block; }
 }@media only screen and (max-width: 763px) { #bIq92T8mVd603PIwNhkA3vUuyqQziUBJ { width:20rem;height:2.76171875rem;top:10.80078125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsgFxcDcX71A9CHOL1J4cCSkUCoo3sTh { width:20rem;height:0;top:1rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WphxB1uGtkfVgraA5NaT13Dwc6susgKw { width:20rem;height:5.5625rem;top:29.9375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIxSekLLutzaNGNDDqK94ZlGZtbsfCy { width:20rem;height:6.09375rem;top:21.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqyAkfvVJLvuXxpCkmvplkfUqV4fBONa { width:1.5rem;height:1.5rem;top:52.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W43X9Z1MBVfUehTv3OFcCs7EBhOTITLb { width:1.5rem;height:1.5rem;top:52.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftgWoxSkGRKEZvttMa7xf3ptzxNKw79 { width:16.9375rem;height:2.6875rem;top:32.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZI8qdfVxGBvTvZIdiC8bGK5eGTtADtu { width:7.3125rem;height:7.3125rem;top:56.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1bnw4WzUTKfoy9Pzs8EhfnxVkZHsFL { width:7.3125rem;height:7.3125rem;top:56.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8AkmzHBrxbXPCUh231vEddRsJ3irmaV { width:20rem;height:4.875rem;top:14.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPAzOKwnWeOuzMQWS7IeVhyE6Any708q { display:block; }#cPAzOKwnWeOuzMQWS7IeVhyE6Any708q > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsiIGpwcCuIo7mQdKt0iKT0yqGN1lNrH { width:20rem;height:2.03125rem;top:0.828125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz { display:block; }#bHfdZvRROaHPThMO8IhNRNaHvTJQgHvz > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ1MZhfkzO8KRSksrJZTulGsR4c86y2z { width:20rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa { display:block; }#vcfl0KcIJ0KyItNtWo2nTOMiGWRourCa > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrqrHpT7A9CDWVzNKB9my5O4zBu7PO2F { width:20rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi { display:block; }#iTpP4EhQIBypP8BPVHoNZxkpVsWVutZi > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6PFBLk2fmyhIhZgTf7nAuMyFQsLD02s { width:5.25rem;height:5.1875rem;top:13.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDo2UwR8F0pHBFTTKhulbHlOhdu7w6h { width:20rem;height:7.222625rem;top:3.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCRN2BQmk2q3JPJX3JrwdldwUtuqAT72 { width:12.5rem;height:5.6875rem;top:0rem;left:3.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czvynCvV3KmhCiJ4xFRHZJWdszHTcqx7 { width:0.1875rem;height:1.875rem;top:11.8125rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6BFlF85sRCne5l1QDdMvhoeofUoQUvs { width:20rem;height:1.5rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7DIrtwC6a8c2Xz7TeSxuDnkttKRP3a5 { width:20rem;height:1.5rem;top:44.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTA002Mq0tsRr50kPbZIXzpiWc83XUc { width:12.5rem;height:5.6875rem;top:25.5625rem;left:3.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbLfImGW0eF7BiXMqvCqwHFggesStBZd { width:0.1875rem;height:1.875rem;top:34.6044921875rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLA4rqA4OmfqJBQB7Hw15VVqWViDgdcB { width:20rem;height:5.41699375rem;top:29.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9cVsLJQZV6XNFSTJzT3W6p1PZbpP4H9 { width:5.25rem;height:5.125rem;top:37.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP { display:block; }#cPpSVerfcOqCNcrSCHXNOhIcUemUeOVP > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ww0iNV5r2xiZRGPHE6WTtnIowfaNE10W { width:20rem;height:2.03125rem;top:2.171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB { display:block; }#Txg7aHGTsfexTpVPrNmK73aBOtuqRGGB > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivS8qytC3KisiOzRAh9mAH1aeoynCiML { width:10rem;height:3.0859375rem;top:2.20703125rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fROkhLugNhx4Wh413KhOgodOQgC3r1dJ { width:7.5rem;height:7.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKVit22HqRCwOSiwJK9HId4WAuPG2WDo { width:4.0625rem;height:4.0625rem;top:1.71875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqm31JCy6qeceX2Hnp5Tzab6wTHUC8nw { width:10rem;height:1.54296875rem;top:12.478515625rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmUGo5a1Ic3ZDb4a6bu0sppUHAH3wBUs { width:7.5rem;height:7.5rem;top:9.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynodSpicqgJhxveRbi3K3wQxTugssTIB { width:4.0625rem;height:4.0625rem;top:11.21875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9euHAh4cr7aBz0DE1zMXBlUHlfR3l7z { width:10rem;height:1.54296875rem;top:21.916015625rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQwIzwgOozVDx6PlkidFG2Si5gTGZpL { width:7.5rem;height:7.5rem;top:18.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFzQXEXDPHiUgr2gwTuT49t0EvpQDdO { width:4.0625rem;height:4.0625rem;top:20.65625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 { display:block; }#KQkLLdF8kLy5s7GwA7K6QLGUONVIxXO7 > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #govr367fiDLbLu2gZROoDb7GvAWr3kiJ { width:10rem;height:3.0859375rem;top:2.20703125rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USmJek0EINL1ZqAuOIHIcFNXkXflnIzE { width:7.5rem;height:7.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF5mXaIvXthyLbaaMoL7tvxCRiH4sRTv { width:4.0625rem;height:4.0625rem;top:1.71875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKRURE1MmX2B2Syp39kuceU2fZ3fRgTr { width:10rem;height:3.0859375rem;top:11.70703125rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clScD22BlfGleTifX7QvrBmJeaAi0RsC { width:7.5rem;height:7.5rem;top:9.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVJHgai9dVHBmXZShTDJxkZB8i6cmSbS { width:4.0625rem;height:4.0625rem;top:11.21875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiH5TVEXUGZWWf43Qdhm6UKAuIW8nrig { width:10rem;height:1.54296875rem;top:21.916015625rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2kSK0yDiM1B4ylVkRJs5zlIWQTBe6S { width:7.5rem;height:7.5rem;top:18.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCblZCf9yrXI6ph8McG9sGE4wam2CKFM { width:4.0625rem;height:4.0625rem;top:20.65625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaTO9benpV76XBKaZQTq6z4SoiuykcKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1ez33XH9/bg2-1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH.adaptive-delivery-prevent-bg, #iaTO9benpV76XBKaZQTq6z4SoiuykcKH.lazyload, #iaTO9benpV76XBKaZQTq6z4SoiuykcKH.lazyloading { background-image: none; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container { background-color: transparent; background-image: none; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container > .video-iframe-container { display: none; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row > .video-iframe-container { display: none; }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .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); }#iaTO9benpV76XBKaZQTq6z4SoiuykcKH > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL8OCPzhfZ77o2mrmXm3yQUQAWLdTycl { width:19.1875rem;height:11.09375rem;top:6.3125rem;left:0.8125rem;font-size:0.9375rem;display:block; }#WL8OCPzhfZ77o2mrmXm3yQUQAWLdTycl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65009a307a9e925b518014eecd580f258c480d44.svg); }
 }@media only screen and (max-width: 763px) { #wyvrJq7awflMaTq8VoLwoz5c1msqqWfS { width:13.1875rem;height:2.03125rem;top:2.12109375rem;left:3.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka7sR3mhKKNKCp8OpD6ZXrcUAqcHNbDh { width:14.8125rem;height:16.5625rem;top:17.40625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz { display:block; }#Xn7MTCUygMwG5yHxv1Qqb74QMNLKDTHz > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIK71niqV0xnsoPrToVHOaRcu8z4V04b { width:19.75rem;height:7.5625rem;top:16.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEie7IELmAUwT97rQpt3317e1FDeiA0M { width:14.0625rem;height:3.75rem;top:10.5rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6u964W1O8cf7y2P8OfkuQuDr5OktJF6 { display:block; }
 }@media only screen and (max-width: 763px) { #KGDFkT1zlKmcs67cx6UPZp70vDO8TRxX { width:20rem;height:8.0625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSS7cMoDGmqSZI8yNHU8cGQtDszDST7 { width:20rem;height:3.53418125rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKGqriP2WpWP0AT7f4cPbcWDyQA7WdEh { width:19.875rem;height:4.548825rem;top:4.5146484375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }