.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:237,237,237;--color-secondary-3:142,142,142;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:83,83,83;--color-tertiary-2:53,53,53;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/sqoYiP2f/daniel_dinuzzo_qCjolcMFaLI_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.adaptive-delivery-prevent-bg, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyload, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyloading { background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { background-color: transparent; background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .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); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { border-width: 0; border-radius: 0; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { font-size:0.875rem;font-family:arial;height:86.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4921875rem;left:23.78125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-form-header {  }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);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.125rem solid rgba(var(--color-secondary-4),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:20.6875rem;box-sizing:border-box;height:1.5rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);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.125rem solid rgba(var(--color-secondary-4),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:20.6875rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#a90932;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:12.375rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #d7074c ; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .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; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container:first-of-type{padding-top:0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container:last-of-type{padding-bottom:0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.25rem;left:20.59375rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW {display:block;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.25rem;left:20.59375rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Vor4sOkXwvX9OHFhQTGla8CynqDmSx7M { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #daQGlnI5FhIgqOTfZ39iNNLzT22bMx6m { position:relative;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #B6Qk6t0lkB1x3ZRyZUaRe4Pve1qN1Bi6 { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Bw2u2Al3u3qToEnx96lmbT24npL8RMpL { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #einhL3KWZo6b9GJGQuB7cgbnJk14f0pb { position:relative;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #VBAaq9mxbbmacG8FMsmabBnw6lPg3DMc { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #hatasFxUmHUR8OK4Th6TcZvgDkHTM34c { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #bx3MkzF48vL7Fxro1TVwneLIdOqtrhDQ { position:relative;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #xVpBu1qmdKDW7mQ0BQzZBQcviUxH1RwG { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #tECCqWOqZ9bkzQRSM3RW2xlLUhvwQzMC { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #CB2isOy3rBJgW4yQFptRT8gTBzBD4xLP { position:relative; }
#Wn5EeiL2LdVSU3pPWcodohgUUqM17hFk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-secondary-4),0.1) ;height:24.125rem;width:28.6875rem;top:9.41015625rem;left:18.09375rem;display:block; }
#Awiq7ihribU6xLv835tKgzzZVWwDZZdO { position:absolute;display:block;z-index:15009;background-color:#095bc1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:5.25rem;width:28.75rem;top:5.47265625rem;left:18.0625rem;display:block; }
#LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.125rem 0.25rem rgba(0,0,0,0.6);top:47.9375rem;left:18.0625rem;height:6.82325rem;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; }
#bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.765625rem;left:22.03125rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l7RuDLrD3WlanyRlSIfyZJJmJ1GOZz7w { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:1.390625rem;left:3.3125rem;overflow:hidden;display:block; }
#nqWakkFHeqtJS3MwKmgVam1xANdcaTB5 { color:#ffd633;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.318359375rem;left:24.71875rem;height:1.29980625rem;display:block; }
#AXV0kktDUTHOcNeOibraCzNwveWcfAiC { color:#f8efef;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.775390625rem;left:26.15625rem;height:5.199225rem;display:block; }
#uHpiBpeTK6zrfJ3k1K7pTbT0iRs4l4ZG { color:#f6f5ec;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:83.9375rem;left:1.09375rem;height:1.29980625rem;display:block; }
#xsCscwczZZ8kc8vAmTgkL1EalKTNLxCR { color:#ffd633;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:59.6875rem;left:22.75rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#ZQTZTZQahwzTTCTEQBK7bQguchT8rogp { position:absolute;display:block;z-index:15017;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:11.875rem;width:11.875rem;top:65.125rem;left:26.25rem;overflow:hidden;display:block; }
#VKWmBszW3TnOtnztttVmzrl9P0rycTQR { color:#f8efef;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:78.375rem;left:23.125rem;height:1.29980625rem;display:block; }
#kHI3WLccSeehIKEdCbuS1dI6obx3ApGy { color:#f8efef;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:56.8125rem;left:19.46875rem;height:1.29980625rem;display:block; }
#yJd00NUcpiCwblRB0xdnN1lRU9NvEH2l { color:#ffd633;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.6181640625rem;left:19.03125rem;height:1.29980625rem;display:block; }
#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT { 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; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { background-color: transparent; background-image: none; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container > .video-iframe-container { display: none; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row > .video-iframe-container { display: none; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .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); }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { border-width: 0; border-radius: 0; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#VUiOTBuwlkTRdKHTsSfx7M8lG53g4qLF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.146484375rem;left:14.28125rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl { position:relative;display:block; }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl { background-color: transparent; background-image: none; }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .row .container > .video-iframe-container { display: none; }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .row > .video-iframe-container { display: none; }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .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); }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl { border-width: 0; border-radius: 0; }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMQe7UomeEwwdEsTZWpa5TtuQW5tlbkF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:7.0869140625rem;left:0.875rem;height:6.9970625rem;display:block; }
#tC05sD40R3KSXVSFIlRpl981kJoruQp7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.0869140625rem;left:22.4375rem;height:6.9970625rem;display:block; }
#QP24DimO5IywCaiHxqTO9ZJOaTZdsx5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.0869140625rem;left:42.4375rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#zWmnGEyObRh6JShHINi3CnnONT6bD6K6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.75rem;height:;text-align:center;text-align-last:center;display:block; }
#E5ab7k2uQHDMaPSsMPThHAZFsS16xr28 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:22.71875rem;height:;text-align:center;text-align-last:center;display:block; }
#OTv4TZP7VmEAn4RVnl4nbUDzt0QzaarD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:44.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#idtkFyGHCHHxn4CO36zINewMKOasgWTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.9931640625rem;left:0rem; }
#IuzvkboyLlqbJBecKwt11BpmdNQgUFrN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.953125rem;left:40.5625rem; }
#WsLmTGHbxCKTKpzgxp4BPvymRDIlRqT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.671875rem;left:20rem; }
#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { 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; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { background-color: transparent; background-image: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container > .video-iframe-container { display: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container { display: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .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); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { border-width: 0; border-radius: 0; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#yHhgi2aVMWZCrEiM9hxGOT3Qastp5QHO { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.96875rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#x0KUMCWQZPcAq38U8tavoyi1kXsht05x { position:relative;display:block; }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x { background-color: transparent; background-image: none; }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .row .container > .video-iframe-container { display: none; }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .row > .video-iframe-container { display: none; }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .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); }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x { border-width: 0; border-radius: 0; }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5bcCnXnoipzUI76zuJn4SWQ30dTJpEK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:2.78125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#EIn1Xvh56EdGsPt7dmFhakx1sALzSNrE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:22.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#sh98RlN8hRUGuTM4Ti9dlUeoTc41crfd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:42.71875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#yJDlJIxJEWIlFUN3SBAi5kimCXsPbMmn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.0244140625rem;left:0.90625rem;height:5.59765625rem;display:block; }
#HwFs0CvP8lzQimnrTZ9OAWTqTEUC7lBT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.0244140625rem;left:20.90625rem;height:5.59765625rem;display:block; }
#wU9uqo0Qg6DHiiBWrkTLynXZzZo5xm74 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:7.275390625rem;left:41.8125rem;height:4.19824375rem;display:block; }
#cq2LGTDCyDf4vM9aPJF7LRsnPxdI9TFf { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.35546875rem;left:0rem; }
#ZM8ydLsbrIPNZFUhQhALXHRHk5REAJi3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.69921875rem;left:20rem; }
#LPeikeyTa5K6W5ThOduhsaKkCuCaNdmt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.57421875rem;left:40.625rem; }
#e0VxBpz3tUK8lkuv6gnFNhENu7p0NPe0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.69921875rem;left:20rem; }
#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { background-color: transparent; background-image: none; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container > .video-iframe-container { display: none; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row > .video-iframe-container { display: none; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .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); }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { border-width: 0; border-radius: 0; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#MQL0ni3Duqf7XqRalmSTE4XDFDoCuB7W { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS { position:relative;display:block; }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS { background-color: transparent; background-image: none; }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .row .container > .video-iframe-container { display: none; }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .row > .video-iframe-container { display: none; }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .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); }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS { border-width: 0; border-radius: 0; }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qxpPgXi3JDUuwHGmKOTNHFUf7OXbT9ic { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:3.3125rem;left:25.15625rem;height:25.1875rem;text-align:center;text-align-last:center;display:block; }
#C9ZEKzf8BegriZANpFlpzZIH8b3HmHwn { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#fQSOdFkWyk0xnVD9x53D33fqK9odDLFr { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:2.5625rem;left:15.15625rem;overflow:hidden;display:block; }
#svVtoMteiFJNpxH7nZhzH9gREP3dRrw5 { box-sizing:content-box;height:5.5625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#dddddd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.0625rem;left:-0.03125rem;display:block; }
#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 { position:relative;display:block; }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 { background-color: transparent; background-image: none; }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .row .container > .video-iframe-container { display: none; }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .row > .video-iframe-container { display: none; }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .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); }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 { border-width: 0; border-radius: 0; }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK { position:relative;display:block; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK { background-color: transparent; background-image: none; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .row .container > .video-iframe-container { display: none; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .row > .video-iframe-container { display: none; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .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); }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK { border-width: 0; border-radius: 0; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .row .container > .video-iframe-container { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .row .container { border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;position:relative;display:block; }#y1NF14XysqQlp1tsSqeKc4sTiJd5FfU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0.03125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#rs4PmbGcTo7amFWEH9H7kHRZdRaAv0Qh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:4.6875rem;height:1.625rem;display:block; }
#i0VS3ilDip5Im8hUkwI8xhKP2UpaXSwy { box-sizing:content-box;height:23.5625rem;width:23.5625rem;position:absolute;display:block;z-index:15002;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.4375rem solid #dddddd;border-left:0.4375rem solid #dddddd;border-right:0.4375rem solid #dddddd;border-bottom:0.4375rem solid #dddddd;top:9.4990234375rem;left:17.78125rem;display:block; }
#cgcB5wecQul3VeusHREqTE2OPi4nTM4S { color:#1757ff;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9453125rem;left:19.90625rem;height:17.54296875rem;text-align:center;text-align-last:center;display:block; }
#GipbeEThMJSnG0NXNd5yqKXuqz8hDXMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:14.875rem;left:37.8125rem; }
#RaDirqSgWAqSNce8UxH0TvRNUmldINGP { background-color:#1757ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #807b7b;border-left:0.3125rem solid #807b7b;border-right:0.3125rem solid #807b7b;border-bottom:0.3125rem solid #807b7b;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ececf4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.125rem;left:17.8125rem;display:block; }
#Q0n76gEunRZMWWJfbIoDN6ecBPmb3dpd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyzSNs8KWB0HMTVaoJKzmi08MOqepVwX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.375rem;left:21.34375rem;height:1.29980625rem;display:block; }
#vzh4iNyOZGgCSBEB5H6CMexQQS0AOecI { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:42.5625rem;left:18.625rem;height:2.5996125rem;display:block; }
#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddddd;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; }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row .container { background-color: transparent; background-image: none; }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row .container > .video-iframe-container { display: none; }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row > .video-iframe-container { display: none; }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .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); }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row .container { border-width: 0; border-radius: 0; }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row .container { font-size:0.875rem;font-family:arial;height:114.5625rem;width:60rem;position:relative;display:block; }#PaFaCfnhd29tCl7mfCpE2qSU2TmAmsrT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:13.9375rem;left:9.875rem;display:block; }
#xpA7wpxDOHSz3brXIPyoo9Ts1SEvSJ2T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:8rem;top:13.875rem;left:1.875rem;overflow:hidden;display:block; }
#yJu4zVMr5tkF0SN93a1UcxaMB0U7TwMm { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:16.375rem;left:11.21875rem;height:3.375rem;font-style:normal;display:block; }
#e686IloaWxyxBu1Sbm43s71bRwPfNKMm { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:16.375rem;left:44.5625rem;display:block; }
#cmN55ahPuhFQyVO1IGaO1uRCPt7fHgpk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.5rem;left:45.25rem;height:1.4619125rem;font-style:normal;display:block; }
#M3cbWqW6EOScBZ2WaVD4QDSeS54ZHeeH { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:26.75rem;left:9.8125rem;display:block; }
#uRZci2G5TOE9q2kxxITMzD4i45Meg8T7 { position:absolute;display:block;z-index:15006;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:7.8125rem;width:8rem;top:26.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#lglSP2yqK8slW4olwetN8rJmg421znit { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.9375rem;left:11.21875rem;height:3.375rem;font-style:normal;display:block; }
#ar7TeXdNEqG7oeBVoVKmxdTXw1uIl07s { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:29.1875rem;left:44.5rem;display:block; }
#r7WpryMvR86rRkQRbrAbZnc7lHAoZmsd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.3125rem;left:45.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#wAVvATF3qqAP5MPlgtxBR5LcC93r13Cs { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:60rem;top:3.75rem;left:0rem;display:block; }
#F8qg4ibpEkGa5wQiqsBRA9PrWJ3FM3Rr { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVTNfvfl06rQWG2O76Ip3NGGrSJHruVH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.5rem;left:11.21875rem; }
#PSm94PuJrFAmA3rX2ZKuCsW5DD9qQq6G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.1875rem;left:11.21875rem; }
#JRWa5LJuhQRhDoROvR676uU2sG2GuPNS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.75rem;left:17.4375rem;height:1.29980625rem;font-style:italic;display:block; }
#cxgSlVVHradJbfCIy3T4PJlnx7lF2Bv5 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:42.1875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INF0W0KzigUEkRiRsGLXlxHklmJrKdOG { position:absolute;display:block;z-index:15012;height:26.5rem;width:47.3125rem;top:46.5625rem;left:7.2607421875rem;display:block; }
#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o { position:relative;display:block; }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o { background-color: transparent; background-image: none; }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .row .container > .video-iframe-container { display: none; }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .row > .video-iframe-container { display: none; }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .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); }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o { border-width: 0; border-radius: 0; }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c9zwMOeyoqqklQ17OUw5NBC54STPQrfM { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.25rem;left:0.15625rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:47.75rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { width:16.8125rem;height:2.2744125rem;top:4.125rem;left:17.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW  { width:20.6875rem;height:17rem;top:9.9375rem;left:14.25rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW {display:block;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW { width:20.6875rem;height:17rem;top:9.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Vor4sOkXwvX9OHFhQTGla8CynqDmSx7M {  }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #daQGlnI5FhIgqOTfZ39iNNLzT22bMx6m { display:block; }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #B6Qk6t0lkB1x3ZRyZUaRe4Pve1qN1Bi6 {  }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Bw2u2Al3u3qToEnx96lmbT24npL8RMpL {  }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #einhL3KWZo6b9GJGQuB7cgbnJk14f0pb { display:block; }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #VBAaq9mxbbmacG8FMsmabBnw6lPg3DMc {  }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #hatasFxUmHUR8OK4Th6TcZvgDkHTM34c {  }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #bx3MkzF48vL7Fxro1TVwneLIdOqtrhDQ { display:block; }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #xVpBu1qmdKDW7mQ0BQzZBQcviUxH1RwG {  }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #tECCqWOqZ9bkzQRSM3RW2xlLUhvwQzMC {  }
 }@media only screen and (max-width: 959px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #CB2isOy3rBJgW4yQFptRT8gTBzBD4xLP {  }
 }@media only screen and (max-width: 959px) { #Wn5EeiL2LdVSU3pPWcodohgUUqM17hFk { width:28.6875rem;height:24.125rem;top:7.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Awiq7ihribU6xLv835tKgzzZVWwDZZdO { width:28.75rem;height:5.25rem;top:3.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { width:23.375rem;height:9.097625rem;top:49.6875rem;left:12.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { width:20.3125rem;height:1.3808625rem;top:6.3984375rem;left:17.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #l7RuDLrD3WlanyRlSIfyZJJmJ1GOZz7w { width:7.4375rem;height:7.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #nqWakkFHeqtJS3MwKmgVam1xANdcaTB5 { width:17.3125rem;height:1.29980625rem;top:32.3369140625rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AXV0kktDUTHOcNeOibraCzNwveWcfAiC { width:14.5rem;height:5.199225rem;top:38.400390625rem;left:18.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #uHpiBpeTK6zrfJ3k1K7pTbT0iRs4l4ZG { width:42.75rem;height:1.29980625rem;top:85.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #xsCscwczZZ8kc8vAmTgkL1EalKTNLxCR { width:17.4375rem;height:2.5996125rem;top:62.5rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZQTZTZQahwzTTCTEQBK7bQguchT8rogp { width:11.875rem;height:11.875rem;top:67.0625rem;left:19.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VKWmBszW3TnOtnztttVmzrl9P0rycTQR { width:20.4375rem;height:1.29980625rem;top:80.25rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #kHI3WLccSeehIKEdCbuS1dI6obx3ApGy { width:25.3125rem;height:1.29980625rem;top:59.9375rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #yJd00NUcpiCwblRB0xdnN1lRU9NvEH2l { width:29.5rem;height:1.29980625rem;top:34.4619140625rem;left:11.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VHLkW1oxMHips1ADcrKgyfXMTivIwyXT { display:block; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VUiOTBuwlkTRdKHTsSfx7M8lG53g4qLF { width:31.4375rem;height:1.70605625rem;top:5.125rem;left:8.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl { display:block; }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qMQe7UomeEwwdEsTZWpa5TtuQW5tlbkF { width:14.8125rem;height:8.3965rem;top:7.76171875rem;left:0.5517578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tC05sD40R3KSXVSFIlRpl981kJoruQp7 { width:14rem;height:6.9970625rem;top:7.76171875rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QP24DimO5IywCaiHxqTO9ZJOaTZdsx5Z { width:14.75rem;height:6.99706875rem;top:7.76171875rem;left:32.416015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zWmnGEyObRh6JShHINi3CnnONT6bD6K6 { width:16.375rem;height:;top:2.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #E5ab7k2uQHDMaPSsMPThHAZFsS16xr28 { width:16.375rem;height:;top:2.625rem;left:15.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OTv4TZP7VmEAn4RVnl4nbUDzt0QzaarD { width:11.625rem;height:1.21875rem;top:2.625rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #idtkFyGHCHHxn4CO36zINewMKOasgWTl { width:2.625rem;height:2.625rem;top:3.84375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IuzvkboyLlqbJBecKwt11BpmdNQgUFrN { width:2.5625rem;height:2.5625rem;top:4.28125rem;left:38.509765625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WsLmTGHbxCKTKpzgxp4BPvymRDIlRqT1 { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { display:block; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yHhgi2aVMWZCrEiM9hxGOT3Qastp5QHO { width:47.75rem;height:;top:6.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #x0KUMCWQZPcAq38U8tavoyi1kXsht05x { display:block; }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T5bcCnXnoipzUI76zuJn4SWQ30dTJpEK { width:16.375rem;height:1.4619125rem;top:3.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EIn1Xvh56EdGsPt7dmFhakx1sALzSNrE { width:17.125rem;height:1.4619125rem;top:3.25rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sh98RlN8hRUGuTM4Ti9dlUeoTc41crfd { width:16.375rem;height:1.4619125rem;top:3.25rem;left:31.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yJDlJIxJEWIlFUN3SBAi5kimCXsPbMmn { width:13.6875rem;height:6.9970625rem;top:10.01171875rem;left:1.1142578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HwFs0CvP8lzQimnrTZ9OAWTqTEUC7lBT { width:13rem;height:6.9970625rem;top:10.01171875rem;left:17.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wU9uqo0Qg6DHiiBWrkTLynXZzZo5xm74 { width:14.375rem;height:5.59765625rem;top:10.01171875rem;left:32.603515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cq2LGTDCyDf4vM9aPJF7LRsnPxdI9TFf { width:3.3125rem;height:3.3125rem;top:5.5625rem;left:6.3017578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZM8ydLsbrIPNZFUhQhALXHRHk5REAJi3 { width:3.125rem;height:3.125rem;top:5.65625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LPeikeyTa5K6W5ThOduhsaKkCuCaNdmt { width:3rem;height:3rem;top:5.71875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #e0VxBpz3tUK8lkuv6gnFNhENu7p0NPe0 { width:3.125rem;height:3.125rem;top:6.28125rem;left:22.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 959px) { #BEcXfUthsQgLNtGoaU6J2M97K1IRI8za { display:block; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MQL0ni3Duqf7XqRalmSTE4XDFDoCuB7W { width:47.75rem;height:4.0625rem;top:3.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS { display:block; }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qxpPgXi3JDUuwHGmKOTNHFUf7OXbT9ic { width:30.125rem;height:28.3359375rem;top:0.8515625rem;left:17.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #C9ZEKzf8BegriZANpFlpzZIH8b3HmHwn { width:20.0625rem;height:20.0625rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fQSOdFkWyk0xnVD9x53D33fqK9odDLFr { width:8.8125rem;height:8.8125rem;top:2.5625rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #svVtoMteiFJNpxH7nZhzH9gREP3dRrw5 { width:47.75rem;height:5.5625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 { display:block; }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK { display:block; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #y1NF14XysqQlp1tsSqeKc4sTiJd5FfU0 { width:47.75rem;height:1.29980625rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rs4PmbGcTo7amFWEH9H7kHRZdRaAv0Qh { width:40rem;height:3.25rem;top:4.9375rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #i0VS3ilDip5Im8hUkwI8xhKP2UpaXSwy { width:23.5625rem;height:23.5625rem;top:9.4375rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cgcB5wecQul3VeusHREqTE2OPi4nTM4S { width:20.1875rem;height:17.54296875rem;top:12.9375rem;left:13.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #GipbeEThMJSnG0NXNd5yqKXuqz8hDXMe { width:1.5625rem;height:1.5625rem;top:14.875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RaDirqSgWAqSNce8UxH0TvRNUmldINGP { width:24.375rem;height:3.4375rem;top:35.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q0n76gEunRZMWWJfbIoDN6ecBPmb3dpd { display:block; }
 }@media only screen and (max-width: 959px) { #gyzSNs8KWB0HMTVaoJKzmi08MOqepVwX { width:17.3125rem;height:1.29980625rem;top:39.375rem;left:15.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vzh4iNyOZGgCSBEB5H6CMexQQS0AOecI { width:25.5625rem;height:2.5996125rem;top:42.5625rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v { display:block; }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PaFaCfnhd29tCl7mfCpE2qSU2TmAmsrT { width:46.8125rem;height:7.75rem;top:13.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xpA7wpxDOHSz3brXIPyoo9Ts1SEvSJ2T { width:8rem;height:7.8125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yJu4zVMr5tkF0SN93a1UcxaMB0U7TwMm { width:38.6875rem;height:3rem;top:16.375rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #e686IloaWxyxBu1Sbm43s71bRwPfNKMm { width:13.75rem;height:9.375rem;top:16.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cmN55ahPuhFQyVO1IGaO1uRCPt7fHgpk { width:12.5rem;height:1.29980625rem;top:22.5rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #M3cbWqW6EOScBZ2WaVD4QDSeS54ZHeeH { width:46.8125rem;height:7.75rem;top:26.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #uRZci2G5TOE9q2kxxITMzD4i45Meg8T7 { width:8rem;height:7.8125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lglSP2yqK8slW4olwetN8rJmg421znit { width:38.75rem;height:3rem;top:28.9375rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ar7TeXdNEqG7oeBVoVKmxdTXw1uIl07s { width:13.75rem;height:9.375rem;top:29.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #r7WpryMvR86rRkQRbrAbZnc7lHAoZmsd { width:12.5rem;height:1.29980625rem;top:35.3125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wAVvATF3qqAP5MPlgtxBR5LcC93r13Cs { width:47.75rem;height:36.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #F8qg4ibpEkGa5wQiqsBRA9PrWJ3FM3Rr { width:47.75rem;height:2.76171875rem;top:6rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NVTNfvfl06rQWG2O76Ip3NGGrSJHruVH { width:4.9375rem;height:4.9375rem;top:12.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PSm94PuJrFAmA3rX2ZKuCsW5DD9qQq6G { width:4.9375rem;height:4.9375rem;top:25.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JRWa5LJuhQRhDoROvR676uU2sG2GuPNS { width:25.125rem;height:1.29980625rem;top:9.75rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cxgSlVVHradJbfCIy3T4PJlnx7lF2Bv5 { width:47.75rem;height:2.76171875rem;top:42.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #INF0W0KzigUEkRiRsGLXlxHklmJrKdOG { width:47.3125rem;height:26.5rem;top:46.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rkMatCVdstwVIxLut8ebuVZTNhBKvS2o { display:block; }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #c9zwMOeyoqqklQ17OUw5NBC54STPQrfM { width:42.4375rem;height:5.15625rem;top:1.25rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { width:20rem;height:1.7871125rem;top:11.5244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-button { width:9.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#005bae;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.9375rem;overflow:hidden; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container:first-of-type{padding-top:0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container:last-of-type{padding-bottom:0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW  { width:15.9375rem;height:auto;top:16.25rem;left:1.5625rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW {display:block;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW { width:15.9375rem;height:auto;top:16.25rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Vor4sOkXwvX9OHFhQTGla8CynqDmSx7M {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #daQGlnI5FhIgqOTfZ39iNNLzT22bMx6m { display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #B6Qk6t0lkB1x3ZRyZUaRe4Pve1qN1Bi6 {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Bw2u2Al3u3qToEnx96lmbT24npL8RMpL {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #einhL3KWZo6b9GJGQuB7cgbnJk14f0pb { display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #VBAaq9mxbbmacG8FMsmabBnw6lPg3DMc {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #hatasFxUmHUR8OK4Th6TcZvgDkHTM34c {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #bx3MkzF48vL7Fxro1TVwneLIdOqtrhDQ { display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #xVpBu1qmdKDW7mQ0BQzZBQcviUxH1RwG {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #tECCqWOqZ9bkzQRSM3RW2xlLUhvwQzMC {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #CB2isOy3rBJgW4yQFptRT8gTBzBD4xLP {  }
 }@media only screen and (max-width: 763px) { #Wn5EeiL2LdVSU3pPWcodohgUUqM17hFk { width:20rem;height:21.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awiq7ihribU6xLv835tKgzzZVWwDZZdO { width:20rem;height:5.5rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { width:20rem;height:8.44925rem;top:52.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { width:20rem;height:1.3808625rem;top:13.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RuDLrD3WlanyRlSIfyZJJmJ1GOZz7w { width:7.3125rem;height:7.3125rem;top:1.125rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqWakkFHeqtJS3MwKmgVam1xANdcaTB5 { width:17.3125rem;height:1.29980625rem;top:37.3125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXV0kktDUTHOcNeOibraCzNwveWcfAiC { width:13.4375rem;height:4.875rem;top:43.375rem;left:3.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHpiBpeTK6zrfJ3k1K7pTbT0iRs4l4ZG { width:20rem;height:3.8994125rem;top:89.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsCscwczZZ8kc8vAmTgkL1EalKTNLxCR { width:20rem;height:2.76171875rem;top:82.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTZTZQahwzTTCTEQBK7bQguchT8rogp { width:9.5rem;height:9.5rem;top:68.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKWmBszW3TnOtnztttVmzrl9P0rycTQR { width:20rem;height:1.21875rem;top:79.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHI3WLccSeehIKEdCbuS1dI6obx3ApGy { width:20rem;height:2.5996125rem;top:62.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJd00NUcpiCwblRB0xdnN1lRU9NvEH2l { width:20rem;height:2.4375rem;top:39.5244140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHLkW1oxMHips1ADcrKgyfXMTivIwyXT { display:block; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUiOTBuwlkTRdKHTsSfx7M8lG53g4qLF { width:20rem;height:3.4121125rem;top:3.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl { display:block; }#kdV9pTAHfw8SkP1NN6A3vFov3qbT7xQl > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMQe7UomeEwwdEsTZWpa5TtuQW5tlbkF { width:18.1875rem;height:6.9970625rem;top:7.59375rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tC05sD40R3KSXVSFIlRpl981kJoruQp7 { width:15.125rem;height:6.9970625rem;top:22.683625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP24DimO5IywCaiHxqTO9ZJOaTZdsx5Z { width:15.125rem;height:5.59765625rem;top:37.211rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWmnGEyObRh6JShHINi3CnnONT6bD6K6 { width:16.375rem;height:1.21875rem;top:5.125rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5ab7k2uQHDMaPSsMPThHAZFsS16xr28 { width:16.375rem;height:1.21875rem;top:20.214875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTv4TZP7VmEAn4RVnl4nbUDzt0QzaarD { width:11.625rem;height:1.21875rem;top:34.74225rem;left:4.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idtkFyGHCHHxn4CO36zINewMKOasgWTl { display:flex;width:2.625rem;height:2.625rem;top:1.25rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #IuzvkboyLlqbJBecKwt11BpmdNQgUFrN { display:flex;width:2.5625rem;height:2.5625rem;top:30.92975rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #WsLmTGHbxCKTKpzgxp4BPvymRDIlRqT1 { display:flex;width:3.125rem;height:3.125rem;top:15.839875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { display:block; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHhgi2aVMWZCrEiM9hxGOT3Qastp5QHO { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0KUMCWQZPcAq38U8tavoyi1kXsht05x { display:block; }#x0KUMCWQZPcAq38U8tavoyi1kXsht05x > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5bcCnXnoipzUI76zuJn4SWQ30dTJpEK { width:16.375rem;height:1.4619125rem;top:5.8125rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIn1Xvh56EdGsPt7dmFhakx1sALzSNrE { width:17.125rem;height:1.4619125rem;top:19.74609375rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sh98RlN8hRUGuTM4Ti9dlUeoTc41crfd { width:16.375rem;height:1.4619125rem;top:32.155275rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJDlJIxJEWIlFUN3SBAi5kimCXsPbMmn { width:18.1875rem;height:5.59765625rem;top:8.5234375rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwFs0CvP8lzQimnrTZ9OAWTqTEUC7lBT { width:18.1875rem;height:5.59765625rem;top:22.45703125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wU9uqo0Qg6DHiiBWrkTLynXZzZo5xm74 { width:18.1875rem;height:4.19824375rem;top:34.8662125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cq2LGTDCyDf4vM9aPJF7LRsnPxdI9TFf { display:flex;width:3.3125rem;height:3.3125rem;top:1.25rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #ZM8ydLsbrIPNZFUhQhALXHRHk5REAJi3 { display:flex;width:3.125rem;height:3.125rem;top:15.37109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LPeikeyTa5K6W5ThOduhsaKkCuCaNdmt { display:flex;width:3rem;height:3rem;top:27.905275rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #e0VxBpz3tUK8lkuv6gnFNhENu7p0NPe0 { display:flex;width:3.125rem;height:3.125rem;top:40.3144546875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BEcXfUthsQgLNtGoaU6J2M97K1IRI8za { display:block; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQL0ni3Duqf7XqRalmSTE4XDFDoCuB7W { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS { display:block; }#MUllgQMRTTcgJrw2L3d4ETqPZG9slQyS > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxpPgXi3JDUuwHGmKOTNHFUf7OXbT9ic { width:20rem;height:37.78125rem;top:39.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9ZEKzf8BegriZANpFlpzZIH8b3HmHwn { width:20rem;height:20rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQSOdFkWyk0xnVD9x53D33fqK9odDLFr { width:8.8125rem;height:8.8125rem;top:29.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svVtoMteiFJNpxH7nZhzH9gREP3dRrw5 { width:20rem;height:5.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 { display:block; }#pWs4oNtgxe3fvL2TGrgVPot0gI2aR8I9 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK { display:block; }#WSJa3vT7LQDlpBqN7OskTeMKUklyT5yK > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1NF14XysqQlp1tsSqeKc4sTiJd5FfU0 { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rs4PmbGcTo7amFWEH9H7kHRZdRaAv0Qh { width:20rem;height:4.875rem;top:3.79980625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0VS3ilDip5Im8hUkwI8xhKP2UpaXSwy { width:19.125rem;height:23.5625rem;top:9.92480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgcB5wecQul3VeusHREqTE2OPi4nTM4S { width:20rem;height:17.54296875rem;top:13.3710953125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GipbeEThMJSnG0NXNd5yqKXuqz8hDXMe { display:flex;width:1.5625rem;height:1.5625rem;top:15.3007828125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #RaDirqSgWAqSNce8UxH0TvRNUmldINGP { width:18.375rem;height:3.4375rem;top:35.61230625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0n76gEunRZMWWJfbIoDN6ecBPmb3dpd { display:block; }
 }@media only screen and (max-width: 763px) { #gyzSNs8KWB0HMTVaoJKzmi08MOqepVwX { width:17.3125rem;height:1.29980625rem;top:40.29980625rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzh4iNyOZGgCSBEB5H6CMexQQS0AOecI { width:20rem;height:5.199225rem;top:42.599609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v { display:block; }#N8Mvi9qODkIlT9zTcdXOs63KR1zRef8v > .row .container { width:20rem;height:171.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaFaCfnhd29tCl7mfCpE2qSU2TmAmsrT { width:20rem;height:17.9375rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpA7wpxDOHSz3brXIPyoo9Ts1SEvSJ2T { width:8rem;height:7.8125rem;top:11.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJu4zVMr5tkF0SN93a1UcxaMB0U7TwMm { width:18.8125rem;height:6rem;top:20.375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e686IloaWxyxBu1Sbm43s71bRwPfNKMm { width:13.75rem;height:9.375rem;top:13.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmN55ahPuhFQyVO1IGaO1uRCPt7fHgpk { width:12.5rem;height:1.29980625rem;top:28.037109375rem;left:6.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3cbWqW6EOScBZ2WaVD4QDSeS54ZHeeH { width:20rem;height:17.9375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRZci2G5TOE9q2kxxITMzD4i45Meg8T7 { width:8rem;height:7.8125rem;top:33.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lglSP2yqK8slW4olwetN8rJmg421znit { width:18.8125rem;height:6rem;top:42.5rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar7TeXdNEqG7oeBVoVKmxdTXw1uIl07s { width:13.75rem;height:9.375rem;top:43.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7WpryMvR86rRkQRbrAbZnc7lHAoZmsd { width:12.5rem;height:1.29980625rem;top:50.6875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAVvATF3qqAP5MPlgtxBR5LcC93r13Cs { width:20rem;height:54.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8qg4ibpEkGa5wQiqsBRA9PrWJ3FM3Rr { width:20rem;height:2.5996125rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVTNfvfl06rQWG2O76Ip3NGGrSJHruVH { display:flex;width:4.9375rem;height:4.9375rem;top:16.15625rem;left:11.28125rem; }
 }@media only screen and (max-width: 763px) { #PSm94PuJrFAmA3rX2ZKuCsW5DD9qQq6G { display:flex;width:4.9375rem;height:4.9375rem;top:38.6875rem;left:11.28125rem; }
 }@media only screen and (max-width: 763px) { #JRWa5LJuhQRhDoROvR676uU2sG2GuPNS { width:18.5625rem;height:2.5996125rem;top:7.3125rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxgSlVVHradJbfCIy3T4PJlnx7lF2Bv5 { width:20rem;height:5.19921875rem;top:57.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #INF0W0KzigUEkRiRsGLXlxHklmJrKdOG { width:20rem;height:44.6875rem;top:64.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkMatCVdstwVIxLut8ebuVZTNhBKvS2o { display:block; }#rkMatCVdstwVIxLut8ebuVZTNhBKvS2o > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9zwMOeyoqqklQ17OUw5NBC54STPQrfM { width:20rem;height:7.21875rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }