.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,229,242;--color-primary-1:146,168,213;--color-primary-2:37,80,170;--color-primary-3:19,40,85;--color-primary-4:6,12,26;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--color-tertiary-2:31,31,31;--color-tertiary-3:16,16,16;--color-tertiary-4:3,3,3;--headlines-font-family:"Inter Light";--paragraphs-font-family:"Inter Light"; }@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:url("https://images.assets-landingi.com/uc/6fd8e2be-210a-4b29-8c59-ba33103048d7/bgbody.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row .container { background-color: transparent; background-image: none; }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row .container > .video-iframe-container { display: none; }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row > .video-iframe-container { display: none; }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .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); }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row .container { border-width: 0; border-radius: 0; }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#N6xEDueUXqUQHFFPgPRfEzPbVmUTRBHw { box-sizing:content-box;height:3.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lE4gsxGlDFNZ9KavtLv8VkEwuaex72oi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.25rem;top:2.25rem;left:1.875rem;overflow:hidden;display:block; }
#pGF1CSR6D0GGPl0anixoM9Kh3XkdJqG1 { box-sizing:content-box;height:1rem;width:4rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #1ec7b8;border-left:0.0625rem solid #1ec7b8;border-right:0.0625rem solid #1ec7b8;border-bottom:0.0625rem solid #1ec7b8;top:2.1875rem;left:8.75rem;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; }
#TVzuA0Wu4zlVEIpOTyPRvAGfuwt6PEl9 { color:#1ec7b8;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:8.9375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERDSB9li3lM2F3zzuSlxZJ9TJX2ld8gd { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:44.75rem;display:block; }
#vuNsTmXFkl9aFXU9KV9VHzgSnXTAEyS3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3nV66UvFQJai1VKCCpKBuWF3mRr29pE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:51.4375rem;display:block; }
#zMEZZk3J5ktduA6eynTUp8WFti6Cd2qS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tA5zXZBm0613cvRhHTiFD0D0ETpkOBbH { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:56.625rem;display:block; }
#TqCLyzDknvcsNqC69ar68B6tHeBOoiTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaJdfq87tirNSZoV7Lxawa2sL1dh4qDy { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:65.5rem;display:block; }
#RzJ8K36zSkules7kJHKG0oa9Hdl1AKDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#cb4TCsKZ9TxglebewadZVbNxgwtHB1bM { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tKXfIs9vhxq1GIIc6Wr39kF63SJuEX61 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.75rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RUcs7SFqAengZSCTROEgTUV0N91xWeXl { color:rgba(var(--color-tertiary-2),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8125rem;left:2.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tzMnxhf2DXMKpbaKSZhbEOyKztGwipTV { position:absolute;display:block;z-index:15024;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:2rem;width:2rem;top:10.125rem;left:0rem;overflow:hidden;display:block; }
#HcOPHExouebbHOdlDi7MDti0tRoPtWRw { position:absolute;display:block;z-index:15025;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:12.4375rem;width:25.1875rem;top:9.8125rem;left:49.8125rem;overflow:hidden;display:block; }
#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { position:relative;display:block; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { background-color: transparent; background-image: none; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container > .video-iframe-container { display: none; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row > .video-iframe-container { display: none; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .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); }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { border-width: 0; border-radius: 0; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wxUhPwmkV0fF9gUaDc89Mrvfkbxztuqv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eTTF0OPpU8hE76XefEToCaNkQ2I235EH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 { position:relative;display:block; }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 { background-color: transparent; background-image: none; }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .row .container > .video-iframe-container { display: none; }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .row > .video-iframe-container { display: none; }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .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); }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 { border-width: 0; border-radius: 0; }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .row .container { border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#AkG1HuSqFrNpKBTiqoUXnnfCMANHTLfT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.75rem;width:16.25rem;top:1.5625rem;left:1.5625rem;overflow:hidden;display:block; }
#lTCd4rtnepJ3mx2bHCJ4xwNNzX3Ti1Zi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:5.625rem;top:2.125rem;left:19.6875rem;overflow:hidden;display:block; }
#XdfziyKnileaPouMnaRSz5F7lRdyiFTx { position:absolute;display:block;z-index:15002;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:1rem;width:5.3125rem;top:2.125rem;left:26.125rem;overflow:hidden;display:block; }
#JDTftwOpFxXQZJJgXheWeZQFDUaQLsAX { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:19.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#Q1pnFryooyfMpf8XySz5fyk78tlLDclr { color:rgba(var(--color-tertiary-4),0.6);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.3125rem;left:19.6875rem;height:2.625rem;font-style:normal;display:block; }
#lxhz7ynV5E4fviCn4Re0AShombbld8ay { color:rgba(var(--color-tertiary-4),0.8);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.75rem;left:19.6875rem;height:2.9375rem;font-style:normal;display:block; }#lxhz7ynV5E4fviCn4Re0AShombbld8ay li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lxhz7ynV5E4fviCn4Re0AShombbld8ay li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2b9e6c22665148dd9e7d44aa68b705d226f2e6b.svg); }
#HVldTiwPCqJRpAVTw9h6JlkC8rnCiw7f { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.4375rem;left:19.6875rem; }
#ncmRNQbtWpDaaqUbxc5lqXRtXNefrRXk { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.4375rem;left:31.1875rem; }
#eucJlTHhd9IbbJvVptBk33S4JDgZrJh1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.25rem;left:21.1875rem;height:1.3125rem;font-style:normal;display:block; }
#cp9wo4132g4w4Ma23k5Emvtw8V1Lybf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.25rem;left:32.6875rem;height:1.3125rem;font-style:normal;display:block; }
#zO74qGJVdyiwWxSVeKsAL4yKpAyNpa3h { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.6875rem;left:53.625rem;display:block; }
#E14OrHaTFV0ryNdtn5cJ4glzs7oyRxCn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-form-header {  }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),0.8);width:10rem;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;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-text { 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:rgba(var(--color-tertiary-2),0.05);background-image:none;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;width:10rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-textarea { 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:rgba(var(--color-tertiary-2),0.05);background-image:none;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;width:10rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-2),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:10rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc .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; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:10rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),0.4);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),0.4);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),0.4);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),0.4);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .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.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:8.8125rem;overflow:hidden;font-style:normal;float:none; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .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; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-container:first-of-type{padding-top:0;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-container:last-of-type{padding-bottom:0;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:10rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:12.125rem;left:61.875rem; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:10rem;display:block;vertical-align:top; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc {display:block;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:10rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:12.125rem;left:61.875rem; }
#mVl6wyl1hT4kKBOiqQg2k0OHVQTqtMNE { position:relative;display:block; }
#lI2db3cB8tIr9GF3TUdMk8wwbUeU74lb { position:relative;display:block; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc #MQ9i8cT63nSDOEKwFz8KiRpmT2RKODhs { position:relative; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc #Rg9WOXosZZoW4VG3Ctgfiu3V6lbzTosz { position:relative; }
#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC { position:relative;display:block; }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC { background-color: transparent; background-image: none; }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .row .container > .video-iframe-container { display: none; }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .row > .video-iframe-container { display: none; }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .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); }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC { border-width: 0; border-radius: 0; }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT { position:relative;display:block; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT { background-color: transparent; background-image: none; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .row .container > .video-iframe-container { display: none; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .row > .video-iframe-container { display: none; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .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); }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT { border-width: 0; border-radius: 0; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .row .container { border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#eaVE7LMItAR8AhHAF0TaSRiohWGEqkw8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.75rem;width:16.25rem;top:1.5625rem;left:1.5625rem;overflow:hidden;display:block; }
#gvHTxC0xICMpPOss0y7t70QA8KWKVBGQ { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:19.6875rem;height:;font-style:normal;display:block; }
#Cs2RM0ksLFBmLUmg3b6cDT9exIaFDitT { color:rgba(var(--color-tertiary-4),0.6);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.3125rem;left:19.6875rem;height:;font-style:normal;display:block; }
#Duq7eL6VglGkOrE6Cq1hId166v8wDz4D { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.4375rem;left:19.6875rem; }
#b3bfMTb7KBVwD865aWgpoLRpQqbXXS9d { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.4375rem;left:31.1875rem; }
#mb6hDDdxbqVUKyA5S73UvCOvTyTZnnoI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.25rem;left:21.1875rem;height:1.3125rem;font-style:normal;display:block; }
#cq6IyFMDNxuihzi0RgicOnWuz2CoE9mt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.25rem;left:32.6875rem;height:1.3125rem;font-style:normal;display:block; }
#Oz7g2C14xke3rIrWMcCTIGhUiuvDVDTO { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.6875rem;left:53.5625rem;display:block; }
#cvLoStTJSxsyOLnUpogu73eJDmKEHhQw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVWcKQTGQ2bDmC1ZztZZfS8Sw4IKfSos { position:absolute;display:block;z-index:15006;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:1rem;width:6.25rem;top:2.125rem;left:19.6875rem;overflow:hidden;display:block; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-form-header {  }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),0.8);width:10rem;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;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-text { 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:rgba(var(--color-tertiary-2),0.05);background-image:none;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;width:10rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-text {padding-top: 0; padding-bottom: 0;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-textarea { 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:rgba(var(--color-tertiary-2),0.05);background-image:none;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;width:10rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-2),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:10rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-select {padding-top: 0; padding-bottom: 0;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .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; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:10rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),0.4);font-family:var(--paragraphs-font-family);font-size:1rem; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),0.4);font-family:var(--paragraphs-font-family);font-size:1rem; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),0.4);font-family:var(--paragraphs-font-family);font-size:1rem; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),0.4);font-family:var(--paragraphs-font-family);font-size:1rem; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .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.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:8.8125rem;overflow:hidden;font-style:normal;float:none; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .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; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-container:first-of-type{padding-top:0;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-container:last-of-type{padding-bottom:0;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:10rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:12.125rem;left:61.875rem; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:10rem;display:block;vertical-align:top; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC {display:block;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:10rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:12.125rem;left:61.875rem; }
#l7MD1sJbAQsD237cDwmJRIylvF9RWoKh { position:relative;display:block; }
#uch9TuAykyJKs4LEdb5dlCf1Ac3cmFaU { position:relative;display:block; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC #UEOhyQJhnTKVUE1c0Uc2xpsRE4a0m6Cd { position:relative; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC #HuBekvXeLO8PJPBnHvBlcpNKZFEIeZ0c { position:relative; }
#cZJbWftN59H0moIETSy76dq2wPX05aLt { position:relative;display:block; }#cZJbWftN59H0moIETSy76dq2wPX05aLt { background-color: transparent; background-image: none; }#cZJbWftN59H0moIETSy76dq2wPX05aLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .row .container > .video-iframe-container { display: none; }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .row > .video-iframe-container { display: none; }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .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); }#cZJbWftN59H0moIETSy76dq2wPX05aLt { border-width: 0; border-radius: 0; }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f { position:relative;display:block; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f { background-color: transparent; background-image: none; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .row .container > .video-iframe-container { display: none; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .row > .video-iframe-container { display: none; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .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); }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f { border-width: 0; border-radius: 0; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V0hJiuJRIdPg8zdeTNLtdcTLa2D2wTyi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V3lB28hmh6KUUn2um2u2uZ2Th3WRm1go { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq { position:relative;display:block; }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq { background-color: transparent; background-image: none; }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .row .container > .video-iframe-container { display: none; }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .row > .video-iframe-container { display: none; }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .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); }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq { border-width: 0; border-radius: 0; }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .row .container { border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#ugfbppgynztcXEP0nWyxdXaPsiwnF4bp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#cel3dlnsvJxwLA9Cco3hpaBM5qReSOGc { color:rgba(var(--color-tertiary-4),0.6);display:block;width:71.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:5.3125rem;left:1.5625rem;height:1.3999rem;font-style:normal;display:block; }
#dLQl2GgRM8RoawT6T3166L7pGb91gXBJ { box-sizing:content-box;height:1.25rem;width:5.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:15.875rem;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; }
#oJZU1bopurDNOv26VZxPkrmyKh95BQKv { color:#5d92ff;display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m76P01nsb6dplI18hMtWP5ZkBtWamWI2 { box-sizing:content-box;height:0.375rem;width:71.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.125rem;left:1.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OWG3Hn05R9gqzhVGAayzT5w5ykmlH73y { box-sizing:content-box;height:0.375rem;width:62.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.125rem;left:1.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MAnzg5a6eqA4D74ic9wS4uKHLtIh7ZDG { color:rgba(var(--color-secondary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.7998046875rem;left:65rem;height:1.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LyVx5pJeydobybsunrV8v8sktsXWNGOg { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:5.3125rem;top:1.9560546875rem;left:9.9375rem;overflow:hidden;display:block; }
#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH { position:relative;display:block; }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH { background-color: transparent; background-image: none; }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .row .container > .video-iframe-container { display: none; }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .row > .video-iframe-container { display: none; }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .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); }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH { border-width: 0; border-radius: 0; }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf { position:relative;display:block; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf { background-color: transparent; background-image: none; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .row .container > .video-iframe-container { display: none; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .row > .video-iframe-container { display: none; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .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); }#Lesug7PgIliALDbmPvbhlmCt2613QSZf { border-width: 0; border-radius: 0; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .row .container { border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#VzyrlI5OR1WvV4JUZbFEHXz34WKOaI0h { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#GVhpXgMylSHfX24VZHxxDZOw4sTI0IyW { color:rgba(var(--color-tertiary-4),0.6);display:block;width:71.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.1875rem;left:1.5625rem;height:1.3125rem;font-style:normal;display:block; }
#g3ZLlTnTwDmHMThEgZbaCSpfVxHMOQKJ { box-sizing:content-box;height:1.25rem;width:5.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:20.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; }
#AwsDKh8zLuJCbodT5SprmTbpBJ0f5qek { color:#5d92ff;display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:20.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIIahgfK6Xi3WbKn4IWPP9EhCf1ZsL8f { box-sizing:content-box;height:0.375rem;width:71.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.125rem;left:1.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#np0cTe7uy3PEmR8aAPXQ6LxCXupFTT1J { box-sizing:content-box;height:0.375rem;width:56.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.125rem;left:1.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#e4PgyJekv9R2NtAad26QT8MZb7dvgARy { color:rgba(var(--color-secondary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.7998046875rem;left:65rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CJLVWecTpySoio0iuaqOrI3Dq8UGmidi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.75rem;left:68.25rem;display:block; }
#IWaXnTezbifkwJFAOefHg3SP4PRLCinX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EADTPClEydSZ02zTRw4KPc3IK3qHv7eP { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.75rem;left:58.6875rem;display:block; }
#OHgQ0d2IFRLs0EEyTpiR0S07xAJ5fVNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO { position:relative;display:block; }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO { background-color: transparent; background-image: none; }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .row .container > .video-iframe-container { display: none; }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .row > .video-iframe-container { display: none; }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .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); }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO { border-width: 0; border-radius: 0; }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck { position:relative;display:block; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck { background-color: transparent; background-image: none; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .row .container > .video-iframe-container { display: none; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .row > .video-iframe-container { display: none; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .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); }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck { border-width: 0; border-radius: 0; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .row .container { border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#mXoOZ5SRmisFEcAQHABoimyQAcLIRJsF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#RiaKITfeUpoMonOISlq9WAnDVTSw5ovF { color:rgba(var(--color-tertiary-4),0.6);display:block;width:71.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:4.162109375rem;left:1.5625rem;height:2.79980625rem;font-style:normal;display:block; }
#NkhQwcuqEx5XqMm93xnabRXNFJhciOpP { box-sizing:content-box;height:1.25rem;width:3.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,176,0,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:19.25rem;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; }
#TkpNdv7h72B4LnGg4W2QUOni0fIt0D4b { color:#ffb000;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:19.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLrEtVIEIFMwFd6WPtIoeV8kSrFlqOKL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:7.75rem;left:64.75rem;display:block; }
#qdVbyRHfeD6xZtT6ooFQGatfrd0dzh8g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wi4o9z8rTIsDCrtvPTaQ6rcCGupg0kl6 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.75rem;left:55.25rem;display:block; }
#Xo0rRxTwebHsiT9w6MbJ5exkOVpbduci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu { position:relative;display:block; }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu { background-color: transparent; background-image: none; }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .row .container > .video-iframe-container { display: none; }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .row > .video-iframe-container { display: none; }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .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); }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu { border-width: 0; border-radius: 0; }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD { position:relative;display:block; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD { background-color: transparent; background-image: none; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .row .container > .video-iframe-container { display: none; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .row > .video-iframe-container { display: none; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .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); }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD { border-width: 0; border-radius: 0; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .row .container { border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#kr4vuzPRQ4ZuJFPK91CfSo3QW6Qm0TEG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#GA9TyUkscTTwOTNQTI8ATy63CIIsLFOy { color:rgba(var(--color-tertiary-4),0.6);display:block;width:71.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:4.162109375rem;left:1.5625rem;height:1.3999rem;font-style:normal;display:block; }
#eNCPsLowuLsAyEb3MUFXzMGa9BfaqzaE { box-sizing:content-box;height:1.25rem;width:3.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,176,0,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:21.25rem;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; }
#d9Q51T9q4awTtRyZR72F3TmPQ01mHc9b { color:#ffb000;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:21.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyUUEWCLLNbq3wFRy6IDKPrc3TArK6bw { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:7.75rem;left:64.75rem;display:block; }
#DTgduGZqKxIzwNCVHLc4KASthImlLKLt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SaPLTyvNRu3BQyyNwbIvKWd0FdL9mRZp { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.75rem;left:55.25rem;display:block; }
#po3AqBx1EAX0nqoZVhlyrkJRSyQugTnr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsJQpckahMZQuKI3Lns6V8F95lRvdTuT { position:absolute;display:block;z-index:15004;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:1rem;width:5.3125rem;top:2rem;left:15.3125rem;overflow:hidden;display:block; }
#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p { position:relative;display:block; }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p { background-color: transparent; background-image: none; }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .row .container > .video-iframe-container { display: none; }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .row > .video-iframe-container { display: none; }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .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); }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p { border-width: 0; border-radius: 0; }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi { position:relative;display:block; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi { background-color: transparent; background-image: none; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .row .container > .video-iframe-container { display: none; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .row > .video-iframe-container { display: none; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .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); }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi { border-width: 0; border-radius: 0; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .row .container { border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#yidVq85uuD5FcXkCmvc3eKalEBkScqFy { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#TKqCrGaWSMwdrOuH1pSdmbLZn1ziQXC8 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:71.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:4.162109375rem;left:1.5625rem;height:2.79980625rem;font-style:normal;display:block; }
#TBsaiZ3HtsTnKAkmXwqDccS57API23eo { box-sizing:content-box;height:1.25rem;width:4.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),0.6);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:15.625rem;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; }
#qCThXvCERzqkSyNBMgKyDyMcMDz2S8JF { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:15.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQPinh856lTrHtePkBV9ibuuv7i5JMOp { position:relative;display:block; }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp { background-color: transparent; background-image: none; }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .row .container > .video-iframe-container { display: none; }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .row > .video-iframe-container { display: none; }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .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); }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp { border-width: 0; border-radius: 0; }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { position:relative;display:block; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { background-color: transparent; background-image: none; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container > .video-iframe-container { display: none; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row > .video-iframe-container { display: none; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .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); }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { border-width: 0; border-radius: 0; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD { position:relative;display:block; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD { background-color: transparent; background-image: none; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .row .container > .video-iframe-container { display: none; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .row > .video-iframe-container { display: none; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .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); }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD { border-width: 0; border-radius: 0; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qPvfo9re5TdOCx2rsrZBf99Q8UmNXQ9E { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zto3d03A3i44D1inKoCf7aflTkczm93K { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC { position:relative;display:block; }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC { background-color: transparent; background-image: none; }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .row .container > .video-iframe-container { display: none; }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .row > .video-iframe-container { display: none; }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .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); }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC { border-width: 0; border-radius: 0; }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KFk2vRBqxtWVefVmgnTJ7ldVnTyelXCB { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qU6OI1TOirg4fHbXVGVHc8pwHopWzuPp { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.5625rem;left:1.5625rem;overflow:hidden;display:block; }
#sbcVgzDeDcHd7ZBaTf8N9nFAuwDqfSlr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#FtO3ntbDfGHdrSF2qB9FmbyyJI6llp9D { color:rgba(var(--color-tertiary-4),0.8);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:4.3125rem;left:1.625rem;height:2.79980625rem;font-style:normal;display:block; }
#w4Zzaa0zXbZHqcT16LtGt5IIgzw8G32M { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.7607421875rem;left:1.5625rem;display:block; }
#ugXxoi8TwoCDDt60GJx4B8I6BWayxMwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQQ9Ctb9wT1sK1VHMkrGqq0TnlZDVDgb { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:0rem;left:25.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#X4Hk4ynUqvpmvPQOA0AlFTnMrutUF7E8 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.3125rem;left:26.9375rem;height:2.79980625rem;font-style:normal;display:block; }
#AquzP4fc7Oh8HwCPN1MXqRFcbbSGNi3a { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:9.75rem;left:26.875rem;display:block; }
#EryHNWlq38JA5qgctnno87uOLg5bGnd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwsbFWF22KdTNEqviJlvdld7BDs27QEt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.625rem;left:29.75rem;height:1.7871125rem;font-style:normal;display:block; }
#hP9sA2Pm9Zn8iqE1lrNhKzCc7BDk3H4s { position:absolute;display:block;z-index:15006;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:2rem;width:2rem;top:1.5625rem;left:26.875rem;overflow:hidden;display:block; }
#e3Jt8ASykg9mSgslfMp9TAR76w997QdT { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:0rem;left:50.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CAwm95v6HsRpymAk1NOSiavitufdKNfy { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.75rem;left:52.0625rem;display:block; }
#AqJDxaTLIgNLyAwnevHXGBtfAKHsuJFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ybWRQKgBkQAXBqzRQf1nmpLnEzFuD8vv { color:rgba(var(--color-tertiary-4),0.8);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:4.3125rem;left:52.125rem;height:;font-style:normal;display:block; }
#MifgZrEMtJhQdKlKpfT1803qfvxFaNUB { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.5625rem;left:52.0625rem;overflow:hidden;display:block; }
#dFagxJy2wX7ZtSzG7BiKyeMf9BT8FUW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.625rem;left:54.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox { position:relative;display:block; }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox { background-color: transparent; background-image: none; }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .row .container > .video-iframe-container { display: none; }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .row > .video-iframe-container { display: none; }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .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); }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox { border-width: 0; border-radius: 0; }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbGrGMr740I71gMcZG3UTs2wZmVZ04K5 { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#p3a3AHbqVvqlODHoId61oTt612mgyeCF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.5625rem;left:1.5625rem;overflow:hidden;display:block; }
#zGL1qSwGo8f9RzVhJneTsXtp7BxXE0T3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#fRcEPX8ZTUV63Ngew9DgHQFqcXGrFb4S { color:rgba(var(--color-tertiary-4),0.8);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:4.3125rem;left:1.625rem;height:;font-style:normal;display:block; }
#z2bDIKAaEuTcDd4Ba7BAtWXtNQUxcBqJ { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.7607421875rem;left:1.5625rem;display:block; }
#KmeEstN66smvXJ7zRiDabNpIZaJLJmHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7ybC3ywq2x5rpeGhWhTup9lWOsmaI4q { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:0rem;left:25.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#q4OSQiTvG6tKBxLJF3c7z7ghHTQNuxPo { color:rgba(var(--color-tertiary-4),0.8);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.3125rem;left:26.9375rem;height:4.19970625rem;font-style:normal;display:block; }
#EpHMth6VedUMhNItnKNMOwGz9rnL2Wo0 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:9.75rem;left:26.875rem;display:block; }
#IegxWNiXGC2xegUr9uEn0aGJoJVQuFz0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5ciZtc0hNrT6RbE5wTUWTVD7BdbMNRH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.625rem;left:26.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { position:relative;display:block; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { background-color: transparent; background-image: none; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container > .video-iframe-container { display: none; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row > .video-iframe-container { display: none; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .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); }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { border-width: 0; border-radius: 0; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF { position:relative;display:block; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF { background-color: transparent; background-image: none; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .row .container > .video-iframe-container { display: none; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .row > .video-iframe-container { display: none; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .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); }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF { border-width: 0; border-radius: 0; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IUgNh5nkzzQlQLrdTqPE6EqmIe7RPXV8 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDomxmo88n5dDM7cMoW0I3HVWvVK1uTl { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uZAJlXSPTdJaiVsszrwJn9PiahzZRdsn { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.375rem;width:27.3125rem;top:0rem;left:47.6875rem;overflow:hidden;display:block; }
#dTV9WQ5az475toX1DOmZLXAPRvmboTFJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.3125rem;left:0rem;display:block; }
#ppqJoCOBeR5gBbTRppRG5XeqWS3X0CyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm { display:block; }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6xEDueUXqUQHFFPgPRfEzPbVmUTRBHw { width:47.75rem;height:3.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE4gsxGlDFNZ9KavtLv8VkEwuaex72oi { width:6.25rem;height:1rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGF1CSR6D0GGPl0anixoM9Kh3XkdJqG1 { width:4rem;height:1rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVzuA0Wu4zlVEIpOTyPRvAGfuwt6PEl9 { width:3.75rem;height:0.8125rem;top:2.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERDSB9li3lM2F3zzuSlxZJ9TJX2ld8gd { width:6.6875rem;height:2rem;top:1.6875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuNsTmXFkl9aFXU9KV9VHzgSnXTAEyS3 { display:block; }
 }@media only screen and (max-width: 763px) { #o3nV66UvFQJai1VKCCpKBuWF3mRr29pE { width:5.1875rem;height:2rem;top:1.6875rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMEZZk3J5ktduA6eynTUp8WFti6Cd2qS { display:block; }
 }@media only screen and (max-width: 763px) { #tA5zXZBm0613cvRhHTiFD0D0ETpkOBbH { width:7.625rem;height:2rem;top:1.6875rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqCLyzDknvcsNqC69ar68B6tHeBOoiTy { display:block; }
 }@media only screen and (max-width: 763px) { #uaJdfq87tirNSZoV7Lxawa2sL1dh4qDy { width:7.625rem;height:2rem;top:1.6875rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJ8K36zSkules7kJHKG0oa9Hdl1AKDi { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb4TCsKZ9TxglebewadZVbNxgwtHB1bM { width:37.375rem;height:4.25rem;top:12.375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKXfIs9vhxq1GIIc6Wr39kF63SJuEX61 { width:38.625rem;height:3.375rem;top:17.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUcs7SFqAengZSCTROEgTUV0N91xWeXl { width:41.125rem;height:;top:9.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzMnxhf2DXMKpbaKSZhbEOyKztGwipTV { width:2rem;height:2rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOPHExouebbHOdlDi7MDti0tRoPtWRw { width:25.1875rem;height:12.4375rem;top:9.8125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { display:block; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxUhPwmkV0fF9gUaDc89Mrvfkbxztuqv { width:47.75rem;height:;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTF0OPpU8hE76XefEToCaNkQ2I235EH { width:47.75rem;height:;top:3.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 { display:block; }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkG1HuSqFrNpKBTiqoUXnnfCMANHTLfT { width:16.25rem;height:14.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTCd4rtnepJ3mx2bHCJ4xwNNzX3Ti1Zi { width:5.625rem;height:0.875rem;top:2.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfziyKnileaPouMnaRSz5F7lRdyiFTx { width:5.3125rem;height:1rem;top:2.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTftwOpFxXQZJJgXheWeZQFDUaQLsAX { width:47.75rem;height:1.75rem;top:3.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pnFryooyfMpf8XySz5fyk78tlLDclr { width:47.75rem;height:2.625rem;top:6.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhz7ynV5E4fviCn4Re0AShombbld8ay { width:47.75rem;height:2.9375rem;top:9.75rem;left:0rem;font-size:0.875rem;display:block; }#lxhz7ynV5E4fviCn4Re0AShombbld8ay li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2b9e6c22665148dd9e7d44aa68b705d226f2e6b.svg); }
 }@media only screen and (max-width: 763px) { #HVldTiwPCqJRpAVTw9h6JlkC8rnCiw7f { width:0.875rem;height:0.875rem;top:14.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmRNQbtWpDaaqUbxc5lqXRtXNefrRXk { width:0.875rem;height:0.875rem;top:14.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eucJlTHhd9IbbJvVptBk33S4JDgZrJh1 { width:9.375rem;height:1.3125rem;top:14.25rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp9wo4132g4w4Ma23k5Emvtw8V1Lybf8 { width:9.375rem;height:1.3125rem;top:14.25rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO74qGJVdyiwWxSVeKsAL4yKpAyNpa3h { width:8.9375rem;height:2.375rem;top:13.6875rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E14OrHaTFV0ryNdtn5cJ4glzs7oyRxCn { display:block; }
 }@media only screen and (max-width: 763px) { #QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-regular-label { width:10rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-text { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-textarea { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-select { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-button { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-checkbox-label { width:8.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc  { width:10rem;height:auto;top:12.125rem;left:31.5rem; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .radio-container { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc {display:block;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc { width:10rem;height:auto;top:12.125rem;left:31.5rem; }
 }@media only screen and (max-width: 763px) { #mVl6wyl1hT4kKBOiqQg2k0OHVQTqtMNE { display:block; }
 }@media only screen and (max-width: 763px) { #lI2db3cB8tIr9GF3TUdMk8wwbUeU74lb { display:block; }
 }@media only screen and (max-width: 763px) { #QOOekXPWTQAxWCoc3VznistogLsTmDTc #MQ9i8cT63nSDOEKwFz8KiRpmT2RKODhs {  }
 }@media only screen and (max-width: 763px) { #QOOekXPWTQAxWCoc3VznistogLsTmDTc #Rg9WOXosZZoW4VG3Ctgfiu3V6lbzTosz {  }
 }@media only screen and (max-width: 763px) { #ekiFGfRUnyXA6OorckILEFNkAdgZfNNC { display:block; }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT { display:block; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaVE7LMItAR8AhHAF0TaSRiohWGEqkw8 { width:16.25rem;height:14.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvHTxC0xICMpPOss0y7t70QA8KWKVBGQ { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs2RM0ksLFBmLUmg3b6cDT9exIaFDitT { width:47.75rem;height:;top:6.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duq7eL6VglGkOrE6Cq1hId166v8wDz4D { width:0.875rem;height:0.875rem;top:14.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3bfMTb7KBVwD865aWgpoLRpQqbXXS9d { width:0.875rem;height:0.875rem;top:14.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb6hDDdxbqVUKyA5S73UvCOvTyTZnnoI { width:9.375rem;height:1.3125rem;top:14.25rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq6IyFMDNxuihzi0RgicOnWuz2CoE9mt { width:9.375rem;height:1.3125rem;top:14.25rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7g2C14xke3rIrWMcCTIGhUiuvDVDTO { width:8.9375rem;height:2.375rem;top:13.6875rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvLoStTJSxsyOLnUpogu73eJDmKEHhQw { display:block; }
 }@media only screen and (max-width: 763px) { #eVWcKQTGQ2bDmC1ZztZZfS8Sw4IKfSos { width:6.25rem;height:1rem;top:2.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-regular-label { width:10rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-text { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-text {padding-top: 0; padding-bottom: 0;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-textarea { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-select { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-select {padding-top: 0; padding-bottom: 0;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-button { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-checkbox-label { width:8.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC  { width:10rem;height:auto;top:12.125rem;left:31.5rem; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .radio-container { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC {display:block;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC { width:10rem;height:auto;top:12.125rem;left:31.5rem; }
 }@media only screen and (max-width: 763px) { #l7MD1sJbAQsD237cDwmJRIylvF9RWoKh { display:block; }
 }@media only screen and (max-width: 763px) { #uch9TuAykyJKs4LEdb5dlCf1Ac3cmFaU { display:block; }
 }@media only screen and (max-width: 763px) { #aT4lag5VtsBXmtW8RIqLTfwzgaB349CC #UEOhyQJhnTKVUE1c0Uc2xpsRE4a0m6Cd {  }
 }@media only screen and (max-width: 763px) { #aT4lag5VtsBXmtW8RIqLTfwzgaB349CC #HuBekvXeLO8PJPBnHvBlcpNKZFEIeZ0c {  }
 }@media only screen and (max-width: 763px) { #cZJbWftN59H0moIETSy76dq2wPX05aLt { display:block; }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f { display:block; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0hJiuJRIdPg8zdeTNLtdcTLa2D2wTyi { width:47.75rem;height:;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3lB28hmh6KUUn2um2u2uZ2Th3WRm1go { width:47.75rem;height:;top:3.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq { display:block; }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugfbppgynztcXEP0nWyxdXaPsiwnF4bp { width:8.375rem;height:1.8125rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cel3dlnsvJxwLA9Cco3hpaBM5qReSOGc { width:47.75rem;height:2.75rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLQl2GgRM8RoawT6T3166L7pGb91gXBJ { width:5.1875rem;height:1.25rem;top:1.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJZU1bopurDNOv26VZxPkrmyKh95BQKv { width:4.5625rem;height:0.9375rem;top:1.9375rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m76P01nsb6dplI18hMtWP5ZkBtWamWI2 { width:47.75rem;height:0.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWG3Hn05R9gqzhVGAayzT5w5ykmlH73y { width:47.75rem;height:0.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAnzg5a6eqA4D74ic9wS4uKHLtIh7ZDG { width:8.5rem;height:1.3125rem;top:1.75rem;left:39.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyVx5pJeydobybsunrV8v8sktsXWNGOg { width:5.3125rem;height:1rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH { display:block; }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lesug7PgIliALDbmPvbhlmCt2613QSZf { display:block; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzyrlI5OR1WvV4JUZbFEHXz34WKOaI0h { width:18.8125rem;height:1.8125rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVhpXgMylSHfX24VZHxxDZOw4sTI0IyW { width:47.75rem;height:;top:5.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3ZLlTnTwDmHMThEgZbaCSpfVxHMOQKJ { width:5.1875rem;height:1.25rem;top:1.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwsDKh8zLuJCbodT5SprmTbpBJ0f5qek { width:4.5625rem;height:0.9375rem;top:1.9375rem;left:7.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIIahgfK6Xi3WbKn4IWPP9EhCf1ZsL8f { width:47.75rem;height:0.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #np0cTe7uy3PEmR8aAPXQ6LxCXupFTT1J { width:47.75rem;height:0.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4PgyJekv9R2NtAad26QT8MZb7dvgARy { width:8.5rem;height:;top:1.75rem;left:39.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJLVWecTpySoio0iuaqOrI3Dq8UGmidi { width:5.3125rem;height:2.375rem;top:7.75rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWaXnTezbifkwJFAOefHg3SP4PRLCinX { display:block; }
 }@media only screen and (max-width: 763px) { #EADTPClEydSZ02zTRw4KPc3IK3qHv7eP { width:8.9375rem;height:2.375rem;top:7.75rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgQ0d2IFRLs0EEyTpiR0S07xAJ5fVNw { display:block; }
 }@media only screen and (max-width: 763px) { #KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO { display:block; }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck { display:block; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXoOZ5SRmisFEcAQHABoimyQAcLIRJsF { width:17.6875rem;height:1.8125rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiaKITfeUpoMonOISlq9WAnDVTSw5ovF { width:47.75rem;height:;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkhQwcuqEx5XqMm93xnabRXNFJhciOpP { width:3.875rem;height:1.25rem;top:1.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpNdv7h72B4LnGg4W2QUOni0fIt0D4b { width:3.125rem;height:1rem;top:1.9375rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLrEtVIEIFMwFd6WPtIoeV8kSrFlqOKL { width:8.75rem;height:2.375rem;top:7.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdVbyRHfeD6xZtT6ooFQGatfrd0dzh8g { display:block; }
 }@media only screen and (max-width: 763px) { #Wi4o9z8rTIsDCrtvPTaQ6rcCGupg0kl6 { width:8.9375rem;height:2.375rem;top:7.75rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0rRxTwebHsiT9w6MbJ5exkOVpbduci { display:block; }
 }@media only screen and (max-width: 763px) { #QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu { display:block; }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD { display:block; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kr4vuzPRQ4ZuJFPK91CfSo3QW6Qm0TEG { width:13.75rem;height:1.8125rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA9TyUkscTTwOTNQTI8ATy63CIIsLFOy { width:47.75rem;height:;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNCPsLowuLsAyEb3MUFXzMGa9BfaqzaE { width:3.875rem;height:1.25rem;top:1.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Q51T9q4awTtRyZR72F3TmPQ01mHc9b { width:3.125rem;height:0.9375rem;top:1.9375rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyUUEWCLLNbq3wFRy6IDKPrc3TArK6bw { width:8.75rem;height:2.375rem;top:7.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgduGZqKxIzwNCVHLc4KASthImlLKLt { display:block; }
 }@media only screen and (max-width: 763px) { #SaPLTyvNRu3BQyyNwbIvKWd0FdL9mRZp { width:8.9375rem;height:2.375rem;top:7.75rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3AqBx1EAX0nqoZVhlyrkJRSyQugTnr { display:block; }
 }@media only screen and (max-width: 763px) { #PsJQpckahMZQuKI3Lns6V8F95lRvdTuT { width:5.3125rem;height:1rem;top:2rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p { display:block; }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi { display:block; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yidVq85uuD5FcXkCmvc3eKalEBkScqFy { width:14.0625rem;height:1.8125rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKqCrGaWSMwdrOuH1pSdmbLZn1ziQXC8 { width:47.75rem;height:2.75rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsaiZ3HtsTnKAkmXwqDccS57API23eo { width:4.5625rem;height:1.25rem;top:1.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCThXvCERzqkSyNBMgKyDyMcMDz2S8JF { width:4.0625rem;height:0.9375rem;top:1.9375rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQPinh856lTrHtePkBV9ibuuv7i5JMOp { display:block; }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { display:block; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD { display:block; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPvfo9re5TdOCx2rsrZBf99Q8UmNXQ9E { width:47.75rem;height:;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zto3d03A3i44D1inKoCf7aflTkczm93K { width:47.75rem;height:;top:3.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC { display:block; }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFk2vRBqxtWVefVmgnTJ7ldVnTyelXCB { width:24.375rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU6OI1TOirg4fHbXVGVHc8pwHopWzuPp { width:2rem;height:2rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbcVgzDeDcHd7ZBaTf8N9nFAuwDqfSlr { width:18.4375rem;height:;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtO3ntbDfGHdrSF2qB9FmbyyJI6llp9D { width:21.25rem;height:4.1875rem;top:4.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4Zzaa0zXbZHqcT16LtGt5IIgzw8G32M { width:8.9375rem;height:2.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXxoi8TwoCDDt60GJx4B8I6BWayxMwJ { display:block; }
 }@media only screen and (max-width: 763px) { #fQQ9Ctb9wT1sK1VHMkrGqq0TnlZDVDgb { width:24.375rem;height:13.75rem;top:0rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Hk4ynUqvpmvPQOA0AlFTnMrutUF7E8 { width:21.25rem;height:;top:4.3125rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AquzP4fc7Oh8HwCPN1MXqRFcbbSGNi3a { width:8.9375rem;height:2.375rem;top:9.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EryHNWlq38JA5qgctnno87uOLg5bGnd2 { display:block; }
 }@media only screen and (max-width: 763px) { #XwsbFWF22KdTNEqviJlvdld7BDs27QEt { width:18.4375rem;height:;top:1.625rem;left:13.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP9sA2Pm9Zn8iqE1lrNhKzCc7BDk3H4s { width:2rem;height:2rem;top:1.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Jt8ASykg9mSgslfMp9TAR76w997QdT { width:24.375rem;height:13.75rem;top:0rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAwm95v6HsRpymAk1NOSiavitufdKNfy { width:8.9375rem;height:2.375rem;top:9.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJDxaTLIgNLyAwnevHXGBtfAKHsuJFb { display:block; }
 }@media only screen and (max-width: 763px) { #ybWRQKgBkQAXBqzRQf1nmpLnEzFuD8vv { width:21.25rem;height:;top:4.3125rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MifgZrEMtJhQdKlKpfT1803qfvxFaNUB { width:2rem;height:2rem;top:1.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFagxJy2wX7ZtSzG7BiKyeMf9BT8FUW8 { width:18.4375rem;height:;top:1.625rem;left:29.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox { display:block; }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbGrGMr740I71gMcZG3UTs2wZmVZ04K5 { width:24.375rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3a3AHbqVvqlODHoId61oTt612mgyeCF { width:2rem;height:2rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGL1qSwGo8f9RzVhJneTsXtp7BxXE0T3 { width:18.4375rem;height:;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRcEPX8ZTUV63Ngew9DgHQFqcXGrFb4S { width:21.25rem;height:;top:4.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2bDIKAaEuTcDd4Ba7BAtWXtNQUxcBqJ { width:8.9375rem;height:2.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmeEstN66smvXJ7zRiDabNpIZaJLJmHt { display:block; }
 }@media only screen and (max-width: 763px) { #n7ybC3ywq2x5rpeGhWhTup9lWOsmaI4q { width:24.375rem;height:13.75rem;top:0rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4OSQiTvG6tKBxLJF3c7z7ghHTQNuxPo { width:21.25rem;height:;top:4.3125rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpHMth6VedUMhNItnKNMOwGz9rnL2Wo0 { width:8.9375rem;height:2.375rem;top:9.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IegxWNiXGC2xegUr9uEn0aGJoJVQuFz0 { display:block; }
 }@media only screen and (max-width: 763px) { #l5ciZtc0hNrT6RbE5wTUWTVD7BdbMNRH { width:18.4375rem;height:;top:1.625rem;left:13.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { display:block; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO1z6lyQhAbgs73K5givyg8zzyohcwGF { display:block; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUgNh5nkzzQlQLrdTqPE6EqmIe7RPXV8 { width:41.25rem;height:5.8125rem;top:2.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDomxmo88n5dDM7cMoW0I3HVWvVK1uTl { width:41.25rem;height:;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZAJlXSPTdJaiVsszrwJn9PiahzZRdsn { width:27.3125rem;height:19.375rem;top:0rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTV9WQ5az475toX1DOmZLXAPRvmboTFJ { width:9.3125rem;height:2.375rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppqJoCOBeR5gBbTRppRG5XeqWS3X0CyB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm { position:relative;z-index:auto;display:block; }#Jdg13ShEuOLIrrZqHXIrPwKeeppTUgCm > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6xEDueUXqUQHFFPgPRfEzPbVmUTRBHw { width:20rem;height:3.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE4gsxGlDFNZ9KavtLv8VkEwuaex72oi { width:6.25rem;height:1rem;top:2.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGF1CSR6D0GGPl0anixoM9Kh3XkdJqG1 { width:4rem;height:1rem;top:2.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVzuA0Wu4zlVEIpOTyPRvAGfuwt6PEl9 { width:3.75rem;height:0.8125rem;top:2.75rem;left:8.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERDSB9li3lM2F3zzuSlxZJ9TJX2ld8gd { width:6.6875rem;height:2rem;top:2.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuNsTmXFkl9aFXU9KV9VHzgSnXTAEyS3 { display:block; }
 }@media only screen and (max-width: 763px) { #o3nV66UvFQJai1VKCCpKBuWF3mRr29pE { width:5.1875rem;height:2rem;top:2.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMEZZk3J5ktduA6eynTUp8WFti6Cd2qS { display:block; }
 }@media only screen and (max-width: 763px) { #tA5zXZBm0613cvRhHTiFD0D0ETpkOBbH { width:7.625rem;height:2rem;top:2.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqCLyzDknvcsNqC69ar68B6tHeBOoiTy { display:block; }
 }@media only screen and (max-width: 763px) { #uaJdfq87tirNSZoV7Lxawa2sL1dh4qDy { width:7.625rem;height:2rem;top:2.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJ8K36zSkules7kJHKG0oa9Hdl1AKDi { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb4TCsKZ9TxglebewadZVbNxgwtHB1bM { width:20rem;height:2.5996125rem;top:8.3496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKXfIs9vhxq1GIIc6Wr39kF63SJuEX61 { width:20rem;height:5.0625rem;top:12.199225rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUcs7SFqAengZSCTROEgTUV0N91xWeXl { width:20rem;height:2.5996125rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzMnxhf2DXMKpbaKSZhbEOyKztGwipTV { width:2rem;height:2rem;top:1.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOPHExouebbHOdlDi7MDti0tRoPtWRw { width:20rem;height:9.8759305210918rem;top:18.511725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { display:block; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxUhPwmkV0fF9gUaDc89Mrvfkbxztuqv { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTF0OPpU8hE76XefEToCaNkQ2I235EH { width:20rem;height:4.38574375rem;top:7.69921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 { display:block; }#QTBqrUmOhQAcfAmC7US47fhD5E01SAu0 > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkG1HuSqFrNpKBTiqoUXnnfCMANHTLfT { width:16.25rem;height:14.75rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTCd4rtnepJ3mx2bHCJ4xwNNzX3Ti1Zi { width:5.625rem;height:0.875rem;top:17.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfziyKnileaPouMnaRSz5F7lRdyiFTx { width:5.3125rem;height:1rem;top:19.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTftwOpFxXQZJJgXheWeZQFDUaQLsAX { width:20rem;height:3.57421875rem;top:21.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pnFryooyfMpf8XySz5fyk78tlLDclr { width:20rem;height:5.25rem;top:26.44921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhz7ynV5E4fviCn4Re0AShombbld8ay { width:20rem;height:5.5625rem;top:32.94921875rem;left:0rem;font-size:0.875rem;display:block; }#lxhz7ynV5E4fviCn4Re0AShombbld8ay li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2b9e6c22665148dd9e7d44aa68b705d226f2e6b.svg); }
 }@media only screen and (max-width: 763px) { #HVldTiwPCqJRpAVTw9h6JlkC8rnCiw7f { display:flex;width:0.875rem;height:0.875rem;top:14.125rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #ncmRNQbtWpDaaqUbxc5lqXRtXNefrRXk { display:flex;width:0.875rem;height:0.875rem;top:42.32421875rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #eucJlTHhd9IbbJvVptBk33S4JDgZrJh1 { width:9.375rem;height:1.3125rem;top:39.76171875rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp9wo4132g4w4Ma23k5Emvtw8V1Lybf8 { width:9.375rem;height:1.3125rem;top:44.44921875rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO74qGJVdyiwWxSVeKsAL4yKpAyNpa3h { width:8.9375rem;height:2.375rem;top:47.01171875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E14OrHaTFV0ryNdtn5cJ4glzs7oyRxCn { display:block; }
 }@media only screen and (max-width: 763px) { #QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-regular-label { width:10rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-text { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-textarea { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-select { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-input-button { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .widget-checkbox-label { width:8.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc  { width:10rem;height:auto;top:50.63671875rem;left:3.75rem; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc .radio-container { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOOekXPWTQAxWCoc3VznistogLsTmDTc {display:block;}#QOOekXPWTQAxWCoc3VznistogLsTmDTc { width:10rem;height:auto;top:50.63671875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #mVl6wyl1hT4kKBOiqQg2k0OHVQTqtMNE { display:block; }
 }@media only screen and (max-width: 763px) { #lI2db3cB8tIr9GF3TUdMk8wwbUeU74lb { display:block; }
 }@media only screen and (max-width: 763px) { #QOOekXPWTQAxWCoc3VznistogLsTmDTc #MQ9i8cT63nSDOEKwFz8KiRpmT2RKODhs {  }
 }@media only screen and (max-width: 763px) { #QOOekXPWTQAxWCoc3VznistogLsTmDTc #Rg9WOXosZZoW4VG3Ctgfiu3V6lbzTosz {  }
 }@media only screen and (max-width: 763px) { #ekiFGfRUnyXA6OorckILEFNkAdgZfNNC { display:block; }#ekiFGfRUnyXA6OorckILEFNkAdgZfNNC > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT { display:block; }#kG0eeKtisCOIO2Qem9snc6tXXWdvGCUT > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaVE7LMItAR8AhHAF0TaSRiohWGEqkw8 { width:16.25rem;height:14.75rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvHTxC0xICMpPOss0y7t70QA8KWKVBGQ { width:20rem;height:3.57421875rem;top:19.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs2RM0ksLFBmLUmg3b6cDT9exIaFDitT { width:20rem;height:3.9375rem;top:24.32421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duq7eL6VglGkOrE6Cq1hId166v8wDz4D { display:flex;width:0.875rem;height:0.875rem;top:14.125rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #b3bfMTb7KBVwD865aWgpoLRpQqbXXS9d { display:flex;width:0.875rem;height:0.875rem;top:32.07421875rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #mb6hDDdxbqVUKyA5S73UvCOvTyTZnnoI { width:9.375rem;height:1.3125rem;top:29.51171875rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq6IyFMDNxuihzi0RgicOnWuz2CoE9mt { width:9.375rem;height:1.3125rem;top:34.19921875rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7g2C14xke3rIrWMcCTIGhUiuvDVDTO { width:8.9375rem;height:2.375rem;top:36.76171875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvLoStTJSxsyOLnUpogu73eJDmKEHhQw { display:block; }
 }@media only screen and (max-width: 763px) { #eVWcKQTGQ2bDmC1ZztZZfS8Sw4IKfSos { width:6.25rem;height:1rem;top:17.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-regular-label { width:10rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-text { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-text {padding-top: 0; padding-bottom: 0;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-textarea { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-select { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-select {padding-top: 0; padding-bottom: 0;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-input-button { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .widget-checkbox-label { width:8.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC  { width:10rem;height:auto;top:40.38671875rem;left:3.75rem; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC .radio-container { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC {display:block;}#aT4lag5VtsBXmtW8RIqLTfwzgaB349CC { width:10rem;height:auto;top:40.38671875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #l7MD1sJbAQsD237cDwmJRIylvF9RWoKh { display:block; }
 }@media only screen and (max-width: 763px) { #uch9TuAykyJKs4LEdb5dlCf1Ac3cmFaU { display:block; }
 }@media only screen and (max-width: 763px) { #aT4lag5VtsBXmtW8RIqLTfwzgaB349CC #UEOhyQJhnTKVUE1c0Uc2xpsRE4a0m6Cd {  }
 }@media only screen and (max-width: 763px) { #aT4lag5VtsBXmtW8RIqLTfwzgaB349CC #HuBekvXeLO8PJPBnHvBlcpNKZFEIeZ0c {  }
 }@media only screen and (max-width: 763px) { #cZJbWftN59H0moIETSy76dq2wPX05aLt { display:block; }#cZJbWftN59H0moIETSy76dq2wPX05aLt > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f { display:block; }#Sdg9JIikK5iaT8tpMueZ4XQOTASoqo3f > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0hJiuJRIdPg8zdeTNLtdcTLa2D2wTyi { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3lB28hmh6KUUn2um2u2uZ2Th3WRm1go { width:20rem;height:2.923825rem;top:7.69921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq { display:block; }#ZDk93mwq0B05Om5x9QKIDxnK3X6XfZOq > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugfbppgynztcXEP0nWyxdXaPsiwnF4bp { width:8.375rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cel3dlnsvJxwLA9Cco3hpaBM5qReSOGc { width:20rem;height:6.9970625rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLQl2GgRM8RoawT6T3166L7pGb91gXBJ { width:5.1875rem;height:1.25rem;top:1.5rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJZU1bopurDNOv26VZxPkrmyKh95BQKv { width:4.5625rem;height:0.9746125rem;top:1.625rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m76P01nsb6dplI18hMtWP5ZkBtWamWI2 { width:20rem;height:0.375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWG3Hn05R9gqzhVGAayzT5w5ykmlH73y { width:20rem;height:0.375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAnzg5a6eqA4D74ic9wS4uKHLtIh7ZDG { width:8.5rem;height:1.3125rem;top:1.25rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyVx5pJeydobybsunrV8v8sktsXWNGOg { width:5.3125rem;height:1rem;top:1.6435546875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH { display:block; }#KA2ot0DVhAJdzreRtk07ffRv1C1uE8UH > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lesug7PgIliALDbmPvbhlmCt2613QSZf { display:block; }#Lesug7PgIliALDbmPvbhlmCt2613QSZf > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzyrlI5OR1WvV4JUZbFEHXz34WKOaI0h { width:18.8125rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVhpXgMylSHfX24VZHxxDZOw4sTI0IyW { width:20rem;height:2.625rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3ZLlTnTwDmHMThEgZbaCSpfVxHMOQKJ { width:5.1875rem;height:1.25rem;top:1.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwsDKh8zLuJCbodT5SprmTbpBJ0f5qek { width:4.5625rem;height:0.9746125rem;top:1.625rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIIahgfK6Xi3WbKn4IWPP9EhCf1ZsL8f { width:20rem;height:0.375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #np0cTe7uy3PEmR8aAPXQ6LxCXupFTT1J { width:20rem;height:0.375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4PgyJekv9R2NtAad26QT8MZb7dvgARy { width:8.5rem;height:1.3125rem;top:1.25rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJLVWecTpySoio0iuaqOrI3Dq8UGmidi { width:5.3125rem;height:2.375rem;top:12.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWaXnTezbifkwJFAOefHg3SP4PRLCinX { display:block; }
 }@media only screen and (max-width: 763px) { #EADTPClEydSZ02zTRw4KPc3IK3qHv7eP { width:8.9375rem;height:2.375rem;top:9.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgQ0d2IFRLs0EEyTpiR0S07xAJ5fVNw { display:block; }
 }@media only screen and (max-width: 763px) { #KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO { display:block; }#KHdn1Q6tLXlI9woUTNw3ziyKmPCKeiGO > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck { display:block; }#U6ZfLpBsC6GiSrpSM2fAfMi3WiHJuBck > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXoOZ5SRmisFEcAQHABoimyQAcLIRJsF { width:17.6875rem;height:1.7871125rem;top:1.25rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiaKITfeUpoMonOISlq9WAnDVTSw5ovF { width:20rem;height:9.795875rem;top:6.7871125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkhQwcuqEx5XqMm93xnabRXNFJhciOpP { width:3.875rem;height:1.25rem;top:4.2871125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpNdv7h72B4LnGg4W2QUOni0fIt0D4b { width:3.125rem;height:0.9746125rem;top:4.4121125rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLrEtVIEIFMwFd6WPtIoeV8kSrFlqOKL { width:8.75rem;height:2.375rem;top:21.45705rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdVbyRHfeD6xZtT6ooFQGatfrd0dzh8g { display:block; }
 }@media only screen and (max-width: 763px) { #Wi4o9z8rTIsDCrtvPTaQ6rcCGupg0kl6 { width:8.9375rem;height:2.375rem;top:17.83205rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0rRxTwebHsiT9w6MbJ5exkOVpbduci { display:block; }
 }@media only screen and (max-width: 763px) { #QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu { display:block; }#QkVMWpTNlHvMpb8k6rMfmA6T82plEJtu > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD { display:block; }#Q0hSRlANXJhBJ9BMT7tGgBMwgRVnPzKD > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kr4vuzPRQ4ZuJFPK91CfSo3QW6Qm0TEG { width:13.75rem;height:1.7871125rem;top:1.25rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA9TyUkscTTwOTNQTI8ATy63CIIsLFOy { width:20rem;height:6.9970625rem;top:9.0371125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNCPsLowuLsAyEb3MUFXzMGa9BfaqzaE { width:3.875rem;height:1.25rem;top:6.5371125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Q51T9q4awTtRyZR72F3TmPQ01mHc9b { width:3.125rem;height:0.9746125rem;top:6.6621125rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyUUEWCLLNbq3wFRy6IDKPrc3TArK6bw { width:8.75rem;height:2.375rem;top:20.9082375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgduGZqKxIzwNCVHLc4KASthImlLKLt { display:block; }
 }@media only screen and (max-width: 763px) { #SaPLTyvNRu3BQyyNwbIvKWd0FdL9mRZp { width:8.9375rem;height:2.375rem;top:17.2832375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3AqBx1EAX0nqoZVhlyrkJRSyQugTnr { display:block; }
 }@media only screen and (max-width: 763px) { #PsJQpckahMZQuKI3Lns6V8F95lRvdTuT { width:5.3125rem;height:1rem;top:4.2871125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p { display:block; }#x4f9xeMEOUqtuZtB3ONVouzbwdOFN22p > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi { display:block; }#anqFAN2VydS2q3QV5nFg2XQHnx7hSeoi > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yidVq85uuD5FcXkCmvc3eKalEBkScqFy { width:14.0625rem;height:1.7871125rem;top:1.25rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKqCrGaWSMwdrOuH1pSdmbLZn1ziQXC8 { width:20rem;height:9.795875rem;top:6.7871125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsaiZ3HtsTnKAkmXwqDccS57API23eo { width:4.5625rem;height:1.25rem;top:4.2871125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCThXvCERzqkSyNBMgKyDyMcMDz2S8JF { width:4.0625rem;height:0.9746125rem;top:4.4121125rem;left:8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQPinh856lTrHtePkBV9ibuuv7i5JMOp { display:block; }#tQPinh856lTrHtePkBV9ibuuv7i5JMOp > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { display:block; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD { display:block; }#m5mPDWJ9PQT4mqHpQhpMIKV0QHOToeTD > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPvfo9re5TdOCx2rsrZBf99Q8UmNXQ9E { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zto3d03A3i44D1inKoCf7aflTkczm93K { width:20rem;height:2.923825rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC { display:block; }#qkNNvMn1R79s8ZFLGAGsJHwOKQGDpOmC > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFk2vRBqxtWVefVmgnTJ7ldVnTyelXCB { width:19.875rem;height:13.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU6OI1TOirg4fHbXVGVHc8pwHopWzuPp { width:2rem;height:2rem;top:2.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbcVgzDeDcHd7ZBaTf8N9nFAuwDqfSlr { width:18.4375rem;height:1.7871125rem;top:2.875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtO3ntbDfGHdrSF2qB9FmbyyJI6llp9D { width:20rem;height:4.19824375rem;top:5.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4Zzaa0zXbZHqcT16LtGt5IIgzw8G32M { width:8.9375rem;height:2.375rem;top:11.0107421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXxoi8TwoCDDt60GJx4B8I6BWayxMwJ { display:block; }
 }@media only screen and (max-width: 763px) { #fQQ9Ctb9wT1sK1VHMkrGqq0TnlZDVDgb { width:19.875rem;height:13.75rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Hk4ynUqvpmvPQOA0AlFTnMrutUF7E8 { width:20rem;height:2.798825rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AquzP4fc7Oh8HwCPN1MXqRFcbbSGNi3a { width:8.9375rem;height:2.375rem;top:26.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EryHNWlq38JA5qgctnno87uOLg5bGnd2 { display:block; }
 }@media only screen and (max-width: 763px) { #XwsbFWF22KdTNEqviJlvdld7BDs27QEt { width:18.4375rem;height:1.7871125rem;top:18rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP9sA2Pm9Zn8iqE1lrNhKzCc7BDk3H4s { width:2rem;height:2rem;top:17.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Jt8ASykg9mSgslfMp9TAR76w997QdT { width:19.875rem;height:13.75rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAwm95v6HsRpymAk1NOSiavitufdKNfy { width:8.9375rem;height:2.375rem;top:41.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJDxaTLIgNLyAwnevHXGBtfAKHsuJFb { display:block; }
 }@media only screen and (max-width: 763px) { #ybWRQKgBkQAXBqzRQf1nmpLnEzFuD8vv { width:20rem;height:4.19824375rem;top:35.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MifgZrEMtJhQdKlKpfT1803qfvxFaNUB { width:2rem;height:2rem;top:33.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFagxJy2wX7ZtSzG7BiKyeMf9BT8FUW8 { width:18.4375rem;height:1.7871125rem;top:33.125rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox { display:block; }#Vt6Hwv0z6umK5wLZKBvWhtX0D7aZaTox > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbGrGMr740I71gMcZG3UTs2wZmVZ04K5 { width:19.875rem;height:13.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3a3AHbqVvqlODHoId61oTt612mgyeCF { width:2rem;height:2rem;top:2.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGL1qSwGo8f9RzVhJneTsXtp7BxXE0T3 { width:18.4375rem;height:1.7871125rem;top:2.875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRcEPX8ZTUV63Ngew9DgHQFqcXGrFb4S { width:20rem;height:4.19824375rem;top:5.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2bDIKAaEuTcDd4Ba7BAtWXtNQUxcBqJ { width:8.9375rem;height:2.375rem;top:11.0107421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmeEstN66smvXJ7zRiDabNpIZaJLJmHt { display:block; }
 }@media only screen and (max-width: 763px) { #n7ybC3ywq2x5rpeGhWhTup9lWOsmaI4q { width:19.875rem;height:13.75rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4OSQiTvG6tKBxLJF3c7z7ghHTQNuxPo { width:20rem;height:5.59765625rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpHMth6VedUMhNItnKNMOwGz9rnL2Wo0 { width:8.9375rem;height:2.375rem;top:26.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IegxWNiXGC2xegUr9uEn0aGJoJVQuFz0 { display:block; }
 }@media only screen and (max-width: 763px) { #l5ciZtc0hNrT6RbE5wTUWTVD7BdbMNRH { width:18.4375rem;height:1.7871125rem;top:18rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { display:block; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO1z6lyQhAbgs73K5givyg8zzyohcwGF { display:block; }#wO1z6lyQhAbgs73K5givyg8zzyohcwGF > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUgNh5nkzzQlQLrdTqPE6EqmIe7RPXV8 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDomxmo88n5dDM7cMoW0I3HVWvVK1uTl { width:20rem;height:4.38574375rem;top:10.297875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZAJlXSPTdJaiVsszrwJn9PiahzZRdsn { width:20rem;height:14.187643020595rem;top:19.55861875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTV9WQ5az475toX1DOmZLXAPRvmboTFJ { width:9.3125rem;height:2.375rem;top:15.93361875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppqJoCOBeR5gBbTRppRG5XeqWS3X0CyB { display:block; }
 }