.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:221,222,226;--color-primary-1:142,146,160;--color-primary-2:29,37,64;--color-primary-3:15,19,32;--color-primary-4:4,6,10;--color-secondary-0:239,254,223;--color-secondary-1:201,253,148;--color-secondary-2:146,251,40;--color-secondary-3:73,126,20;--color-secondary-4:22,38,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Space Grotesk";--paragraphs-font-family:"Space Grotesk"; }@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_0b72ddf3e26d69a83efff8db3d76eb3a01c63c92.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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); }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row .container { background-color: transparent; background-image: none; }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row .container > .video-iframe-container { display: none; }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row > .video-iframe-container { display: none; }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .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); }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row .container { border-width: 0; border-radius: 0; }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row .container { font-size:0.875rem;font-family:montserrat;height:6.875rem;width:75rem;position:relative;display:block; }#tPbr9vDZAGkU5t8DWavviPDww9ea5QvL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:1.5625rem;left:0.9375rem;overflow:hidden;display:block; }
#Xovd9DEL6X3ye43MPEFGh2JsObt5dULL { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.8125rem;left:60.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#COBxTTDzayUTWe2iHOz2UXfCL4GcX8UI { 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:2.4375rem;width:8.25rem;top:2.25rem;left:66.75rem;overflow:hidden;display:block; }
#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.94);background-image:url("https://images.assets-landingi.com/uc/fb004b7c-bd8b-44ff-8817-4b1412dfba6f/ChatGPTImage1dejunde202613_32_02edit.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn.adaptive-delivery-prevent-bg, #DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn.lazyload, #DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn.lazyloading { background-image: none; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container { background-color: transparent; background-image: none; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container > .video-iframe-container { display: none; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row > .video-iframe-container { display: none; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .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); }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container { border-width: 0; border-radius: 0; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container { font-size:0.875rem;font-family:"space grotesk";height:36.8125rem;width:75rem;position:relative;display:block; }#ReGJSri2oUtfAOni2rls2aIhCl5uwxRy { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:8.75rem;left:1.5rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dCi7UMEG034TKRBtLil44TFBvZpHqfMm { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.6875rem;left:1.5rem;display:block; }
#VsZJKFJ0M4anv4FiqWhdHI2nAdQDnQ7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LO4DmBtDkn6giTbilUnhlIk7McAU0DZU { box-sizing:content-box;height:3.375rem;width:18.4375rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:26.125rem;left:2rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZoAQg3ytHca6bo9vGfuh9d1ShsGiMfvT { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:19.0068359375rem;left:1.5rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#diEeKiI7fzHdTu40fib1SSy22auCUDey { background-color:#91ff00;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row .container { background-color: transparent; background-image: none; }#diEeKiI7fzHdTu40fib1SSy22auCUDey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row .container > .video-iframe-container { display: none; }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row > .video-iframe-container { display: none; }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .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); }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row .container { border-width: 0; border-radius: 0; }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row .container { font-size:0.875rem;font-family:arial;height:62.125rem;width:75rem;overflow:visible;position:relative;display:block; }#sXOxOP6af1qGf6n80kNZ5nlOclsXyIFr { box-sizing:content-box;height:4.5625rem;width:47.5rem;position:absolute;display:block;z-index:14991;background-color:#1d2540;background-image:none;top:17.75rem;left:17rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.17) ;display:block; }
#vUHDctTfdo1Gyv9iJPHa2viaIQkwGSal { color:rgba(var(--color-primary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:14998;line-height:1;letter-spacing:0;top:2.3750004768372rem;left:20.25rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C6NW1F9cAJt7Tmvtdq2QcRFgHCKfHKqt { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:11rem;left:18.375rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xvlpU7D39tbTneiOE2BcU2Nrp5QGAEfT { 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:15.8125rem;width:15.875rem;top:8.1250004768369rem;left:0rem;overflow:hidden;display:block; }
#nw0gZB9lXPc2mKXeBIyQcd51HU1mo69S { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:19.4375rem;left:18.375rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fZbA1Uu4PT18ietHrBBdiqP34hIFsxh9 { position:absolute;display:block;z-index:15014;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:18.25rem;width:18.125rem;top:13.93750333786rem;left:55.875rem;overflow:hidden;display:block; }
#iRQkLMVACT9twnOFsdReHRv6vSiLd1eG { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:26.500001907349rem;left:18.375001907349rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0CJIRVzzhgCMTDfKVAHpDaXCRUumllJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.0625rem;left:34.5625rem; }
#yLM1fhIxwGDBRTMXZcZESJs3eivHI6Pb { box-sizing:content-box;height:4.5625rem;width:47.5rem;position:absolute;display:block;z-index:14992;background-color:#1d2540;background-image:none;top:9.375rem;left:6.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.17) ;display:block; }
#Xaf0rPVLEy2d06qZ9QTvLgtiO26b6Mzn { box-sizing:content-box;height:4.5625rem;width:43.4375rem;position:absolute;display:block;z-index:14992;background-color:#1d2540;background-image:none;top:25.375rem;left:17rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.17) ;display:block; }
#PXawHL734dVytvzqeA9igqWOIppwLptP { box-sizing:content-box;height:4.5625rem;width:43.375rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:32.9990234375rem;left:17rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#yzrOkgtxlTeqoeS0goRhUpXAgaJkwD9D { color:#ff161f;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:33.975694656372rem;left:18.375001907349rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hCyRTxwrGkpQNbP1dmzJTnsRh8Oc1mLT { color:rgba(var(--color-primary-2),1);display:block;width:48.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:39.617889404297rem;left:13.029829502106rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GV3LkUukuKmmGoZQEAd8IVi2Z2uCkAdC { color:rgba(var(--color-primary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:41.2421875rem;left:9.96875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTCas39zutFTrqfNnDHTNTK0Vl4qExgr { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:51.8125rem;left:7.3125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDZV60mbhMvN1irUBKC51GCp6ifuD8dQ { box-sizing:content-box;height:8.8125rem;width:33.375rem;position:absolute;display:block;z-index:14995;background-color:#1d2540;background-image:none;top:49.4375rem;left:5.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.17) ;display:block; }
#pQNEaTcCyThEqCLnKkFW6HS5qmSR0cP7 { color:rgba(var(--color-primary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:49.9375rem;left:39.8125rem;height:7.90525rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cIWsaHQ1BGiNwurv1T0EIvoRqhLEUoSi { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49960625rem;width:5.49960625rem;top:51.125005722046rem;left:62.187501907349rem;overflow:hidden;display:block; }
#KSfgdNFl6CmNn7u3qebzphGoI9vTDrlK { box-sizing:content-box;height:11.1875rem;width:30.375rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:48.25rem;left:35.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.17) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qqNFO6m8Uf19201qtHPq65DvGvF2Cw1z { box-sizing:content-box;height:7.6875rem;width:7.4375rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:50rem;left:61.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.17) ;display:block; }
#mCEoaDVIzlNRTk2DJof8QvTGFHbcgvoL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.937499761581rem;left:34.531251907349rem; }
#hQaadldW1AQxqRK41Zm3Pvc4zOAWl9cs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30.493055105209rem;left:34.531251907349rem; }
#m7OhEbuJOz7FqBqqb0Qbm8apUl9ds4CX { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:33.6552734375rem;left:54.875rem;overflow:hidden;display:block; }
#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row .container { background-color: transparent; background-image: none; }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row .container > .video-iframe-container { display: none; }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row > .video-iframe-container { display: none; }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .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); }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row .container { border-width: 0; border-radius: 0; }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;overflow:visible;position:relative;display:block; }#FVbcOC1SMmTbQKJwCxbizS8qle9CHTHa { color:rgba(var(--color-primary-2),1);display:block;width:61.9991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:14996;line-height:1;letter-spacing:0;top:2.9357662200927rem;left:6.4982643127444rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rEWOAZD8n8s0ulHqFkVP6PEMcRLfu0yd { box-sizing:content-box;height:18.5625rem;width:21.625rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.375rem;left:1.9375rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#iQoKBM2BeB4TnhIhN365wxgGZf7HxRBu { box-sizing:content-box;height:18.5625rem;width:21.625rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.375rem;left:25.6875rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#KPdnaidlgfdJHmTLXXZslwCX6god0chr { box-sizing:content-box;height:18.5625rem;width:21.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.375rem;left:49.3125rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#zCvrkUVFNcrc47azVrkDbw5XJFOSz7uN { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:14997;line-height:1;letter-spacing:0;top:17.3125rem;left:4.375rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mwWAJxwZdXucCfFcHNsTDxw2z1bHWluo { box-sizing:content-box;height:19.1875rem;width:21.625rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:8.5rem;left:2.625rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
#LFVdeJ77vTxq9hmb68UOdVLOgOW9EsVD { box-sizing:content-box;height:19.1875rem;width:21.625rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:8.5rem;left:26.375rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
#SQo7XuLc7umDzwomsyURNoIQk2gsAPaR { box-sizing:content-box;height:19.1875rem;width:21.625rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:8.5rem;left:49.9375rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
#OtpLmFmfuzJXKaSDhiNzEu4XQI11Atdk { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:14998;line-height:1;letter-spacing:0;top:17.3125rem;left:27.5rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yidNPsXfsseCcIsC8JPurkRN395F41O0 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:17.4375rem;left:50.625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rKHAnI3duldsDRGUNgKoSBSBWsfwdd60 { color:rgba(var(--color-primary-2),1);display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:14997;line-height:1;letter-spacing:0;top:30.124999791384rem;left:3.09375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QzQoiXxAhTk8Wgu6V5nJQtwzXDAm5r4l { color:#1d2540;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:33.8125rem;left:11.25rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvRocIvcEgvxoqSwS6EDPT7Cx7Pdobu7 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.25rem;top:11.8125rem;left:4.375rem;overflow:hidden;display:block; }
#spHZIDoHyutG93oqkPN4DGTR5P0Oriap { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.25rem;top:11.8125rem;left:27.5rem;overflow:hidden;display:block; }
#dbDtTEsmsCopFwMfycD7bAzIFQOom572 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.25rem;top:11.8125rem;left:50.625rem;overflow:hidden;display:block; }
#KtkE1vfNkNcttphv7yPgWJepe2yubiOG { position:absolute;display:block;z-index:14991;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:19.3125rem;width:18.874125rem;top:22.5625rem;left:56.1259765625rem;overflow:hidden;display:block; }
#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row .container { background-color: transparent; background-image: none; }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row .container > .video-iframe-container { display: none; }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row > .video-iframe-container { display: none; }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .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); }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row .container { border-width: 0; border-radius: 0; }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#qBxtR7NmnZ6JXfD7XOEmHDTMvmp6mCeq { color:#1d2540;display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:13.875rem;left:7.8125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CyWERH3tuWAmirpP145HC8OIZXOcXuc8 { color:#1d2540;display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:4.625rem;left:7.8125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lUMZGKStflxm9uTpDtIkil4HdP1S141I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.781248092651rem;left:28.055555343628rem; }
#x0qSBTWqfMn34FkwBzSzCw7eLqcHdnP0 { box-sizing:content-box;height:22.3125rem;width:32.4375rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:1.625rem;left:5.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;display:block; }
#BFtUmPas8wv9cRhKpAb0mNAkNTDd9J8X { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:5.3125rem;left:40.375002384186rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rCDEFkeAi86QVFfsRdVxzkaC21nhqS7i { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:12.875rem;left:40.375rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZzfRKsI3ZAcs0r06XiMyy1DUHuqOs6q8 { box-sizing:content-box;height:5.625rem;width:5.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.875rem;left:29.305555343628rem;display:block; }
#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row .container { background-color: transparent; background-image: none; }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row .container > .video-iframe-container { display: none; }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row > .video-iframe-container { display: none; }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .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); }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row .container { border-width: 0; border-radius: 0; }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;overflow:visible;position:relative;display:block; }#TAolsWlk6fFJaTOEuA47tEezL3scK4g7 { color:rgba(var(--color-primary-2),1);display:block;width:64.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:14998;line-height:1;letter-spacing:0;top:2.1875rem;left:5.3125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L3iFGuAkSQQshdPSbaGTmVyqZ00lBz93 { box-sizing:content-box;height:9.875rem;width:24.6875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WoMoyyaPtQ249HvcEouuXIf1H2W6b9Vh { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:10.4375rem;left:1.75rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rSLDOw0tOnkyfJxEOxSr96QCn1TOydfc { color:#1d2540;display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:5.5625rem;left:15rem;height:1.64985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSTCOGZzyl2UpzOFI6JW5i8HsTqWQqNq { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:12.625rem;left:1.75rem;height:3.91699375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D8v0Xw46udMxx8a1kETGXkdqOwFL4ZEC { box-sizing:content-box;height:9.875rem;width:24.6875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.5625rem;left:25.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#w1U6o8KlhzRUFXrv4KKl6VocmTQb3OOs { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:10.4375rem;left:26.875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JXpT3JXq5xSkzc8nnoVtUIDIn5r2lcHh { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:12.625rem;left:27rem;height:3.91699375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A9ifH7HAqzuW0CmzngDVwS0oZRReFZzy { box-sizing:content-box;height:9.875rem;width:24.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.5625rem;left:50.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FhLA3hzyMN4kGIoHudRmJ0sO3X8X9DLv { color:#91ff00;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:10.4375rem;left:52rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qEHmZnOh1fXnlSsAwmtTryRmvUG7J4o0 { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:12.625rem;left:52.125rem;height:3.91699375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row .container { background-color: transparent; background-image: none; }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row .container > .video-iframe-container { display: none; }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row > .video-iframe-container { display: none; }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .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); }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row .container { border-width: 0; border-radius: 0; }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row .container { font-size:0.875rem;font-family:"space grotesk";height:44.625rem;width:75rem;position:relative;display:block; }#GtzeiCfIhh7XITR9vdEOAuLWapFDQFRW { box-sizing:content-box;height:19rem;width:22.5rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.5rem;left:26.25rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
#xtgMp8o6aZfke24mPdbcTTWbtVnF1ePX { color:#1d2540;display:block;width:17.9366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:27.75rem;left:28.5625rem;height:7.2168125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dpOttCJXZqkAzVRmMwVSqfiP6KUgKm5E { position:absolute;display:block;z-index:14990;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:30.6875rem;width:29.9375rem;top:0rem;left:45.062501907349rem;overflow:hidden;display:block; }
#bbaBN2MzuyJm2G4lU1PZr5MNHuWkqHPn { color:#1d2540;display:block;width:14.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:21.375rem;left:28.5625rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTIB4FNk4sATydyROmsJkobB4gln4TNa { box-sizing:content-box;height:18.9976875rem;width:22.5rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.375rem;left:2.5625rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
#xzCvkA2ThpCK5eUEy5RDzKt34O6vwJ4Q { color:#1d2540;display:block;width:18.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:21.125rem;left:3.9375rem;height:6.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HdQtZ4na9xzZSnryygit0TXNJRbiKwEJ { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:4.9375rem;left:9.1875rem;height:5.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cB6vf8y4LeRXBBLKKZTfnFg043Q5wbvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.0625rem;left:35.375rem; }
#rxhDTnUeT1gT4XFtdQcPbhMBx08eA3nV { color:#91ff00;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:4.8125rem;left:42.1875rem;height:5.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#haXI5XPenrWs20X5vaTVSoAA68JXdqrf { color:#ffffff;display:block;width:42.4991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.25rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JtoKyfo4XzMb7Q31DOcexZZkIyd3u8t4 { color:rgba(var(--color-tertiary-0),1);display:block;width:63rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:14.875rem;left:6.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AkOw1rc99eOc8bupqZULJTHlGg2cFfnx { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:40.500000953674rem;left:19.343751907349rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ytQ1gQzM115HU8qzFJCGEyhmC8JCTHq9 { color:#1d2540;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:27.75rem;left:3.9375rem;height:4.33073125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cTUhncpnNyq1kT8EfkGAoDLFrw6QI2rd { color:#1d2540;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:33.25rem;left:3.9375rem;height:1.64930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7t7a2cdvEbrzRaTF1N5TRsBtfSwffMC { color:#1d2540;display:block;width:14.185375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:21.375rem;left:52.375rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AQ0Rmbc0mJK7OLlQEtEbxU325QU5Ztpi { box-sizing:content-box;height:19rem;width:22.5rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.5rem;left:49.875rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
#o0bBuGpvv2dNC7MDCxUp0DLCrEAOV8Eo { color:#1d2540;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:27.75rem;left:52.375001907349rem;height:8.660125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xz4T19gnrJyTNZTOBvEtgPTVo89AplIG { box-sizing:content-box;height:22.3125rem;width:32.4375rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:1.625rem;left:5.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;display:none; }
#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { font-size:0.875rem;font-family:"space grotesk";height:65.4375rem;width:75rem;position:relative;display:block; }#RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { color:rgba(var(--color-primary-2),1);display:block;width:54.6866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:5.875rem;left:10.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LX2nohAwefvgfA3koyEgSzTqNZhvBdAR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:20.3125rem;left:4.375rem; }
#eabpZkgr6FuXlUTENrKJRuTdgJbiKALl { box-sizing:content-box;height:21.875rem;width:49.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.75rem;left:2.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wgyBuIksL5WCR2bibP1VMbsQRcImb6wV { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:15.1875rem;left:4.375rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fxARyQvPZmGtPl8lXlIzGaFh9KPCSRwW { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:20.125rem;left:5.6875rem;height:10.4453rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nGq42Cazn8XhGScOGwWNKuxOApBVrDSA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23rem;left:4.375rem; }
#kSrq3yzyF1Z8fZR8ehqoxrTeGngdbdld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.5rem;left:4.375rem; }
#aGXn00UNmdMB9Pbvwg8abR1DIug7BhW9 { box-sizing:content-box;height:21.125rem;width:69.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.0625rem;left:2.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vwpkfBl4KXrN8oZP2OeFcg739Qikvz2b { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:41.750001907349rem;left:4.375rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hpWNCF0puAzU4x29uNmerJ9gbehz6ssO { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:46.125rem;left:5.625rem;height:11.7509625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fEcqiteos0cPWqytEoKuurEWpihAfzRt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:46.3125rem;left:4.375rem; }
#PUoVPxSBZFAE5OezTkMRBl4KL1VxOHeT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:48.875rem;left:4.375rem; }
#nO4QpqAsZElBHdVIXTxQeLTEzvwur3b8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:51.5rem;left:4.375rem; }
#uO7koZBAaX6PED7L9Pk3rhLHuqXmJZUE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.99964375rem;width:0.99964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:28.0625rem;left:4.375rem; }
#iFRrmAX3tRJ5vFJDKewGTL8AwkJL8eNq { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.5rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zDztAFg5D9ubSK5QCggJD5H37wRVEn60 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:54.0625rem;left:4.375rem; }
#nKH8R5VclUK0NKCRWQlxSZXeCzHpAhV9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:56.625rem;left:4.375rem; }
#Nr8m81mT30lcTbXnhgugz6vHVSoKk15P { position:absolute;display:block;z-index:14999;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:29.125rem;width:31.25rem;top:9.8125rem;left:26.75rem;overflow:hidden;display:block; }
#QMEiOg9pyFgPfqBN4qrZ9QXfsQdZKwoM { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:18.1875rem;top:12.5625rem;left:54.1875rem;overflow:hidden;display:block; }
#DzCoxaBrVJMtfB4Tb2wHHsdOb6UTlHqM { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:43.75rem;top:39.812501907349rem;left:29.125rem;overflow:hidden;display:block; }
#tQTcH2iXurxBwsT1DVoHuf5vEaI0fDgK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:34.375rem;top:42.1875rem;left:28.375rem;overflow:hidden;display:block; }
#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row .container { background-color: transparent; background-image: none; }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row .container > .video-iframe-container { display: none; }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row > .video-iframe-container { display: none; }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .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); }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row .container { border-width: 0; border-radius: 0; }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row .container { font-size:0.875rem;font-family:"space grotesk";height:43.25rem;width:75rem;position:relative;display:block; }#Ou0VbN2dsAXTyZLhveLbf9SXyEU0HK9v { position:absolute;display:block;z-index:14990;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:40.6875rem;width:40.9375rem;top:1.4375rem;left:34.0625rem;overflow:hidden;display:block; }
#rWcsAu1IpWoW2nKhotS0Nxz1dDS1guKl { color:#1d2540;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:18.500007629394rem;left:5.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzNzJcM8K1111KDq1iMD8EveSI1TKIoK { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3.0625rem;left:0.9052734375rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFp7EnhIe2yfDcwQgCm6XDpSG0VORH9g { color:#92fb28;display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:8.0625rem;left:7.9991321563719rem;height:2.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8gxkDhrdDwpMpGGWGpLfN89y8FVqNR1 { box-sizing:content-box;height:4.125rem;width:35.3125rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.312507629394rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ZD9ISJvRB6Ut19XTGouBcTFnUviho2vS { box-sizing:content-box;height:33rem;width:28.1875rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:6.25rem;left:4.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.39) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KqMpq8DumoSE4wQrnsCbk0TbJND8Iops { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:12.248268127441rem;left:5.6536464691162rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TeHqW1rxKCfRhXpzm232Jsqhdc4xfVbT { box-sizing:content-box;height:4.125rem;width:35.3125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:22.500007629394rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Kgk6dmGSic7H4FuAKXeZXeioDd9fhtXe { color:#1d2540;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:23.750007629394rem;left:5.1875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvftCBShpAgZt3R53WsAKci5B820Z7s8 { box-sizing:content-box;height:4.125rem;width:35.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:27.687507629394rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#h9qdrZAQERxO5bXIvQt2rBoEi6oCd2NE { color:#1d2540;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:28.937507629394rem;left:5.1875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDI4ogBf7bktrTzKeN0ZCZm8221eThul { box-sizing:content-box;height:4.125rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.687507629394rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#EdEzTysI6y9KbqRRrUDwJZImR9Cgkh6N { color:#1d2540;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:33.875007629394rem;left:4.1875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBsGqpnztxBXg27WUTFbWhUCNDTlulV5 { position:absolute;display:block;z-index:15022;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:36.625rem;width:35.0625rem;top:6rem;left:38.4052734375rem;overflow:hidden;display:block; }
#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row .container { background-color: transparent; background-image: none; }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row .container > .video-iframe-container { display: none; }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row > .video-iframe-container { display: none; }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .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); }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row .container { border-width: 0; border-radius: 0; }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row .container { font-size:0.875rem;font-family:"space grotesk";height:75.5rem;width:75rem;overflow:visible;position:relative;display:block; }#hiCJxeR7fGM3iOVBf1El84Z5RUaymq9c { box-sizing:content-box;height:13.75rem;width:21.3125rem;position:absolute;display:block;z-index:14992;background-color:#1d2540;background-image:none;top:11rem;left:26.8125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.375rem 0.6875rem 0.8125rem rgba(29,37,64,0.43) ;display:block; }
#kq8xVu1ea6CZI2urdUBATxdTdQRtZiMn { color:#92fb28;display:block;width:18.1241875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:14.375rem;left:28.4375rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dI5TtHRfN31JPWEmXg7lCLwTfXAsuwos { box-sizing:content-box;height:4.0625rem;width:11.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:66.625rem;left:43.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#io0b9G7GhZMRDZZQCpNdnDozTT0Mboao { box-sizing:content-box;height:4.0625rem;width:11.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:66.625rem;left:31.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xi4xOmB9h8mgLKeyo5gOQwGPv3DdIVlm { box-sizing:content-box;height:4.0625rem;width:11.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:66.625rem;left:20.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VPcitGXErPeRqKRn7Cf0rIyN41hpepyw { color:#92fb28;display:block;width:18.1241875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:17.625rem;left:28.4375rem;height:3.71180625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LF65WU70BtrJq2nCtrAIw5kGBz2xbWe7 { box-sizing:content-box;height:13.75rem;width:21.3125rem;position:absolute;display:block;z-index:14995;background-color:#1d2540;background-image:none;top:11rem;left:4.4375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.375rem 0.6875rem 0.8125rem rgba(29,37,64,0.43) ;display:block; }
#Nusn32OqZaZgdePH1P0CrKhE9C6ckUIG { color:#92fb28;display:block;width:18.812125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:14.375rem;left:5.6875rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nGJJQ12ff73HZbmqaUeDE8uphx9NKw9k { color:#92fb28;display:block;width:18.1241875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:17.625rem;left:5.6875rem;height:3.71180625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vpORtlAdcF5XaD6Ewa0uqLm04raafdMw { 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:4.3125rem;width:14.375rem;top:51.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#RbtNoNkR9xMzazWTPPdIAeii3dCE0Fqa { color:rgba(var(--color-primary-2),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.1154518127441rem;left:16.46875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H6zcCNrmbNCXKRofrBN4xLbvzqVL4dBz { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:57.5rem;left:17.03125rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a7EJBLr7fybNBAVpTRhGezBzSf2E6reI { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:64.0625rem;left:19.6875rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEosQ8QUXmkZN8uJVmbyy6X9twwcfa4h { box-sizing:content-box;height:17.125rem;width:65.6875rem;position:absolute;display:block;z-index:14989;background-color:#1d2540;background-image:none;top:55.8125rem;left:4.6875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.375rem 0.6875rem 0.8125rem rgba(29,37,64,0.43) ;display:block; }
#RTEQPL49z22iAd4oW9chu8QX7N02uGqh { box-sizing:content-box;height:11.1875rem;width:15.8125rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:50.9375rem;left:4.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.17) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xgTiMOZQL2GWGhePZn5HFPHUaoQ6A72u { position:absolute;display:block;z-index:15026;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:1.625rem;width:8.125rem;top:67.875rem;left:45.0625rem;overflow:hidden;display:block; }
#wmP8tyTPsqCRlc9QLNeDZ3EdG1iZUT7D { position:absolute;display:block;z-index:15027;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:1.4375rem;width:8.125rem;top:67.875rem;left:33.4375rem;overflow:hidden;display:block; }
#zn4lGe7wrEEOyEfm4RIAcLbM8Ty8acBm { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.375rem;top:67.5rem;left:23.625rem;overflow:hidden;display:block; }
#ek6M9BndDkG0duZnQOdAbF3lyTKSdXe9 { color:rgba(var(--color-primary-2),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:2.2406232357025rem;left:11.8125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nn8vHuMPHq15TuV10BynrAsnQSV3glbk { box-sizing:content-box;height:13.75rem;width:21.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:34.3125rem;left:15.1875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.375rem 0.6875rem 0.8125rem rgba(29,37,64,0.43) ;display:block; }
#TkkGVWLRxbT6vmcaJSsDuQeyF1Jbrqoe { color:#1d2540;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:41.0625rem;left:17.75rem;height:3.71180625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QE4du407Gsq3TDLEyTCJAVnGGykaUp4U { color:#1d2540;display:block;width:15.3116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:37.5625rem;left:17.8125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQkn4REA7aDHULfNoZ6FVRmOiG91y2xe { box-sizing:content-box;height:13.75rem;width:21.3116875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:34.3125rem;left:38.5625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.375rem 0.6875rem 0.8125rem rgba(29,37,64,0.43) ;display:block; }
#kcEzfMrN1CQDiF0IbeAztTCGfQaOAg3p { color:#1d2540;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:41.125rem;left:40.875rem;height:3.71180625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsNXyErJWMbP5f0yadx2dW7k5Pz43HN8 { color:#1d2540;display:block;width:16.8116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:37.5rem;left:40.6875rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rtBTTwlsMTzOnH50LdnxgwpL0xPDe7W2 { box-sizing:content-box;height:13.75rem;width:21.3125rem;position:absolute;display:block;z-index:14995;background-color:#1d2540;background-image:none;top:11rem;left:49.1875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.375rem 0.6875rem 0.8125rem rgba(29,37,64,0.43) ;display:block; }
#JF8dUg82JlP38EFEiAmg8pmEEFlXfSAi { color:#92fb28;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:18.1875rem;left:53.1875rem;height:1.85625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WLpRWBVUiLlk3CkSzgDspTnsHT1mn5We { color:#92fb28;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:15rem;left:53rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xFBadlElipB8riavZPQdKEPDexLmaQc1 { color:#1d2540;display:block;width:67.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:29.436454772949rem;left:3.96875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row .container { background-color: transparent; background-image: none; }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row .container > .video-iframe-container { display: none; }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row > .video-iframe-container { display: none; }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .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); }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row .container { border-width: 0; border-radius: 0; }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row .container { font-size:0.875rem;font-family:"space grotesk";height:32.0625rem;width:75rem;position:relative;display:block; }#NIr12GrTpAzJXT8nZidBGrD7NG9FQDnc { color:#1d2540;display:block;width:71.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.7847223281861rem;left:1.71875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IuZaLGFEwymNv0D9UQswtVIsL4inMRgK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:71.0625rem;top:6.4375rem;left:1.96875rem;overflow:hidden;display:block; }
#XD5hfaaqvT452N1L0dLGfP73rTVOwwcS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/53f803a8-35b6-40f0-aa0f-72f08131590c/bglogosteste.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XD5hfaaqvT452N1L0dLGfP73rTVOwwcS.adaptive-delivery-prevent-bg, #XD5hfaaqvT452N1L0dLGfP73rTVOwwcS.lazyload, #XD5hfaaqvT452N1L0dLGfP73rTVOwwcS.lazyloading { background-image: none; }#XD5hfaaqvT452N1L0dLGfP73rTVOwwcS > .row .container { border-width: 0; border-radius: 0; }#XD5hfaaqvT452N1L0dLGfP73rTVOwwcS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XD5hfaaqvT452N1L0dLGfP73rTVOwwcS > .row .container { font-size:0.875rem;font-family:"space grotesk";height:25.625rem;width:75rem;position:relative;display:none; }#Wy7dlqXogWsHT2QWTPyxphJnGLMGruQZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:75rem;top:8.8262140287769rem;left:0rem;overflow:hidden;display:block; }
#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row .container { background-color: transparent; background-image: none; }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row .container > .video-iframe-container { display: none; }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row > .video-iframe-container { display: none; }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .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); }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row .container { border-width: 0; border-radius: 0; }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row .container { font-size:0.875rem;font-family:"space grotesk";height:26.8125rem;width:75rem;position:relative;display:block; }#hbF88EdiG2OM68AZrvO9zH9uFEIytT4s { box-sizing:content-box;height:19.0625rem;width:29.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3rem;left:39.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 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);display:block; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-form-header {  }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#0d0d0d;width:25.375rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:25.375rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-text {padding-top: 0; padding-bottom: 0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:25.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),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:25.375rem;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;vertical-align:top;text-align:center;text-align-last:center; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-select {padding-top: 0; padding-bottom: 0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .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; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:2.5625rem;margin-bottom:0.25rem;margin-left:2.5625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:rgba(var(--color-primary-2),1);width:20.25rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .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-2),1);vertical-align:top;width:24.1875rem;overflow:hidden;font-style:normal;float:none; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .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; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-container:first-of-type{padding-top:0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-container:last-of-type{padding-bottom:0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:2rem;left:40.937501907349rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.375rem;display:block;vertical-align:top; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq {display:block;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:2rem;left:40.937501907349rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #GXsOi6o2MyeomTaQeuCsDcdQKURRxInt { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #duT75BQCfA180JebDmTTZAnKdGJJcJsZ { position:relative;display:none; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #m3BMKMelN0bX73EZpQ0BJ5IAqOWXCbtT { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #o5VRSheRrrAdXiW3NZAKtohgr65KTz1M { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #qTosd5zT4gK0fH1f0GvSU55iuZVatWeW { position:relative;display:none; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #AoAyNWDBC92FSs6aaLBcXoOl3XUzztbI { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #RTZn6xR4WwUZFc3HqtktEtqRGg2IU2H0 { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #ksH1Wg0CAXm9D4A6xrEpmbSNCz3plbEB { position:relative;display:none; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #fbAFy1F1ax6B5auC1LeBxGAgAxS0xsLD { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #HR7I0ZGmDL1G9y35ml9Z4CB6nOTyzbuA { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #g6hEkbepAeXvbZhspFtWs9P2IRocZ09E { position:relative;display:none; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #EISh1vWmazT2uOzICVT8R1AX8GUxGSrO { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #ZZXHHn5Cw1lnJQokcWDsC8bPEMQu1c5i { position:relative; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #SpcLqkF7Ey2SaGbFcaA3n1F6VCWSFTVT { position:relative; }
#pET1PX5q7U4m8as6E6MlugSo7c7e0xy9 { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:19.9375rem;left:7.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#onTsVKEomv6x8ggqvzkxTaoaESQrzBT0 { box-sizing:content-box;height:16rem;width:30.625rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.375rem;left:5.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#Qr8NEb7vlZD2ZfZLMatCdrgucLxTfS9N { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:4.7500009536743rem;left:7.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xZ6JDn8r02dGvrv2IhJW8CnTBCJfgJ50 { box-sizing:content-box;height:15.1875rem;width:30.625rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-2),0.16);background-image:none;top:8.9375rem;left:5.125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.1875rem 0.1875rem 0.875rem rgba(0,0,0,0.17) ;display:block; }
#xNeV8MuNtfIJ0mXehJb0QhapswV1HB5y { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:19.9375rem;left:7.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cloCtFW8qsHBoQRfeoBFvSzOBcmsJSLg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cloCtFW8qsHBoQRfeoBFvSzOBcmsJSLg > .row .container { border-width: 0; border-radius: 0; }#cloCtFW8qsHBoQRfeoBFvSzOBcmsJSLg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cloCtFW8qsHBoQRfeoBFvSzOBcmsJSLg > .row .container { font-size:0.875rem;font-family:"space grotesk";height:22.5625rem;width:75rem;position:relative;display:none; }#TJp6Mfle7xHe2Ob6fqMaP9IuElWb6Plc { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.1875rem;left:4.25rem;height:3.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSWrJN3SIeLeJJZpV8zyhtTwVT7b9PmD { color:rgba(var(--color-primary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:11.3125rem;left:4.25rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FC2EFaIsPR0Mi8GHSbimTHHvHQ90VwE3 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.6241875rem;width:35.1866875rem;top:1.3125rem;left:35.5625rem;display:block; }
#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row .container { background-color: transparent; background-image: none; }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row .container > .video-iframe-container { display: none; }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row > .video-iframe-container { display: none; }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .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); }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row .container { border-width: 0; border-radius: 0; }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#ZTBpVJdFhyuzNMFzTn1UCDRZ5gVWN7ZV { color:#ffffff;display:block;width:21.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:1.54296875rem;left:26.75rem;height:1.224825rem;font-style:italic;display:block; }
#gHT2dnuOBGwCFnk3urMfpOLT36hu5m75 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.25rem;left:67.3125rem; }
#gHT2dnuOBGwCFnk3urMfpOLT36hu5m75 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#KAdmwPzqoKf1WyJmE2iOVG5km0DiEcVk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.25rem;left:69.6875rem; }
#KAdmwPzqoKf1WyJmE2iOVG5km0DiEcVk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ezloE7dkOSxIWbp9FnVBcxiaFL3f7c4m { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.25rem;left:72.25rem; }
#ezloE7dkOSxIWbp9FnVBcxiaFL3f7c4m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#J3yVnoyyTyXFdAF5acqIbk76NHkcTpSQ { color:#ffffff;display:block;width:11.8120625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1.75rem;left:55.5rem;height:1.05025rem;font-style:normal;display:block; }
#O6dr4VVwtN8yMSoAbEORoB5AyVKcL5TW { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.625rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM { display:block; }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPbr9vDZAGkU5t8DWavviPDww9ea5QvL { top:1.5625rem;left:0rem;width:11.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xovd9DEL6X3ye43MPEFGh2JsObt5dULL { top:2.8125rem;left:40.9375rem;width:6.8125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COBxTTDzayUTWe2iHOz2UXfCL4GcX8UI { top:2.25rem;left:39.5rem;width:8.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn { display:block; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReGJSri2oUtfAOni2rls2aIhCl5uwxRy { top:8.75rem;left:0rem;width:34.6875rem;height:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCi7UMEG034TKRBtLil44TFBvZpHqfMm { width:18.4375rem;height:3.375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsZJKFJ0M4anv4FiqWhdHI2nAdQDnQ7U { display:block; }
 }@media only screen and (max-width: 763px) { #LO4DmBtDkn6giTbilUnhlIk7McAU0DZU { top:26.125rem;left:0rem;width:18.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoAQg3ytHca6bo9vGfuh9d1ShsGiMfvT { top:19rem;left:0rem;width:33.5625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diEeKiI7fzHdTu40fib1SSy22auCUDey { display:block; }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXOxOP6af1qGf6n80kNZ5nlOclsXyIFr { top:17.75rem;left:0.25rem;width:47.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUHDctTfdo1Gyv9iJPHa2viaIQkwGSal { top:2.375rem;left:6.625rem;width:36.4375rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6NW1F9cAJt7Tmvtdq2QcRFgHCKfHKqt { top:11rem;left:4.7500019073486rem;width:34.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvlpU7D39tbTneiOE2BcU2Nrp5QGAEfT { top:8.125rem;left:0rem;width:15.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw0gZB9lXPc2mKXeBIyQcd51HU1mo69S { top:19.4375rem;left:4.75rem;width:40.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZbA1Uu4PT18ietHrBBdiqP34hIFsxh9 { top:13.9375rem;left:29.4375rem;width:18.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRQkLMVACT9twnOFsdReHRv6vSiLd1eG { top:26.5rem;left:4.7500019073486rem;width:35.625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0CJIRVzzhgCMTDfKVAHpDaXCRUumllJ { top:15.0625rem;left:20.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLM1fhIxwGDBRTMXZcZESJs3eivHI6Pb { top:9.375rem;left:0rem;width:47.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaf0rPVLEy2d06qZ9QTvLgtiO26b6Mzn { top:25.375rem;left:3.375rem;width:43.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXawHL734dVytvzqeA9igqWOIppwLptP { top:32.9375rem;left:3.375rem;width:43.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzrOkgtxlTeqoeS0goRhUpXAgaJkwD9D { top:33.9375rem;left:4.7500019073486rem;width:36.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCyRTxwrGkpQNbP1dmzJTnsRh8Oc1mLT { top:39.5625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV3LkUukuKmmGoZQEAd8IVi2Z2uCkAdC { top:41.1875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTCas39zutFTrqfNnDHTNTK0Vl4qExgr { top:51.8125rem;left:0rem;width:29.1875rem;height:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDZV60mbhMvN1irUBKC51GCp6ifuD8dQ { top:49.4375rem;left:0rem;width:33.375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQNEaTcCyThEqCLnKkFW6HS5qmSR0cP7 { top:49.9375rem;left:26.1875rem;width:20.6875rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIWsaHQ1BGiNwurv1T0EIvoRqhLEUoSi { top:51.125rem;left:42.25rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSfgdNFl6CmNn7u3qebzphGoI9vTDrlK { top:48.25rem;left:17.375rem;width:30.375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqNFO6m8Uf19201qtHPq65DvGvF2Cw1z { top:50rem;left:39.625rem;width:7.4375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCEoaDVIzlNRTk2DJof8QvTGFHbcgvoL { top:22.875rem;left:20.906251907349rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQaadldW1AQxqRK41Zm3Pvc4zOAWl9cs { top:30.4375rem;left:20.906251907349rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7OhEbuJOz7FqBqqb0Qbm8apUl9ds4CX { top:33.625rem;left:41.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf { display:block; }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVbcOC1SMmTbQKJwCxbizS8qle9CHTHa { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEWOAZD8n8s0ulHqFkVP6PEMcRLfu0yd { top:8.375rem;left:0rem;width:21.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQoKBM2BeB4TnhIhN365wxgGZf7HxRBu { top:8.375rem;left:12.0625rem;width:21.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPdnaidlgfdJHmTLXXZslwCX6god0chr { top:8.375rem;left:26rem;width:21.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCvrkUVFNcrc47azVrkDbw5XJFOSz7uN { top:17.3125rem;left:0rem;width:15.625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwWAJxwZdXucCfFcHNsTDxw2z1bHWluo { top:8.5rem;left:0rem;width:21.5625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFVdeJ77vTxq9hmb68UOdVLOgOW9EsVD { top:8.5rem;left:12.75rem;width:21.5625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQo7XuLc7umDzwomsyURNoIQk2gsAPaR { top:8.5rem;left:26rem;width:21.5625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtpLmFmfuzJXKaSDhiNzEu4XQI11Atdk { top:17.3125rem;left:13.875rem;width:17.1875rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yidNPsXfsseCcIsC8JPurkRN395F41O0 { top:17.4375rem;left:28.875rem;width:18.875rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKHAnI3duldsDRGUNgKoSBSBWsfwdd60 { top:30.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzQoiXxAhTk8Wgu6V5nJQtwzXDAm5r4l { top:33.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvRocIvcEgvxoqSwS6EDPT7Cx7Pdobu7 { top:11.8125rem;left:0rem;width:3.1875rem;height:3.9840914620425rem;display:block; }
 }@media only screen and (max-width: 763px) { #spHZIDoHyutG93oqkPN4DGTR5P0Oriap { top:11.8125rem;left:13.875rem;width:3.1875rem;height:3.9840914620425rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDtTEsmsCopFwMfycD7bAzIFQOom572 { top:11.8125rem;left:37rem;width:3.1875rem;height:3.9840914620425rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtkE1vfNkNcttphv7yPgWJepe2yubiOG { top:22.5625rem;left:28.9375rem;width:18.8125rem;height:19.24944368282rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPNI0wW460Z3cDSwJfSpptLoSz6brc5b { display:block; }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBxtR7NmnZ6JXfD7XOEmHDTMvmp6mCeq { top:13.875rem;left:0rem;width:17.9375rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyWERH3tuWAmirpP145HC8OIZXOcXuc8 { top:4.625rem;left:0rem;width:27.875rem;height:7.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUMZGKStflxm9uTpDtIkil4HdP1S141I { top:12.75rem;left:14.430555343628rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0qSBTWqfMn34FkwBzSzCw7eLqcHdnP0 { top:1.625rem;left:0rem;width:32.4375rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFtUmPas8wv9cRhKpAb0mNAkNTDd9J8X { top:5.3125rem;left:22.5rem;width:25.25rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCDEFkeAi86QVFfsRdVxzkaC21nhqS7i { top:12.875rem;left:17rem;width:30.75rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzfRKsI3ZAcs0r06XiMyy1DUHuqOs6q8 { top:13.875rem;left:15.680555343628rem;width:5.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 { display:block; }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAolsWlk6fFJaTOEuA47tEezL3scK4g7 { top:2.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3iFGuAkSQQshdPSbaGTmVyqZ00lBz93 { top:8.5625rem;left:0rem;width:24.6875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoMoyyaPtQ249HvcEouuXIf1H2W6b9Vh { top:10.4375rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSLDOw0tOnkyfJxEOxSr96QCn1TOydfc { top:5.5625rem;left:1.375rem;width:45rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSTCOGZzyl2UpzOFI6JW5i8HsTqWQqNq { top:12.625rem;left:0rem;width:21.0625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8v0Xw46udMxx8a1kETGXkdqOwFL4ZEC { top:8.5625rem;left:11.5625rem;width:24.6875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1U6o8KlhzRUFXrv4KKl6VocmTQb3OOs { top:10.4375rem;left:13.25rem;width:13.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpT3JXq5xSkzc8nnoVtUIDIn5r2lcHh { top:12.625rem;left:13.375rem;width:21.0625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ifH7HAqzuW0CmzngDVwS0oZRReFZzy { top:8.5625rem;left:23.0625rem;width:24.6875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLA3hzyMN4kGIoHudRmJ0sO3X8X9DLv { top:10.375rem;left:32.5rem;width:15.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEHmZnOh1fXnlSsAwmtTryRmvUG7J4o0 { top:12.625rem;left:26.6875rem;width:21.0625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 { display:block; }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtzeiCfIhh7XITR9vdEOAuLWapFDQFRW { top:19.5rem;left:12.625rem;width:22.5rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtgMp8o6aZfke24mPdbcTTWbtVnF1ePX { top:27.75rem;left:14.9375rem;width:17.875rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpOttCJXZqkAzVRmMwVSqfiP6KUgKm5E { top:0rem;left:17.8125rem;width:29.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbaBN2MzuyJm2G4lU1PZr5MNHuWkqHPn { top:21.375rem;left:14.9375rem;width:14.125rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTIB4FNk4sATydyROmsJkobB4gln4TNa { top:19.375rem;left:0rem;width:22.5rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzCvkA2ThpCK5eUEy5RDzKt34O6vwJ4Q { top:21.125rem;left:0rem;width:18.5625rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdQtZ4na9xzZSnryygit0TXNJRbiKwEJ { top:4.9375rem;left:0rem;width:23.625rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB6vf8y4LeRXBBLKKZTfnFg043Q5wbvy { top:5.0625rem;left:21.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhDTnUeT1gT4XFtdQcPbhMBx08eA3nV { top:4.8125rem;left:24.125rem;width:23.625rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haXI5XPenrWs20X5vaTVSoAA68JXdqrf { top:1.9375rem;left:2.625rem;width:42.4375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtoKyfo4XzMb7Q31DOcexZZkIyd3u8t4 { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkOw1rc99eOc8bupqZULJTHlGg2cFfnx { top:40.5rem;left:5.7187519073486rem;width:36.3125rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQ1gQzM115HU8qzFJCGEyhmC8JCTHq9 { top:27.75rem;left:0rem;width:17.4375rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTUhncpnNyq1kT8EfkGAoDLFrw6QI2rd { top:33.25rem;left:0rem;width:11.6875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7t7a2cdvEbrzRaTF1N5TRsBtfSwffMC { top:21.375rem;left:33.625rem;width:14.125rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ0Rmbc0mJK7OLlQEtEbxU325QU5Ztpi { top:19.5rem;left:25.25rem;width:22.5rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bBuGpvv2dNC7MDCxUp0DLCrEAOV8Eo { top:27.75rem;left:30.5rem;width:17.25rem;height:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz4T19gnrJyTNZTOBvEtgPTVo89AplIG { top:1.625rem;left:0rem;width:32.4375rem;height:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { top:5.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX2nohAwefvgfA3koyEgSzTqNZhvBdAR { top:20.3125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eabpZkgr6FuXlUTENrKJRuTdgJbiKALl { top:11.75rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyBuIksL5WCR2bibP1VMbsQRcImb6wV { top:15.1875rem;left:0rem;width:21.4375rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxARyQvPZmGtPl8lXlIzGaFh9KPCSRwW { top:20.125rem;left:0rem;width:21.0625rem;height:10.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGq42Cazn8XhGScOGwWNKuxOApBVrDSA { top:23rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSrq3yzyF1Z8fZR8ehqoxrTeGngdbdld { top:25.5rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGXn00UNmdMB9Pbvwg8abR1DIug7BhW9 { top:39.0625rem;left:0rem;width:47.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwpkfBl4KXrN8oZP2OeFcg739Qikvz2b { top:41.75rem;left:0rem;width:11.375rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpWNCF0puAzU4x29uNmerJ9gbehz6ssO { top:46.125rem;left:0rem;width:22.75rem;height:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEcqiteos0cPWqytEoKuurEWpihAfzRt { top:46.3125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUoVPxSBZFAE5OezTkMRBl4KL1VxOHeT { top:48.875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO4QpqAsZElBHdVIXTxQeLTEzvwur3b8 { top:51.5rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7koZBAaX6PED7L9Pk3rhLHuqXmJZUE { top:28.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFRrmAX3tRJ5vFJDKewGTL8AwkJL8eNq { top:2.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDztAFg5D9ubSK5QCggJD5H37wRVEn60 { top:54.0625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKH8R5VclUK0NKCRWQlxSZXeCzHpAhV9 { top:56.625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr8m81mT30lcTbXnhgugz6vHVSoKk15P { top:9.8125rem;left:13.125rem;width:31.25rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMEiOg9pyFgPfqBN4qrZ9QXfsQdZKwoM { top:12.5625rem;left:29.5625rem;width:18.1875rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzCoxaBrVJMtfB4Tb2wHHsdOb6UTlHqM { top:39.8125rem;left:4rem;width:43.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTcH2iXurxBwsT1DVoHuf5vEaI0fDgK { top:42.1875rem;left:13.375rem;width:34.375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvE9mGeId8DokqLizl0FRzk93VlIzF8Z { display:block; }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ou0VbN2dsAXTyZLhveLbf9SXyEU0HK9v { top:1.4375rem;left:6.8125rem;width:40.9375rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcsAu1IpWoW2nKhotS0Nxz1dDS1guKl { top:18.5rem;left:0rem;width:26.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzNzJcM8K1111KDq1iMD8EveSI1TKIoK { top:3.0625rem;left:0rem;width:33.125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFp7EnhIe2yfDcwQgCm6XDpSG0VORH9g { top:8.0625rem;left:0rem;width:18.875rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8gxkDhrdDwpMpGGWGpLfN89y8FVqNR1 { top:17.3125rem;left:0rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9ISJvRB6Ut19XTGouBcTFnUviho2vS { top:6.25rem;left:0rem;width:28.125rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqMpq8DumoSE4wQrnsCbk0TbJND8Iops { top:12.1875rem;left:0rem;width:25.5rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHqW1rxKCfRhXpzm232Jsqhdc4xfVbT { top:22.5rem;left:0rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgk6dmGSic7H4FuAKXeZXeioDd9fhtXe { top:23.75rem;left:0rem;width:26.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvftCBShpAgZt3R53WsAKci5B820Z7s8 { top:27.6875rem;left:0rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qdrZAQERxO5bXIvQt2rBoEi6oCd2NE { top:28.9375rem;left:0rem;width:26.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDI4ogBf7bktrTzKeN0ZCZm8221eThul { top:32.6875rem;left:0rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdEzTysI6y9KbqRRrUDwJZImR9Cgkh6N { top:33.875rem;left:0rem;width:28.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsGqpnztxBXg27WUTFbWhUCNDTlulV5 { top:6rem;left:12.6875rem;width:35.0625rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 { display:block; }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiCJxeR7fGM3iOVBf1El84Z5RUaymq9c { top:11rem;left:13.1875rem;width:21.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8xVu1ea6CZI2urdUBATxdTdQRtZiMn { top:14.375rem;left:14.8125rem;width:18.0625rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5TtHRfN31JPWEmXg7lCLwTfXAsuwos { top:66.625rem;left:29.9375rem;width:11.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io0b9G7GhZMRDZZQCpNdnDozTT0Mboao { top:66.625rem;left:18.3125rem;width:11.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi4xOmB9h8mgLKeyo5gOQwGPv3DdIVlm { top:66.625rem;left:6.625rem;width:11.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPcitGXErPeRqKRn7Cf0rIyN41hpepyw { top:17.625rem;left:14.8125rem;width:18.0625rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF65WU70BtrJq2nCtrAIw5kGBz2xbWe7 { top:11rem;left:0rem;width:21.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nusn32OqZaZgdePH1P0CrKhE9C6ckUIG { top:14.375rem;left:0rem;width:18.75rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGJJQ12ff73HZbmqaUeDE8uphx9NKw9k { top:17.625rem;left:0rem;width:18.0625rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpORtlAdcF5XaD6Ewa0uqLm04raafdMw { top:51.5625rem;left:0rem;width:14.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbtNoNkR9xMzazWTPPdIAeii3dCE0Fqa { top:6.0625rem;left:2.84375rem;width:42.0625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6zcCNrmbNCXKRofrBN4xLbvzqVL4dBz { top:57.5rem;left:3.40625rem;width:40.9375rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7EJBLr7fybNBAVpTRhGezBzSf2E6reI { top:64.0625rem;left:6.0625rem;width:35.625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEosQ8QUXmkZN8uJVmbyy6X9twwcfa4h { top:55.8125rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTEQPL49z22iAd4oW9chu8QX7N02uGqh { top:50.9375rem;left:0rem;width:15.8125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTiMOZQL2GWGhePZn5HFPHUaoQ6A72u { top:67.875rem;left:31.4375rem;width:8.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmP8tyTPsqCRlc9QLNeDZ3EdG1iZUT7D { top:67.875rem;left:19.8125rem;width:8.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4lGe7wrEEOyEfm4RIAcLbM8Ty8acBm { top:67.5rem;left:10rem;width:4.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek6M9BndDkG0duZnQOdAbF3lyTKSdXe9 { top:2.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn8vHuMPHq15TuV10BynrAsnQSV3glbk { top:34.3125rem;left:1.5625rem;width:21.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkkGVWLRxbT6vmcaJSsDuQeyF1Jbrqoe { top:41.0625rem;left:4.125rem;width:16.5rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE4du407Gsq3TDLEyTCJAVnGGykaUp4U { top:37.5625rem;left:4.1875rem;width:15.25rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQkn4REA7aDHULfNoZ6FVRmOiG91y2xe { top:34.3125rem;left:24.9375rem;width:21.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcEzfMrN1CQDiF0IbeAztTCGfQaOAg3p { top:41.125rem;left:27.25rem;width:16.5rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNXyErJWMbP5f0yadx2dW7k5Pz43HN8 { top:37.5rem;left:27.0625rem;width:16.75rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtBTTwlsMTzOnH50LdnxgwpL0xPDe7W2 { top:11rem;left:26.4375rem;width:21.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8dUg82JlP38EFEiAmg8pmEEFlXfSAi { top:18.1875rem;left:35.0625rem;width:12.6875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLpRWBVUiLlk3CkSzgDspTnsHT1mn5We { top:15rem;left:34.6875rem;width:13.0625rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBadlElipB8riavZPQdKEPDexLmaQc1 { top:29.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad { display:block; }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIr12GrTpAzJXT8nZidBGrD7NG9FQDnc { top:1.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuZaLGFEwymNv0D9UQswtVIsL4inMRgK { top:6.4375rem;left:0rem;width:47.75rem;height:14.992744063325rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD5hfaaqvT452N1L0dLGfP73rTVOwwcS { display:block; }#XD5hfaaqvT452N1L0dLGfP73rTVOwwcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy7dlqXogWsHT2QWTPyxphJnGLMGruQZ { top:8.8125rem;left:0rem;width:47.75rem;height:3.939375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJGhynK6ToTEOTk50NIy7Wux4fGhpJde { display:block; }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbF88EdiG2OM68AZrvO9zH9uFEIytT4s { top:3rem;left:17.6875rem;width:29.9375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-regular-label { width:25.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-text { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-text {padding-top: 0; padding-bottom: 0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-textarea { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-select { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-select {padding-top: 0; padding-bottom: 0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-button { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq  { width:25.375rem;height:19.875rem;top:2rem;left:19.875rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .radio-container { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq {display:block;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq { width:25.375rem;height:19.875rem;top:2rem;left:19.875rem; }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #GXsOi6o2MyeomTaQeuCsDcdQKURRxInt {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #duT75BQCfA180JebDmTTZAnKdGJJcJsZ {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #m3BMKMelN0bX73EZpQ0BJ5IAqOWXCbtT {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #o5VRSheRrrAdXiW3NZAKtohgr65KTz1M {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #qTosd5zT4gK0fH1f0GvSU55iuZVatWeW {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #AoAyNWDBC92FSs6aaLBcXoOl3XUzztbI {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #RTZn6xR4WwUZFc3HqtktEtqRGg2IU2H0 {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #ksH1Wg0CAXm9D4A6xrEpmbSNCz3plbEB {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #fbAFy1F1ax6B5auC1LeBxGAgAxS0xsLD {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #HR7I0ZGmDL1G9y35ml9Z4CB6nOTyzbuA {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #g6hEkbepAeXvbZhspFtWs9P2IRocZ09E {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #EISh1vWmazT2uOzICVT8R1AX8GUxGSrO {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #ZZXHHn5Cw1lnJQokcWDsC8bPEMQu1c5i {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #SpcLqkF7Ey2SaGbFcaA3n1F6VCWSFTVT {  }
 }@media only screen and (max-width: 763px) { #pET1PX5q7U4m8as6E6MlugSo7c7e0xy9 { top:19.9375rem;left:0rem;width:23.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTsVKEomv6x8ggqvzkxTaoaESQrzBT0 { top:2.375rem;left:0rem;width:30.625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr8NEb7vlZD2ZfZLMatCdrgucLxTfS9N { top:4.75rem;left:0rem;width:25.8125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ6JDn8r02dGvrv2IhJW8CnTBCJfgJ50 { top:8.9375rem;left:0rem;width:30.625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNeV8MuNtfIJ0mXehJb0QhapswV1HB5y { top:8.5rem;left:0rem;width:19.75rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cloCtFW8qsHBoQRfeoBFvSzOBcmsJSLg { display:block; }#cloCtFW8qsHBoQRfeoBFvSzOBcmsJSLg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJp6Mfle7xHe2Ob6fqMaP9IuElWb6Plc { top:7.1875rem;left:0rem;width:27.5rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSWrJN3SIeLeJJZpV8zyhtTwVT7b9PmD { top:11.3125rem;left:0rem;width:28.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC2EFaIsPR0Mi8GHSbimTHHvHQ90VwE3 { top:1.3125rem;left:12.625rem;width:35.125rem;height:19.589755784336rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ { display:block; }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTBpVJdFhyuzNMFzTn1UCDRZ5gVWN7ZV { top:1.5rem;left:13.125rem;width:21.4375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHT2dnuOBGwCFnk3urMfpOLT36hu5m75 { top:1.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#gHT2dnuOBGwCFnk3urMfpOLT36hu5m75 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #KAdmwPzqoKf1WyJmE2iOVG5km0DiEcVk { top:1.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#KAdmwPzqoKf1WyJmE2iOVG5km0DiEcVk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ezloE7dkOSxIWbp9FnVBcxiaFL3f7c4m { top:1.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#ezloE7dkOSxIWbp9FnVBcxiaFL3f7c4m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #J3yVnoyyTyXFdAF5acqIbk76NHkcTpSQ { top:1.75rem;left:36rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dr4VVwtN8yMSoAbEORoB5AyVKcL5TW { top:0.5rem;left:0rem;width:10.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM { position:relative;z-index:auto;display:block; }#o1MRBg1zN8aeLci4wxOkSf0CtoQd3HnM > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPbr9vDZAGkU5t8DWavviPDww9ea5QvL { width:5.625rem;height:1.75rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xovd9DEL6X3ye43MPEFGh2JsObt5dULL { width:5.3125rem;height:1.03125rem;top:0.75rem;left:14.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COBxTTDzayUTWe2iHOz2UXfCL4GcX8UI { width:6.125rem;height:1.75rem;top:1.375rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn { display:block; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReGJSri2oUtfAOni2rls2aIhCl5uwxRy { width:14.8125rem;height:3.5625rem;top:3.1875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dCi7UMEG034TKRBtLil44TFBvZpHqfMm { width:14.25rem;height:2.4375rem;top:11rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsZJKFJ0M4anv4FiqWhdHI2nAdQDnQ7U { display:block; }
 }@media only screen and (max-width: 763px) { #LO4DmBtDkn6giTbilUnhlIk7McAU0DZU { width:14.25rem;height:2.4375rem;top:11.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoAQg3ytHca6bo9vGfuh9d1ShsGiMfvT { width:13.3125rem;height:2.0625rem;top:7.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #diEeKiI7fzHdTu40fib1SSy22auCUDey { display:block; }#diEeKiI7fzHdTu40fib1SSy22auCUDey > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXOxOP6af1qGf6n80kNZ5nlOclsXyIFr { width:20rem;height:3.75rem;top:9.6875rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #vUHDctTfdo1Gyv9iJPHa2viaIQkwGSal { width:17.875rem;height:1.1875rem;top:1.25rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6NW1F9cAJt7Tmvtdq2QcRFgHCKfHKqt { width:15.4375rem;height:2.0625rem;top:4.46875rem;left:2.2812501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvlpU7D39tbTneiOE2BcU2Nrp5QGAEfT { width:6rem;height:6rem;top:4.5625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nw0gZB9lXPc2mKXeBIyQcd51HU1mo69S { width:20rem;height:2.0625rem;top:10.53054022789rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZbA1Uu4PT18ietHrBBdiqP34hIFsxh9 { width:18.125rem;height:18.25rem;top:76.930206298825rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRQkLMVACT9twnOFsdReHRv6vSiLd1eG { width:18.9375rem;height:3.09375rem;top:16.67116522789rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0CJIRVzzhgCMTDfKVAHpDaXCRUumllJ { display:flex;width:1.25rem;height:1.25rem;top:7.9375047683719rem;left:9.3750001192094rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yLM1fhIxwGDBRTMXZcZESJs3eivHI6Pb { width:20rem;height:3.75rem;top:3.625rem;left:-0.125rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #Xaf0rPVLEy2d06qZ9QTvLgtiO26b6Mzn { width:20rem;height:4.5625rem;top:15.9375rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #PXawHL734dVytvzqeA9igqWOIppwLptP { width:20rem;height:5.875rem;top:22.875rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #yzrOkgtxlTeqoeS0goRhUpXAgaJkwD9D { width:16.5625rem;height:4.125rem;top:23.811791419983rem;left:0.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCyRTxwrGkpQNbP1dmzJTnsRh8Oc1mLT { width:15.375rem;height:1.875rem;top:30.4296875rem;left:2.3125001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GV3LkUukuKmmGoZQEAd8IVi2Z2uCkAdC { width:16.875rem;height:2.375rem;top:32.499290466309rem;left:1.5625001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTCas39zutFTrqfNnDHTNTK0Vl4qExgr { width:20rem;height:2.611325rem;top:38.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDZV60mbhMvN1irUBKC51GCp6ifuD8dQ { width:20rem;height:5.5625rem;top:36.8125rem;left:0rem;z-index:14988;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQNEaTcCyThEqCLnKkFW6HS5qmSR0cP7 { width:16.6875rem;height:4.125rem;top:43.0625rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIWsaHQ1BGiNwurv1T0EIvoRqhLEUoSi { width:3.125rem;height:3.125rem;top:48.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSfgdNFl6CmNn7u3qebzphGoI9vTDrlK { width:20rem;height:11.1875rem;top:38.25rem;left:0rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqNFO6m8Uf19201qtHPq65DvGvF2Cw1z { width:5rem;height:5rem;top:48rem;left:7.375rem;z-index:14988;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mCEoaDVIzlNRTk2DJof8QvTGFHbcgvoL { display:flex;width:1.25rem;height:1.25rem;top:14rem;left:9.3750001192094rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hQaadldW1AQxqRK41Zm3Pvc4zOAWl9cs { display:flex;width:1.25rem;height:1.25rem;top:21.117188453674rem;left:9.3750001192094rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #m7OhEbuJOz7FqBqqb0Qbm8apUl9ds4CX { width:2.8125rem;height:2.8125rem;top:24.405541419983rem;left:16.701704144478rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf { display:block; }#Wo9BWL6dhIPEDDQRmsBqX4fTTfGnkbCf > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVbcOC1SMmTbQKJwCxbizS8qle9CHTHa { width:20rem;height:2.375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEWOAZD8n8s0ulHqFkVP6PEMcRLfu0yd { width:19.875rem;height:10.125rem;top:4.8750004768372rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQoKBM2BeB4TnhIhN365wxgGZf7HxRBu { width:19.875rem;height:10.9375rem;top:16rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPdnaidlgfdJHmTLXXZslwCX6god0chr { width:19.875rem;height:9.6875rem;top:28.125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCvrkUVFNcrc47azVrkDbw5XJFOSz7uN { width:14.8125rem;height:3.75rem;top:10.000000476837rem;left:2.5937501192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mwWAJxwZdXucCfFcHNsTDxw2z1bHWluo { width:19.875rem;height:10.125rem;top:5.3906254768372rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFVdeJ77vTxq9hmb68UOdVLOgOW9EsVD { width:19.875rem;height:11.25rem;top:16.187498778105rem;left:0.034090876579284rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQo7XuLc7umDzwomsyURNoIQk2gsAPaR { width:19.875rem;height:8.875rem;top:29.499996185302rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtpLmFmfuzJXKaSDhiNzEu4XQI11Atdk { width:14.375rem;height:4.6875rem;top:20.750000685453rem;left:2.5937501192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yidNPsXfsseCcIsC8JPurkRN395F41O0 { width:16.125rem;height:2.8125rem;top:33.125000953674rem;left:2.5937501192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rKHAnI3duldsDRGUNgKoSBSBWsfwdd60 { width:15.375rem;height:2.375rem;top:39.487218379974rem;left:2.3125001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzQoiXxAhTk8Wgu6V5nJQtwzXDAm5r4l { width:16.0625rem;height:2.0625rem;top:42.362213134766rem;left:1.9687501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvRocIvcEgvxoqSwS6EDPT7Cx7Pdobu7 { width:1.9375rem;height:2.4375rem;top:6.1875004768372rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #spHZIDoHyutG93oqkPN4DGTR5P0Oriap { width:1.9375rem;height:2.4375rem;top:17.374291151762rem;left:2.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDtTEsmsCopFwMfycD7bAzIFQOom572 { width:1.9375rem;height:2.4375rem;top:29.5rem;left:2.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtkE1vfNkNcttphv7yPgWJepe2yubiOG { width:12rem;height:12.25rem;top:1.9073486328125E-6rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPNI0wW460Z3cDSwJfSpptLoSz6brc5b { display:block; }#oPNI0wW460Z3cDSwJfSpptLoSz6brc5b > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBxtR7NmnZ6JXfD7XOEmHDTMvmp6mCeq { width:14.375rem;height:2.8125rem;top:6.625rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CyWERH3tuWAmirpP145HC8OIZXOcXuc8 { width:13.4375rem;height:3.5625rem;top:2.1875rem;left:1.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lUMZGKStflxm9uTpDtIkil4HdP1S141I { display:flex;width:3.5625rem;height:3.5625rem;top:4.125rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #x0qSBTWqfMn34FkwBzSzCw7eLqcHdnP0 { width:16.1875rem;height:9.4375rem;top:1.25rem;left:0.375rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFtUmPas8wv9cRhKpAb0mNAkNTDd9J8X { width:20rem;height:2.611325rem;top:11.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCDEFkeAi86QVFfsRdVxzkaC21nhqS7i { width:16rem;height:3.75rem;top:15.0625rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzfRKsI3ZAcs0r06XiMyy1DUHuqOs6q8 { width:5.125rem;height:5.625rem;top:20.125017166137rem;left:7.4375001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 { display:block; }#lxPqwohnPbFTd2a55fz6agQJ1ZDPHJh2 > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAolsWlk6fFJaTOEuA47tEezL3scK4g7 { width:17.875rem;height:2.375rem;top:1.25rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3iFGuAkSQQshdPSbaGTmVyqZ00lBz93 { width:20rem;height:7rem;top:7.375rem;left:0.0625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoMoyyaPtQ249HvcEouuXIf1H2W6b9Vh { width:18.625rem;height:1.1684rem;top:8.3125rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSLDOw0tOnkyfJxEOxSr96QCn1TOydfc { width:15.4375rem;height:2.0625rem;top:4.1875019073486rem;left:2.2812501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSTCOGZzyl2UpzOFI6JW5i8HsTqWQqNq { width:15.625rem;height:3.09375rem;top:10rem;left:2.1875001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8v0Xw46udMxx8a1kETGXkdqOwFL4ZEC { width:20rem;height:7rem;top:14.918323516846rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1U6o8KlhzRUFXrv4KKl6VocmTQb3OOs { width:13.6875rem;height:1.1684rem;top:15.793323516846rem;left:3.1562501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXpT3JXq5xSkzc8nnoVtUIDIn5r2lcHh { width:14.1875rem;height:3.09375rem;top:17.480823516846rem;left:2.9062501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9ifH7HAqzuW0CmzngDVwS0oZRReFZzy { width:20rem;height:7rem;top:22.5625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLA3hzyMN4kGIoHudRmJ0sO3X8X9DLv { width:15.25rem;height:1.1684rem;top:23.750000953674rem;left:2.3750001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEHmZnOh1fXnlSsAwmtTryRmvUG7J4o0 { width:13.3125rem;height:3.09375rem;top:25.500000953674rem;left:3.3437501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 { display:block; }#ZqEgKZExD3ANuuof8HGy0wZJvus3Spf9 > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtzeiCfIhh7XITR9vdEOAuLWapFDQFRW { width:20rem;height:8.3125rem;top:27.375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtgMp8o6aZfke24mPdbcTTWbtVnF1ePX { width:17.12325rem;height:4.125rem;top:30.312500953674rem;left:1.4366320371627rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpOttCJXZqkAzVRmMwVSqfiP6KUgKm5E { width:19.25rem;height:19.625rem;top:12.430556535721rem;left:0.7491319179535rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #bbaBN2MzuyJm2G4lU1PZr5MNHuWkqHPn { width:12.93575rem;height:1.3125rem;top:28.625000953674rem;left:3.5303817987442rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTIB4FNk4sATydyROmsJkobB4gln4TNa { width:20rem;height:8.3125rem;top:18.086805582046rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzCvkA2ThpCK5eUEy5RDzKt34O6vwJ4Q { width:16.3125rem;height:1.443575rem;top:19.524306535721rem;left:1.8437501192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdQtZ4na9xzZSnryygit0TXNJRbiKwEJ { width:12.6875rem;height:2.611325rem;top:3.4375rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cB6vf8y4LeRXBBLKKZTfnFg043Q5wbvy { display:flex;width:1.875rem;height:1.875rem;top:6.8125rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rxhDTnUeT1gT4XFtdQcPbhMBx08eA3nV { width:14.3125rem;height:2.611325rem;top:9.1875rem;left:2.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haXI5XPenrWs20X5vaTVSoAA68JXdqrf { width:18.3125rem;height:1.03125rem;top:1.25rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtoKyfo4XzMb7Q31DOcexZZkIyd3u8t4 { width:14.375rem;height:2.375rem;top:13.524305343628rem;left:2.8125001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkOw1rc99eOc8bupqZULJTHlGg2cFfnx { width:14.5rem;height:2.611325rem;top:45.95486164093rem;left:2.7500001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytQ1gQzM115HU8qzFJCGEyhmC8JCTHq9 { width:17.4375rem;height:2.0625rem;top:21.023438692093rem;left:1.2812501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTUhncpnNyq1kT8EfkGAoDLFrw6QI2rd { width:11.6875rem;height:1.64930625rem;top:23.711806535721rem;left:4.1562501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7t7a2cdvEbrzRaTF1N5TRsBtfSwffMC { width:14.125rem;height:1.3125rem;top:37.687499523163rem;left:2.9375001192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQ0Rmbc0mJK7OLlQEtEbxU325QU5Ztpi { width:20rem;height:7.6875rem;top:36.625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bBuGpvv2dNC7MDCxUp0DLCrEAOV8Eo { width:16.75rem;height:4.125rem;top:39.3125rem;left:1.6250001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xz4T19gnrJyTNZTOBvEtgPTVo89AplIG { width:16.1875rem;height:9.4375rem;top:2.9375rem;left:1.9062501192093rem;z-index:14989;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.375rem 0.6875rem 0.8125rem rgba(0,0,0,0.43) ;display:block; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { width:16rem;height:2.0625rem;top:4.2500009536743rem;left:2.0000001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LX2nohAwefvgfA3koyEgSzTqNZhvBdAR { display:flex;width:1rem;height:1rem;top:12.624995708466rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #eabpZkgr6FuXlUTENrKJRuTdgJbiKALl { width:20rem;height:19.125rem;top:7.6875rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyBuIksL5WCR2bibP1VMbsQRcImb6wV { width:20rem;height:2.611325rem;top:8.6250114440919rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxARyQvPZmGtPl8lXlIzGaFh9KPCSRwW { width:15.1875rem;height:8.25rem;top:12.625000476837rem;left:3.3107639551163rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGq42Cazn8XhGScOGwWNKuxOApBVrDSA { display:flex;width:1rem;height:1rem;top:14.8125rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #kSrq3yzyF1Z8fZR8ehqoxrTeGngdbdld { display:flex;width:1rem;height:1rem;top:16.8125rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #aGXn00UNmdMB9Pbvwg8abR1DIug7BhW9 { width:20rem;height:19.125rem;top:40.0625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwpkfBl4KXrN8oZP2OeFcg739Qikvz2b { width:11.1875rem;height:2.611325rem;top:41.062501907349rem;left:4.4062501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpWNCF0puAzU4x29uNmerJ9gbehz6ssO { width:14.5625rem;height:10.3125rem;top:45.170446395874rem;left:3.357954621315rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEcqiteos0cPWqytEoKuurEWpihAfzRt { display:flex;width:1rem;height:1rem;top:45.170455932618rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #PUoVPxSBZFAE5OezTkMRBl4KL1VxOHeT { display:flex;width:1rem;height:1rem;top:47.312501907349rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #nO4QpqAsZElBHdVIXTxQeLTEzvwur3b8 { display:flex;width:1rem;height:1rem;top:50.375001907349rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #uO7koZBAaX6PED7L9Pk3rhLHuqXmJZUE { display:flex;width:0.9375rem;height:0.9375rem;top:18.875rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #iFRrmAX3tRJ5vFJDKewGTL8AwkJL8eNq { width:20rem;height:2.375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDztAFg5D9ubSK5QCggJD5H37wRVEn60 { display:flex;width:1rem;height:1rem;top:52.375001907349rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #nKH8R5VclUK0NKCRWQlxSZXeCzHpAhV9 { display:flex;width:1rem;height:1rem;top:54.465911865234rem;left:2.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #Nr8m81mT30lcTbXnhgugz6vHVSoKk15P { width:19.1875rem;height:17.875rem;top:21.374290466309rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMEiOg9pyFgPfqBN4qrZ9QXfsQdZKwoM { width:18.1875rem;height:23.9375rem;top:35.03124666214rem;left:1.8116320371627rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzCoxaBrVJMtfB4Tb2wHHsdOb6UTlHqM { width:18rem;height:1.3125rem;top:57.69033741951rem;left:1.9003151695089rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQTcH2iXurxBwsT1DVoHuf5vEaI0fDgK { width:20rem;height:13.5269375rem;top:56.388495445251rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvE9mGeId8DokqLizl0FRzk93VlIzF8Z { display:block; }#dvE9mGeId8DokqLizl0FRzk93VlIzF8Z > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ou0VbN2dsAXTyZLhveLbf9SXyEU0HK9v { width:20rem;height:19.875rem;top:18.968035697937rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #rWcsAu1IpWoW2nKhotS0Nxz1dDS1guKl { width:15.49825rem;height:1.0625rem;top:9.9687502384187rem;left:2.2507103681564rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzNzJcM8K1111KDq1iMD8EveSI1TKIoK { width:20rem;height:1.30610625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFp7EnhIe2yfDcwQgCm6XDpSG0VORH9g { width:18.9375rem;height:1.5625rem;top:4rem;left:0.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8gxkDhrdDwpMpGGWGpLfN89y8FVqNR1 { width:20rem;height:2.5rem;top:9.25rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9ISJvRB6Ut19XTGouBcTFnUviho2vS { width:16.0625rem;height:18.25rem;top:3.1875rem;left:2.1875rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqMpq8DumoSE4wQrnsCbk0TbJND8Iops { width:15.625rem;height:2.0625rem;top:6.1875rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeHqW1rxKCfRhXpzm232Jsqhdc4xfVbT { width:20rem;height:2.5rem;top:12.25rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgk6dmGSic7H4FuAKXeZXeioDd9fhtXe { width:20rem;height:1.0625rem;top:12.968750238419rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvftCBShpAgZt3R53WsAKci5B820Z7s8 { width:20rem;height:2.5rem;top:15.25rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qdrZAQERxO5bXIvQt2rBoEi6oCd2NE { width:20rem;height:1.0625rem;top:15.968750238419rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDI4ogBf7bktrTzKeN0ZCZm8221eThul { width:20rem;height:2.5rem;top:18.25rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdEzTysI6y9KbqRRrUDwJZImR9Cgkh6N { width:20rem;height:1.0625rem;top:18.968750238419rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBsGqpnztxBXg27WUTFbWhUCNDTlulV5 { width:19.3125rem;height:20.125rem;top:21.962358951569rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 { display:block; }#cn5gZEKhTvfJ5aJRn1JqprFdrmTwTH97 > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiCJxeR7fGM3iOVBf1El84Z5RUaymq9c { width:13.625rem;height:7.8125rem;top:17.311789929867rem;left:3.1875001192093rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8xVu1ea6CZI2urdUBATxdTdQRtZiMn { width:17.6875rem;height:1.5625rem;top:19.0625rem;left:1.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dI5TtHRfN31JPWEmXg7lCLwTfXAsuwos { width:8.1875rem;height:2.9375rem;top:69.670457839969rem;left:5.9062501192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io0b9G7GhZMRDZZQCpNdnDozTT0Mboao { width:8.1875rem;height:2.9375rem;top:72.9375038147rem;left:5.9062501192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi4xOmB9h8mgLKeyo5gOQwGPv3DdIVlm { width:8.1875rem;height:2.9375rem;top:76.3750038147rem;left:5.9062501192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPcitGXErPeRqKRn7Cf0rIyN41hpepyw { width:12rem;height:2.611325rem;top:20.6875rem;left:4rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LF65WU70BtrJq2nCtrAIw5kGBz2xbWe7 { width:13.625rem;height:7.8125rem;top:8.8125004172325rem;left:3.1875001192093rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nusn32OqZaZgdePH1P0CrKhE9C6ckUIG { width:9.3125rem;height:1.5625rem;top:10.607954442501rem;left:5.2812501192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGJJQ12ff73HZbmqaUeDE8uphx9NKw9k { width:11.25rem;height:2.611325rem;top:12.250000417232rem;left:4.3125001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpORtlAdcF5XaD6Ewa0uqLm04raafdMw { width:6.25rem;height:1.875rem;top:57.687502861023rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbtNoNkR9xMzazWTPPdIAeii3dCE0Fqa { width:13.375rem;height:3.75rem;top:3.8749999403954rem;left:3.3125001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6zcCNrmbNCXKRofrBN4xLbvzqVL4dBz { width:16.375rem;height:3.9375rem;top:61.375002861023rem;left:1.8125001192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7EJBLr7fybNBAVpTRhGezBzSf2E6reI { width:15.6875rem;height:2.0625rem;top:66.8125038147rem;left:2.1562501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEosQ8QUXmkZN8uJVmbyy6X9twwcfa4h { width:20rem;height:18rem;top:60rem;left:0rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTEQPL49z22iAd4oW9chu8QX7N02uGqh { width:9.125rem;height:11.1875rem;top:57.107957363129rem;left:5.4375001192093rem;z-index:14987;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTiMOZQL2GWGhePZn5HFPHUaoQ6A72u { width:6.875rem;height:1.375rem;top:77.1562538147rem;left:6.5625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmP8tyTPsqCRlc9QLNeDZ3EdG1iZUT7D { width:7.5rem;height:1.3125rem;top:73.7500038147rem;left:6.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4lGe7wrEEOyEfm4RIAcLbM8Ty8acBm { width:3.75rem;height:2.0625rem;top:70.107957839969rem;left:8.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek6M9BndDkG0duZnQOdAbF3lyTKSdXe9 { width:14.375rem;height:2.625rem;top:0.67045456171037rem;left:2.8125001192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nn8vHuMPHq15TuV10BynrAsnQSV3glbk { width:13.625rem;height:7.8125rem;top:38.687515258789rem;left:3.1875001192093rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkkGVWLRxbT6vmcaJSsDuQeyF1Jbrqoe { width:11.875rem;height:2.611325rem;top:42.125rem;left:4.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QE4du407Gsq3TDLEyTCJAVnGGykaUp4U { width:15.25rem;height:1.5625rem;top:40.5rem;left:2.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQkn4REA7aDHULfNoZ6FVRmOiG91y2xe { width:13.625rem;height:7.8125rem;top:47.312480926514rem;left:3.1875001192093rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcEzfMrN1CQDiF0IbeAztTCGfQaOAg3p { width:11.875rem;height:2.611325rem;top:50.8125rem;left:4.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsNXyErJWMbP5f0yadx2dW7k5Pz43HN8 { width:16.75rem;height:1.5625rem;top:49.0625rem;left:1.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtBTTwlsMTzOnH50LdnxgwpL0xPDe7W2 { width:13.625rem;height:6.1875rem;top:25.8125rem;left:3.125rem;z-index:14988;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8dUg82JlP38EFEiAmg8pmEEFlXfSAi { width:12.6875rem;height:1.30610625rem;top:29.066051483154rem;left:3.6562501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLpRWBVUiLlk3CkSzgDspTnsHT1mn5We { width:13.0625rem;height:1.5625rem;top:27.4375rem;left:3.4687501192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFBadlElipB8riavZPQdKEPDexLmaQc1 { width:17.6875rem;height:2.625rem;top:34.499290466309rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad { display:block; }#zkhlTaNtDzLwMItSkt6DC2afu8RCU9Ad > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIr12GrTpAzJXT8nZidBGrD7NG9FQDnc { width:20rem;height:2.375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuZaLGFEwymNv0D9UQswtVIsL4inMRgK { width:20rem;height:6.2796833773087rem;top:4.6866354942322rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD5hfaaqvT452N1L0dLGfP73rTVOwwcS { display:none; }#XD5hfaaqvT452N1L0dLGfP73rTVOwwcS > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wy7dlqXogWsHT2QWTPyxphJnGLMGruQZ { width:20rem;height:1.65rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJGhynK6ToTEOTk50NIy7Wux4fGhpJde { display:block; }#QJGhynK6ToTEOTk50NIy7Wux4fGhpJde > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbF88EdiG2OM68AZrvO9zH9uFEIytT4s { width:19.875rem;height:19.5625rem;top:12.125000357628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-text {padding-top: 0; padding-bottom: 0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-select {padding-top: 0; padding-bottom: 0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;font-size:0.8125rem;overflow:hidden; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-container:first-of-type{padding-top:0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .widget-container:last-of-type{padding-bottom:0;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq  { width:17.5rem;height:auto;top:11.186789989471rem;left:0rem; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq {display:block;}#qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq { width:17.5rem;height:auto;top:11.186789989471rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #GXsOi6o2MyeomTaQeuCsDcdQKURRxInt {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #duT75BQCfA180JebDmTTZAnKdGJJcJsZ {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #m3BMKMelN0bX73EZpQ0BJ5IAqOWXCbtT {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #o5VRSheRrrAdXiW3NZAKtohgr65KTz1M {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #qTosd5zT4gK0fH1f0GvSU55iuZVatWeW {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #AoAyNWDBC92FSs6aaLBcXoOl3XUzztbI {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #RTZn6xR4WwUZFc3HqtktEtqRGg2IU2H0 {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #ksH1Wg0CAXm9D4A6xrEpmbSNCz3plbEB {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #fbAFy1F1ax6B5auC1LeBxGAgAxS0xsLD {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #HR7I0ZGmDL1G9y35ml9Z4CB6nOTyzbuA {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #g6hEkbepAeXvbZhspFtWs9P2IRocZ09E {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #EISh1vWmazT2uOzICVT8R1AX8GUxGSrO {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #ZZXHHn5Cw1lnJQokcWDsC8bPEMQu1c5i {  }
 }@media only screen and (max-width: 763px) { #qNv6A3QLP6UmTxB7Ctxfi1LJoh576XLq #SpcLqkF7Ey2SaGbFcaA3n1F6VCWSFTVT {  }
 }@media only screen and (max-width: 763px) { #pET1PX5q7U4m8as6E6MlugSo7c7e0xy9 { width:19.75rem;height:1.875rem;top:8.4375002980231rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #onTsVKEomv6x8ggqvzkxTaoaESQrzBT0 { width:20rem;height:6.375rem;top:1.25rem;left:0rem;z-index:14990;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr8NEb7vlZD2ZfZLMatCdrgucLxTfS9N { width:15.125rem;height:3.5625rem;top:2.5625000596046rem;left:2.4375001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZ6JDn8r02dGvrv2IhJW8CnTBCJfgJ50 { width:20rem;height:7.875rem;top:3.2500002980233rem;left:0rem;z-index:14988;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNeV8MuNtfIJ0mXehJb0QhapswV1HB5y { width:19.75rem;height:;top:8.5269099473956rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cloCtFW8qsHBoQRfeoBFvSzOBcmsJSLg { display:none; }#cloCtFW8qsHBoQRfeoBFvSzOBcmsJSLg > .row .container { width:20rem;height:17.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJp6Mfle7xHe2Ob6fqMaP9IuElWb6Plc { width:18.625rem;height:1.1875rem;top:1.25rem;left:0.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSWrJN3SIeLeJJZpV8zyhtTwVT7b9PmD { width:18.125rem;height:2.25rem;top:2.6875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FC2EFaIsPR0Mi8GHSbimTHHvHQ90VwE3 { height:11.25rem;width:20rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ { display:block; }#vAC12E7PmDr8CV8yOpa9ePE4IC7Ec9TQ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTBpVJdFhyuzNMFzTn1UCDRZ5gVWN7ZV { width:20rem;height:0.96235625rem;top:7.6853694915769rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHT2dnuOBGwCFnk3urMfpOLT36hu5m75 { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:6.625rem;font-size:1.3125rem; }
#gHT2dnuOBGwCFnk3urMfpOLT36hu5m75 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #KAdmwPzqoKf1WyJmE2iOVG5km0DiEcVk { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.1875rem;font-size:1.3125rem; }
#KAdmwPzqoKf1WyJmE2iOVG5km0DiEcVk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ezloE7dkOSxIWbp9FnVBcxiaFL3f7c4m { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:11.625rem;font-size:1.3125rem; }
#ezloE7dkOSxIWbp9FnVBcxiaFL3f7c4m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #J3yVnoyyTyXFdAF5acqIbk76NHkcTpSQ { width:12.3114375rem;height:1.13715rem;top:3.25rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6dr4VVwtN8yMSoAbEORoB5AyVKcL5TW { width:6.9360625rem;height:1.99786875rem;top:0.6875rem;left:6.5312501192094rem;display:block; }
 }