.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:222,224,228;--color-primary-1:144,152,166;--color-primary-2:33,48,77;--color-primary-3:17,24,39;--color-primary-4:5,7,12;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt { 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/8e7370ea-94b0-4f78-b4e5-46b0e9b6c32a/hero_new2.jpg");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; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt.adaptive-delivery-prevent-bg, #MTZQwmTNRMP4TCQyq04HWkU893ofSAQt.lazyload, #MTZQwmTNRMP4TCQyq04HWkU893ofSAQt.lazyloading { background-image: none; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container { background-color: transparent; background-image: none; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container > .video-iframe-container { display: none; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row > .video-iframe-container { display: none; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .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); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container { border-width: 0; border-radius: 0; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#JFfJOVweNnFe2KBKmuHlQH3b2cToBTa9 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.3745625rem;position:absolute;font-family:satoshi;font-size:3.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:42.442491531372rem;left:8.3116321563719rem;height:7.7995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GA5c2cWZRZApsC5NGfg4tJNsTFv5VTP1 { box-sizing:content-box;height:14.4375rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(14,16,18,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#A6LNtkyeL8khplaSmPrS9VuZNCOnwGBy { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56163125rem;width:12.7495625rem;top:4.6245660781861rem;left:31.124135971069rem;overflow:hidden;display:block; }
#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8cdb3665-2681-456d-a539-a3e7f7e5d247/foto2.jpg");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; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42.adaptive-delivery-prevent-bg, #sDq6ws0WdLp4sevphAueTfN1lUGaMA42.lazyload, #sDq6ws0WdLp4sevphAueTfN1lUGaMA42.lazyloading { background-image: none; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container { background-color: transparent; background-image: none; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e1012; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container > .video-iframe-container { display: none; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e1012; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row > .video-iframe-container { display: none; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .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); }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container { border-width: 0; border-radius: 0; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#QXLRoOoE0FNTUaEk4EoVPwIRFkLeWuMT { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.9882793426514rem;left:10.781251907349rem;height:8.394125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWgAHNvz8muLKBppJEtcZQXmrmq0WOlc { color:rgba(var(--color-tertiary-0),1);display:block;width:58.375rem;position:absolute;font-family:satoshi;font-size:3.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:42.443359375rem;left:3.75rem;height:7.7998125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iGXefvrTVpCSF5by2vBCDh3Q8V4tqlq7 { 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-bottom:0;border-left:0;border-right:0;border-top: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.8125rem;left:18.3125rem;display:block; }
#t8VVVhK2v1fuTGhiqPt875bkAIPioLUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7OloTiqpUvIRXduODoqcRZaS3Kp0VMS { background-color:#06070b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.8125rem;left:38.8125rem;display:block; }
#O37xZG6gzCTKaRytz3SC7eH6N8wwN0xL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy { z-index:;position:relative;display:block; }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy { background-color: transparent; background-image: none; }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy > .row .container > .video-iframe-container { display: none; }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy > .row > .video-iframe-container { display: none; }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy > .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); }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy { border-width: 0; border-radius: 0; }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy > .row .container { 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;font-size:0.875rem;font-family:arial;height:73.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#vnc35VKd7ApgsIGPGP72ODuTaRo0h1X1 { position:absolute;display:block;z-index:15003;height:50rem;width:75rem;top:17.999134063721rem;left:0rem;display:block; }
#vb9Rh9HLS5HUZ9CfS8APtWToc2MpfBOy { color:rgba(var(--color-primary-2),1);display:block;width:52.374125rem;position:absolute;font-family:satoshi;font-size:4.375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.8116321563721rem;left:11.311849594116rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZ0LSyOcfJUoZAtB69t6Edmu3z5bBDK1 { color:rgba(var(--color-primary-2),1);display:block;width:52.374125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:12.437065124512rem;left:11.311849594116rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafbfc;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; }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row .container { background-color: transparent; background-image: none; }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row .container > .video-iframe-container { display: none; }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row > .video-iframe-container { display: none; }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .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); }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row .container { border-width: 0; border-radius: 0; }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#W00zDrLLU85gvEK27Wsd1RS9HQWHZQR3 { color:rgba(var(--color-primary-2),1);display:block;width:68.4375rem;position:absolute;font-family:satoshi;font-size:5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.9370698928833rem;left:3.28125rem;height:17.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GgcZmi0IFztRtozrHshIELrgpgGqvf4Q { color:rgba(var(--color-primary-2),1);display:block;width:56.5625rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:25.874570846557rem;left:9.2187519073488rem;height:9.449875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIf9XlvvS8AqHHsHmIm90Obea5q8dlE4 { color:rgba(var(--color-primary-2),1);display:block;width:43.5625rem;position:absolute;font-family:satoshi;font-size:5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6rem;left:32.3125rem;height:6rem;font-style:normal;display:none; }
#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafbfc;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; }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row .container { background-color: transparent; background-image: none; }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row .container > .video-iframe-container { display: none; }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row > .video-iframe-container { display: none; }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .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); }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row .container { border-width: 0; border-radius: 0; }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row .container { font-size:0.875rem;font-family:arial;height:106.125rem;width:75rem;position:relative;display:block; }#JRfiUZJqdCtKUkTxg2Qpk9ZW8H3tW20H { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:37.125rem;display:block; }
#GnS8ubn0avE4nOxS5VLboatVodi2Vecq { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.1875rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vdmeKNL3wgNekqPZPqNwHT0Wac5wWMfd { color:rgba(var(--color-primary-2),1);display:block;width:31.6875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:39.1875rem;height:4.5486125rem;font-style:normal;display:block; }
#dPi44BISZFWn0aNR0SmVtKkx5kyWLDTR { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10rem;left:39.1875rem;height:3.671875rem;font-style:normal;display:block; }
#OPwJR70RrOWfBGJ0aOoNBuM5ZmkVvXE9 { color:rgba(var(--color-primary-2),1);display:block;width:31.6875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:4.1875rem;height:2.27430625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tvETMa2ccBGcm7gIkAf9RTJtMRB3Vd48 { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:22.1875rem;left:9.125rem;height:3.671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QcF3LU3aqfJ6JwxyJQmiPMOATC2vt0Ff { color:rgba(var(--color-primary-2),1);display:block;width:31.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:37.9375rem;left:39.1875rem;height:3.671875rem;font-style:normal;display:block; }
#xGRpEMEyetCeEWDLuQTFqcLpugcasidh { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.75rem;left:39.1875rem;height:4.5486125rem;font-style:normal;display:block; }
#a8HS1i8xdd36lEhMfOSNO21LP1nS4vsp { color:rgba(var(--color-primary-2),1);display:block;width:29.125rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:48.28125rem;left:6.8125rem;height:2.27430625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pEucaGFnku60zyhOnFduWKrAPVi7rdpS { color:rgba(var(--color-primary-2),1);display:block;width:26rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:51.0625rem;left:9.9375rem;height:3.671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p6F9TW00WTw4HDazneCOXZqaX6fGvRsS { color:rgba(var(--color-primary-2),1);display:block;width:31.6875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:62.71875rem;left:39.1875rem;height:2.27430625rem;font-style:normal;display:block; }
#glNApkknUcOp2SQHt0gm24UBF5uBR8Zy { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:65.375rem;left:39.1875rem;height:3.671875rem;font-style:normal;display:block; }
#EUbIS9fhXW1xtk88d0W0DHK2EJKETWam { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:77.09375rem;left:9.125rem;height:2.27430625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TnAJkBQJ5RURQPULxPkzmw51JwPw1swG { color:rgba(var(--color-primary-2),1);display:block;width:23.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:79.90625rem;left:12.375rem;height:3.671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MUEGLTAXZTpT3WKatooiwWFxXEi7OiBy { color:rgba(var(--color-primary-2),1);display:block;width:31.6875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:91.3125rem;left:39.1875rem;height:2.27430625rem;font-style:normal;display:block; }
#ZTT8bzVHruVENs55yTbeTfcc9I1HSq4Q { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:94.125rem;left:39.1875rem;height:3.671875rem;font-style:normal;display:block; }
#izphl9QlC4p1ldOaknBoSwCmzKXVUBlN { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.25rem;left:37.125rem;display:block; }
#sku2gPiDWlstIMxkTKBJWNGT1DpBTG1M { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.625rem;left:37.125rem;display:block; }
#uqDUIfkd41wWPKIHIAUKSsfwvGmb5OtX { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.5625rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#g14A1yeKrhgdXhSDEQt8xte02Iz4rZ5q { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.03125rem;left:37.125rem;display:block; }
#JGkcw5LdDAwXzM95ay5t7MDaMRmw9cn0 { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nUwURqhT3KSgsTSaICrToMEWpXIeB7uU { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.46875rem;left:37.125rem;display:block; }
#ui4wIt7AmWTwqhWsBieA5xWIuwdDfLNn { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:50.4375rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lDPqgQ9VPzl6bvlZqhabnSP00M1FiOZL { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.90625rem;left:37.125rem;display:block; }
#EbV17nuoqlzczdJMITe1vUuEHsQ30yEb { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:64.8125rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kOFoi7DN5u9fVs5kypg5bynaH5lpwXwr { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92.0625rem;left:37.125rem;display:block; }
#dCGANfMwMecDg7aVyxbmecXN9Tc8foIL { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:79.1875rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yw6eB6R6XTE3Uh8Ct9VRuAQLXfvQePdD { position:absolute;display:block;z-index:15015;height:17.125rem;width:8.75rem;top:57.40625rem;left:24.9697265625rem;display:block; }
#GmKGqOL7lFXfd7kwJsUhlS9efzkwmcDl { position:absolute;display:block;z-index:15016;height:17.125rem;width:8.75rem;top:14.71875rem;left:40.5625rem;display:block; }
#UhElPp2xZngsqELiHT9gzAMbi0agPTtO { position:absolute;display:block;z-index:15017;height:17.125rem;width:8.6875rem;top:28.40625rem;left:25.0322265625rem;display:block; }
#VpQKctTiLbU5WcMD3FZIhgiSFZW1SD5n { position:absolute;display:block;z-index:15018;height:17.125rem;width:8.75rem;top:71.46875rem;left:40.5625rem;display:block; }
#oduvm3M3OgdTbcxq7SgDq7m6LVxZymXB { position:absolute;display:block;z-index:15019;height:2.4375rem;width:4.4375rem;top:1.125rem;left:35.28125rem;display:block; }
#T0pSd7d74F3fmVxNpLnuM2wS08tNsoSG { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:93.5625rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VL5bfQsdcwdEamI3hHuR4Cm6VfJHNOiI { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.25rem;left:37.125rem;display:none; }
#N7bRQscBJd5BcNNTliXhQrm6Cb5pvXN5 { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#wWvHCk58T5QfoITWfOhTVlBrkmfDScTV { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#SsV0VxMtVIxoLiKo7Hw4Cx5OurBWPynF { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#unLDRFlknPwtz7uvnmRt6O9SFC08m04K { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.625rem;left:37.125rem;display:none; }
#TkDlMoGWe7QGE3IMxVSfy0eiDAn24Bvd { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#RVTMt34DMQi0wkT0cI9pgN4QNVRQDvsk { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.625rem;left:37.125rem;display:none; }
#X9canRn8rbQQ4Ee63rSmwAaR9qmbH2wq { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#fRzZK2bbFpFJHJpEptJhN4zqvBxKFfSo { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.625rem;left:37.125rem;display:none; }
#UTHCrC8utTvlwAPquEFvTTRXcCBXgAuE { box-sizing:content-box;height:12.5rem;width:0.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1012;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; }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row .container { background-color: transparent; background-image: none; }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row .container > .video-iframe-container { display: none; }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row > .video-iframe-container { display: none; }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .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); }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row .container { border-width: 0; border-radius: 0; }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-form-header {  }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:#ffffff;width:27.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #707b8b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:2.625rem;color:#d0d0d0;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: none;vertical-align:top;font-weight:400;font-style:normal; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-text {padding-top: 0; padding-bottom: 0;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #707b8b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:4.375rem;color:#d0d0d0;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: none;vertical-align:top;font-weight:400;font-style:normal; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-select {padding-top: 0; padding-bottom: 0;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-primary-2),1);width:27.8125rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1.1; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo [class*="-text"]:-moz-placeholder { color:#7d7d7d;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo [class*="-text"]::-moz-placeholder { color:#7d7d7d;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo [class*="-text"]:-ms-input-placeholder { color:#7d7d7d;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo [class*="-text"]::-webkit-input-placeholder { color:#7d7d7d;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.5;font-size:0.75rem;font-weight:300;color:#b5b5b5;vertical-align:top;width:26.5625rem;overflow:hidden;font-style:normal;float:none; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-container:first-of-type{padding-top:0;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-container:last-of-type{padding-bottom:0;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4375rem;left:44.687501907349rem; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.8125rem;display:block;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-primary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo {display:block;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4375rem;left:44.687501907349rem; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #G6CJTtuM1ALneqAk0XFBXXkSOn6G68Hp { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #xZumdGvp93BLTIIhNGNc52QmpX1DaDLT { position:relative;display:block; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #ULyzHkhht1Fil2kpGwH5H0kd7pr6K7f3 { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #CcKwxo2Gwplwn0GFfkggh1CSoveQ8fPS { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #r12QgW8olqtBwn5K6KPuBZnImDg0ekqT { position:relative;display:block; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Jm6saleqs7iqTV7iNVyVtHN6wGSAKvcT { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #XUTZddX3iMkXM42Vg7kAB4HcAXNneF08 { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #MkmfOVnJoX8AWm28xH0V8QTgxeAEmc3t { position:relative;display:block; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #gyn5er2xu7CxrJ3bJGsAHRZn4CQHGIqG { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Tm7KbNPDtW1eMM7xXXIwzBfSU1M10tn8 { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #tXnoIlgZhSR8EFRnGca8lXImXrJptsK1 { position:relative;display:block; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #oBLzaKOZPHwkCJqTUqTABDxJH47LU3DD { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #pGoRbFviTSiNTtw9cR98hordXbNtmptV { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #pWxrvJWiKsn3k4aLByff7MTP3thk9IU4 { position:relative;display:block; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #SfTRXq3CzctMNHIcsvdZThed8Mkc3B8C { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #eSa98WMWcZHdAg43pHRD9SyHGDl7Ks55 { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #vSwpHnpitpTGv4iBPm0QcKimatE6oWza { position:relative;display:block; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #oQgMdsBiknuzNCQwUqTAm3KncgLiPtcV { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #UGUhhahIENtPKPmSygopkWzy4XKccB0e { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Bq627zhi3QQ1qcElEzdb8KfffCf8Sfe3 { position:relative;z-index:2; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #On4TAzWZee3KHhqXf9z74gO4DLtbpHvO { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #cPK1bQT2Vr2wwo9pRswWQ6UXNWwa57Hp { position:relative; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #bvqZ7idqGRxE1iUfEwQyyI4oQSqg75tB { position:relative; }
#y88nmCgqesaMALIeRZou7VqHrMyA74Iq { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:satoshi;font-size:3.625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:10.318997383117rem;left:0rem;height:21.7501875rem;font-style:normal;display:block; }
#q8gKBZX5TOQnTGNNeWR3dMG4weGOEFrV { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:33.936618804932rem;left:0rem;height:4.1959625rem;font-style:normal;display:block; }
#AzATTDuJw9alvRvEgKpBuLQxavxctCVf { position:absolute;display:block;z-index:15020;height:2.4375rem;width:4.4375rem;top:1.3125rem;left:35.28125rem;display:block; }
#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br { 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; }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row .container { background-color: transparent; background-image: none; }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row .container > .video-iframe-container { display: none; }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row > .video-iframe-container { display: none; }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .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); }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row .container { border-width: 0; border-radius: 0; }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#wBTeCEEZBswoLJpvEMdKtW1AwaA9CVno { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.375rem;width:36.75rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#DFBFR7TWt4xAoaP9eXCCeu4ZghCv8kPx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:11rem;top:30.5rem;left:0rem;overflow:hidden;display:block; }
#U9hSAxTOTO8BuBsTE4NBrCsNbw2k4HQ0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:24.375rem;top:30.5625rem;left:12.375rem;overflow:hidden;display:block; }
#EeqQ38FxFZgcGSzDIzBPGEMdQLflXtTJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:36.75rem;top:22.1875rem;left:38.25rem;overflow:hidden;display:block; }
#JHEGHcstHgDemvyxXEPxssEsqVD2VJFx { 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:16.0625rem;width:10.6875rem;top:4.6875rem;left:38.25rem;overflow:hidden;display:block; }
#K0eubGNsSax2WqhQknRheFQGgPAo0txF { box-sizing:content-box;height:16.0625rem;width:24.8125rem;position:absolute;display:block;z-index:15019;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:50.1875rem;display:block; }
#AkpW3XnpKhrSedygXM8m61rcSVRwgBd8 { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:7.375rem;left:52.9375rem;height:4.5486125rem;font-style:normal;display:block; }
#t2kLJp1n03WUSiNa2il8IfKrvBLCQEmR { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:12.625rem;left:52.9375rem;height:;font-style:normal;display:block; }
#Qt7WLDcWRRdCnSHG6JXgtOoSJxVSG0x8 { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.875rem;left:52.9375rem;height:;font-style:normal;display:block; }
#XWR9smHR44ETM3LQCE6wwhJzxATo6Jew { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.125rem;width:16.6875rem;top:6.1875rem;left:1.75rem;overflow:hidden;display:none; }
#gNT0bvyUGBdb7lKfN20tkbCNZvaXN31u { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.125rem;width:7.375rem;top:6.1875rem;left:20.6875rem;overflow:hidden;display:none; }
#IWtMvbf2TmulmwZtkNfp6BnqHo83bcLs { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.9375rem;width:15.1875rem;top:6.1875rem;left:30.125rem;overflow:hidden;display:none; }
#eM9rTJSsfw90Ti0oPXItVEobS3IXIGuQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.9375rem;width:6.4375rem;top:18.125rem;left:1.75rem;overflow:hidden;display:none; }
#tdZqZDTurTTZOTPczGQxZNGbXBIrIr76 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.25rem;width:6.4375rem;top:19.1875rem;left:13.3125rem;overflow:hidden;display:none; }
#azrRh3UPINTePoTg9sMUEZtUqD5Rrg9V { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:6.9375rem;top:18.4375rem;left:23.25rem;overflow:hidden;display:none; }
#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz { 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; }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row .container { background-color: transparent; background-image: none; }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row .container > .video-iframe-container { display: none; }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row > .video-iframe-container { display: none; }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .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); }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row .container { border-width: 0; border-radius: 0; }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#EXJdKSqmeuD3ut7PUa93ycGpKb3QcX1h { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.375rem;width:36.5625rem;top:4.75rem;left:38.25rem;overflow:hidden;display:block; }
#xznSnLhGgAhBLb7rmNXVQQN8TnnHwpWH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:10.6875rem;top:30.5625rem;left:38.25rem;overflow:hidden;display:block; }
#ATtWOTOMxaLAD4rLgZteKmTiWM6Mfoeb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:24.0625rem;top:30.625rem;left:50.625rem;overflow:hidden;display:block; }
#NlTm8sklyU1oL9WD0b9MWdoxlrPeg3nJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:36.625rem;top:22.25rem;left:0rem;overflow:hidden;display:block; }
#baXhs882SEh7NDqzUMSf2yk70ekxmDEJ { 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:16.0625rem;width:10.6875rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#DUIPNga3ttkZ3yl4pRUaWTozZfii5FTv { box-sizing:content-box;height:16.0625rem;width:24.8125rem;position:absolute;display:block;z-index:15019;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.75rem;left:11.9375rem;display:block; }
#UInsAXEZDvEyyFGiVxrTRL7uoHzfXAd3 { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8rem;left:14.8125rem;height:2.27430625rem;font-style:normal;display:block; }
#vvuZbNv8M39AMavdFrTB5DI6PTv2kxE9 { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:12.6875rem;left:14.75rem;height:;font-style:normal;display:block; }
#paWpZIRWk3booKnpSTbqDPkTJy6ff6mA { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.375rem;left:14.8125rem;height:;font-style:normal;display:block; }
#TzMSO2kixWWMq3BxTRVF2lcafp1HFJU9 { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:14.8125rem;height:1.9487875rem;font-style:normal;display:block; }
#BVF3C6IrE2QykgBBTuaDTdtxUqMztTiM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.0625rem;top:25.125rem;left:2.6875rem;overflow:hidden;display:none; }
#Grl5buHoSwkhFBAayZPpD0llORQ25Cn5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.6875rem;top:25.3125rem;left:13.5rem;overflow:hidden;display:none; }
#BcdwyazL7siMP4FW45KykLQd4vzHDB4D { position:absolute;display:block;z-index:15025;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:3.5rem;top:31.9375rem;left:4.875rem;overflow:hidden;display:none; }
#kkeNlTBh1m1L0EHZpGhAtoRNlbLUfRuc { position:absolute;display:block;z-index:15026;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.5rem;width:3.5rem;top:30.5625rem;left:11.9375rem;overflow:hidden;display:none; }
#FTHbdo1QdOmDqy68415Lns0qF6skTsml { 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; }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row .container { background-color: transparent; background-image: none; }#FTHbdo1QdOmDqy68415Lns0qF6skTsml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row .container > .video-iframe-container { display: none; }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row > .video-iframe-container { display: none; }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .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); }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row .container { border-width: 0; border-radius: 0; }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#EQq1ZdMLbkGhsBRqtTzMDz8atfqQnBpJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.375rem;width:36.5625rem;top:22.21875rem;left:0rem;overflow:hidden;display:block; }
#D0T3IDIyTn3SoBfEn1NVafwkddXziWLX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:10.6875rem;top:4.6875rem;left:25.8125rem;overflow:hidden;display:block; }
#LzaC7StaTB59OVU3ESNVkk2tikftSF9b { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:24.0625rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#PFRVy84T9DxHSy2hhUvLA60syOg977UP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:36.625rem;top:4.6875rem;left:38.25rem;overflow:hidden;display:block; }
#SLytkayZapc0JHrkn0mwTvLwQ1fB2xVG { 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:16.1875rem;width:10.6875rem;top:30.59375rem;left:64.3125rem;overflow:hidden;display:block; }
#ufDqWxDFQn11K3yw3riqwMbw5zzDWRpz { box-sizing:content-box;height:16.0625rem;width:24.8125rem;position:absolute;display:block;z-index:15019;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.625rem;left:38.25rem;display:block; }
#yok4sVmxMwgAcsrd7tKsc2iF5NeDdmRD { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:34.75rem;left:41rem;height:2.27430625rem;font-style:normal;display:block; }
#mbFelINJKUASDkHQ9OmeFKAKReu8CGDs { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:37.5rem;left:41rem;height:;font-style:normal;display:block; }
#dXQbOoQ7ShxML5DhwFT09toLeiSuCKmN { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:40.25rem;left:41rem;height:;font-style:normal;display:block; }
#TTn04T6knlAZ28t8fhK70cTEneERwlz6 { 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:8rem;width:12.25rem;top:6.28125rem;left:3.1875rem;overflow:hidden;display:none; }
#VfftX5zxwBu2Mr7P7TAsO5GAnIyvd4TT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:12rem;top:6.28125rem;left:16.4375rem;overflow:hidden;display:none; }
#MzIU8CkmxdXsrsuhm1JZmrnEpkWyqOCD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:12rem;top:6.28125rem;left:29.0625rem;overflow:hidden;display:none; }
#p25DRtEdIFPyDbhfoGsJF0iEPuoiNXnn { 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:8rem;width:12rem;top:16.34375rem;left:17.125rem;overflow:hidden;display:none; }
#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ { 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; }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row .container { background-color: transparent; background-image: none; }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row .container > .video-iframe-container { display: none; }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row > .video-iframe-container { display: none; }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .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); }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row .container { border-width: 0; border-radius: 0; }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#SZS9vtrB0swv3MseAsg76vkFoXA4110e { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.375rem;width:36.5625rem;top:22.3125rem;left:38.4375rem;overflow:hidden;display:block; }
#ycWOEofK3tSIkNST8NbF9Bm4HvN8hDuF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:10.6875rem;top:4.78125rem;left:38.4375rem;overflow:hidden;display:block; }
#Cn9cDfpi6GhlsgbW8oITz1fQUrKJBZeG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:24.25rem;top:4.75rem;left:50.75rem;overflow:hidden;display:block; }
#lS26b5rRdsULJlmUoR9D9DkvB1iMvi9W { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:36.625rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#bFy5ehQ3tao4pl0Tp6tZD0x4tVI6TA4U { 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:16.0625rem;width:10.6875rem;top:30.5625rem;left:0rem;overflow:hidden;display:block; }
#zMiJpCUErlFoBHfi6DDeLzLxkrh2DnnA { box-sizing:content-box;height:16.0625rem;width:24.8125rem;position:absolute;display:block;z-index:15019;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5625rem;left:11.9375rem;display:block; }
#UtveP8ihoLbvK4Zt10xTzMTuktnAhpUT { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:33.5625rem;left:14.875rem;height:2.27430625rem;font-style:normal;display:block; }
#ZedxAkCpFFtD6dtAn4mTi26APG7sUZ2M { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:38.8125rem;left:14.875rem;height:;font-style:normal;display:block; }
#Txn7VpOEtQwZJZpP0Xy0NRp4hOG6uh2z { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:41.5rem;left:14.9375rem;height:;font-style:normal;display:block; }
#TGbX1CWqhecFWvEJQyx7IdS2qFkIPIyf { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:35.8125rem;left:14.875rem;height:2.27430625rem;font-style:normal;display:block; }
#uCO4HbsTpvVCoZxqOScTqIqAslx5wrN8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7.9375rem;top:6.8125rem;left:1.875rem;overflow:hidden;display:none; }
#Gt3vFkp1cLnvUFMSGHxTHtmehxyAZ5xD { 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:6.3125rem;width:7.9375rem;top:7.84375rem;left:11.9375rem;overflow:hidden;display:none; }
#TlXZlCWiLXJGBFlSsRDkFkOyZ0EyJuZg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:7.9375rem;top:16.0625rem;left:11.9375rem;overflow:hidden;display:none; }
#R37oPPPZP8C9Q6GPpz41K3l2okmB6y0r { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.9375rem;top:16.75rem;left:25.875rem;overflow:hidden;display:none; }
#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ { 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; }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row .container { background-color: transparent; background-image: none; }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row .container > .video-iframe-container { display: none; }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row > .video-iframe-container { display: none; }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .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); }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row .container { border-width: 0; border-radius: 0; }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#xLnBNLf8mAJ656Z5ur7dk2ZxaEHRp6oK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.375rem;width:36.5625rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#gSFpTDTK8fSwEcF5yvXd4m5b9Az78UCv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:10.6875rem;top:30.5rem;left:0rem;overflow:hidden;display:block; }
#b9pSQa0EfgJSJKAKHJastm68tMbXNXVX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:24.0625rem;top:30.5625rem;left:12.375rem;overflow:hidden;display:block; }
#mXOZ6M25aM3CNtnJSiJQ8b5cRdwBwr6B { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:36.625rem;top:22.1875rem;left:38.25rem;overflow:hidden;display:block; }
#UiV9MNtJW9PxnXD4ZqvANEeBbbwZgM7m { 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:16.0625rem;width:10.6875rem;top:4.6875rem;left:38.25rem;overflow:hidden;display:block; }
#GNRTTiV3701NF9itRllx9cr5tLHGGVyG { box-sizing:content-box;height:16.0625rem;width:24.8125rem;position:absolute;display:block;z-index:15019;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:50.1875rem;display:block; }
#kUpioX4xphrSpQJoEwBkWvE0IOdgTSQP { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.75rem;left:52.9375rem;height:2.27430625rem;font-style:normal;display:block; }
#ykZ0TdHTqRgZi8H3klLq2G05N57ULgqI { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:11.625rem;left:52.9375rem;height:;font-style:normal;display:block; }
#xMJiiXhmWs2G2Spwnld572gz84twAfuV { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.5625rem;left:52.9375rem;height:;font-style:normal;display:block; }
#y1NxLgKeHCVDupW8hTXZklzq1nnRLmPG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.5625rem;width:6.5625rem;top:6.9375rem;left:3.3125rem;overflow:hidden;display:none; }
#V6A5TczlJ3sfTEV82SQvLABOzsLewudW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:6.5625rem;top:8.4375rem;left:11.8125rem;overflow:hidden;display:none; }
#GzC8zFcqGnqLKXZPryI9OarsfuOydsem { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.8125rem;left:14rem;overflow:hidden;display:none; }
#cydetNqO5SGgrnosTMqiGPEyQcTTRpwZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:2.625rem;top:14.5625rem;left:22.6875rem;overflow:hidden;display:none; }
#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 { 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; }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row .container { background-color: transparent; background-image: none; }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row .container > .video-iframe-container { display: none; }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row > .video-iframe-container { display: none; }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .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); }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row .container { border-width: 0; border-radius: 0; }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;position:relative;display:block; }#yoT0qLxpamgdzNv6AABTXTSwWl9sqZMh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.375rem;width:36.5625rem;top:4.75rem;left:38.25rem;overflow:hidden;display:block; }
#cdxURViEyo3rDSpkzMLDzhcuiCwlfFXt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:10.6875rem;top:30.5625rem;left:38.25rem;overflow:hidden;display:block; }
#XGLK7uSUlzwBDxpOU3I9C9sL4KXBIDB2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:24.0625rem;top:30.625rem;left:50.625rem;overflow:hidden;display:block; }
#uRLuHQt89SKQTampSqxXPrnHQL1ykgv1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:36.8125rem;top:22.25rem;left:0rem;overflow:hidden;display:block; }
#cMCFTEZrW2WFvTPDiMSsUrGANh5usDok { 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:16.0625rem;width:10.6875rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#b6TLKwSqRcDFBeKUNQvZUVRFtQvuKzQo { box-sizing:content-box;height:16.0625rem;width:24.8125rem;position:absolute;display:block;z-index:15019;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.75rem;left:11.9375rem;display:block; }
#G25sZMhXsoSZ9L1heeafPLrNTS6SrEmy { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:8.9375rem;left:15.0625rem;height:2.27430625rem;font-style:normal;display:block; }
#cfgUtM5eA2epsCNGVwuxs8JK2KU4oe9b { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:11.6875rem;left:15.0625rem;height:;font-style:normal;display:block; }
#Jdw6owlRklrZUiDw3Tb2vuAGXcaraMT4 { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.0625rem;height:;font-style:normal;display:block; }
#oipSNMMprntMhZmMrbOlDvICFLzCqKbx { background-color:#0e1012;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.3125rem;left:28.53125rem;display:block; }
#umbzgWOWbEvxeJehTnB68waID88lkTkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AldNurBJAtZRTlZxZLtbE7EkHFApeXvM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:25.1875rem;left:2.25rem;overflow:hidden;display:none; }
#qqT44k2qPDLfaGmpy5x7nlOTG1oxn75b { 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:3.1875rem;width:6.4375rem;top:25.1875rem;left:9.375rem;overflow:hidden;display:none; }
#fF2uCU1EHuh7xb7xTqWtaFihGH1pHrcZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:29.125rem;left:10.6875rem;overflow:hidden;display:none; }
#RkhqPeUmhecROnrSh1n0tu8T0cJDJPAt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:25.1875rem;left:16.8125rem;overflow:hidden;display:none; }
#PcysMhUnu89MdRMf2MTUNb04Srix4hWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafbfc;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; }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row .container { background-color: transparent; background-image: none; }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row .container > .video-iframe-container { display: none; }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row > .video-iframe-container { display: none; }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .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); }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row .container { border-width: 0; border-radius: 0; }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#odvEidQuNDayp9QDLct3RmUhcUa0UdSM { color:rgba(var(--color-primary-2),1);display:block;width:62.999375rem;position:absolute;font-family:satoshi;font-size:3.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9370365142822rem;left:5.9993495941162rem;height:13.6490625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQ6xy8obCy6HgQhnq5gHubRITLGM2fEH { color:rgba(var(--color-primary-2),1);display:block;width:53.499375rem;position:absolute;font-family:satoshi;font-size:2rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:23.748886108399rem;left:10.749784469604rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb { 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/0957b169-7c54-4917-8e0a-6dcb73272d41/bg3.webp");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; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb.adaptive-delivery-prevent-bg, #rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb.lazyload, #rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb.lazyloading { background-image: none; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container { background-color: transparent; background-image: none; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container > .video-iframe-container { display: none; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row > .video-iframe-container { display: none; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .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); }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container { border-width: 0; border-radius: 0; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#S1hANWmUrv2FmvZLUyrPFuZ1BFHSyoXw { color:rgba(var(--color-primary-2),1);display:block;width:21.0625rem;position:absolute;font-family:satoshi;font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:7.0625rem;left:0rem;height:3.67404375rem;font-style:normal;display:block; }
#HEVhCyfbfP5Q5RlKOaulUwDTOWr2XaNd { color:rgba(var(--color-primary-2),1);display:block;width:37.125rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.375rem;left:0rem;height:4.900175rem;font-style:normal;display:block; }
#RV6wNG2hBBlCUFXc2cvL4AuVVHlJGQx4 { color:rgba(var(--color-primary-2),1);display:block;width:34.4375rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.0625rem;left:0rem;height:4.900175rem;font-style:normal;display:block; }
#kulHWZLdnTkBFhOVw8GCCw3fhTX1Pt9u { color:rgba(var(--color-primary-2),1);display:block;width:34.875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:26.875rem;left:0rem;height:4.900175rem;font-style:normal;display:block; }
#un5gCfV14Zpa2TAI3sHmQfBSWQIupS43 { color:rgba(var(--color-primary-2),1);display:block;width:34.3125rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:33.875rem;left:0rem;height:4.900175rem;font-style:normal;display:block; }
#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1012;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; }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row .container { background-color: transparent; background-image: none; }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row .container > .video-iframe-container { display: none; }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row > .video-iframe-container { display: none; }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .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); }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row .container { border-width: 0; border-radius: 0; }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row .container { font-size:0.875rem;font-family:arial;height:88.5625rem;width:75rem;position:relative;display:block; }#DAtzUsPVPgRQhGiWzauwEbuSC5Wz6l3Z { color:rgba(var(--color-primary-0),1);display:block;width:63rem;position:absolute;font-family:satoshi;font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.875rem;left:6rem;height:9.2610625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LimWxgNF2JvcPiITOqUUyk6VG33SoEv0 { color:rgba(var(--color-primary-0),1);display:block;width:63rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.75rem;left:6rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qfwn1p0ThJB50MuTO2MQCzV07bygoXZf { color:rgba(var(--color-primary-0),1);display:block;width:63rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26rem;left:6rem;height:4.5486125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hq8VTF6W3ToTBikEFw6lJg5GU0zurOGn { 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-bottom:0;border-left:0;border-right:0;border-top: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:78.25rem;left:28.53125rem;display:block; }
#fdIbTm735a1SCKioGePt9fHhxpBFe0ei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QP4Ta16DkSTUZqikFNq87Xq9adOTgHop { position:absolute;display:block;z-index:15016;height:22.5625rem;width:40rem;top:34.875rem;left:17.5rem;display:block; }
#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row .container { background-color: transparent; background-image: none; }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row .container > .video-iframe-container { display: none; }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row > .video-iframe-container { display: none; }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .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); }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row .container { border-width: 0; border-radius: 0; }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#dtBWO5HuxUEFhBUxrFJXBfLGmiFG4JZ3 { 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:3.75rem;width:10.6875rem;top:4.40625rem;left:8.875rem;overflow:hidden;display:block; }
#lUR5OVpGizehytTedOL1gmuThiRXZxxe { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.15625rem;left:26.90625rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUD5csZFTsXdaQuCCsI86iAz5xmUoVK6 { color:rgba(var(--color-primary-0),1);display:block;width:21.1875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.15625rem;left:50.65625rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MTZQwmTNRMP4TCQyq04HWkU893ofSAQt { display:block; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFfJOVweNnFe2KBKmuHlQH3b2cToBTa9 { top:42.4375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA5c2cWZRZApsC5NGfg4tJNsTFv5VTP1 { top:39.125rem;left:0rem;width:47.75rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6LNtkyeL8khplaSmPrS9VuZNCOnwGBy { top:4.5625rem;left:17.499135971069rem;width:12.6875rem;height:4.5394260771203rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDq6ws0WdLp4sevphAueTfN1lUGaMA42 { display:block; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXLRoOoE0FNTUaEk4EoVPwIRFkLeWuMT { top:2.9375rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWgAHNvz8muLKBppJEtcZQXmrmq0WOlc { top:42.4375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGXefvrTVpCSF5by2vBCDh3Q8V4tqlq7 { width:17.875rem;height:3.4375rem;top:13.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8VVVhK2v1fuTGhiqPt875bkAIPioLUN { display:block; }
 }@media only screen and (max-width: 763px) { #c7OloTiqpUvIRXduODoqcRZaS3Kp0VMS { width:17.875rem;height:3.375rem;top:13.8125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O37xZG6gzCTKaRytz3SC7eH6N8wwN0xL { display:block; }
 }@media only screen and (max-width: 763px) { #GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy { display:block; }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnc35VKd7ApgsIGPGP72ODuTaRo0h1X1 { top:17.9375rem;left:0rem;width:47.75rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb9Rh9HLS5HUZ9CfS8APtWToc2MpfBOy { top:5.75rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ0LSyOcfJUoZAtB69t6Edmu3z5bBDK1 { top:12.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 { display:block; }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W00zDrLLU85gvEK27Wsd1RS9HQWHZQR3 { top:4.875rem;left:0rem;width:47.75rem;height:17.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgcZmi0IFztRtozrHshIELrgpgGqvf4Q { top:25.8125rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIf9XlvvS8AqHHsHmIm90Obea5q8dlE4 { top:12.1875rem;left:0rem;width:20rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 { display:block; }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRfiUZJqdCtKUkTxg2Qpk9ZW8H3tW20H { top:5.9375rem;left:23.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnS8ubn0avE4nOxS5VLboatVodi2Vecq { top:7.1875rem;left:23.75rem;width:0.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdmeKNL3wgNekqPZPqNwHT0Wac5wWMfd { top:4.75rem;left:16.0625rem;width:31.6875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPi44BISZFWn0aNR0SmVtKkx5kyWLDTR { top:10rem;left:20.9375rem;width:26.8125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPwJR70RrOWfBGJ0aOoNBuM5ZmkVvXE9 { top:19.3125rem;left:0rem;width:31.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvETMa2ccBGcm7gIkAf9RTJtMRB3Vd48 { top:22.1875rem;left:0rem;width:26.8125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcF3LU3aqfJ6JwxyJQmiPMOATC2vt0Ff { top:37.9375rem;left:16.625rem;width:31.125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRpEMEyetCeEWDLuQTFqcLpugcasidh { top:32.75rem;left:20.9375rem;width:26.8125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8HS1i8xdd36lEhMfOSNO21LP1nS4vsp { top:48.25rem;left:0rem;width:29.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEucaGFnku60zyhOnFduWKrAPVi7rdpS { top:51.0625rem;left:0rem;width:26rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6F9TW00WTw4HDazneCOXZqaX6fGvRsS { top:62.6875rem;left:16.0625rem;width:31.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glNApkknUcOp2SQHt0gm24UBF5uBR8Zy { top:65.375rem;left:20.9375rem;width:26.8125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUbIS9fhXW1xtk88d0W0DHK2EJKETWam { top:77.0625rem;left:0rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAJkBQJ5RURQPULxPkzmw51JwPw1swG { top:79.875rem;left:0rem;width:23.5625rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUEGLTAXZTpT3WKatooiwWFxXEi7OiBy { top:91.3125rem;left:16.0625rem;width:31.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT8bzVHruVENs55yTbeTfcc9I1HSq4Q { top:94.125rem;left:20.9375rem;width:26.8125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izphl9QlC4p1ldOaknBoSwCmzKXVUBlN { top:20.25rem;left:23.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sku2gPiDWlstIMxkTKBJWNGT1DpBTG1M { top:34.625rem;left:23.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqDUIfkd41wWPKIHIAUKSsfwvGmb5OtX { top:21.5625rem;left:23.75rem;width:0.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g14A1yeKrhgdXhSDEQt8xte02Iz4rZ5q { top:49rem;left:23.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGkcw5LdDAwXzM95ay5t7MDaMRmw9cn0 { top:36rem;left:23.75rem;width:0.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUwURqhT3KSgsTSaICrToMEWpXIeB7uU { top:63.4375rem;left:23.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui4wIt7AmWTwqhWsBieA5xWIuwdDfLNn { top:50.4375rem;left:23.75rem;width:0.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDPqgQ9VPzl6bvlZqhabnSP00M1FiOZL { top:77.875rem;left:23.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV17nuoqlzczdJMITe1vUuEHsQ30yEb { top:64.8125rem;left:23.75rem;width:0.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOFoi7DN5u9fVs5kypg5bynaH5lpwXwr { top:92.0625rem;left:23.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCGANfMwMecDg7aVyxbmecXN9Tc8foIL { top:79.1875rem;left:23.75rem;width:0.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw6eB6R6XTE3Uh8Ct9VRuAQLXfvQePdD { top:57.375rem;left:11.3447265625rem;width:8.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmKGqOL7lFXfd7kwJsUhlS9efzkwmcDl { top:14.6875rem;left:26.9375rem;width:8.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhElPp2xZngsqELiHT9gzAMbi0agPTtO { top:28.375rem;left:11.4072265625rem;width:8.6875rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQKctTiLbU5WcMD3FZIhgiSFZW1SD5n { top:71.4375rem;left:26.9375rem;width:8.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oduvm3M3OgdTbcxq7SgDq7m6LVxZymXB { top:1.125rem;left:21.65625rem;width:4.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pSd7d74F3fmVxNpLnuM2wS08tNsoSG { top:93.5625rem;left:23.75rem;width:0.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL5bfQsdcwdEamI3hHuR4Cm6VfJHNOiI { top:20.25rem;left:23.5rem;width:0.75rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7bRQscBJd5BcNNTliXhQrm6Cb5pvXN5 { top:36rem;left:23.75rem;width:0.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWvHCk58T5QfoITWfOhTVlBrkmfDScTV { top:36rem;left:23.75rem;width:0.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsV0VxMtVIxoLiKo7Hw4Cx5OurBWPynF { top:36rem;left:23.75rem;width:0.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #unLDRFlknPwtz7uvnmRt6O9SFC08m04K { top:34.625rem;left:23.5rem;width:0.75rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkDlMoGWe7QGE3IMxVSfy0eiDAn24Bvd { top:36rem;left:23.75rem;width:0.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVTMt34DMQi0wkT0cI9pgN4QNVRQDvsk { top:34.625rem;left:23.5rem;width:0.75rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9canRn8rbQQ4Ee63rSmwAaR9qmbH2wq { top:36rem;left:23.75rem;width:0.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRzZK2bbFpFJHJpEptJhN4zqvBxKFfSo { top:34.625rem;left:23.5rem;width:0.75rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTHCrC8utTvlwAPquEFvTTRXcCBXgAuE { top:36rem;left:23.75rem;width:0.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VA43qxwO1s6NTn82wcTR2R0nUssV8IVL { display:block; }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-text {padding-top: 0; padding-bottom: 0;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-select {padding-top: 0; padding-bottom: 0;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo {display:block;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #G6CJTtuM1ALneqAk0XFBXXkSOn6G68Hp {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #xZumdGvp93BLTIIhNGNc52QmpX1DaDLT { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #ULyzHkhht1Fil2kpGwH5H0kd7pr6K7f3 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #CcKwxo2Gwplwn0GFfkggh1CSoveQ8fPS {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #r12QgW8olqtBwn5K6KPuBZnImDg0ekqT { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Jm6saleqs7iqTV7iNVyVtHN6wGSAKvcT {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #XUTZddX3iMkXM42Vg7kAB4HcAXNneF08 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #MkmfOVnJoX8AWm28xH0V8QTgxeAEmc3t { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #gyn5er2xu7CxrJ3bJGsAHRZn4CQHGIqG {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Tm7KbNPDtW1eMM7xXXIwzBfSU1M10tn8 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #tXnoIlgZhSR8EFRnGca8lXImXrJptsK1 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #oBLzaKOZPHwkCJqTUqTABDxJH47LU3DD {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #pGoRbFviTSiNTtw9cR98hordXbNtmptV {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #pWxrvJWiKsn3k4aLByff7MTP3thk9IU4 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #SfTRXq3CzctMNHIcsvdZThed8Mkc3B8C {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #eSa98WMWcZHdAg43pHRD9SyHGDl7Ks55 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #vSwpHnpitpTGv4iBPm0QcKimatE6oWza {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #oQgMdsBiknuzNCQwUqTAm3KncgLiPtcV {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #UGUhhahIENtPKPmSygopkWzy4XKccB0e {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Bq627zhi3QQ1qcElEzdb8KfffCf8Sfe3 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #On4TAzWZee3KHhqXf9z74gO4DLtbpHvO {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #cPK1bQT2Vr2wwo9pRswWQ6UXNWwa57Hp {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #bvqZ7idqGRxE1iUfEwQyyI4oQSqg75tB {  }
 }@media only screen and (max-width: 763px) { #y88nmCgqesaMALIeRZou7VqHrMyA74Iq { top:10.3125rem;left:0rem;width:38.125rem;height:21.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8gKBZX5TOQnTGNNeWR3dMG4weGOEFrV { top:33.875rem;left:0rem;width:33.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzATTDuJw9alvRvEgKpBuLQxavxctCVf { top:1.3125rem;left:21.65625rem;width:4.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhAN1lNcEHey3k1EZwvynXqRSIHoe7br { display:block; }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBTeCEEZBswoLJpvEMdKtW1AwaA9CVno { top:4.6875rem;left:0rem;width:36.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFBFR7TWt4xAoaP9eXCCeu4ZghCv8kPx { top:30.5rem;left:0rem;width:11rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9hSAxTOTO8BuBsTE4NBrCsNbw2k4HQ0 { top:30.5625rem;left:0rem;width:24.375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeqQ38FxFZgcGSzDIzBPGEMdQLflXtTJ { top:22.1875rem;left:11rem;width:36.75rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHEGHcstHgDemvyxXEPxssEsqVD2VJFx { top:4.6875rem;left:24.625rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0eubGNsSax2WqhQknRheFQGgPAo0txF { top:4.6875rem;left:22.9375rem;width:24.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpW3XnpKhrSedygXM8m61rcSVRwgBd8 { top:7.375rem;left:30.6875rem;width:17.0625rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2kLJp1n03WUSiNa2il8IfKrvBLCQEmR { top:12.625rem;left:30.6875rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt7WLDcWRRdCnSHG6JXgtOoSJxVSG0x8 { top:15.875rem;left:30.6875rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWR9smHR44ETM3LQCE6wwhJzxATo6Jew { top:6.1875rem;left:0rem;width:16.6875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNT0bvyUGBdb7lKfN20tkbCNZvaXN31u { top:6.1875rem;left:7.0625rem;width:7.375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWtMvbf2TmulmwZtkNfp6BnqHo83bcLs { top:6.1875rem;left:16.5rem;width:15.1875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9rTJSsfw90Ti0oPXItVEobS3IXIGuQ { top:18.125rem;left:0rem;width:6.4375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdZqZDTurTTZOTPczGQxZNGbXBIrIr76 { top:19.1875rem;left:0rem;width:6.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azrRh3UPINTePoTg9sMUEZtUqD5Rrg9V { top:18.4375rem;left:9.625rem;width:6.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs2gTcakgTM62azVQJdtBQI2uS74w1Uz { display:block; }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXJdKSqmeuD3ut7PUa93ycGpKb3QcX1h { top:4.75rem;left:11rem;width:36.5625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xznSnLhGgAhBLb7rmNXVQQN8TnnHwpWH { top:30.5625rem;left:24.625rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtWOTOMxaLAD4rLgZteKmTiWM6Mfoeb { top:30.625rem;left:23.375rem;width:24.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlTm8sklyU1oL9WD0b9MWdoxlrPeg3nJ { top:22.25rem;left:0rem;width:36.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baXhs882SEh7NDqzUMSf2yk70ekxmDEJ { top:4.75rem;left:0rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUIPNga3ttkZ3yl4pRUaWTozZfii5FTv { top:4.75rem;left:0rem;width:24.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UInsAXEZDvEyyFGiVxrTRL7uoHzfXAd3 { top:8rem;left:1.1875rem;width:18.875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvuZbNv8M39AMavdFrTB5DI6PTv2kxE9 { top:12.6875rem;left:1.125rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paWpZIRWk3booKnpSTbqDPkTJy6ff6mA { top:15.375rem;left:1.1875rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMSO2kixWWMq3BxTRVF2lcafp1HFJU9 { top:10.25rem;left:1.1875rem;width:18.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVF3C6IrE2QykgBBTuaDTdtxUqMztTiM { top:25.125rem;left:0rem;width:8.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grl5buHoSwkhFBAayZPpD0llORQ25Cn5 { top:25.3125rem;left:0rem;width:3.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdwyazL7siMP4FW45KykLQd4vzHDB4D { top:31.9375rem;left:0rem;width:3.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkeNlTBh1m1L0EHZpGhAtoRNlbLUfRuc { top:30.5625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHbdo1QdOmDqy68415Lns0qF6skTsml { display:block; }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQq1ZdMLbkGhsBRqtTzMDz8atfqQnBpJ { top:22.1875rem;left:0rem;width:36.5625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0T3IDIyTn3SoBfEn1NVafwkddXziWLX { top:4.6875rem;left:12.1875rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzaC7StaTB59OVU3ESNVkk2tikftSF9b { top:4.6875rem;left:0rem;width:24.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRVy84T9DxHSy2hhUvLA60syOg977UP { top:4.6875rem;left:11rem;width:36.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLytkayZapc0JHrkn0mwTvLwQ1fB2xVG { top:30.5625rem;left:37.0625rem;width:10.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufDqWxDFQn11K3yw3riqwMbw5zzDWRpz { top:30.625rem;left:22.9375rem;width:24.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yok4sVmxMwgAcsrd7tKsc2iF5NeDdmRD { top:34.75rem;left:27.375rem;width:17.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbFelINJKUASDkHQ9OmeFKAKReu8CGDs { top:37.5rem;left:27.375rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXQbOoQ7ShxML5DhwFT09toLeiSuCKmN { top:40.25rem;left:27.375rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTn04T6knlAZ28t8fhK70cTEneERwlz6 { top:6.25rem;left:0rem;width:12.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfftX5zxwBu2Mr7P7TAsO5GAnIyvd4TT { top:6.25rem;left:2.8125rem;width:12rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzIU8CkmxdXsrsuhm1JZmrnEpkWyqOCD { top:6.25rem;left:15.4375rem;width:12rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #p25DRtEdIFPyDbhfoGsJF0iEPuoiNXnn { top:16.3125rem;left:3.5rem;width:12rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ { display:block; }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZS9vtrB0swv3MseAsg76vkFoXA4110e { top:22.3125rem;left:11.1875rem;width:36.5625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycWOEofK3tSIkNST8NbF9Bm4HvN8hDuF { top:4.75rem;left:24.8125rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn9cDfpi6GhlsgbW8oITz1fQUrKJBZeG { top:4.75rem;left:23.5rem;width:24.25rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS26b5rRdsULJlmUoR9D9DkvB1iMvi9W { top:4.75rem;left:0rem;width:36.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFy5ehQ3tao4pl0Tp6tZD0x4tVI6TA4U { top:30.5625rem;left:0rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMiJpCUErlFoBHfi6DDeLzLxkrh2DnnA { top:30.5625rem;left:0rem;width:24.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtveP8ihoLbvK4Zt10xTzMTuktnAhpUT { top:33.5625rem;left:1.25rem;width:18.875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZedxAkCpFFtD6dtAn4mTi26APG7sUZ2M { top:38.8125rem;left:1.25rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txn7VpOEtQwZJZpP0Xy0NRp4hOG6uh2z { top:41.5rem;left:1.3125rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbX1CWqhecFWvEJQyx7IdS2qFkIPIyf { top:35.8125rem;left:1.25rem;width:18.875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCO4HbsTpvVCoZxqOScTqIqAslx5wrN8 { top:6.8125rem;left:0rem;width:7.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt3vFkp1cLnvUFMSGHxTHtmehxyAZ5xD { top:7.8125rem;left:0rem;width:7.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXZlCWiLXJGBFlSsRDkFkOyZ0EyJuZg { top:16.0625rem;left:0rem;width:7.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R37oPPPZP8C9Q6GPpz41K3l2okmB6y0r { top:16.75rem;left:12.25rem;width:7.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ { display:block; }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLnBNLf8mAJ656Z5ur7dk2ZxaEHRp6oK { top:4.6875rem;left:0rem;width:36.5625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSFpTDTK8fSwEcF5yvXd4m5b9Az78UCv { top:30.5rem;left:0rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9pSQa0EfgJSJKAKHJastm68tMbXNXVX { top:30.5625rem;left:0rem;width:24.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXOZ6M25aM3CNtnJSiJQ8b5cRdwBwr6B { top:22.1875rem;left:11rem;width:36.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiV9MNtJW9PxnXD4ZqvANEeBbbwZgM7m { top:4.6875rem;left:24.625rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNRTTiV3701NF9itRllx9cr5tLHGGVyG { top:4.6875rem;left:22.9375rem;width:24.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUpioX4xphrSpQJoEwBkWvE0IOdgTSQP { top:8.75rem;left:30.6875rem;width:17.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykZ0TdHTqRgZi8H3klLq2G05N57ULgqI { top:11.625rem;left:30.6875rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMJiiXhmWs2G2Spwnld572gz84twAfuV { top:14.5625rem;left:30.6875rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1NxLgKeHCVDupW8hTXZklzq1nnRLmPG { top:6.9375rem;left:0rem;width:6.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6A5TczlJ3sfTEV82SQvLABOzsLewudW { top:8.4375rem;left:0rem;width:6.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzC8zFcqGnqLKXZPryI9OarsfuOydsem { top:16.8125rem;left:0.375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydetNqO5SGgrnosTMqiGPEyQcTTRpwZ { top:14.5625rem;left:9.0625rem;width:2.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPep7AkrnTCRWX9RrlGA31uP64NebPg8 { display:block; }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoT0qLxpamgdzNv6AABTXTSwWl9sqZMh { top:4.75rem;left:11rem;width:36.5625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdxURViEyo3rDSpkzMLDzhcuiCwlfFXt { top:30.5625rem;left:24.625rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGLK7uSUlzwBDxpOU3I9C9sL4KXBIDB2 { top:30.625rem;left:23.375rem;width:24.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRLuHQt89SKQTampSqxXPrnHQL1ykgv1 { top:22.25rem;left:0rem;width:36.8125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMCFTEZrW2WFvTPDiMSsUrGANh5usDok { top:4.75rem;left:0rem;width:10.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6TLKwSqRcDFBeKUNQvZUVRFtQvuKzQo { top:4.75rem;left:0rem;width:24.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G25sZMhXsoSZ9L1heeafPLrNTS6SrEmy { top:8.9375rem;left:1.4375rem;width:17.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgUtM5eA2epsCNGVwuxs8JK2KU4oe9b { top:11.6875rem;left:1.4375rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdw6owlRklrZUiDw3Tb2vuAGXcaraMT4 { top:14.4375rem;left:1.4375rem;width:17.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oipSNMMprntMhZmMrbOlDvICFLzCqKbx { width:17.9375rem;height:3.4375rem;top:51.3125rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umbzgWOWbEvxeJehTnB68waID88lkTkh { display:block; }
 }@media only screen and (max-width: 763px) { #AldNurBJAtZRTlZxZLtbE7EkHFApeXvM { top:25.1875rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqT44k2qPDLfaGmpy5x7nlOTG1oxn75b { top:25.1875rem;left:0rem;width:6.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF2uCU1EHuh7xb7xTqWtaFihGH1pHrcZ { top:29.125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkhqPeUmhecROnrSh1n0tu8T0cJDJPAt { top:25.1875rem;left:3.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcysMhUnu89MdRMf2MTUNb04Srix4hWu { display:block; }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odvEidQuNDayp9QDLct3RmUhcUa0UdSM { top:4.875rem;left:0rem;width:47.75rem;height:13.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6xy8obCy6HgQhnq5gHubRITLGM2fEH { top:23.6875rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb { display:block; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1hANWmUrv2FmvZLUyrPFuZ1BFHSyoXw { top:7.0625rem;left:0rem;width:21.0625rem;height:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEVhCyfbfP5Q5RlKOaulUwDTOWr2XaNd { top:13.375rem;left:0rem;width:37.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV6wNG2hBBlCUFXc2cvL4AuVVHlJGQx4 { top:20.0625rem;left:0rem;width:34.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kulHWZLdnTkBFhOVw8GCCw3fhTX1Pt9u { top:26.875rem;left:0rem;width:34.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un5gCfV14Zpa2TAI3sHmQfBSWQIupS43 { top:33.875rem;left:0rem;width:34.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa { display:block; }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAtzUsPVPgRQhGiWzauwEbuSC5Wz6l3Z { top:8.875rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LimWxgNF2JvcPiITOqUUyk6VG33SoEv0 { top:22.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfwn1p0ThJB50MuTO2MQCzV07bygoXZf { top:26rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq8VTF6W3ToTBikEFw6lJg5GU0zurOGn { width:17.9375rem;height:3.4375rem;top:78.25rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdIbTm735a1SCKioGePt9fHhxpBFe0ei { display:block; }
 }@media only screen and (max-width: 763px) { #QP4Ta16DkSTUZqikFNq87Xq9adOTgHop { top:34.875rem;left:3.875rem;width:40rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm { display:block; }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtBWO5HuxUEFhBUxrFJXBfLGmiFG4JZ3 { top:4.375rem;left:0rem;width:10.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUR5OVpGizehytTedOL1gmuThiRXZxxe { top:5.125rem;left:13.28125rem;width:21.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUD5csZFTsXdaQuCCsI86iAz5xmUoVK6 { top:5.125rem;left:26.5625rem;width:21.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MTZQwmTNRMP4TCQyq04HWkU893ofSAQt { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/259594e2-cbd2-40dd-9271-21c3a5ae346f/hero_newmobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt.adaptive-delivery-prevent-bg, #MTZQwmTNRMP4TCQyq04HWkU893ofSAQt.lazyload, #MTZQwmTNRMP4TCQyq04HWkU893ofSAQt.lazyloading { background-image: none; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container { background-color: transparent; background-image: none; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container > .video-iframe-container { display: none; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row > .video-iframe-container { display: none; }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .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); }#MTZQwmTNRMP4TCQyq04HWkU893ofSAQt > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFfJOVweNnFe2KBKmuHlQH3b2cToBTa9 { width:20rem;height:0;top:4.568359375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA5c2cWZRZApsC5NGfg4tJNsTFv5VTP1 { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6LNtkyeL8khplaSmPrS9VuZNCOnwGBy { width:7.1245625rem;height:2.43706875rem;top:1.2489149570465rem;left:6.436632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDq6ws0WdLp4sevphAueTfN1lUGaMA42 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8cdb3665-2681-456d-a539-a3e7f7e5d247/foto2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42.adaptive-delivery-prevent-bg, #sDq6ws0WdLp4sevphAueTfN1lUGaMA42.lazyload, #sDq6ws0WdLp4sevphAueTfN1lUGaMA42.lazyloading { background-image: none; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container { background-color: transparent; background-image: none; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e1012; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container > .video-iframe-container { display: none; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e1012; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row > .video-iframe-container { display: none; }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .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); }#sDq6ws0WdLp4sevphAueTfN1lUGaMA42 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXLRoOoE0FNTUaEk4EoVPwIRFkLeWuMT { width:20rem;height:8.3984375rem;top:18.9248046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWgAHNvz8muLKBppJEtcZQXmrmq0WOlc { width:20rem;height:13.872625rem;top:3.443359375rem;left:0rem;font-size:2.3125rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGXefvrTVpCSF5by2vBCDh3Q8V4tqlq7 { width:17.9375rem;height:3.4375rem;top:29.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8VVVhK2v1fuTGhiqPt875bkAIPioLUN { display:block; }
 }@media only screen and (max-width: 763px) { #c7OloTiqpUvIRXduODoqcRZaS3Kp0VMS { width:17.9375rem;height:3.4375rem;top:34.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O37xZG6gzCTKaRytz3SC7eH6N8wwN0xL { display:block; }
 }@media only screen and (max-width: 763px) { #GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy { display:block; }#GD0TCLVafFex0uHdJOnpZ9BSEJ7nlCTy > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnc35VKd7ApgsIGPGP72ODuTaRo0h1X1 { width:20rem;height:36.75rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb9Rh9HLS5HUZ9CfS8APtWToc2MpfBOy { width:20rem;height:5.77256875rem;top:3.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ0LSyOcfJUoZAtB69t6Edmu3z5bBDK1 { width:20rem;height:2.599825rem;top:10.625rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 { display:block; }#ssRo1tA4xHRH7DLh6m8m7K0MggMNL1g9 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W00zDrLLU85gvEK27Wsd1RS9HQWHZQR3 { width:12.1875rem;height:0;top:1.25rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgcZmi0IFztRtozrHshIELrgpgGqvf4Q { width:20rem;height:12.591125rem;top:21.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIf9XlvvS8AqHHsHmIm90Obea5q8dlE4 { width:20rem;height:14.9956875rem;top:4.75rem;left:0rem;font-size:2.5rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 { display:block; }#sVQ2GoCJmT2bThS1wH7r2ie02wLUGVd7 > .row .container { width:20rem;height:249.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRfiUZJqdCtKUkTxg2Qpk9ZW8H3tW20H { width:0.75rem;height:0.75rem;top:17.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnS8ubn0avE4nOxS5VLboatVodi2Vecq { width:0.25rem;height:6.25rem;top:19.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdmeKNL3wgNekqPZPqNwHT0Wac5wWMfd { width:20rem;height:6.8229375rem;top:3.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPi44BISZFWn0aNR0SmVtKkx5kyWLDTR { width:20rem;height:4.89583125rem;top:11.07421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPwJR70RrOWfBGJ0aOoNBuM5ZmkVvXE9 { width:20rem;height:4.5486125rem;top:50rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvETMa2ccBGcm7gIkAf9RTJtMRB3Vd48 { width:20rem;height:4.89583125rem;top:55.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcF3LU3aqfJ6JwxyJQmiPMOATC2vt0Ff { width:20rem;height:6.11979375rem;top:78.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGRpEMEyetCeEWDLuQTFqcLpugcasidh { width:20rem;height:6.8229375rem;top:70.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8HS1i8xdd36lEhMfOSNO21LP1nS4vsp { width:20rem;height:4.5486125rem;top:120.8681640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEucaGFnku60zyhOnFduWKrAPVi7rdpS { width:20rem;height:4.89583125rem;top:126.35546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6F9TW00WTw4HDazneCOXZqaX6fGvRsS { width:20rem;height:4.5486125rem;top:143.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glNApkknUcOp2SQHt0gm24UBF5uBR8Zy { width:20rem;height:4.89583125rem;top:149.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUbIS9fhXW1xtk88d0W0DHK2EJKETWam { width:20rem;height:4.5486125rem;top:190.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnAJkBQJ5RURQPULxPkzmw51JwPw1swG { width:20rem;height:4.89583125rem;top:195.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUEGLTAXZTpT3WKatooiwWFxXEi7OiBy { width:20rem;height:4.5486125rem;top:236.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT8bzVHruVENs55yTbeTfcc9I1HSq4Q { width:20rem;height:4.89583125rem;top:241.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izphl9QlC4p1ldOaknBoSwCmzKXVUBlN { width:0.75rem;height:0.75rem;top:62.1708984375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sku2gPiDWlstIMxkTKBJWNGT1DpBTG1M { width:0.75rem;height:0.75rem;top:118.9208984375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqDUIfkd41wWPKIHIAUKSsfwvGmb5OtX { width:0.25rem;height:6.25rem;top:42.8583984375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g14A1yeKrhgdXhSDEQt8xte02Iz4rZ5q { width:0.75rem;height:0.75rem;top:176.85546875rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGkcw5LdDAwXzM95ay5t7MDaMRmw9cn0 { width:0.25rem;height:6.25rem;top:63.4833984375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUwURqhT3KSgsTSaICrToMEWpXIeB7uU { width:0.75rem;height:0.75rem;top:241.06640625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ui4wIt7AmWTwqhWsBieA5xWIuwdDfLNn { width:0.25rem;height:12.5rem;top:180.8125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDPqgQ9VPzl6bvlZqhabnSP00M1FiOZL { width:0.75rem;height:0.75rem;top:237.002025rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbV17nuoqlzczdJMITe1vUuEHsQ30yEb { width:0.25rem;height:12.5rem;top:205.503975rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOFoi7DN5u9fVs5kypg5bynaH5lpwXwr { width:0.75rem;height:0.75rem;top:234.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCGANfMwMecDg7aVyxbmecXN9Tc8foIL { width:0.25rem;height:6.25rem;top:227.8125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw6eB6R6XTE3Uh8Ct9VRuAQLXfvQePdD { width:8.75rem;height:17.125rem;top:163.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmKGqOL7lFXfd7kwJsUhlS9efzkwmcDl { width:8.75rem;height:17.125rem;top:25.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhElPp2xZngsqELiHT9gzAMbi0agPTtO { width:8.75rem;height:17.125rem;top:94.1396484375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQKctTiLbU5WcMD3FZIhgiSFZW1SD5n { width:8.75rem;height:17.125rem;top:210.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oduvm3M3OgdTbcxq7SgDq7m6LVxZymXB { width:4.4375rem;height:2.4375rem;top:0rem;left:15.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T0pSd7d74F3fmVxNpLnuM2wS08tNsoSG { width:0.25rem;height:12.5rem;top:273.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VL5bfQsdcwdEamI3hHuR4Cm6VfJHNOiI { width:0.75rem;height:0.75rem;top:86.125rem;left:9.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #N7bRQscBJd5BcNNTliXhQrm6Cb5pvXN5 { width:0.25rem;height:6.25rem;top:87.4375rem;left:9.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wWvHCk58T5QfoITWfOhTVlBrkmfDScTV { width:0.25rem;height:6.25rem;top:111.6875rem;left:9.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SsV0VxMtVIxoLiKo7Hw4Cx5OurBWPynF { width:0.25rem;height:6.25rem;top:133.4375rem;left:9.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #unLDRFlknPwtz7uvnmRt6O9SFC08m04K { width:0.75rem;height:0.75rem;top:140.6875rem;left:9.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TkDlMoGWe7QGE3IMxVSfy0eiDAn24Bvd { width:0.25rem;height:6.25rem;top:156.25rem;left:9.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RVTMt34DMQi0wkT0cI9pgN4QNVRQDvsk { width:0.75rem;height:0.75rem;top:163.5rem;left:9.625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #X9canRn8rbQQ4Ee63rSmwAaR9qmbH2wq { width:0.25rem;height:6.25rem;top:181.5625rem;left:9.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fRzZK2bbFpFJHJpEptJhN4zqvBxKFfSo { width:0.75rem;height:0.75rem;top:188.8125rem;left:9.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UTHCrC8utTvlwAPquEFvTTRXcCBXgAuE { width:0.25rem;height:6.25rem;top:203.125rem;left:9.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #VA43qxwO1s6NTn82wcTR2R0nUssV8IVL { display:block; }#VA43qxwO1s6NTn82wcTR2R0nUssV8IVL > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-family:montserrat;display:block;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-text {padding-top: 0; padding-bottom: 0;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-select {padding-top: 0; padding-bottom: 0;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:4.625rem;margin-bottom:0.25rem;margin-left:4.625rem;height:2.5625rem;font-size:1rem;overflow:hidden;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo [class*="-text"]:-moz-placeholder { color:#727272; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo [class*="-text"]::-moz-placeholder { color:#727272; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo [class*="-text"]:-ms-input-placeholder { color:#727272; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo [class*="-text"]::-webkit-input-placeholder { color:#727272; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo  { width:17.5rem;height:auto;top:33.247611999512rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo {display:block;}#DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo { width:17.5rem;height:auto;top:33.247611999512rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #G6CJTtuM1ALneqAk0XFBXXkSOn6G68Hp {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #xZumdGvp93BLTIIhNGNc52QmpX1DaDLT { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #ULyzHkhht1Fil2kpGwH5H0kd7pr6K7f3 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #CcKwxo2Gwplwn0GFfkggh1CSoveQ8fPS {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #r12QgW8olqtBwn5K6KPuBZnImDg0ekqT { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Jm6saleqs7iqTV7iNVyVtHN6wGSAKvcT {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #XUTZddX3iMkXM42Vg7kAB4HcAXNneF08 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #MkmfOVnJoX8AWm28xH0V8QTgxeAEmc3t { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #gyn5er2xu7CxrJ3bJGsAHRZn4CQHGIqG {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Tm7KbNPDtW1eMM7xXXIwzBfSU1M10tn8 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #tXnoIlgZhSR8EFRnGca8lXImXrJptsK1 { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #oBLzaKOZPHwkCJqTUqTABDxJH47LU3DD {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #pGoRbFviTSiNTtw9cR98hordXbNtmptV {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #pWxrvJWiKsn3k4aLByff7MTP3thk9IU4 { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #SfTRXq3CzctMNHIcsvdZThed8Mkc3B8C {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #eSa98WMWcZHdAg43pHRD9SyHGDl7Ks55 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #vSwpHnpitpTGv4iBPm0QcKimatE6oWza { display:block; }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #oQgMdsBiknuzNCQwUqTAm3KncgLiPtcV {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #UGUhhahIENtPKPmSygopkWzy4XKccB0e {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #Bq627zhi3QQ1qcElEzdb8KfffCf8Sfe3 {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #On4TAzWZee3KHhqXf9z74gO4DLtbpHvO {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #cPK1bQT2Vr2wwo9pRswWQ6UXNWwa57Hp {  }
 }@media only screen and (max-width: 763px) { #DIf8nZ5fTmdcE5TFeaUT3GGWOlpc86Vo #bvqZ7idqGRxE1iUfEwQyyI4oQSqg75tB {  }
 }@media only screen and (max-width: 763px) { #y88nmCgqesaMALIeRZou7VqHrMyA74Iq { width:20rem;height:14.3945rem;top:7.059452056885rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8gKBZX5TOQnTGNNeWR3dMG4weGOEFrV { width:20rem;height:5.59461875rem;top:24.498699665069rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzATTDuJw9alvRvEgKpBuLQxavxctCVf { width:4.4375rem;height:2.4375rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhAN1lNcEHey3k1EZwvynXqRSIHoe7br { display:block; }#NhAN1lNcEHey3k1EZwvynXqRSIHoe7br > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBTeCEEZBswoLJpvEMdKtW1AwaA9CVno { width:20rem;height:13.265306122449rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFBFR7TWt4xAoaP9eXCCeu4ZghCv8kPx { width:9.5625rem;height:14rem;top:32.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9hSAxTOTO8BuBsTE4NBrCsNbw2k4HQ0 { width:20rem;height:13.179487179487rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeqQ38FxFZgcGSzDIzBPGEMdQLflXtTJ { width:20rem;height:13.299319727891rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHEGHcstHgDemvyxXEPxssEsqVD2VJFx { width:9.1875rem;height:13.9375rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0eubGNsSax2WqhQknRheFQGgPAo0txF { width:20rem;height:13.6875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpW3XnpKhrSedygXM8m61rcSVRwgBd8 { width:17.0625rem;height:3.89756875rem;top:5rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2kLJp1n03WUSiNa2il8IfKrvBLCQEmR { width:17.0625rem;height:1.9487875rem;top:9.5625rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt7WLDcWRRdCnSHG6JXgtOoSJxVSG0x8 { width:17.0625rem;height:1.9487875rem;top:12.25rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWR9smHR44ETM3LQCE6wwhJzxATo6Jew { width:16.6875rem;height:11.125rem;top:6.1875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNT0bvyUGBdb7lKfN20tkbCNZvaXN31u { width:7.375rem;height:11.125rem;top:6.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWtMvbf2TmulmwZtkNfp6BnqHo83bcLs { width:15.1875rem;height:9.9375rem;top:6.1875rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eM9rTJSsfw90Ti0oPXItVEobS3IXIGuQ { width:6.4375rem;height:9.9375rem;top:18.125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdZqZDTurTTZOTPczGQxZNGbXBIrIr76 { width:6.4375rem;height:4.25rem;top:19.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #azrRh3UPINTePoTg9sMUEZtUqD5Rrg9V { width:6.9375rem;height:10.6875rem;top:18.4375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bs2gTcakgTM62azVQJdtBQI2uS74w1Uz { display:block; }#bs2gTcakgTM62azVQJdtBQI2uS74w1Uz > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXJdKSqmeuD3ut7PUa93ycGpKb3QcX1h { width:20rem;height:13.333333333333rem;top:48.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xznSnLhGgAhBLb7rmNXVQQN8TnnHwpWH { width:9.4375rem;height:14.375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtWOTOMxaLAD4rLgZteKmTiWM6Mfoeb { width:20rem;height:13.298701298701rem;top:62.6943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlTm8sklyU1oL9WD0b9MWdoxlrPeg3nJ { width:20rem;height:13.310580204778rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baXhs882SEh7NDqzUMSf2yk70ekxmDEJ { width:9.375rem;height:14.1875rem;top:17.78125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUIPNga3ttkZ3yl4pRUaWTozZfii5FTv { width:20rem;height:13.1875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UInsAXEZDvEyyFGiVxrTRL7uoHzfXAd3 { width:17.0625rem;height:1.9487875rem;top:5.25rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvuZbNv8M39AMavdFrTB5DI6PTv2kxE9 { width:17.0625rem;height:1.9487875rem;top:9.625rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paWpZIRWk3booKnpSTbqDPkTJy6ff6mA { width:17.0625rem;height:1.9487875rem;top:12.1875rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMSO2kixWWMq3BxTRVF2lcafp1HFJU9 { width:17.0625rem;height:1.625rem;top:7.3125rem;left:1.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVF3C6IrE2QykgBBTuaDTdtxUqMztTiM { width:8.0625rem;height:3.875rem;top:77.194229125975rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Grl5buHoSwkhFBAayZPpD0llORQ25Cn5 { width:3.6875rem;height:3.875rem;top:25.3125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcdwyazL7siMP4FW45KykLQd4vzHDB4D { width:3.5rem;height:3.875rem;top:31.9375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkeNlTBh1m1L0EHZpGhAtoRNlbLUfRuc { width:3.5rem;height:3.5rem;top:30.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTHbdo1QdOmDqy68415Lns0qF6skTsml { display:block; }#FTHbdo1QdOmDqy68415Lns0qF6skTsml > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQq1ZdMLbkGhsBRqtTzMDz8atfqQnBpJ { width:20rem;height:13.333333333333rem;top:29.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0T3IDIyTn3SoBfEn1NVafwkddXziWLX { width:9.375rem;height:14.125rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzaC7StaTB59OVU3ESNVkk2tikftSF9b { width:20rem;height:13.298701298701rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRVy84T9DxHSy2hhUvLA60syOg977UP { width:20rem;height:13.310580204778rem;top:14.8681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLytkayZapc0JHrkn0mwTvLwQ1fB2xVG { width:9.375rem;height:14.25rem;top:58.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufDqWxDFQn11K3yw3riqwMbw5zzDWRpz { width:20rem;height:11.0625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yok4sVmxMwgAcsrd7tKsc2iF5NeDdmRD { width:17.0625rem;height:1.9487875rem;top:4.3125rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbFelINJKUASDkHQ9OmeFKAKReu8CGDs { width:17.0625rem;height:1.9487875rem;top:7rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXQbOoQ7ShxML5DhwFT09toLeiSuCKmN { width:17.0625rem;height:1.9487875rem;top:9.625rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTn04T6knlAZ28t8fhK70cTEneERwlz6 { width:12.25rem;height:8rem;top:6.25rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfftX5zxwBu2Mr7P7TAsO5GAnIyvd4TT { width:12rem;height:8rem;top:6.25rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzIU8CkmxdXsrsuhm1JZmrnEpkWyqOCD { width:12rem;height:8rem;top:6.25rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #p25DRtEdIFPyDbhfoGsJF0iEPuoiNXnn { width:12rem;height:8rem;top:16.3125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ { display:block; }#Pirk5eWemKzRiNyCE5JVwSNHDh92KPBJ > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZS9vtrB0swv3MseAsg76vkFoXA4110e { width:20rem;height:13.333333333333rem;top:61.0576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycWOEofK3tSIkNST8NbF9Bm4HvN8hDuF { width:9.375rem;height:14.0625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn9cDfpi6GhlsgbW8oITz1fQUrKJBZeG { width:20rem;height:13.247422680412rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS26b5rRdsULJlmUoR9D9DkvB1iMvi9W { width:20rem;height:13.310580204778rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFy5ehQ3tao4pl0Tp6tZD0x4tVI6TA4U { width:9.375rem;height:14.0625rem;top:16.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMiJpCUErlFoBHfi6DDeLzLxkrh2DnnA { width:20rem;height:12.8125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtveP8ihoLbvK4Zt10xTzMTuktnAhpUT { width:17.125rem;height:1.9487875rem;top:4.4375rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZedxAkCpFFtD6dtAn4mTi26APG7sUZ2M { width:17.0625rem;height:1.9487875rem;top:8.6875rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txn7VpOEtQwZJZpP0Xy0NRp4hOG6uh2z { width:17.125rem;height:1.9487875rem;top:11.375rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbX1CWqhecFWvEJQyx7IdS2qFkIPIyf { width:17.125rem;height:1.625rem;top:6.375rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCO4HbsTpvVCoZxqOScTqIqAslx5wrN8 { width:7.9375rem;height:9.9375rem;top:75.619361877444rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gt3vFkp1cLnvUFMSGHxTHtmehxyAZ5xD { width:7.9375rem;height:6.3125rem;top:7.8125rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlXZlCWiLXJGBFlSsRDkFkOyZ0EyJuZg { width:7.9375rem;height:6.3125rem;top:16.0625rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #R37oPPPZP8C9Q6GPpz41K3l2okmB6y0r { width:7.9375rem;height:4.375rem;top:16.75rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ { display:block; }#aaONFp1DP8un8Hup3oTRyhnKWP0Z2CVQ > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLnBNLf8mAJ656Z5ur7dk2ZxaEHRp6oK { width:20rem;height:13.333333333333rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSFpTDTK8fSwEcF5yvXd4m5b9Az78UCv { width:9.375rem;height:14.125rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9pSQa0EfgJSJKAKHJastm68tMbXNXVX { width:20rem;height:13.298701298701rem;top:28.9580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXOZ6M25aM3CNtnJSiJQ8b5cRdwBwr6B { width:20rem;height:13.310580204778rem;top:58.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiV9MNtJW9PxnXD4ZqvANEeBbbwZgM7m { width:9.375rem;height:14.0625rem;top:43.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNRTTiV3701NF9itRllx9cr5tLHGGVyG { width:20rem;height:11.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUpioX4xphrSpQJoEwBkWvE0IOdgTSQP { width:17.0625rem;height:1.9487875rem;top:4.0625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykZ0TdHTqRgZi8H3klLq2G05N57ULgqI { width:17.0625rem;height:1.9487875rem;top:6.5625rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMJiiXhmWs2G2Spwnld572gz84twAfuV { width:17.0625rem;height:1.9487875rem;top:9.125rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1NxLgKeHCVDupW8hTXZklzq1nnRLmPG { width:6.5625rem;height:8.5625rem;top:73.44314575195rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6A5TczlJ3sfTEV82SQvLABOzsLewudW { width:6.5625rem;height:3.4375rem;top:83.25564575195rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzC8zFcqGnqLKXZPryI9OarsfuOydsem { width:3.4375rem;height:3.4375rem;top:87.94314575195rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cydetNqO5SGgrnosTMqiGPEyQcTTRpwZ { width:2.625rem;height:3.4375rem;top:92.63064575195rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPep7AkrnTCRWX9RrlGA31uP64NebPg8 { display:block; }#TPep7AkrnTCRWX9RrlGA31uP64NebPg8 > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoT0qLxpamgdzNv6AABTXTSwWl9sqZMh { width:20rem;height:13.333333333333rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdxURViEyo3rDSpkzMLDzhcuiCwlfFXt { width:9.375rem;height:14.0625rem;top:44.3876953125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGLK7uSUlzwBDxpOU3I9C9sL4KXBIDB2 { width:20rem;height:13.298701298701rem;top:59.7001953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRLuHQt89SKQTampSqxXPrnHQL1ykgv1 { width:20rem;height:13.242784380306rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMCFTEZrW2WFvTPDiMSsUrGANh5usDok { width:9.375rem;height:14.0625rem;top:44.3876953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6TLKwSqRcDFBeKUNQvZUVRFtQvuKzQo { width:20rem;height:11.375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G25sZMhXsoSZ9L1heeafPLrNTS6SrEmy { width:17.0625rem;height:1.9487875rem;top:4.625rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgUtM5eA2epsCNGVwuxs8JK2KU4oe9b { width:17.0625rem;height:1.9487875rem;top:7.1875rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdw6owlRklrZUiDw3Tb2vuAGXcaraMT4 { width:17.0625rem;height:1.9487875rem;top:9.9375rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oipSNMMprntMhZmMrbOlDvICFLzCqKbx { width:17.9375rem;height:3.4375rem;top:76.935546875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umbzgWOWbEvxeJehTnB68waID88lkTkh { display:block; }
 }@media only screen and (max-width: 763px) { #AldNurBJAtZRTlZxZLtbE7EkHFApeXvM { width:6.4375rem;height:6.4375rem;top:81.622177124025rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqT44k2qPDLfaGmpy5x7nlOTG1oxn75b { width:6.4375rem;height:3.1875rem;top:89.309677124025rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fF2uCU1EHuh7xb7xTqWtaFihGH1pHrcZ { width:3.1875rem;height:3.1875rem;top:93.747177124025rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkhqPeUmhecROnrSh1n0tu8T0cJDJPAt { width:3.1875rem;height:3.1875rem;top:25.1875rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcysMhUnu89MdRMf2MTUNb04Srix4hWu { display:block; }#PcysMhUnu89MdRMf2MTUNb04Srix4hWu > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odvEidQuNDayp9QDLct3RmUhcUa0UdSM { width:20rem;height:20.4774375rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6xy8obCy6HgQhnq5gHubRITLGM2fEH { width:20rem;height:12.591125rem;top:26.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/331e4e15-2034-4fd9-9560-ab7fcb89c56f/bg3mobile.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb.adaptive-delivery-prevent-bg, #rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb.lazyload, #rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb.lazyloading { background-image: none; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container { background-color: transparent; background-image: none; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container > .video-iframe-container { display: none; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row > .video-iframe-container { display: none; }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .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); }#rDAZgm2LkunSDa5ioRU08Q9CbznL96Tb > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1hANWmUrv2FmvZLUyrPFuZ1BFHSyoXw { width:20rem;height:3.32465rem;top:3.375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEVhCyfbfP5Q5RlKOaulUwDTOWr2XaNd { width:20rem;height:3.4982625rem;top:8.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RV6wNG2hBBlCUFXc2cvL4AuVVHlJGQx4 { width:20rem;height:3.4982625rem;top:13.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kulHWZLdnTkBFhOVw8GCCw3fhTX1Pt9u { width:20rem;height:5.24739375rem;top:18.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #un5gCfV14Zpa2TAI3sHmQfBSWQIupS43 { width:20rem;height:5.24739375rem;top:24.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa { display:block; }#E1ZI6nasewPQBkdgxhV0pGGzq2uZGSqa > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAtzUsPVPgRQhGiWzauwEbuSC5Wz6l3Z { width:20rem;height:11.6926875rem;top:4.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LimWxgNF2JvcPiITOqUUyk6VG33SoEv0 { width:20rem;height:3.2487rem;top:19rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfwn1p0ThJB50MuTO2MQCzV07bygoXZf { width:20rem;height:5.94618125rem;top:22.875rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hq8VTF6W3ToTBikEFw6lJg5GU0zurOGn { width:17.9373125rem;height:3.4375rem;top:62.311201095581rem;left:1.0308160185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdIbTm735a1SCKioGePt9fHhxpBFe0ei { display:block; }
 }@media only screen and (max-width: 763px) { #QP4Ta16DkSTUZqikFNq87Xq9adOTgHop { width:20rem;height:22.5625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm { display:block; }#xiLAFwG9HhGdZlTQQpvsHVHDug1dQwDm > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtBWO5HuxUEFhBUxrFJXBfLGmiFG4JZ3 { width:10.6875rem;height:3.75rem;top:4.3125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUR5OVpGizehytTedOL1gmuThiRXZxxe { width:20rem;height:1.62435rem;top:10.0625rem;left:0rem;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #hUD5csZFTsXdaQuCCsI86iAz5xmUoVK6 { width:20rem;height:1.625rem;top:12.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }