.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,204,204;--color-primary-1:255,102,102;--color-primary-2:255,0,0;--color-primary-3:233,25,24;--color-primary-4:51,0,0;--color-secondary-0:255,255,255;--color-secondary-1:253,253,253;--color-secondary-2:250,250,250;--color-secondary-3:227,227,227;--color-secondary-4:50,50,50;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"toyotatype";--paragraphs-font-family:"toyotatype"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s { position:relative;display:block; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s { background-color: transparent; background-image: none; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container > .video-iframe-container { display: none; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row > .video-iframe-container { display: none; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .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); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s { border-width: 0; border-radius: 0; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eoggPQXNB5fR75XQ5446RnBSwQT2uF3A { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#LByTbXZuMIU7MD1AUReGT4bcxgEWRLg6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),6.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.4375rem;width:24.625rem;top:6.875rem;left:0.4375rem;display:block; }
#uN4Q0fF2Tqteq6ysPLeOCTbAic58Jfll { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.4453125rem;left:3.4345703125rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#GoeUZRfTFN7mUUe8RutFDbxubzZufPf6 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:56.25rem;top:17.5625rem;left:0rem;overflow:hidden;display:none; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-form-header { font-size:0.875rem; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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.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:22.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-text {padding-top: 0; padding-bottom: 0;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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.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:22.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .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:22.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-select {padding-top: 0; padding-bottom: 0;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:22.125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:0;text-align:center;text-align-last:center; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.875rem;overflow:hidden;font-style:normal;float:none; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .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; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-container:first-of-type{padding-top:0;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-container:last-of-type{padding-bottom:0;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.9375rem;left:3.8720703125rem;font-size:0.875rem; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.125rem;display:block;vertical-align:top; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA {display:block;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.9375rem;left:3.8720703125rem;font-size:0.875rem; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #WiQ1F58piOB34ZhGktwSAU3R9qJaNf8M { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #NCNKyoNHy6aCGxCfnQR0WQ541KcOtDhS { position:relative;display:block; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #rdWr05PrEzE52L2gWzTatr1qTtG5u7a6 { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #zBdbFLnmgQwL5uK7NUa1o5GBVGuoNmuv { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #nuWDZQszbsoZ4ltWDTdZuDeftpVA0Oab { position:relative;display:block; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #rh6drT3TWPsHfScl2nNkMIpni7TfmCqD { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #h9s1NsBLFvtxwK5gsVK9gy2BAoSSHLTZ { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #lfKAKuLk8SuCag4sCog4QyFf7apgxNdZ { position:relative;display:block; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #VFa9Zg7ppqU8DPu0q9DitLupeTzsyW43 { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #SCqmeaSEHEEt66Tpn20pu9sH9ptCrEZb { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #ku6SLpAyLtpMpnwJxNE0UPGIBMCwmJ5E { position:relative;z-index:2; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #LJ08CWIJhQKgFVLDZfdKOoOPF4iocphT { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #Zc2pMCSCLwsi7ooBtgiicBxgIDHBTkU2 { position:relative; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #O0HncLLceNW0iOpl2pT1CyTlwVXvgbcz { position:relative; }
#ulFfTLsvGuwbCFOprpiLOSWTdTo9yVrv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:30.8125rem;top:0rem;left:35.25rem;overflow:hidden;display:block; }
#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { border-width: 0; border-radius: 0; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { 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:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { color:rgba(var(--color-tertiary-4),1);display:block;width:37.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1271696090698rem;left:5rem;height:3.24978125rem;font-style:normal;display:block; }
#pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4995625rem;width:37.686625rem;top:5.2517366409302rem;left:3.9930572509766rem;overflow:hidden;display:block; }
#ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.8684875rem;display:block; }
#XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:58.875rem;height:1.8684875rem;display:block; }
#NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.8684875rem;text-align:left;text-align-last:left;display:block; }
#oEC5GdEX3u31E63315FbV52iobbRL5rM { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.9375rem;height:3.736975rem;display:block; }
#p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.625rem;left:60.0625rem;overflow:hidden;display:block; }
#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM { 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; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { background-color: transparent; background-image: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container > .video-iframe-container { display: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container { display: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .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); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { border-width: 0; border-radius: 0; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#H3WNSFWw6U6LRIbTwyckwcMylmw3Rkn8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:33.25rem;top:2.90625rem;left:0rem;overflow:hidden;display:block; }
#yThZbA2UVBKbn0WKc8kqmdcHS37IkQdV { position:absolute;display:block;z-index:15004;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:10.125rem;width:20.6875rem;top:2.1875rem;left:41.40625rem;overflow:hidden;display:none; }
#WEhk7Zq2wk33DJa0aPaZP4dE0Ly33BTL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.84375rem;left:41.843751907349rem;height:14.625rem;display:block; }
#cJlNbNVwxG64vrxOT0CtpTTp5RqTbi4C { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.4375rem;left:49rem;display:block; }
#oCioHVAaweTPM2JsZQI42KFI5AmyOGzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbdK7ywpk8NConECCBfmgz2QbZ9TrH0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:3.6875rem;left:41.843751907349rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#BUb0fedsmsKygZIX06UuHobUF0M8vP24 { 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; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container { background-color: transparent; background-image: none; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container > .video-iframe-container { display: none; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row > .video-iframe-container { display: none; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .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); }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container { border-width: 0; border-radius: 0; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#HeJNGAgRzHoDEerNl2lxlt9zAOb99TNq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:37.125rem;top:4.4687502384186rem;left:37.312501907349rem;overflow:hidden;display:block; }
#cCclqQQ3vCDxdqJZKACBnkuAq6TFiH1m { position:absolute;display:block;z-index:15004;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:10.125rem;width:20.6875rem;top:2.1875rem;left:41.40625rem;overflow:hidden;display:none; }
#zFSwQz7dM37qmbNfGbpe1AK5JSaN1yw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0.75rem;height:6.5rem;display:block; }
#W2tE1cEi12QeAeNQsT8HbNwgp4ixiTtr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.5625rem;left:8rem;display:block; }
#AIQI7vkuhKxAwrlwO3mehAKzzX3UZpEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sp0aFGrgawJ1etwk0ErZkghF4I1PmPux { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0.75rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#KODV28sR02IWISsIgTIs78LHi5EEZ18K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KODV28sR02IWISsIgTIs78LHi5EEZ18K > .row .container { border-width: 0; border-radius: 0; }#KODV28sR02IWISsIgTIs78LHi5EEZ18K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KODV28sR02IWISsIgTIs78LHi5EEZ18K > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#ZBCN42TinKvHuleoeGL9izA0BpfxebPv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:37.4375rem;top:2.90625rem;left:0rem;overflow:hidden;display:block; }
#MtZzOQvzwiDZGiTO3lhkvTRucUSDCkaP { position:absolute;display:block;z-index:15004;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:10.125rem;width:20.6875rem;top:2.1875rem;left:41.40625rem;overflow:hidden;display:none; }
#WUlb2AdbdUUDbfqXGzt1olM2ga2CzU9U { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.84375rem;left:41.843751907349rem;height:11.375rem;display:block; }
#pOpfdSG9sfMQsbWEDqIy7xenFvmiRLUZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.9375rem;left:49rem;display:block; }
#kCWoPyGJGho0ThD4ICgeb9ukwLPU4QI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMsy05EZVIZSE8Rtb8BMFAs715vz9TI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:3.6875rem;left:41.843751907349rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z { position:relative;display:none; }#QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z { border-width: 0; border-radius: 0; }#QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z > .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; }#QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-form-header {  }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #3f4549;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.625rem;box-sizing:border-box;height:1.875rem;color:#202020;font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-text {padding-top: 0; padding-bottom: 0;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #3f4549;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.625rem;box-sizing:border-box;height:4.375rem;color:#202020;font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #3f4549;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.625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-select {padding-top: 0; padding-bottom: 0;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .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; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#00a5e8;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4rem;margin-bottom:0.25rem;margin-left:3.5rem;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:#f2f9ff;width:13.5625rem;height:2.5rem;font-family:bebas;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),0.5);text-align:center;text-align-last:center;font-style:normal; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq [class*="-text"]:-moz-placeholder { color:#212121;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq [class*="-text"]::-moz-placeholder { color:#212121;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq [class*="-text"]:-ms-input-placeholder { color:#212121;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq [class*="-text"]::-webkit-input-placeholder { color:#212121;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:400;color:#3f4549;vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .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; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .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; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-container:first-of-type{padding-top:0;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-container:last-of-type{padding-bottom:0;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:3.53125rem;left:35.8125rem; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;display:block;vertical-align:top; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-info-text { display:block;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; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq {display:block;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:3.53125rem;left:35.8125rem; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #RMd1pBDM6w6F7AP62R51E0DDq7PectXw { position:relative;z-index:1; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #kBgcDMDkcdZWTR8MrNAZTZ2gA0cIlnAV { position:relative;display:none; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #PGdFElZJIkU5ImbbSNmy4MZ8wvobx7Xs { position:relative; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #fCZTmpHQKu44ezzMACIryZCuBVKZ7Bsl { position:relative;z-index:1; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #TPwvsgU9bwWXlQPXas0woRpKAUM6Er3P { position:relative;display:none; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #efJoyJQC1aZwvwuekqGcTCEyQf5sKH58 { position:relative; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #eh9uHl0x6ixQo1OvAUgivQW0RA9Vs9Ko { position:relative;z-index:1; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #KV5CZJO8DoKg5ZCdNuDOn2ezv8w1UAIE { position:relative;display:none; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #TMmdfNryZsS3TMXK7KFMtnp90La8frdN { position:relative; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #wisF9NVqNyZupFTg1JchqLQiEOTHt07U { position:relative; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #HrthsuJT5CgRs996iLDhs7naiEFCtDtt { position:relative;display:none; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #gb8EruuE4pF5WuF4TyzEB2MP2zsECdVW { position:relative; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #mgEi7sThLnfuhWpB0PfmXU9BKxS7Czab { position:relative;z-index:1; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #GMllqLwrrImyooP6JIV7akXwBKwGrdnt { position:relative;z-index:2; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #uegKtOaTbrJ8O2UyoNzNnytOyGeKrR1b { position:relative; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #zpBd02NuvQQ7gCTTrdfub6nOaQPSSN6t { position:relative;z-index:1; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #Cxep4Z8RNwV2q0S2nyrFKKnTn9Vcr3Nv { position:relative; }
#Ori9XJaVB9nPxXuGzNlnHlwbPvSK17JI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:3.4375rem;left:37.1875rem;height:2.4375rem;display:block; }
#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn { position:relative;display:none; }#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn { border-width: 0; border-radius: 0; }#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn > .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; }#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CvW08ymVGRmUR1dSa9NPu232TtNTaaXT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:47.6875rem;display:none; }
#KWbNbW9yXPZJDH5cw56COLzX4ffDeg4M { color:#42484c;display:block;width:31.875rem;position:absolute;font-family:"display toyo";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.4375rem;left:31.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#aDktsuuVnMDMn84DdirTwEqZTso7T3wV { color:rgba(var(--color-primary-3),1);display:block;width:31.875rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.6875rem;left:31.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CT1iHKdmei6k0FOQDkEZf5FgUPinAlVf { color:#42484c;display:block;width:31.875rem;position:absolute;font-family:"display toyo";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.8125rem;left:32rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#QKBz5v8s7EthkyStzUICpgTHcVDRq3UW { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"display toyo";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:21.0625rem;left:39.125rem;display:none; }
#bFl9NB2rBmbKJK824OvorP7bbr67Kzld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWmnsetXhWxynRknkxlOgUwUE69AXQT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aWmnsetXhWxynRknkxlOgUwUE69AXQT5 > .row .container { border-width: 0; border-radius: 0; }#aWmnsetXhWxynRknkxlOgUwUE69AXQT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWmnsetXhWxynRknkxlOgUwUE69AXQT5 > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#NkkT9byaMlJh8CQ3ybHJee0qSWLlMoT7 { position:absolute;display:block;z-index:14999;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:28.25rem;width:33rem;top:2.15625rem;left:21rem;overflow:hidden;display:none; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-form-header {  }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.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;vertical-align:top;text-align:left;text-align-last:left; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000545;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:22.6875rem;box-sizing:border-box;height:1.875rem;color:#202020;font-size:0.875rem;overflow:hidden;font-family:bebas;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-text {padding-top: 0; padding-bottom: 0;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000545;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:22.6875rem;box-sizing:border-box;height:4.375rem;color:#202020;font-size:0.875rem;overflow:hidden;font-family:bebas;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e1e4eb;border-left:0.0625rem solid #e1e4eb;border-right:0.0625rem solid #e1e4eb;border-bottom:0.0625rem solid #e1e4eb;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:22.6875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-select {padding-top: 0; padding-bottom: 0;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .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; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:#f2f9ff;width:14.9375rem;height:2.5rem;font-family:bebas;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),0.5);text-align:center;text-align-last:center;font-style:normal; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb [class*="-text"]:-moz-placeholder { color:#212121;font-family:bebas;font-size:0.875rem;font-weight:400;font-style:normal; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb [class*="-text"]::-moz-placeholder { color:#212121;font-family:bebas;font-size:0.875rem;font-weight:400;font-style:normal; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb [class*="-text"]:-ms-input-placeholder { color:#212121;font-family:bebas;font-size:0.875rem;font-weight:400;font-style:normal; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb [class*="-text"]::-webkit-input-placeholder { color:#212121;font-family:bebas;font-size:0.875rem;font-weight:400;font-style:normal; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .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:bebas;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .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; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .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; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-container:first-of-type{padding-top:0;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-container:last-of-type{padding-bottom:0;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:8.9375rem;left:24.90625rem; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.6875rem;display:block;vertical-align:top; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-info-text { display:block;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; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb {display:block;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:8.9375rem;left:24.90625rem;display:none; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #wlJGKH0RTyhNUTeRp1y3mmB8nkKbk1kK { position:relative;z-index:1; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #Lg0t6OlzfcnWcIUgUHmi4TPpWP1TItAV { position:relative;display:none; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #VXtDnv8Rp7o6QT5W37esQuqTs5s9ZwXb { position:relative; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #B5GQm783vmb29KRVQqbn4S2GKku2Igc6 { position:relative;z-index:1; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #LmhSprrN6hz8XULFTgRxTDG1ZrE2rGsr { position:relative;display:none; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #nvfN5vKeuLkDXPKB9CkTaTERtKdxfV9m { position:relative; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #BLZmQTb25FL7hKNIzDXaADRdxBZo6Hvr { position:relative;z-index:1; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #Mg0JLwzhZBRkvytEQpLR8HrvopTbn9Ee { position:relative;display:none; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #TcQGHO9MbP5FDwldSxP1UgtlyQkaoQnE { position:relative; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #vwHtEJNdmXMH9CTpNZ44nsrSxwSoAwIc { position:relative; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #r9BtdgkGU3oWsVqTGoVIJ8KhmcSbdISu { position:relative;display:none; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #novT2DK8yy2LwBNEbVzdySnQf9z9HvIR { position:relative; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #V1N2TknXLnpHtUr0dau4gTl96mAlmmAd { position:relative;z-index:1; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #ryQopcqhCpb4iRDVVn9iZZqoQZDL0xPh { position:relative;z-index:2; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #loyOeHl7q3vixpfdgTi5kWvTIu7IaUS6 { position:relative; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #SIbBI0xNVmZ3Mq4TSJF3DJWifgq0CmVb { position:relative;z-index:1; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #R7dggbfPAwtD1te6ElPLyEwbWyOhyHog { position:relative; }
#E3Jf0yHUWEl5KiL12OzlkRgDW7wTf32y { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:bebas;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.1875rem;left:28.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#R9yGuOpWfOcfh3zK6mZlDPJPVV0f7WLW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#KyDt21gNym24eDyJhu922LgGWb7hN4uq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KyDt21gNym24eDyJhu922LgGWb7hN4uq > .row .container { border-width: 0; border-radius: 0; }#KyDt21gNym24eDyJhu922LgGWb7hN4uq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyDt21gNym24eDyJhu922LgGWb7hN4uq > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:none; }#BCCrLKNVb1wuSyaumS9map4UXbUO6gnO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#Pi7epinuChSDQST7q6yKJQBL7VH1a3vu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:25.25rem;top:19.8125rem;left:0.96875rem;overflow:hidden;display:none; }
#c6fdHpWEVyu40aRzTK2NkSyz6tri4JS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:19.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#kV8QTLyu7kA0FJqOzsKEQW8UaBBSuPfq { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:5.625rem;left:10.3125rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { border-width: 0; border-radius: 0; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:none; }#TyN3U9ZHuaKlFFvuG62HWr9TJL3EBfg7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#orWwPaGfoJGXH9t1ZitmXqzXc887Hm9o { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:25.25rem;top:19.8125rem;left:0.96875rem;overflow:hidden;display:none; }
#zxRc5WZBRcCh1FKhfTanvKbUtFwxUkhv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.125rem;left:8.4375rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#bkco6f3L8y1BE9JQUHILiUimsbWdP7Ai { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.125rem;left:24.5rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#VSu8NTiS225toHWRS4QpZRHI325ny1pf { position:absolute;display:block;z-index:15028;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:5.4375rem;width:10.4375rem;top:3rem;left:6.96875rem;overflow:hidden;display:block; }
#HCFFqXEPoho4agzbUZGXFMKI5FhXbZ25 { position:absolute;display:block;z-index:15029;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:5.25rem;width:11.75rem;top:3.0625rem;left:22.375rem;overflow:hidden;display:block; }
#h6DdqX2HOAchVD4Zex9OyxrLhgqp9BCR { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15032;top:4.4375rem;left:0rem;display:block; }
#R3PUJfTvHZvK3oBMLgHOtEvGcFKvJrQu { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15033;top:4.4375rem;left:71.875rem;display:block; }
#umDmNJ6aBNQ0BT8LWcKkRClQ7pMpQRVl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.125rem;left:40.875rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#zH53XRgxT4xx0VVTHL5b1fTWaHHktCKB { position:absolute;display:block;z-index:15030;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:5.9375rem;width:12.375rem;top:2.8125rem;left:38.4375rem;overflow:hidden;display:block; }
#sDfefA2CSZdMWSHodbQDPXVWqfopRHgT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.125rem;left:54.4375rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#wbkfTR6cXQKHH9zqVohryWvMhEtgUOak { position:absolute;display:block;z-index:15031;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:5.125rem;width:13.75rem;top:3.375rem;left:54.40625rem;overflow:hidden;display:block; }
#zEh3EuaWlu7CcEb6h3F421utbsWUlGAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zEh3EuaWlu7CcEb6h3F421utbsWUlGAT > .row .container { border-width: 0; border-radius: 0; }#zEh3EuaWlu7CcEb6h3F421utbsWUlGAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEh3EuaWlu7CcEb6h3F421utbsWUlGAT > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:none; }#DntLg2NT6vlK9WgNItRx91g59SEJ5qh9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#MNR8BFkKavfTekMh6rouyIDPWpGSNuLH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:25.25rem;top:19.8125rem;left:0.96875rem;overflow:hidden;display:none; }
#bGV25NqTB7cVUiJrR6FXRvJax9NAvMiH { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.125rem;left:31.125rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#hSIWVGsbqM2T2oa0JMHlDInwfzbRDZzS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.125rem;left:48.3125rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#ouTGaRzxRvWV2IlSt9RX1o8dIip7BkA8 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:12.375rem;top:3.0625rem;left:12.25rem;overflow:hidden;display:block; }
#eXDbtQkp2ela34PQy8X7Q9UI02DZU8aH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.125rem;left:12.5rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#QqIJofQVRZHBhD3txhcg72eUHRRsLMkG { position:absolute;display:block;z-index:15030;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.6875rem;width:13.8125rem;top:1.0625rem;left:46.5rem;overflow:hidden;display:block; }
#RTIVvKNQrT1nbyC98UGooDnxyZD8qqig { position:absolute;display:block;z-index:15031;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:5.3125rem;width:12.5625rem;top:2.6875rem;left:29.625rem;overflow:hidden;display:block; }
#lh41PUTD7zm0NqzsiTsPxgVfuITTChE0 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15033;top:4.4375rem;left:0rem;display:block; }
#GJhveIQtTn872sEGNq04hSz6l0hc0VzU { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15034;top:4.4375rem;left:71.875rem;display:block; }
#mTHztz0pTlrPBlWNTahTxFiPqvtSi7Qe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mTHztz0pTlrPBlWNTahTxFiPqvtSi7Qe > .row .container { border-width: 0; border-radius: 0; }#mTHztz0pTlrPBlWNTahTxFiPqvtSi7Qe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTHztz0pTlrPBlWNTahTxFiPqvtSi7Qe > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:none; }#LwK46oV8fUxtZzH0NErmP1y8QTRlhAJD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#ZUgQIhPzSdocuOBb3xAJ12rz2TvQO5R9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:25.25rem;top:19.8125rem;left:0.96875rem;overflow:hidden;display:none; }
#e99BFQ6ohHEEbsxUSNQEbegTLmDzaXup { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.1241302490238rem;left:45.75rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#Mv4rrLLTLv4vAHWd9tq2Ey9HBglclQ7z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.1249980926512rem;left:27.75rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#Xuygm9tn3NhzxeRXerQ8ggoNEVadZeyP { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:12.375rem;top:1.5625rem;left:47.3125rem;overflow:hidden;display:block; }
#MI0M8fQbX0NThUw2ZCpcJ1ZGGVFfr3GN { position:absolute;display:block;z-index:15032;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:5.5625rem;width:14.375rem;top:2.625rem;left:28.3125rem;overflow:hidden;display:block; }
#di0lhXX4lmvqq5ZxUf9gJfWb3TF0BzEA { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15034;top:4.4375rem;left:0rem;display:block; }
#suh59piTgoetERB6yiuK8hkI3zFIHh35 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15035;top:4.4375rem;left:71.875rem;display:block; }
#VJFgpkItGdzGkvLR4lCbyRWL7rFRhH9B { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:12.375rem;top:1.25rem;left:12.4375rem;overflow:hidden;display:block; }
#MpK6rwPToxiVhyQVJoWTObWFskfSuek7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.125rem;left:10.875rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zkjDBaDv/_0007_Background.jpg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.adaptive-delivery-prevent-bg, #EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.lazyload, #EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.lazyloading { background-image: none; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row .container { border-width: 0; border-radius: 0; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#oLHkTBRsHg8lv3SPyFEZNqRmshX5XTvy { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:29.625rem;top:10.5rem;left:23.34375rem;overflow:hidden;display:block; }
#yqgmgivTbvHJScWWusIn4eUbgq6mHgfg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.9375rem;left:42.78125rem;overflow:hidden;display:none; }
#u4Wh5xMGJ96tJ26sGtKd1rJmgUfffXD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:11.25rem;height:3.25rem;font-style:normal;display:block; }
#gRPBg0whKOI99E8REbcJwHo94VF0S6p0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0824651718137rem;left:46.8125rem;height:1.8681625rem;display:block; }
#JdCq4XnF38T2nXnpGTi0y3QhDnVtK1vE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9505186080931rem;left:47.5rem;height:3.412325rem;display:block; }
#afBwTNVxAitqIruJK7gCM9zKqow0RObS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zkjDBaDv/_0007_Background.jpg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#afBwTNVxAitqIruJK7gCM9zKqow0RObS.adaptive-delivery-prevent-bg, #afBwTNVxAitqIruJK7gCM9zKqow0RObS.lazyload, #afBwTNVxAitqIruJK7gCM9zKqow0RObS.lazyloading { background-image: none; }#afBwTNVxAitqIruJK7gCM9zKqow0RObS > .row .container { border-width: 0; border-radius: 0; }#afBwTNVxAitqIruJK7gCM9zKqow0RObS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afBwTNVxAitqIruJK7gCM9zKqow0RObS > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#BLL66eTgZSlwshyw4hmN2nh3LJdwtwWL { 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:17.3125rem;width:40.1875rem;top:9.5000004237519rem;left:17.40625rem;overflow:hidden;display:block; }
#Sm1lFD547sQFcTtUNeUDTkFX4xbBwxkn { position:absolute;display:block;z-index:15002;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:10.125rem;width:20.6875rem;top:1.8125rem;left:46.40625rem;overflow:hidden;display:none; }
#b9J3iTqel4RvaKL8uNZG5TcPUTeD1CtN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:11.25rem;height:3.25rem;font-style:normal;display:block; }
#PD77JmR1uylbTLOVkUOBSleo7T0qTFm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:46.8125rem;height:1.8681625rem;display:block; }
#Phsu42wS83MVVwtNEtvCKTsuXPSgH0HB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9375rem;left:47.5rem;height:3.412325rem;display:block; }
#JfTANLpMsghX2f238pZv8H260T9HEqSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zkjDBaDv/_0007_Background.jpg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JfTANLpMsghX2f238pZv8H260T9HEqSH.adaptive-delivery-prevent-bg, #JfTANLpMsghX2f238pZv8H260T9HEqSH.lazyload, #JfTANLpMsghX2f238pZv8H260T9HEqSH.lazyloading { background-image: none; }#JfTANLpMsghX2f238pZv8H260T9HEqSH > .row .container { border-width: 0; border-radius: 0; }#JfTANLpMsghX2f238pZv8H260T9HEqSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfTANLpMsghX2f238pZv8H260T9HEqSH > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#nTaiHiHLRiZW8gkzwnfKliL6igds0KIf { position:absolute;display:block;z-index:15003;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:10.125rem;width:20.6875rem;top:2.125rem;left:45.46875rem;overflow:hidden;display:none; }
#N7KJruPM08t8ERcrBXg3yTUr362OvcCB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:24.875rem;top:10.09375rem;left:22.6875rem;overflow:hidden;display:block; }
#TreVeBOJymIDI9v6DzBxIvs3g4h0EzLO { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.625rem;left:11.21875rem;height:3.25rem;font-style:normal;display:block; }
#VOm6KwPeOJZ7zpzmsgde1d8vAbwn9ywp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0625rem;left:46.8125rem;height:1.8681625rem;display:block; }
#ons6tcvFyKCr2SxHIadMn9NCVCGZungw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:47.5rem;height:3.412325rem;display:block; }
#SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zkjDBaDv/_0007_Background.jpg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt.adaptive-delivery-prevent-bg, #SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt.lazyload, #SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt.lazyloading { background-image: none; }#SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt > .row .container { border-width: 0; border-radius: 0; }#SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#WU3mnLx9o35s6kFToWDwueWsbXDi20Oc { position:absolute;display:block;z-index:15005;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:10.125rem;width:20.6875rem;top:3.0625rem;left:41.15625rem;overflow:hidden;display:none; }
#nWlLWs5nT1aNUpHV02ODFHVAPu5T8bpa { position:absolute;display:block;z-index:15005;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:13.5625rem;width:34.375rem;top:12.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#tfrbsM8FmMlHGQdt2dw1AMlKWEltUaWq { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:11.25rem;height:3.25rem;font-style:normal;display:block; }
#RmgEpGlhuXAiTuitU4Q3m2gactiEUcZk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.0625rem;left:46.8125rem;height:1.8681625rem;display:block; }
#KIgxNbryBCADinHfhtFVAeD3KLc9fJnu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.9375rem;left:47.5rem;height:3.412325rem;display:block; }
#kReVg6Rt2zPegvpotQi5kRGkAc67mgyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zkjDBaDv/_0007_Background.jpg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kReVg6Rt2zPegvpotQi5kRGkAc67mgyc.adaptive-delivery-prevent-bg, #kReVg6Rt2zPegvpotQi5kRGkAc67mgyc.lazyload, #kReVg6Rt2zPegvpotQi5kRGkAc67mgyc.lazyloading { background-image: none; }#kReVg6Rt2zPegvpotQi5kRGkAc67mgyc > .row .container { border-width: 0; border-radius: 0; }#kReVg6Rt2zPegvpotQi5kRGkAc67mgyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kReVg6Rt2zPegvpotQi5kRGkAc67mgyc > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#dHIXv7NleP5muiKEVc5wymchWy4D09sA { 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:10.125rem;width:20.6875rem;top:3.0625rem;left:39.21875rem;overflow:hidden;display:none; }
#oPW2UKFqXSMkolDrKRLTaI1t7LIzXl4o { position:absolute;display:block;z-index:15004;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:15.625rem;width:34.5625rem;top:10.43489074707rem;left:16.190103530884rem;overflow:hidden;display:block; }
#coOJuD89nN62qegsy8e4Ernuq4ugTNRR { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.625rem;left:11.25rem;height:3.25rem;font-style:normal;display:block; }
#b4diA79rqhxa08zsKHz4DUmbeeIZ3Aos { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.0625rem;left:46.8125rem;height:1.8681625rem;display:block; }
#pTeuFzT9IvUwbTkRalXdLaR3HSFMocs5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9375rem;left:47.5rem;height:3.412325rem;display:block; }
#ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zkjDBaDv/_0007_Background.jpg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg.adaptive-delivery-prevent-bg, #ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg.lazyload, #ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg.lazyloading { background-image: none; }#ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg > .row .container { border-width: 0; border-radius: 0; }#ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#Fx1OTcSIuushaoTZJ2u1kKqMaVcieJrG { 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:17.6875rem;width:32.75rem;top:9.03125rem;left:21.1875rem;overflow:hidden;display:block; }
#XFor5RTedO6dfnmGqasP5Qzyn6CTCVmN { position:absolute;display:block;z-index:15007;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:10.125rem;width:20.6875rem;top:2.125rem;left:40.09375rem;overflow:hidden;display:none; }
#ItKOa4WOrpp2k6TO9SQIgRaMsBURJUAN { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:11.25rem;height:3.25rem;font-style:normal;display:block; }
#vCTsT5hFV0Bvt31eIzATu53NSFlCe35b { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.0625rem;left:46.8125rem;height:1.8681625rem;display:block; }
#qPOygHDWz4XgxCTlUhCXlr0q1fK1gaWS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.9375rem;left:47.5rem;height:3.412325rem;display:block; }
#VToCoEflXu4g0HfGHUoXRXFl7c83LXi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zkjDBaDv/_0007_Background.jpg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VToCoEflXu4g0HfGHUoXRXFl7c83LXi2.adaptive-delivery-prevent-bg, #VToCoEflXu4g0HfGHUoXRXFl7c83LXi2.lazyload, #VToCoEflXu4g0HfGHUoXRXFl7c83LXi2.lazyloading { background-image: none; }#VToCoEflXu4g0HfGHUoXRXFl7c83LXi2 > .row .container { border-width: 0; border-radius: 0; }#VToCoEflXu4g0HfGHUoXRXFl7c83LXi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VToCoEflXu4g0HfGHUoXRXFl7c83LXi2 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#tpBEMe2JTeuP4eUNCQHTwJhiLHQytNVC { position:absolute;display:block;z-index:15007;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:17.0625rem;width:30.5rem;top:8.15625rem;left:20.875rem;overflow:hidden;display:block; }
#QK7KZ6TVKARaLNq9nP25vpKJCtqG42Rr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:25.3125rem;top:1.5rem;left:42.71875rem;overflow:hidden;display:none; }
#aLhx8katii41dVF7HAMOLSb0iQhybkeo { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0625rem;left:11.25rem;height:3.25rem;font-style:normal;display:block; }
#SgbcTd4Z5rJh09iFfBkosJB8kRgMsQDq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.0625rem;left:46.8125rem;height:1.8681625rem;display:block; }
#u9ITBDtFpI4aLiMp62NJm2hogqQMDnXS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.9375rem;left:47.5rem;height:3.412325rem;display:block; }
#QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56fc4664-7fa5-47df-85b6-5f99d0e22779/wyprzedazrocznika2021_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr.adaptive-delivery-prevent-bg, #QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr.lazyload, #QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr.lazyloading { background-image: none; }#QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr > .row .container { border-width: 0; border-radius: 0; }#QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:none; }#ZEX3MxKtlJWT4SOopHSz0hp3VOi7gZQS { position:absolute;display:block;z-index:15007;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:18.8125rem;width:43.375rem;top:12.187499523163rem;left:4.875rem;overflow:hidden;display:block; }
#vKWVOh8BoOITTfiVa1GkbqDFKLv8UxT0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:13.375rem;top:3.603298664093rem;left:13rem;overflow:hidden;display:block; }
#XTcK0APMIPugTQv4JdrbtCITFeALdhKz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:20.875rem;top:5.7916502952576rem;left:50.5rem;overflow:hidden;display:block; }
#BymdsXvqq0Z9QTOttKmoRrNbwB0K7zek { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:12.625rem;top:18.030378341675rem;left:53.25rem;overflow:hidden;display:block; }
#BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dXTwM8cA/Untitled_1_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ.adaptive-delivery-prevent-bg, #BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ.lazyload, #BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ.lazyloading { background-image: none; }#BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ > .row .container { border-width: 0; border-radius: 0; }#BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:none; }#pGvmn5G6AMkc9sm10OecWqQ4r49xWOTG { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:19.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#o9sOwRsccSWp6rKDatHzUrP16Zi6ZJJU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0625rem;left:14.96875rem;height:2.111975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loWrvO7J3LAcF66nTR0C09Cr0RXnMHcD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:45.03125rem;height:2.111975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Smc6C65QG5D7ZtTqTwMyCXrMRorb12No { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:26rem;height:3.166725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sn7wi8kOc9LkdrxQreTDDUsUA4GCUgge { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:5.277875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bc3J4EesLeTrkSOAP14TZIcT42ErK25l { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:54.5rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrQVgVpTCE6IBp5CePnoeezWu03UOQg8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HrQVgVpTCE6IBp5CePnoeezWu03UOQg8 > .row .container { border-width: 0; border-radius: 0; }#HrQVgVpTCE6IBp5CePnoeezWu03UOQg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrQVgVpTCE6IBp5CePnoeezWu03UOQg8 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#w69sJlnqH0shzc4Zs4QxL2AbePRt8PJH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:19.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#QHmGh1uqoSBmAdhCaoVUpuxqe3PHSGHd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.4375rem;top:7.125rem;left:3.03125rem;overflow:hidden;display:block; }
#Lych3zcviNB5oNCoTgruHs6VLdTSsuXM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.1875rem;top:7.625rem;left:12.84375rem;overflow:hidden;display:block; }
#UV9VTp4D6vZr2tJ8gZr2qOlBIaTExWLL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.8125rem;top:7.125rem;left:26.4375rem;overflow:hidden;display:block; }
#ALrLAazRli7XHmObeMraPzsoAXruVhE7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.125rem;left:47.65625rem;overflow:hidden;display:block; }
#hPOiuR4HPrx27aet9dzr3reKLcRZP9sW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.125rem;left:61.03125rem;overflow:hidden;display:block; }
#DvTuRFwQmxqymgiGgbDJzpxrT7Ogry7r { 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:2.5rem;width:3.5rem;top:7.625rem;left:36.8125rem;overflow:hidden;display:block; }
#dNssdoTk3EUpxC7oeEZuNDr7by5ktqUX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0.4375rem;height:2.111975rem;text-align:center;text-align-last:center;display:block; }
#uBqIch8nu9F697WGEdSGUTGRan7OGdSR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.8125rem;left:10.1875rem;height:2.111975rem;text-align:center;text-align-last:center;display:block; }
#QCN8uUGS9sk5XnTPQQGA0p3hvAlOylho { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8125rem;left:22.09375rem;height:2.111975rem;text-align:center;text-align-last:center;display:block; }
#VFcNqcPdWLif7qQ9vIbSwwl8HLwauU35 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.8125rem;left:43.15625rem;height:2.111975rem;text-align:center;text-align-last:center;display:block; }
#yPr05JHs3BnCrCWShNLFQnAu0oBidTLt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.8125rem;left:55.90625rem;height:2.111975rem;text-align:center;text-align-last:center;display:block; }
#WlpyJO1EwOyKWUS3qAkmrNhTBPJugA9x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.8125rem;left:32.3125rem;height:2.111975rem;text-align:center;text-align-last:center;display:block; }
#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bbe03059-c253-4b3a-874c-87af9d2a18f0/wyprzedazrocznika2021_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV.adaptive-delivery-prevent-bg, #leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV.lazyload, #leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV.lazyloading { background-image: none; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row .container { border-width: 0; border-radius: 0; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:none; }#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-form-header {  }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.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;vertical-align:top;text-align:left;text-align-last:left; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000545;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:22.6875rem;box-sizing:border-box;height:1.875rem;color:#202020;font-size:0.875rem;overflow:hidden;font-family:bebas;vertical-align:top;box-shadow: none; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-text {padding-top: 0; padding-bottom: 0;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000545;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:22.6875rem;box-sizing:border-box;height:4.375rem;color:#202020;font-size:0.875rem;overflow:hidden;font-family:bebas;vertical-align:top;box-shadow: none; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:22.6875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-select {padding-top: 0; padding-bottom: 0;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .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; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#00a5e8;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:#f2f9ff;width:14.9375rem;height:2.5rem;font-family:bebas;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),0.5);text-align:center;text-align-last:center;font-style:normal; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD [class*="-text"]:-moz-placeholder { color:#212121;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD [class*="-text"]::-moz-placeholder { color:#212121;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD [class*="-text"]:-ms-input-placeholder { color:#212121;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD [class*="-text"]::-webkit-input-placeholder { color:#212121;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:400;color:#3f4549;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .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; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .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; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-container:first-of-type{padding-top:0;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-container:last-of-type{padding-bottom:0;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:7.4375rem;left:44.998046875rem; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.6875rem;display:block;vertical-align:top; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-info-text { display:block;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; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD {display:block;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:7.4375rem;left:44.998046875rem; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #VFHlLEmoTxdTTwUi8GiFWiwTuPyFZzzy { position:relative;z-index:1; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #GmyRSsrkDctiyIsMO6PvQ1RzqGuMX3Pf { position:relative;display:none; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #rd9Kx9nQw2MTDi118G8vrWFk0ol0X8Bh { position:relative; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #xCTbOaGUTuoTs9uWKvu5pThgHnmuFHdq { position:relative;z-index:1; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #D8yLlB5yACcDNABam9b0ruRNOZOEt8Fo { position:relative;display:none; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #z9vBKWMggpvwIMHDNLsDlV6C5y5wVnld { position:relative; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #sRGX386hxnrMo7oyABdt0HGTyIiwOcVR { position:relative;z-index:1; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #x5kF7FRqB7dWla1TIhrwlcgxoBIU5pBb { position:relative;display:none; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #FdSRSPqd0pqWeTqhxRpoUfzOdBvbvs7W { position:relative; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #a30vfmbUpnEyOdfJvRLzl0hrmi245ILN { position:relative; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #eIhuBBQV6xxrWRmlH2o0JsDkq6COKKdb { position:relative;display:none; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #VqgRIlkBcndesBLa7MKhtmDEG9Bq3vnR { position:relative; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #q4nqig4q6TClqz2vTzPU8uPx8QmMM9q5 { position:relative;z-index:1; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #aq2RRh24gblDhC0KOQAT2M4y9MS2vReH { position:relative;z-index:2; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #L9qrQWbTkmrnp6yBUkkQ6Wh7GPnkW2xS { position:relative; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #ygdqhvIQ0keZn7TIKJFLQkAzFxsEpC9v { position:relative;z-index:1; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #gbrDO3FVlUvDkD8y5DuJHksxs4BXJW6W { position:relative; }
#kh5SKS42fePEmQL4bs30ROxWhSHZwDa2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#upu3WIsdBXf36SvgDfqHq4IF9fgZXvQC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:42.779296875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ds7kkPoqvHLgZkLIMASlQnz16ieVGnkt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:18.5rem;width:25.5rem;top:7.4375rem;left:44.96875rem;display:block; }
#NTFXW6GLhxxwUaoQNBDLfTX2TPtuS4Xh { position:absolute;display:block;z-index:15014;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:29.6875rem;width:32.9375rem;top:9.3125rem;left:9.125rem;overflow:hidden;display:block; }
#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { border-width: 0; border-radius: 0; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#qeanhA0uTv3PVXvzNbRFui6GhSrdDd7m { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:28.75rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#M2EXbrU7T03qPzOhEWeqkZD71Az9JaNX { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:24.09375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 { 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; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { background-color: transparent; background-image: none; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container > .video-iframe-container { display: none; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row > .video-iframe-container { display: none; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .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); }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { border-width: 0; border-radius: 0; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#XzJnSaOZE8KEhm3eFm9Ass9kXt46Z62v { color:rgba(var(--color-tertiary-4),1);display:block;width:49.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.9384765625rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s { display:block; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoggPQXNB5fR75XQ5446RnBSwQT2uF3A { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LByTbXZuMIU7MD1AUReGT4bcxgEWRLg6 { width:24.625rem;height:18.4375rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN4Q0fF2Tqteq6ysPLeOCTbAic58Jfll { width:25.5rem;height:3.4375rem;top:3.4375rem;left:0rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoeUZRfTFN7mUUe8RutFDbxubzZufPf6 { width:37.5rem;height:9.4375rem;top:16.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-regular-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-text {padding-top: 0; padding-bottom: 0;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-select {padding-top: 0; padding-bottom: 0;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-checkbox-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA  { width:22.125rem;height:auto;top:6.9375rem;left:0rem; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA {display:block;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA { width:22.125rem;height:auto;top:6.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #WiQ1F58piOB34ZhGktwSAU3R9qJaNf8M {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #NCNKyoNHy6aCGxCfnQR0WQ541KcOtDhS {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #rdWr05PrEzE52L2gWzTatr1qTtG5u7a6 {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #zBdbFLnmgQwL5uK7NUa1o5GBVGuoNmuv {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #nuWDZQszbsoZ4ltWDTdZuDeftpVA0Oab {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #rh6drT3TWPsHfScl2nNkMIpni7TfmCqD {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #h9s1NsBLFvtxwK5gsVK9gy2BAoSSHLTZ {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #lfKAKuLk8SuCag4sCog4QyFf7apgxNdZ {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #VFa9Zg7ppqU8DPu0q9DitLupeTzsyW43 {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #SCqmeaSEHEEt66Tpn20pu9sH9ptCrEZb {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #ku6SLpAyLtpMpnwJxNE0UPGIBMCwmJ5E {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #LJ08CWIJhQKgFVLDZfdKOoOPF4iocphT {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #Zc2pMCSCLwsi7ooBtgiicBxgIDHBTkU2 {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #O0HncLLceNW0iOpl2pT1CyTlwVXvgbcz {  }
 }@media only screen and (max-width: 763px) { #ulFfTLsvGuwbCFOprpiLOSWTdTo9yVrv { width:30.8125rem;height:30.8125rem;top:0rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { display:block; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { width:13rem;height:9.1875rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { width:12.5rem;height:4.375rem;top:6.9375rem;left:35.125003814698rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block; }
 }@media only screen and (max-width: 763px) { #pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { width:10.6875rem;height:1.8681625rem;top:8.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEC5GdEX3u31E63315FbV52iobbRL5rM { width:12.5rem;height:4.0244125rem;top:13.5625rem;left:35.125003814698rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { width:10.6875rem;height:3.736325rem;top:13.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { width:7.25rem;height:4.3377180611469rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EblowpWhl9NmsSddrc7E1ZOMZpURkOrM { display:block; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3WNSFWw6U6LRIbTwyckwcMylmw3Rkn8 { width:12.0625rem;height:9rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yThZbA2UVBKbn0WKc8kqmdcHS37IkQdV { width:17.875rem;height:8.75rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEhk7Zq2wk33DJa0aPaZP4dE0Ly33BTL { width:31.8125rem;height:14.625rem;top:7.8125rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJlNbNVwxG64vrxOT0CtpTTp5RqTbi4C { width:17.5rem;height:3.4375rem;top:23.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCioHVAaweTPM2JsZQI42KFI5AmyOGzL { display:block; }
 }@media only screen and (max-width: 763px) { #VbdK7ywpk8NConECCBfmgz2QbZ9TrH0Z { width:25.5rem;height:2.4375rem;top:3.6875rem;left:22.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUb0fedsmsKygZIX06UuHobUF0M8vP24 { display:block; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeJNGAgRzHoDEerNl2lxlt9zAOb99TNq { width:13.5rem;height:8.9375rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCclqQQ3vCDxdqJZKACBnkuAq6TFiH1m { width:17.875rem;height:8.75rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFSwQz7dM37qmbNfGbpe1AK5JSaN1yw5 { width:32rem;height:6.5rem;top:10.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2tE1cEi12QeAeNQsT8HbNwgp4ixiTtr { width:17.5rem;height:3.4375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIQI7vkuhKxAwrlwO3mehAKzzX3UZpEK { display:block; }
 }@media only screen and (max-width: 763px) { #sp0aFGrgawJ1etwk0ErZkghF4I1PmPux { width:27.1875rem;height:2.4375rem;top:6.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KODV28sR02IWISsIgTIs78LHi5EEZ18K { display:none; }#KODV28sR02IWISsIgTIs78LHi5EEZ18K > .row .container { width:47.75rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBCN42TinKvHuleoeGL9izA0BpfxebPv { width:13.625rem;height:9.0625rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtZzOQvzwiDZGiTO3lhkvTRucUSDCkaP { width:17.875rem;height:8.75rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUlb2AdbdUUDbfqXGzt1olM2ga2CzU9U { width:31.8125rem;height:11.375rem;top:7.8125rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOpfdSG9sfMQsbWEDqIy7xenFvmiRLUZ { width:17.5rem;height:3.4375rem;top:21.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCWoPyGJGho0ThD4ICgeb9ukwLPU4QI6 { display:block; }
 }@media only screen and (max-width: 763px) { #cMsy05EZVIZSE8Rtb8BMFAs715vz9TI5 { width:25.5rem;height:2.4375rem;top:3.6875rem;left:22.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z { display:block; }#QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-regular-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-text { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-text {padding-top: 0; padding-bottom: 0;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-textarea { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-select { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-select {padding-top: 0; padding-bottom: 0;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.8125rem; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-checkbox-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq  { width:22.6875rem;height:auto;top:3.125rem;left:11.28125rem; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .radio-container { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq {display:block;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq { width:22.6875rem;height:auto;top:3.125rem;left:11.28125rem; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #RMd1pBDM6w6F7AP62R51E0DDq7PectXw {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #kBgcDMDkcdZWTR8MrNAZTZ2gA0cIlnAV { display:none; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #PGdFElZJIkU5ImbbSNmy4MZ8wvobx7Xs {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #fCZTmpHQKu44ezzMACIryZCuBVKZ7Bsl {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #TPwvsgU9bwWXlQPXas0woRpKAUM6Er3P { display:none; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #efJoyJQC1aZwvwuekqGcTCEyQf5sKH58 {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #eh9uHl0x6ixQo1OvAUgivQW0RA9Vs9Ko {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #KV5CZJO8DoKg5ZCdNuDOn2ezv8w1UAIE { display:none; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #TMmdfNryZsS3TMXK7KFMtnp90La8frdN {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #wisF9NVqNyZupFTg1JchqLQiEOTHt07U {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #HrthsuJT5CgRs996iLDhs7naiEFCtDtt { display:none; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #gb8EruuE4pF5WuF4TyzEB2MP2zsECdVW {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #mgEi7sThLnfuhWpB0PfmXU9BKxS7Czab {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #GMllqLwrrImyooP6JIV7akXwBKwGrdnt {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #uegKtOaTbrJ8O2UyoNzNnytOyGeKrR1b {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #zpBd02NuvQQ7gCTTrdfub6nOaQPSSN6t {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #Cxep4Z8RNwV2q0S2nyrFKKnTn9Vcr3Nv {  }
 }@media only screen and (max-width: 763px) { #Ori9XJaVB9nPxXuGzNlnHlwbPvSK17JI { width:16.375rem;height:2.03125rem;top:1.125rem;left:15.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn { display:none; }#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CvW08ymVGRmUR1dSa9NPu232TtNTaaXT { width:47.6875rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWbNbW9yXPZJDH5cw56COLzX4ffDeg4M { width:31.875rem;height:1.625rem;top:12.4375rem;left:14.3125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #aDktsuuVnMDMn84DdirTwEqZTso7T3wV { width:27.0625rem;height:2.4375rem;top:15.75rem;left:19.0625rem;font-size:1.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #CT1iHKdmei6k0FOQDkEZf5FgUPinAlVf { width:26.125rem;height:1rem;top:19.8125rem;left:20.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QKBz5v8s7EthkyStzUICpgTHcVDRq3UW { width:17.5rem;height:2.8125rem;top:24rem;left:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFl9NB2rBmbKJK824OvorP7bbr67Kzld { display:block; }
 }@media only screen and (max-width: 763px) { #aWmnsetXhWxynRknkxlOgUwUE69AXQT5 { display:none; }#aWmnsetXhWxynRknkxlOgUwUE69AXQT5 > .row .container { width:47.75rem;height:33.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NkkT9byaMlJh8CQ3ybHJee0qSWLlMoT7 { width:41.8125rem;height:35.75rem;top:0rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-regular-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-text { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-text {padding-top: 0; padding-bottom: 0;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-textarea { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-select { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-select {padding-top: 0; padding-bottom: 0;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.8125rem; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-checkbox-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto;font-family:"display toyo";font-weight:300;font-style:normal; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb  { width:22.6875rem;height:auto;top:7.375rem;left:11.28125rem; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .radio-container { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb {display:block;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb { width:22.6875rem;height:auto;top:7.375rem;left:11.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #wlJGKH0RTyhNUTeRp1y3mmB8nkKbk1kK {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #Lg0t6OlzfcnWcIUgUHmi4TPpWP1TItAV { display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #VXtDnv8Rp7o6QT5W37esQuqTs5s9ZwXb {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #B5GQm783vmb29KRVQqbn4S2GKku2Igc6 {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #LmhSprrN6hz8XULFTgRxTDG1ZrE2rGsr { display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #nvfN5vKeuLkDXPKB9CkTaTERtKdxfV9m {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #BLZmQTb25FL7hKNIzDXaADRdxBZo6Hvr {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #Mg0JLwzhZBRkvytEQpLR8HrvopTbn9Ee { display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #TcQGHO9MbP5FDwldSxP1UgtlyQkaoQnE {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #vwHtEJNdmXMH9CTpNZ44nsrSxwSoAwIc {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #r9BtdgkGU3oWsVqTGoVIJ8KhmcSbdISu { display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #novT2DK8yy2LwBNEbVzdySnQf9z9HvIR {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #V1N2TknXLnpHtUr0dau4gTl96mAlmmAd {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #ryQopcqhCpb4iRDVVn9iZZqoQZDL0xPh {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #loyOeHl7q3vixpfdgTi5kWvTIu7IaUS6 {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #SIbBI0xNVmZ3Mq4TSJF3DJWifgq0CmVb {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #R7dggbfPAwtD1te6ElPLyEwbWyOhyHog {  }
 }@media only screen and (max-width: 763px) { #E3Jf0yHUWEl5KiL12OzlkRgDW7wTf32y { width:18.25rem;height:3.4375rem;top:4.5rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9yGuOpWfOcfh3zK6mZlDPJPVV0f7WLW { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyDt21gNym24eDyJhu922LgGWb7hN4uq { display:block; }#KyDt21gNym24eDyJhu922LgGWb7hN4uq > .row .container { width:47.75rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCCrLKNVb1wuSyaumS9map4UXbUO6gnO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pi7epinuChSDQST7q6yKJQBL7VH1a3vu { width:25.25rem;height:15.25rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6fdHpWEVyu40aRzTK2NkSyz6tri4JS7 { width:36.8125rem;height:1.625rem;top:1.875rem;left:5.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV8QTLyu7kA0FJqOzsKEQW8UaBBSuPfq { width:47.75rem;height:2.92448125rem;top:5.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay { display:block; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyN3U9ZHuaKlFFvuG62HWr9TJL3EBfg7 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #orWwPaGfoJGXH9t1ZitmXqzXc887Hm9o { width:25.25rem;height:15.25rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxRc5WZBRcCh1FKhfTanvKbUtFwxUkhv { width:7.5rem;height:1.21875rem;top:9.3125rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkco6f3L8y1BE9JQUHILiUimsbWdP7Ai { width:7.5rem;height:1.21875rem;top:9.3125rem;left:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSu8NTiS225toHWRS4QpZRHI325ny1pf { width:9.375rem;height:4.9375rem;top:3.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCFFqXEPoho4agzbUZGXFMKI5FhXbZ25 { width:6.75rem;height:3rem;top:3.0625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6DdqX2HOAchVD4Zex9OyxrLhgqp9BCR { width:3.125rem;height:3.125rem;top:4.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3PUJfTvHZvK3oBMLgHOtEvGcFKvJrQu { width:3.125rem;height:3.125rem;top:4.4375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umDmNJ6aBNQ0BT8LWcKkRClQ7pMpQRVl { width:7.5rem;height:1.21875rem;top:9.3125rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH53XRgxT4xx0VVTHL5b1fTWaHHktCKB { width:9.375rem;height:4.5rem;top:3.0625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDfefA2CSZdMWSHodbQDPXVWqfopRHgT { width:10.125rem;height:1.21875rem;top:9.3125rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbkfTR6cXQKHH9zqVohryWvMhEtgUOak { width:9.375rem;height:3.5rem;top:3.0625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEh3EuaWlu7CcEb6h3F421utbsWUlGAT { display:block; }#zEh3EuaWlu7CcEb6h3F421utbsWUlGAT > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DntLg2NT6vlK9WgNItRx91g59SEJ5qh9 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNR8BFkKavfTekMh6rouyIDPWpGSNuLH { width:25.25rem;height:15.25rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGV25NqTB7cVUiJrR6FXRvJax9NAvMiH { width:10rem;height:1.21875rem;top:9.3125rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSIWVGsbqM2T2oa0JMHlDInwfzbRDZzS { width:10.1875rem;height:1.21875rem;top:9.3125rem;left:24.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTGaRzxRvWV2IlSt9RX1o8dIip7BkA8 { width:9.375rem;height:3.6875rem;top:3rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXDbtQkp2ela34PQy8X7Q9UI02DZU8aH { width:11.875rem;height:1.21875rem;top:9.4375rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqIJofQVRZHBhD3txhcg72eUHRRsLMkG { width:9.375rem;height:5.25rem;top:3rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTIVvKNQrT1nbyC98UGooDnxyZD8qqig { width:9.375rem;height:4rem;top:3rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh41PUTD7zm0NqzsiTsPxgVfuITTChE0 { width:3.125rem;height:3.125rem;top:4.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJhveIQtTn872sEGNq04hSz6l0hc0VzU { width:3.125rem;height:3.125rem;top:4.4375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTHztz0pTlrPBlWNTahTxFiPqvtSi7Qe { display:block; }#mTHztz0pTlrPBlWNTahTxFiPqvtSi7Qe > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwK46oV8fUxtZzH0NErmP1y8QTRlhAJD { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUgQIhPzSdocuOBb3xAJ12rz2TvQO5R9 { width:25.25rem;height:15.25rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e99BFQ6ohHEEbsxUSNQEbegTLmDzaXup { width:10.4375rem;height:1.21875rem;top:9.1875rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv4rrLLTLv4vAHWd9tq2Ey9HBglclQ7z { width:8.75rem;height:1.21875rem;top:9.1875rem;left:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuygm9tn3NhzxeRXerQ8ggoNEVadZeyP { width:9.375rem;height:5.25rem;top:2.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI0M8fQbX0NThUw2ZCpcJ1ZGGVFfr3GN { width:9.375rem;height:3.6875rem;top:2.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #di0lhXX4lmvqq5ZxUf9gJfWb3TF0BzEA { width:3.125rem;height:3.125rem;top:4.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suh59piTgoetERB6yiuK8hkI3zFIHh35 { width:3.125rem;height:3.125rem;top:4.4375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFgpkItGdzGkvLR4lCbyRWL7rFRhH9B { width:9.375rem;height:5.25rem;top:3rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpK6rwPToxiVhyQVJoWTObWFskfSuek7 { width:10.1875rem;height:1.21875rem;top:9.1875rem;left:35.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zkjDBaDv/_0007_Background.jpg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.adaptive-delivery-prevent-bg, #EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.lazyload, #EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.lazyloading { background-image: none; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row .container { background-color: transparent; background-image: none; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row .container > .video-iframe-container { display: none; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row > .video-iframe-container { display: none; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .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); }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLHkTBRsHg8lv3SPyFEZNqRmshX5XTvy { width:9.625rem;height:7.4375rem;top:6.28125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqgmgivTbvHJScWWusIn4eUbgq6mHgfg { width:17.875rem;height:8.75rem;top:0.90625rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4Wh5xMGJ96tJ26sGtKd1rJmgUfffXD6 { width:17.6875rem;height:2.03125rem;top:4.28125rem;left:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRPBg0whKOI99E8REbcJwHo94VF0S6p0 { width:10.75rem;height:1.8681625rem;top:7.0625rem;left:33.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdCq4XnF38T2nXnpGTi0y3QhDnVtK1vE { width:12.5rem;height:3.412325rem;top:8.9375rem;left:33.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBwTNVxAitqIruJK7gCM9zKqow0RObS { display:block; }#afBwTNVxAitqIruJK7gCM9zKqow0RObS > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLL66eTgZSlwshyw4hmN2nh3LJdwtwWL { width:2.9375rem;height:1.25rem;top:9.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm1lFD547sQFcTtUNeUDTkFX4xbBwxkn { width:17.875rem;height:8.75rem;top:1rem;left:25.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9J3iTqel4RvaKL8uNZG5TcPUTeD1CtN { width:17.6875rem;height:2.03125rem;top:5.90625rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD77JmR1uylbTLOVkUOBSleo7T0qTFm3 { width:10.75rem;height:1.8681625rem;top:7.0625rem;left:33.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phsu42wS83MVVwtNEtvCKTsuXPSgH0HB { width:12.5rem;height:3.412325rem;top:8.9375rem;left:33.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfTANLpMsghX2f238pZv8H260T9HEqSH { display:block; }#JfTANLpMsghX2f238pZv8H260T9HEqSH > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTaiHiHLRiZW8gkzwnfKliL6igds0KIf { width:17.875rem;height:8.75rem;top:2rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7KJruPM08t8ERcrBXg3yTUr362OvcCB { width:13.25rem;height:12rem;top:9.9375rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TreVeBOJymIDI9v6DzBxIvs3g4h0EzLO { width:18.75rem;height:4.0625rem;top:5.09375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOm6KwPeOJZ7zpzmsgde1d8vAbwn9ywp { width:10.75rem;height:1.8681625rem;top:7.0625rem;left:33.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ons6tcvFyKCr2SxHIadMn9NCVCGZungw { width:12.5rem;height:3.412325rem;top:8.9375rem;left:33.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt { display:block; }#SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WU3mnLx9o35s6kFToWDwueWsbXDi20Oc { width:17.875rem;height:8.75rem;top:2.9375rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWlLWs5nT1aNUpHV02ODFHVAPu5T8bpa { width:29.375rem;height:11.5625rem;top:11.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfrbsM8FmMlHGQdt2dw1AMlKWEltUaWq { width:29rem;height:2.03125rem;top:7.1875rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmgEpGlhuXAiTuitU4Q3m2gactiEUcZk { width:10.75rem;height:1.8681625rem;top:7.0625rem;left:33.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIgxNbryBCADinHfhtFVAeD3KLc9fJnu { width:12.5rem;height:3.412325rem;top:8.9375rem;left:33.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kReVg6Rt2zPegvpotQi5kRGkAc67mgyc { display:block; }#kReVg6Rt2zPegvpotQi5kRGkAc67mgyc > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHIXv7NleP5muiKEVc5wymchWy4D09sA { width:17.875rem;height:8.75rem;top:1.3125rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPW2UKFqXSMkolDrKRLTaI1t7LIzXl4o { width:21.8125rem;height:10.125rem;top:10.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOJuD89nN62qegsy8e4Ernuq4ugTNRR { width:29rem;height:2.03125rem;top:5rem;left:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4diA79rqhxa08zsKHz4DUmbeeIZ3Aos { width:10.75rem;height:1.8681625rem;top:7.0625rem;left:33.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTeuFzT9IvUwbTkRalXdLaR3HSFMocs5 { width:12.5rem;height:3.412325rem;top:8.9375rem;left:33.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg { display:block; }#ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fx1OTcSIuushaoTZJ2u1kKqMaVcieJrG { width:26.125rem;height:14.125rem;top:8.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFor5RTedO6dfnmGqasP5Qzyn6CTCVmN { width:17.875rem;height:8.75rem;top:1.125rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItKOa4WOrpp2k6TO9SQIgRaMsBURJUAN { width:29rem;height:1.94965rem;top:5.9375rem;left:4.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCTsT5hFV0Bvt31eIzATu53NSFlCe35b { width:10.75rem;height:1.8681625rem;top:7.0625rem;left:33.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPOygHDWz4XgxCTlUhCXlr0q1fK1gaWS { width:12.5rem;height:3.412325rem;top:8.9375rem;left:33.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VToCoEflXu4g0HfGHUoXRXFl7c83LXi2 { display:block; }#VToCoEflXu4g0HfGHUoXRXFl7c83LXi2 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpBEMe2JTeuP4eUNCQHTwJhiLHQytNVC { width:25rem;height:13.9375rem;top:8.3125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK7KZ6TVKARaLNq9nP25vpKJCtqG42Rr { width:21.875rem;height:8.75rem;top:0rem;left:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLhx8katii41dVF7HAMOLSb0iQhybkeo { width:12.5rem;height:4.0625rem;top:3.875rem;left:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgbcTd4Z5rJh09iFfBkosJB8kRgMsQDq { width:10.75rem;height:1.8681625rem;top:7.0625rem;left:33.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ITBDtFpI4aLiMp62NJm2hogqQMDnXS { width:12.5rem;height:3.412325rem;top:8.9375rem;left:33.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr { display:block; }#QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr > .row .container { width:47.75rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEX3MxKtlJWT4SOopHSz0hp3VOi7gZQS { width:43.375rem;height:18.8125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKWVOh8BoOITTfiVa1GkbqDFKLv8UxT0 { width:13.375rem;height:9.8125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcK0APMIPugTQv4JdrbtCITFeALdhKz { width:20.875rem;height:7.5625rem;top:5.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BymdsXvqq0Z9QTOttKmoRrNbwB0K7zek { width:12.625rem;height:7.125rem;top:18rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ { display:block; }#BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ > .row .container { width:47.75rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGvmn5G6AMkc9sm10OecWqQ4r49xWOTG { width:36.8125rem;height:1.625rem;top:1.375rem;left:5.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9sOwRsccSWp6rKDatHzUrP16Zi6ZJJU { width:19.0625rem;height:1.7871125rem;top:11.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loWrvO7J3LAcF66nTR0C09Cr0RXnMHcD { width:19.0625rem;height:1.7871125rem;top:11.125rem;left:28.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smc6C65QG5D7ZtTqTwMyCXrMRorb12No { width:23rem;height:2.68066875rem;top:5.1875rem;left:12.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn7wi8kOc9LkdrxQreTDDUsUA4GCUgge { width:23rem;height:3.57421875rem;top:36.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc3J4EesLeTrkSOAP14TZIcT42ErK25l { width:20.5rem;height:1.7871125rem;top:37.0625rem;left:26.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrQVgVpTCE6IBp5CePnoeezWu03UOQg8 { display:block; }#HrQVgVpTCE6IBp5CePnoeezWu03UOQg8 > .row .container { width:47.75rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w69sJlnqH0shzc4Zs4QxL2AbePRt8PJH { width:36.8125rem;height:1.625rem;top:1rem;left:5.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmGh1uqoSBmAdhCaoVUpuxqe3PHSGHd { width:3.4375rem;height:3.5rem;top:7.25rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lych3zcviNB5oNCoTgruHs6VLdTSsuXM { width:7.1875rem;height:2.5rem;top:17.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV9VTp4D6vZr2tJ8gZr2qOlBIaTExWLL { width:3.8125rem;height:3.5rem;top:7.1875rem;left:21.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALrLAazRli7XHmObeMraPzsoAXruVhE7 { width:3.5rem;height:3.5rem;top:17.9375rem;left:38.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOiuR4HPrx27aet9dzr3reKLcRZP9sW { width:3.5rem;height:3.5rem;top:7.1875rem;left:38.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvTuRFwQmxqymgiGgbDJzpxrT7Ogry7r { width:3.5rem;height:2.5rem;top:17.75rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNssdoTk3EUpxC7oeEZuNDr7by5ktqUX { width:8.625rem;height:2.111325rem;top:11.84375rem;left:3.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBqIch8nu9F697WGEdSGUTGRan7OGdSR { width:12.5rem;height:2.111325rem;top:21.4375rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCN8uUGS9sk5XnTPQQGA0p3hvAlOylho { width:12.5rem;height:2.111325rem;top:11.84375rem;left:17.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFcNqcPdWLif7qQ9vIbSwwl8HLwauU35 { width:12.5rem;height:2.111325rem;top:22.0625rem;left:33.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPr05JHs3BnCrCWShNLFQnAu0oBidTLt { width:15.6875rem;height:2.111325rem;top:11.84375rem;left:30.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlpyJO1EwOyKWUS3qAkmrNhTBPJugA9x { width:12.5rem;height:2.111325rem;top:22.0625rem;left:17.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV { background-color:#ffffff;background-image:none;display:block; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row .container { background-color: transparent; background-image: none; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row .container > .video-iframe-container { display: none; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row > .video-iframe-container { display: none; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .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); }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-regular-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-text { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-text {padding-top: 0; padding-bottom: 0;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-textarea { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-select { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-select {padding-top: 0; padding-bottom: 0;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.8125rem; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-checkbox-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD  { width:22.6875rem;height:auto;top:5.34375rem;left:11.28125rem; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .radio-container { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD {display:block;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD { width:22.6875rem;height:auto;top:5.34375rem;left:11.28125rem; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #VFHlLEmoTxdTTwUi8GiFWiwTuPyFZzzy {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #GmyRSsrkDctiyIsMO6PvQ1RzqGuMX3Pf { display:none; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #rd9Kx9nQw2MTDi118G8vrWFk0ol0X8Bh {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #xCTbOaGUTuoTs9uWKvu5pThgHnmuFHdq {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #D8yLlB5yACcDNABam9b0ruRNOZOEt8Fo { display:none; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #z9vBKWMggpvwIMHDNLsDlV6C5y5wVnld {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #sRGX386hxnrMo7oyABdt0HGTyIiwOcVR {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #x5kF7FRqB7dWla1TIhrwlcgxoBIU5pBb { display:none; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #FdSRSPqd0pqWeTqhxRpoUfzOdBvbvs7W {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #a30vfmbUpnEyOdfJvRLzl0hrmi245ILN {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #eIhuBBQV6xxrWRmlH2o0JsDkq6COKKdb { display:none; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #VqgRIlkBcndesBLa7MKhtmDEG9Bq3vnR {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #q4nqig4q6TClqz2vTzPU8uPx8QmMM9q5 {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #aq2RRh24gblDhC0KOQAT2M4y9MS2vReH {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #L9qrQWbTkmrnp6yBUkkQ6Wh7GPnkW2xS {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #ygdqhvIQ0keZn7TIKJFLQkAzFxsEpC9v {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #gbrDO3FVlUvDkD8y5DuJHksxs4BXJW6W {  }
 }@media only screen and (max-width: 763px) { #kh5SKS42fePEmQL4bs30ROxWhSHZwDa2 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #upu3WIsdBXf36SvgDfqHq4IF9fgZXvQC { width:28.3125rem;height:2.4375rem;top:1.3125rem;left:9.71875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds7kkPoqvHLgZkLIMASlQnz16ieVGnkt { width:25.5rem;height:18.5rem;top:7.4375rem;left:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTFXW6GLhxxwUaoQNBDLfTX2TPtuS4Xh { width:32.9375rem;height:29.6875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { width:47.75rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeanhA0uTv3PVXvzNbRFui6GhSrdDd7m { width:15.749080657959rem;height:3.1669875rem;top:4.2899780273438rem;left:26.434970676899rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2EXbrU7T03qPzOhEWeqkZD71Az9JaNX { width:20.4365234375rem;height:2.4375rem;top:1.232421875rem;left:24.0908203125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 { display:block; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzJnSaOZE8KEhm3eFm9Ass9kXt46Z62v { width:35.8125rem;height:1.13671875rem;top:1.8125rem;left:5.96875rem;font-size:0.875rem;font-family:bebas;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s { display:block; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s { background-color: transparent; background-image: none; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container > .video-iframe-container { display: none; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row > .video-iframe-container { display: none; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .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); }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s { border-width: 0; border-radius: 0; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrQLyuzT8zVELmRgpi7F0JEJVPIR2m1s > .row .container { width:20rem;height:48.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoggPQXNB5fR75XQ5446RnBSwQT2uF3A { top:0.9375rem;left:0rem;width:20rem;height:22.875rem;z-index:14998;background-color:#e91918;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LByTbXZuMIU7MD1AUReGT4bcxgEWRLg6 { width:20rem;height:18.4375rem;top:42.7275390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN4Q0fF2Tqteq6ysPLeOCTbAic58Jfll { width:16.375rem;height:0;top:8.43359375rem;left:1.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoeUZRfTFN7mUUe8RutFDbxubzZufPf6 { width:20rem;height:5.0439453125rem;top:18.93359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-text {padding-top: 0; padding-bottom: 0;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-select {padding-top: 0; padding-bottom: 0;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA  { width:17.5rem;height:auto;top:22.2822265625rem;left:0rem;z-index:14997; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA {display:block;}#R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA { width:17.5rem;height:auto;top:22.2822265625rem;left:0rem;z-index:14997; }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #WiQ1F58piOB34ZhGktwSAU3R9qJaNf8M {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #NCNKyoNHy6aCGxCfnQR0WQ541KcOtDhS { display:block; }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #rdWr05PrEzE52L2gWzTatr1qTtG5u7a6 {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #zBdbFLnmgQwL5uK7NUa1o5GBVGuoNmuv {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #nuWDZQszbsoZ4ltWDTdZuDeftpVA0Oab { display:block; }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #rh6drT3TWPsHfScl2nNkMIpni7TfmCqD {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #h9s1NsBLFvtxwK5gsVK9gy2BAoSSHLTZ {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #lfKAKuLk8SuCag4sCog4QyFf7apgxNdZ { display:block; }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #VFa9Zg7ppqU8DPu0q9DitLupeTzsyW43 {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #SCqmeaSEHEEt66Tpn20pu9sH9ptCrEZb {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #ku6SLpAyLtpMpnwJxNE0UPGIBMCwmJ5E {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #LJ08CWIJhQKgFVLDZfdKOoOPF4iocphT {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #Zc2pMCSCLwsi7ooBtgiicBxgIDHBTkU2 {  }
 }@media only screen and (max-width: 763px) { #R3nRzHd1WNxBbPVJ4yeTT7TNS3QVoTdA #O0HncLLceNW0iOpl2pT1CyTlwVXvgbcz {  }
 }@media only screen and (max-width: 763px) { #ulFfTLsvGuwbCFOprpiLOSWTdTo9yVrv { width:19.8125rem;height:19.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { background-color:#ffffff;background-image:none;display:none; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { width:20rem;height:1.62435rem;top:0.81163215637206rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { width:20rem;height:14.0625rem;top:0.99934959411619rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { width:10.7483125rem;height:1.8684875rem;top:13.125rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { width:12.5rem;height:2.79948125rem;top:15rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { width:17.5rem;height:3.4375rem;top:25.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block; }
 }@media only screen and (max-width: 763px) { #pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { width:10.7483125rem;height:1.7252625rem;top:16rem;left:7.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { width:10.7483125rem;height:1.8684875rem;top:18.375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEC5GdEX3u31E63315FbV52iobbRL5rM { width:12.5rem;height:4.8882375rem;top:19.875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { width:10.7483125rem;height:2.8754375rem;top:20.875rem;left:6.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { width:7.312rem;height:4.375rem;top:20.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EblowpWhl9NmsSddrc7E1ZOMZpURkOrM { background-color:#ffffff;background-image:none;display:block; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { background-color: transparent; background-image: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container > .video-iframe-container { display: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container { display: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .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); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3WNSFWw6U6LRIbTwyckwcMylmw3Rkn8 { width:20rem;height:14.9375rem;top:1.376953125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yThZbA2UVBKbn0WKc8kqmdcHS37IkQdV { width:12.75rem;height:6.25rem;top:1.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEhk7Zq2wk33DJa0aPaZP4dE0Ly33BTL { width:17.75rem;height:13.40625rem;top:17.254687309265rem;left:1.125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cJlNbNVwxG64vrxOT0CtpTTp5RqTbi4C { width:17.5rem;height:3.4375rem;top:32.0166015625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCioHVAaweTPM2JsZQI42KFI5AmyOGzL { display:block; }
 }@media only screen and (max-width: 763px) { #VbdK7ywpk8NConECCBfmgz2QbZ9TrH0Z { width:20rem;height:auto;top:3.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUb0fedsmsKygZIX06UuHobUF0M8vP24 { background-color:#ffffff;background-image:none;display:block; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container { background-color: transparent; background-image: none; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container > .video-iframe-container { display: none; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row > .video-iframe-container { display: none; }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .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); }#BUb0fedsmsKygZIX06UuHobUF0M8vP24 > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeJNGAgRzHoDEerNl2lxlt9zAOb99TNq { width:19.875rem;height:13.1875rem;top:2.5021605491638rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cCclqQQ3vCDxdqJZKACBnkuAq6TFiH1m { width:12.75rem;height:6.25rem;top:1.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFSwQz7dM37qmbNfGbpe1AK5JSaN1yw5 { width:18rem;height:6.09375rem;top:17.11953163147rem;left:1rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #W2tE1cEi12QeAeNQsT8HbNwgp4ixiTtr { width:17.5rem;height:3.4375rem;top:24.587890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIQI7vkuhKxAwrlwO3mehAKzzX3UZpEK { display:block; }
 }@media only screen and (max-width: 763px) { #sp0aFGrgawJ1etwk0ErZkghF4I1PmPux { width:20rem;height:auto;top:6.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KODV28sR02IWISsIgTIs78LHi5EEZ18K { background-color:#ffffff;background-image:none;display:none; }#KODV28sR02IWISsIgTIs78LHi5EEZ18K > .row .container { width:20rem;height:32.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBCN42TinKvHuleoeGL9izA0BpfxebPv { width:20rem;height:13.3125rem;top:2.5021605491638rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MtZzOQvzwiDZGiTO3lhkvTRucUSDCkaP { width:12.75rem;height:6.25rem;top:1.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUlb2AdbdUUDbfqXGzt1olM2ga2CzU9U { width:17.75rem;height:8.53125rem;top:17.254687309265rem;left:1.125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pOpfdSG9sfMQsbWEDqIy7xenFvmiRLUZ { width:17.5rem;height:3.4375rem;top:27.26708984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCWoPyGJGho0ThD4ICgeb9ukwLPU4QI6 { display:block; }
 }@media only screen and (max-width: 763px) { #cMsy05EZVIZSE8Rtb8BMFAs715vz9TI5 { width:20rem;height:auto;top:3.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z > .row .container { border-width: 0; border-radius: 0; }#QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFoVE0L59NNNWTeTgOoX8So9ZtvegX4Z > .row .container { width:20rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-text {padding-top: 0; padding-bottom: 0;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:toyotatype; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-select {padding-top: 0; padding-bottom: 0;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-input-button { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem;height:2.5rem;font-size:1.5rem;overflow:hidden; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq  { width:17.5rem;height:auto;top:4.1875rem;left:0rem; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq {display:block;}#qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq { width:17.5rem;height:auto;top:4.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #RMd1pBDM6w6F7AP62R51E0DDq7PectXw {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #kBgcDMDkcdZWTR8MrNAZTZ2gA0cIlnAV { display:none; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #PGdFElZJIkU5ImbbSNmy4MZ8wvobx7Xs {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #fCZTmpHQKu44ezzMACIryZCuBVKZ7Bsl {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #TPwvsgU9bwWXlQPXas0woRpKAUM6Er3P { display:none; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #efJoyJQC1aZwvwuekqGcTCEyQf5sKH58 {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #eh9uHl0x6ixQo1OvAUgivQW0RA9Vs9Ko {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #KV5CZJO8DoKg5ZCdNuDOn2ezv8w1UAIE { display:none; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #TMmdfNryZsS3TMXK7KFMtnp90La8frdN {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #wisF9NVqNyZupFTg1JchqLQiEOTHt07U {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #HrthsuJT5CgRs996iLDhs7naiEFCtDtt { display:none; }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #gb8EruuE4pF5WuF4TyzEB2MP2zsECdVW {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #mgEi7sThLnfuhWpB0PfmXU9BKxS7Czab {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #GMllqLwrrImyooP6JIV7akXwBKwGrdnt {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #uegKtOaTbrJ8O2UyoNzNnytOyGeKrR1b {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #zpBd02NuvQQ7gCTTrdfub6nOaQPSSN6t {  }
 }@media only screen and (max-width: 763px) { #qWtV1lhcRkbWcSpVJxKUITGpdaCnOfrq #Cxep4Z8RNwV2q0S2nyrFKKnTn9Vcr3Nv {  }
 }@media only screen and (max-width: 763px) { #Ori9XJaVB9nPxXuGzNlnHlwbPvSK17JI { width:16.375rem;height:1.625rem;top:1.625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/i7msmxBl/Untitled_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn.adaptive-delivery-prevent-bg, #VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn.lazyload, #VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn.lazyloading { background-image: none; }#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn > .row .container { border-width: 0; border-radius: 0; }#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTvlpf9LbDB1XVhcTaaCOTb1sgcZR0Dn > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CvW08ymVGRmUR1dSa9NPu232TtNTaaXT { top:1.625rem;left:4.375rem;width:11.25rem;height:1.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KWbNbW9yXPZJDH5cw56COLzX4ffDeg4M { width:20rem;height:1.328125rem;top:5.009765625rem;left:0rem;font-size:1.0625rem;z-index:15021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDktsuuVnMDMn84DdirTwEqZTso7T3wV { width:20rem;height:2.03125rem;top:6.5625rem;left:0rem;font-size:1.5625rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT1iHKdmei6k0FOQDkEZf5FgUPinAlVf { width:20rem;height:0.859375rem;top:8.8125rem;left:0rem;font-size:0.6875rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKBz5v8s7EthkyStzUICpgTHcVDRq3UW { width:12.5rem;height:2.1875rem;top:10.3125rem;left:3.75rem;z-index:15023;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFl9NB2rBmbKJK824OvorP7bbr67Kzld { display:block; }
 }@media only screen and (max-width: 763px) { #aWmnsetXhWxynRknkxlOgUwUE69AXQT5 { display:none; }#aWmnsetXhWxynRknkxlOgUwUE69AXQT5 > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NkkT9byaMlJh8CQ3ybHJee0qSWLlMoT7 { width:20rem;height:17.121212121212rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-text {padding-top: 0; padding-bottom: 0;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:bebas; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-select {padding-top: 0; padding-bottom: 0;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-input-button { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem;height:2.5rem;font-size:1.5rem;overflow:hidden; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb  { width:17.5rem;height:auto;top:3.43359375rem;left:0rem; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb {display:block;}#uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb { width:17.5rem;height:auto;top:3.43359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #wlJGKH0RTyhNUTeRp1y3mmB8nkKbk1kK {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #Lg0t6OlzfcnWcIUgUHmi4TPpWP1TItAV { display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #VXtDnv8Rp7o6QT5W37esQuqTs5s9ZwXb {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #B5GQm783vmb29KRVQqbn4S2GKku2Igc6 {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #LmhSprrN6hz8XULFTgRxTDG1ZrE2rGsr { display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #nvfN5vKeuLkDXPKB9CkTaTERtKdxfV9m {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #BLZmQTb25FL7hKNIzDXaADRdxBZo6Hvr {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #Mg0JLwzhZBRkvytEQpLR8HrvopTbn9Ee { display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #TcQGHO9MbP5FDwldSxP1UgtlyQkaoQnE {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #vwHtEJNdmXMH9CTpNZ44nsrSxwSoAwIc {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #r9BtdgkGU3oWsVqTGoVIJ8KhmcSbdISu { display:none; }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #novT2DK8yy2LwBNEbVzdySnQf9z9HvIR {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #V1N2TknXLnpHtUr0dau4gTl96mAlmmAd {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #ryQopcqhCpb4iRDVVn9iZZqoQZDL0xPh {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #loyOeHl7q3vixpfdgTi5kWvTIu7IaUS6 {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #SIbBI0xNVmZ3Mq4TSJF3DJWifgq0CmVb {  }
 }@media only screen and (max-width: 763px) { #uR3gMRkqg4XMIkN8G0lRdT8TFe1yxDlb #R7dggbfPAwtD1te6ElPLyEwbWyOhyHog {  }
 }@media only screen and (max-width: 763px) { #E3Jf0yHUWEl5KiL12OzlkRgDW7wTf32y { width:18.25rem;height:2.875rem;top:1.3125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9yGuOpWfOcfh3zK6mZlDPJPVV0f7WLW { top:0.6875rem;left:-0.03125rem;width:20rem;height:23.75rem;z-index:14998;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#e91918;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #KyDt21gNym24eDyJhu922LgGWb7hN4uq { display:none; }#KyDt21gNym24eDyJhu922LgGWb7hN4uq > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BCCrLKNVb1wuSyaumS9map4UXbUO6gnO { top:34.9375rem;left:0rem;width:20rem;height:27.0625rem;z-index:14998;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #666a71);background-image: -moz-linear-gradient(180deg, #cccccc, #666a71);background-image: -ms-linear-gradient(180deg, #cccccc, #666a71);background-image: -o-linear-gradient(180deg, #cccccc, #666a71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666a71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666a71' );";background-image: linear-gradient(180deg, #cccccc, #666a71);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Pi7epinuChSDQST7q6yKJQBL7VH1a3vu { width:20rem;height:12.0625rem;top:35.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6fdHpWEVyu40aRzTK2NkSyz6tri4JS7 { width:20rem;height:2.75rem;top:1.5rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kV8QTLyu7kA0FJqOzsKEQW8UaBBSuPfq { width:20rem;height:0;top:86.1357421875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay { display:none; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyN3U9ZHuaKlFFvuG62HWr9TJL3EBfg7 { top:34.9375rem;left:0rem;width:20rem;height:27.0625rem;z-index:14998;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #666a71);background-image: -moz-linear-gradient(180deg, #cccccc, #666a71);background-image: -ms-linear-gradient(180deg, #cccccc, #666a71);background-image: -o-linear-gradient(180deg, #cccccc, #666a71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666a71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666a71' );";background-image: linear-gradient(180deg, #cccccc, #666a71);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #orWwPaGfoJGXH9t1ZitmXqzXc887Hm9o { width:20rem;height:12.0625rem;top:35.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxRc5WZBRcCh1FKhfTanvKbUtFwxUkhv { width:7.5rem;height:1.29948125rem;top:7.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkco6f3L8y1BE9JQUHILiUimsbWdP7Ai { width:7.5rem;height:1.29948125rem;top:7.875rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSu8NTiS225toHWRS4QpZRHI325ny1pf { width:9.375rem;height:4.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCFFqXEPoho4agzbUZGXFMKI5FhXbZ25 { width:9.625rem;height:4.1875rem;top:2.6875004768372rem;left:10.124132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6DdqX2HOAchVD4Zex9OyxrLhgqp9BCR { width:3.125rem;height:3.125rem;top:19.75rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3PUJfTvHZvK3oBMLgHOtEvGcFKvJrQu { width:3.125rem;height:3.125rem;top:19.75rem;left:10.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umDmNJ6aBNQ0BT8LWcKkRClQ7pMpQRVl { width:7.5rem;height:1.29948125rem;top:16.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH53XRgxT4xx0VVTHL5b1fTWaHHktCKB { width:9.375rem;height:4.5rem;top:10.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDfefA2CSZdMWSHodbQDPXVWqfopRHgT { width:9.375rem;height:1.29948125rem;top:16.5625rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbkfTR6cXQKHH9zqVohryWvMhEtgUOak { width:10.1875rem;height:3.5rem;top:11.218750476837rem;left:9.811632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEh3EuaWlu7CcEb6h3F421utbsWUlGAT { display:none; }#zEh3EuaWlu7CcEb6h3F421utbsWUlGAT > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DntLg2NT6vlK9WgNItRx91g59SEJ5qh9 { top:34.9375rem;left:0rem;width:20rem;height:27.0625rem;z-index:14998;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #666a71);background-image: -moz-linear-gradient(180deg, #cccccc, #666a71);background-image: -ms-linear-gradient(180deg, #cccccc, #666a71);background-image: -o-linear-gradient(180deg, #cccccc, #666a71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666a71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666a71' );";background-image: linear-gradient(180deg, #cccccc, #666a71);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #MNR8BFkKavfTekMh6rouyIDPWpGSNuLH { width:20rem;height:12.0625rem;top:35.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGV25NqTB7cVUiJrR6FXRvJax9NAvMiH { width:8.1875rem;height:1.29948125rem;top:7.062500158325rem;left:11.250000298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSIWVGsbqM2T2oa0JMHlDInwfzbRDZzS { width:7.25rem;height:1.29948125rem;top:15.812501907349rem;left:6.3749998211863rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTGaRzxRvWV2IlSt9RX1o8dIip7BkA8 { width:9.375rem;height:3.6875rem;top:2.4374891910702rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXDbtQkp2ela34PQy8X7Q9UI02DZU8aH { width:9.5rem;height:1.29948125rem;top:7.062500158325rem;left:0.62499994039536rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqIJofQVRZHBhD3txhcg72eUHRRsLMkG { width:9.375rem;height:5.25rem;top:1.1249999795109rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTIVvKNQrT1nbyC98UGooDnxyZD8qqig { width:10.1875rem;height:4.25rem;top:10.5rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh41PUTD7zm0NqzsiTsPxgVfuITTChE0 { width:3.125rem;height:3.125rem;top:19.75rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJhveIQtTn872sEGNq04hSz6l0hc0VzU { width:3.125rem;height:3.125rem;top:19.75rem;left:10.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTHztz0pTlrPBlWNTahTxFiPqvtSi7Qe { display:none; }#mTHztz0pTlrPBlWNTahTxFiPqvtSi7Qe > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LwK46oV8fUxtZzH0NErmP1y8QTRlhAJD { top:34.9375rem;left:0rem;width:20rem;height:27.0625rem;z-index:14998;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #666a71);background-image: -moz-linear-gradient(180deg, #cccccc, #666a71);background-image: -ms-linear-gradient(180deg, #cccccc, #666a71);background-image: -o-linear-gradient(180deg, #cccccc, #666a71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666a71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666a71' );";background-image: linear-gradient(180deg, #cccccc, #666a71);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ZUgQIhPzSdocuOBb3xAJ12rz2TvQO5R9 { width:20rem;height:12.0625rem;top:35.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e99BFQ6ohHEEbsxUSNQEbegTLmDzaXup { width:10.8125rem;height:1.29948125rem;top:16.997396469116rem;left:4.5937498211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv4rrLLTLv4vAHWd9tq2Ey9HBglclQ7z { width:5.75rem;height:1.29948125rem;top:8.5rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuygm9tn3NhzxeRXerQ8ggoNEVadZeyP { width:9.375rem;height:5.25rem;top:11.186617851258rem;left:5.3124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI0M8fQbX0NThUw2ZCpcJ1ZGGVFfr3GN { width:9.375rem;height:3.6875rem;top:3.28125rem;left:10.624132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #di0lhXX4lmvqq5ZxUf9gJfWb3TF0BzEA { width:3.125rem;height:3.125rem;top:19.75rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suh59piTgoetERB6yiuK8hkI3zFIHh35 { width:3.125rem;height:3.125rem;top:19.75rem;left:10.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFgpkItGdzGkvLR4lCbyRWL7rFRhH9B { width:9.375rem;height:5.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpK6rwPToxiVhyQVJoWTObWFskfSuek7 { width:8.6875rem;height:1.29948125rem;top:8.5000009536744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tJfsLG3V/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.adaptive-delivery-prevent-bg, #EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.lazyload, #EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz.lazyloading { background-image: none; }#EVhkIyGC6IOs2B3ZfzaanTJCOhSbfilz > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oLHkTBRsHg8lv3SPyFEZNqRmshX5XTvy { width:17rem;height:13.0625rem;top:12.625rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqgmgivTbvHJScWWusIn4eUbgq6mHgfg { width:12.75rem;height:6.25rem;top:1.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4Wh5xMGJ96tJ26sGtKd1rJmgUfffXD6 { width:17.6875rem;height:1.625rem;top:10.437501907349rem;left:1.1553819775581rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRPBg0whKOI99E8REbcJwHo94VF0S6p0 { width:10.75rem;height:1.86889375rem;top:5.4991321563721rem;left:4.8749998211861rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdCq4XnF38T2nXnpGTi0y3QhDnVtK1vE { width:12.5rem;height:2.599825rem;top:7.3055553436281rem;left:6.40451413393rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBwTNVxAitqIruJK7gCM9zKqow0RObS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tJfsLG3V/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#afBwTNVxAitqIruJK7gCM9zKqow0RObS.adaptive-delivery-prevent-bg, #afBwTNVxAitqIruJK7gCM9zKqow0RObS.lazyload, #afBwTNVxAitqIruJK7gCM9zKqow0RObS.lazyloading { background-image: none; }#afBwTNVxAitqIruJK7gCM9zKqow0RObS > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BLL66eTgZSlwshyw4hmN2nh3LJdwtwWL { width:20rem;height:8.5625rem;top:13.146701574326rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Sm1lFD547sQFcTtUNeUDTkFX4xbBwxkn { width:12.75rem;height:6.25rem;top:1.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9J3iTqel4RvaKL8uNZG5TcPUTeD1CtN { width:17.6875rem;height:1.625rem;top:10.4375rem;left:1.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PD77JmR1uylbTLOVkUOBSleo7T0qTFm3 { width:10.75rem;height:1.86889375rem;top:5.5rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phsu42wS83MVVwtNEtvCKTsuXPSgH0HB { width:12.5rem;height:2.599825rem;top:7.3125rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfTANLpMsghX2f238pZv8H260T9HEqSH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tJfsLG3V/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#JfTANLpMsghX2f238pZv8H260T9HEqSH.adaptive-delivery-prevent-bg, #JfTANLpMsghX2f238pZv8H260T9HEqSH.lazyload, #JfTANLpMsghX2f238pZv8H260T9HEqSH.lazyloading { background-image: none; }#JfTANLpMsghX2f238pZv8H260T9HEqSH > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nTaiHiHLRiZW8gkzwnfKliL6igds0KIf { width:12.75rem;height:6.25rem;top:1.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7KJruPM08t8ERcrBXg3yTUr362OvcCB { width:14.25rem;height:12.9375rem;top:12.375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TreVeBOJymIDI9v6DzBxIvs3g4h0EzLO { width:17.8125rem;height:1.625rem;top:10.4375rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOm6KwPeOJZ7zpzmsgde1d8vAbwn9ywp { width:10.75rem;height:1.86889375rem;top:5.5rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ons6tcvFyKCr2SxHIadMn9NCVCGZungw { width:12.5rem;height:2.599825rem;top:7.3125rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tJfsLG3V/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt.adaptive-delivery-prevent-bg, #SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt.lazyload, #SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt.lazyloading { background-image: none; }#SVdW8ud8u8V6DcUggL9ImVBgVozGFvZt > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WU3mnLx9o35s6kFToWDwueWsbXDi20Oc { width:12.75rem;height:6.25rem;top:1.375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWlLWs5nT1aNUpHV02ODFHVAPu5T8bpa { width:17.5rem;height:6.875rem;top:14.861110687256rem;left:1.4991319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfrbsM8FmMlHGQdt2dw1AMlKWEltUaWq { width:20rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmgEpGlhuXAiTuitU4Q3m2gactiEUcZk { width:10.75rem;height:1.86889375rem;top:5.5rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIgxNbryBCADinHfhtFVAeD3KLc9fJnu { width:12.5rem;height:2.599825rem;top:7.3125rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kReVg6Rt2zPegvpotQi5kRGkAc67mgyc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tJfsLG3V/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kReVg6Rt2zPegvpotQi5kRGkAc67mgyc.adaptive-delivery-prevent-bg, #kReVg6Rt2zPegvpotQi5kRGkAc67mgyc.lazyload, #kReVg6Rt2zPegvpotQi5kRGkAc67mgyc.lazyloading { background-image: none; }#kReVg6Rt2zPegvpotQi5kRGkAc67mgyc > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dHIXv7NleP5muiKEVc5wymchWy4D09sA { width:12.75rem;height:6.25rem;top:1.1875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPW2UKFqXSMkolDrKRLTaI1t7LIzXl4o { width:17.6875rem;height:8.0625rem;top:13.548610687256rem;left:1.1553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOJuD89nN62qegsy8e4Ernuq4ugTNRR { width:20rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4diA79rqhxa08zsKHz4DUmbeeIZ3Aos { width:10.75rem;height:1.86889375rem;top:5.5rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTeuFzT9IvUwbTkRalXdLaR3HSFMocs5 { width:12.5rem;height:2.599825rem;top:7.3125rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tJfsLG3V/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg.adaptive-delivery-prevent-bg, #ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg.lazyload, #ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg.lazyloading { background-image: none; }#ZhgeUgT9LvTkGWmT2oN7iJCZ4hnX5Oyg > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fx1OTcSIuushaoTZJ2u1kKqMaVcieJrG { width:17.25rem;height:9.25rem;top:12.486124515534rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFor5RTedO6dfnmGqasP5Qzyn6CTCVmN { width:12.75rem;height:6.25rem;top:1.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItKOa4WOrpp2k6TO9SQIgRaMsBURJUAN { width:15.625rem;height:1.625rem;top:10.4375rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCTsT5hFV0Bvt31eIzATu53NSFlCe35b { width:10.75rem;height:1.86889375rem;top:5.5rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPOygHDWz4XgxCTlUhCXlr0q1fK1gaWS { width:12.5rem;height:2.599825rem;top:7.3125rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VToCoEflXu4g0HfGHUoXRXFl7c83LXi2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tJfsLG3V/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VToCoEflXu4g0HfGHUoXRXFl7c83LXi2.adaptive-delivery-prevent-bg, #VToCoEflXu4g0HfGHUoXRXFl7c83LXi2.lazyload, #VToCoEflXu4g0HfGHUoXRXFl7c83LXi2.lazyloading { background-image: none; }#VToCoEflXu4g0HfGHUoXRXFl7c83LXi2 > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tpBEMe2JTeuP4eUNCQHTwJhiLHQytNVC { width:16.875rem;height:9.375rem;top:12.111124038696rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK7KZ6TVKARaLNq9nP25vpKJCtqG42Rr { width:15.625rem;height:6.25rem;top:1.375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLhx8katii41dVF7HAMOLSb0iQhybkeo { width:20rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgbcTd4Z5rJh09iFfBkosJB8kRgMsQDq { width:10.75rem;height:1.86889375rem;top:5.5rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ITBDtFpI4aLiMp62NJm2hogqQMDnXS { width:12.5rem;height:2.599825rem;top:7.3125rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/56fc4664-7fa5-47df-85b6-5f99d0e22779/wyprzedazrocznika2021_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr.adaptive-delivery-prevent-bg, #QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr.lazyload, #QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr.lazyloading { background-image: none; }#QOOxK6TfgywcTCyPsu5bGN26fGkmvrGr > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZEX3MxKtlJWT4SOopHSz0hp3VOi7gZQS { width:20rem;height:8.673625rem;top:13.624092102051rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKWVOh8BoOITTfiVa1GkbqDFKLv8UxT0 { width:7.5625rem;height:5.5rem;top:8.90625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcK0APMIPugTQv4JdrbtCITFeALdhKz { width:15.875rem;height:5.5625rem;top:2.2977437973023rem;left:3.9927918746851rem;display:block; }
 }@media only screen and (max-width: 763px) { #BymdsXvqq0Z9QTOttKmoRrNbwB0K7zek { width:8.125rem;height:4.625rem;top:9.0590267181394rem;left:9.592882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/iJiiSlaR/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ.adaptive-delivery-prevent-bg, #BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ.lazyload, #BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ.lazyloading { background-image: none; }#BXkOh9KGTvVqGJ83Ot7t4V4yNluVq1RZ > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pGvmn5G6AMkc9sm10OecWqQ4r49xWOTG { width:20rem;height:1.625rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9sOwRsccSWp6rKDatHzUrP16Zi6ZJJU { width:19.0625rem;height:1.9487875rem;top:10.9375rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loWrvO7J3LAcF66nTR0C09Cr0RXnMHcD { width:19.0625rem;height:1.9487875rem;top:39.6875rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smc6C65QG5D7ZtTqTwMyCXrMRorb12No { width:20rem;height:2.92318125rem;top:5.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn7wi8kOc9LkdrxQreTDDUsUA4GCUgge { width:20rem;height:4.8719625rem;top:15.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc3J4EesLeTrkSOAP14TZIcT42ErK25l { width:20rem;height:1.9487875rem;top:36.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrQVgVpTCE6IBp5CePnoeezWu03UOQg8 { display:none; }#HrQVgVpTCE6IBp5CePnoeezWu03UOQg8 > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w69sJlnqH0shzc4Zs4QxL2AbePRt8PJH { width:20rem;height:3.2487rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmGh1uqoSBmAdhCaoVUpuxqe3PHSGHd { width:3.4375rem;height:3.5rem;top:8.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lych3zcviNB5oNCoTgruHs6VLdTSsuXM { width:7.1875rem;height:2.5rem;top:9.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV9VTp4D6vZr2tJ8gZr2qOlBIaTExWLL { width:3.8125rem;height:3.5rem;top:17.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALrLAazRli7XHmObeMraPzsoAXruVhE7 { width:3.5rem;height:3.5rem;top:26.1875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOiuR4HPrx27aet9dzr3reKLcRZP9sW { width:3.5rem;height:3.5rem;top:26.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvTuRFwQmxqymgiGgbDJzpxrT7Ogry7r { width:3.5rem;height:2.5rem;top:17.6875rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNssdoTk3EUpxC7oeEZuNDr7by5ktqUX { width:8.625rem;height:2.11155rem;top:12.875rem;left:0.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBqIch8nu9F697WGEdSGUTGRan7OGdSR { width:12.5rem;height:2.11155rem;top:12.875rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCN8uUGS9sk5XnTPQQGA0p3hvAlOylho { width:9.5rem;height:2.11155rem;top:22rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFcNqcPdWLif7qQ9vIbSwwl8HLwauU35 { width:8.0625rem;height:3.16731875rem;top:31.125rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPr05JHs3BnCrCWShNLFQnAu0oBidTLt { width:12.5rem;height:3.16731875rem;top:31.125rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlpyJO1EwOyKWUS3qAkmrNhTBPJugA9x { width:10.9375rem;height:2.11155rem;top:22rem;left:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV { background-color:#ffffff;background-image:none;display:none; }#leyKIPfCuKRFFM20LmOXFWV6rue3F0ZV > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-text {padding-top: 0; padding-bottom: 0;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:toyotatype; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-select {padding-top: 0; padding-bottom: 0;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-input-button { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem;height:2.5rem;font-size:1.5rem;overflow:hidden; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD  { width:17.5rem;height:auto;top:3.6875rem;left:0rem; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD {display:block;}#acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD { width:17.5rem;height:auto;top:3.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #VFHlLEmoTxdTTwUi8GiFWiwTuPyFZzzy {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #GmyRSsrkDctiyIsMO6PvQ1RzqGuMX3Pf { display:none; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #rd9Kx9nQw2MTDi118G8vrWFk0ol0X8Bh {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #xCTbOaGUTuoTs9uWKvu5pThgHnmuFHdq {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #D8yLlB5yACcDNABam9b0ruRNOZOEt8Fo { display:none; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #z9vBKWMggpvwIMHDNLsDlV6C5y5wVnld {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #sRGX386hxnrMo7oyABdt0HGTyIiwOcVR {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #x5kF7FRqB7dWla1TIhrwlcgxoBIU5pBb { display:none; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #FdSRSPqd0pqWeTqhxRpoUfzOdBvbvs7W {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #a30vfmbUpnEyOdfJvRLzl0hrmi245ILN {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #eIhuBBQV6xxrWRmlH2o0JsDkq6COKKdb { display:none; }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #VqgRIlkBcndesBLa7MKhtmDEG9Bq3vnR {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #q4nqig4q6TClqz2vTzPU8uPx8QmMM9q5 {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #aq2RRh24gblDhC0KOQAT2M4y9MS2vReH {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #L9qrQWbTkmrnp6yBUkkQ6Wh7GPnkW2xS {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #ygdqhvIQ0keZn7TIKJFLQkAzFxsEpC9v {  }
 }@media only screen and (max-width: 763px) { #acmXcvyJWRbXmAsEqv9iJNoSJkqmOFMD #gbrDO3FVlUvDkD8y5DuJHksxs4BXJW6W {  }
 }@media only screen and (max-width: 763px) { #kh5SKS42fePEmQL4bs30ROxWhSHZwDa2 { top:4.25rem;left:0rem;width:20rem;height:22.875rem;z-index:14998;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upu3WIsdBXf36SvgDfqHq4IF9fgZXvQC { width:20rem;height:2.4375rem;top:0.87109375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds7kkPoqvHLgZkLIMASlQnz16ieVGnkt { width:20rem;height:18.5rem;top:31.62109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTFXW6GLhxxwUaoQNBDLfTX2TPtuS4Xh { width:20rem;height:18.026565464896rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { background-color:#ffffff;background-image:none;display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeanhA0uTv3PVXvzNbRFui6GhSrdDd7m { width:16.0625rem;height:2.111325rem;top:5.6875rem;left:1.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2EXbrU7T03qPzOhEWeqkZD71Az9JaNX { width:18.1875rem;height:3.25rem;top:2rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 { display:block; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzJnSaOZE8KEhm3eFm9Ass9kXt46Z62v { width:20rem;height:1.94921875rem;top:2.310546875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }