.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:254,218,219;--color-primary-1:253,143,148;--color-primary-2:252,69,77;--color-primary-3:227,0,84;--color-primary-4:50,14,15;--color-secondary-0:255,246,217;--color-secondary-1:255,226,128;--color-secondary-2:255,197,0;--color-secondary-3:128,99,0;--color-secondary-4:38,30,0;--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:"Montserrat";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/sAE3Yb8k/pattern_yellow_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container { background-color: transparent; background-image: none; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container > .video-iframe-container { display: none; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row > .video-iframe-container { display: none; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .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); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container { border-width: 0; border-radius: 0; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#GqBOWsx2oiKT6p1ZsPJUie8B0OdJ8eU9 { color:rgba(var(--color-tertiary-4),0);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:26.75rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FJmeSrVzT16GpWDVdTTKMtCxC0i7x0mc { color:rgba(var(--color-tertiary-4),0);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:38rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMsfUUHNP8lVNg3JRIxnw7uP2vXGaOFn { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.875rem;left:49.1875rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2rSlqm9LcZA1LlV3PLuDuKpvSt7zARg { 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:1.875rem;width:11.8125rem;top:1.4375rem;left:2.5rem;overflow:hidden;display:block; }
#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f12f38;background-image:url("https://images.assets-landingi.com/uc/90236003-83fd-45cc-a911-3cd8b182eae0/bannerrebajas.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF.adaptive-delivery-prevent-bg, #tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF.lazyload, #tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF.lazyloading { background-image: none; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container { background-color: transparent; background-image: none; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container > .video-iframe-container { display: none; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row > .video-iframe-container { display: none; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .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); }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container { border-width: 0; border-radius: 0; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container { font-size:0.875rem;font-family:"open sans";height:34.375rem;width:60rem;position:relative;display:block; }#hSL5i4X1uD4zdB8z6aSJ0Vhi1FRsoF2z { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:23.1806640625rem;left:13.875rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LRQiPWQiFZHTTkbCs6lOCas6B7HI5Tt7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:3.212890625rem;left:19.59375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E7PZwO3Qhich4CQcS3PlqphTZNP72LXM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.8125rem;left:22.5rem;display:block; }
#F3PxA3Tqo9UQZqHoZIPyf3tCQIZbrDud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XR3gLsyNT4awTfGEKps96qGldqXtz37A { 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:8.5625rem;width:21.8125rem;top:6.8125rem;left:19.09375rem;overflow:hidden;display:block; }
#VxGRvnVqvae8fSkRo2MmbvHTJ2oRHDh6 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.5625rem;left:13.875rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row .container { background-color: transparent; background-image: none; }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row .container > .video-iframe-container { display: none; }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row > .video-iframe-container { display: none; }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .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); }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row .container { border-width: 0; border-radius: 0; }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#xQsNTaKBBkAk3uXu0lQMNeB7rAeWZtMW { 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:1.3125rem;width:7.3125rem;top:0.9375rem;left:12.5625rem;overflow:hidden;display:block; }
#TTI9ZugIFuHGV4a89ATLux1FAt64Vkyi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.984375rem;left:22.6875rem;height:1.1875rem;display:block; }
#uLCU3mfdCOyR9VkZqrD8TJBywBcbpQak { 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:1.5rem;width:6.875rem;top:0.71875rem;left:39.96875rem;overflow:hidden;display:block; }
#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd { 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; }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row .container { background-color: transparent; background-image: none; }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row .container > .video-iframe-container { display: none; }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row > .video-iframe-container { display: none; }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .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); }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row .container { border-width: 0; border-radius: 0; }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row .container { font-size:0.875rem;font-family:"open sans";height:7.25rem;width:60rem;position:relative;display:block; }#Qgqov3QXuxvFQeD2ZdTE8bIWaalUmxKT { color:#303030;display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:1.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aRDZFZe3UO35WOARQLXAxkc0mWyMQLZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.4375rem;display:block; }
#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ { 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; }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row .container { background-color: transparent; background-image: none; }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row .container > .video-iframe-container { display: none; }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row > .video-iframe-container { display: none; }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .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); }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row .container { border-width: 0; border-radius: 0; }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row .container { font-size:0.875rem;font-family:"open sans";height:29.9375rem;width:60rem;position:relative;display:block; }#xRHoa4ugrKWgBaWLpdN2cob2wMpNIxNO { color:#303030;display:block;width:15rem;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:10.5625rem;left:22.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t366MvaAv8KvHfaFyF5JDkx1BoRsUhy3 { color:#303030;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:19.208984375rem;left:23.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fk2hPPuk6Im0TWXK66L5HTxVKPx6JiNE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:21.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#rQv2IyqpDdqHz2Lyz7WiDTMcuXZybhG5 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:27.5rem;width:17.5rem;top:0.8125rem;left:21.25rem;display:block; }
#ONfT8TE6fGdRT1EUdWB8D4O6EVrD2UAg { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #3e3e3e;border-left:0.375rem dashed #3e3e3e;border-right:0.375rem dashed #3e3e3e;border-bottom:0.375rem dashed #3e3e3e;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5rem;width:12.5rem;top:18.4365234375rem;left:23.375rem;display:block; }
#gVTV15SFA4E5JwTybxh7SJxw4ZTs8I2G { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:17.5625rem;top:0.8125rem;left:21.25rem;overflow:hidden;display:block; }
#C3praCvBX2Zz6AdDOmeW05mLhvQJO2ya { 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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.125rem;left:22.5rem;display:block; }
#SI2DWZ18K42mFzbAKu8wdPibqkmIURCa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1E4Ivy1wirNvq6A5RliWbd2SKhX9JJT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.75rem;left:23.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#boI9FL9JB3VmBC9vRrTTQlTMUqD4wULc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:27.5rem;width:17.5rem;top:0.8125rem;left:1.25rem;display:block; }
#VD5leN1Ku0tONlTKTw8Hcfv8NTpFP4HH { 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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24.125rem;left:2.5rem;display:block; }
#ctV7X6PmsCddbI3Ro9phOfbyIfDBXqxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhD9V21ZryxF84by1hWZT4HaW4uy346a { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #3e3e3e;border-left:0.375rem dashed #3e3e3e;border-right:0.375rem dashed #3e3e3e;border-bottom:0.375rem dashed #3e3e3e;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5rem;width:12.5rem;top:18.4775390625rem;left:3.375rem;display:block; }
#Kb6ZEFIFVbp0lromZU243fK45cyBoDO2 { color:#303030;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJUiqpycbJF7RBuEN6GSbP2Ke3u5JnoB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#V1NBgsSm2ONPzTVDBWux2VAOCPvU32MV { color:#303030;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:2.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5ybzfB2CoxWQh5T0cdI93gHI6gtIzXr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#bCDb09f4VJzsfmZ77JNkMhEbNIMkVtff { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:17.5rem;top:0.8125rem;left:1.25rem;overflow:hidden;display:block; }
#NQKtn9aolPN2aPvVlPFQvsSAUIznvRLa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:27.5rem;width:17.5rem;top:0.8369140625rem;left:41.25rem;display:block; }
#JClHLkcAkHdBFuDg58M2dmaf1agpZ5Np { 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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24.125rem;left:42.5rem;display:block; }
#aLXZXH99OHMpOFL6VeIyN3adas8hRw3x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3dbyEO6GUp2m1HOsfQ9k3VFiCKH8J1g { color:#303030;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.208984375rem;left:43.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EfiT0NhU9KIOuMFsyOWW874ydGTZOO4i { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #3e3e3e;border-left:0.375rem dashed #3e3e3e;border-right:0.375rem dashed #3e3e3e;border-bottom:0.375rem dashed #3e3e3e;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5rem;width:12.5rem;top:18.4365234375rem;left:43.375rem;display:block; }
#AWMQzI4ZVBu8wuTDE8FMpGfUnFZZaaw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.75rem;left:43.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#OTHuLs0hvnB9WU3FboTz2i3CbXPFTKyv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.8125rem;left:41.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#k6Ss5513syp6CbwVIP7HXckkFQPV3l6I { color:#303030;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:42.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6h88DSAJvftDT61NMFzb9yW0p0LKcbT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:17.25rem;top:0.8125rem;left:41.25rem;overflow:hidden;display:block; }
#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU { position:relative;display:block; }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU { background-color: transparent; background-image: none; }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .row .container > .video-iframe-container { display: none; }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .row > .video-iframe-container { display: none; }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .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); }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU { border-width: 0; border-radius: 0; }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .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; }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .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:"open sans";height:8.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DK3ycJUwlFtH4MfbWx5mSkAHzXtX7uHR { color:#303030;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c2mpRu84vX60nTzIUvMZU89aDgSOMLpD { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:1.25rem;display:block; }
#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi { position:relative;display:block; }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi { background-color: transparent; background-image: none; }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .row .container > .video-iframe-container { display: none; }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .row > .video-iframe-container { display: none; }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .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); }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi { border-width: 0; border-radius: 0; }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .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; }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .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:19.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HtCcEobvqlJg6tBqhRtmWh5ktxwNHDps { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:6.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FELvUZVkVwkbsgLdmi6f6oapoQNP5aoX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:6.875rem;top:1.8125rem;left:7.4375rem;overflow:hidden;display:block; }
#Wx0N9IayafaIRO3WHTsIiVtXPCM4VHTJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:6.875rem;top:3.625rem;left:15rem;overflow:hidden;display:block; }
#HyWzia11KcZFpsBEuGnQUqnIHcJJd0Ek { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:6.875rem;top:1.8125rem;left:22.5rem;overflow:hidden;display:block; }
#v8PnlFU0X9ZeyDcV1ducVOiGuHuDIH8z { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:6.875rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#erufLJ6UXLWKCH57mDrElkKSF4c6auqJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:6.875rem;top:0.6875rem;left:37.5rem;overflow:hidden;display:block; }
#EAqNeaDLpZmtpTS6bBAS4WJmNFELa8AC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:6.875rem;top:1.75rem;left:45rem;overflow:hidden;display:block; }
#xHfbTbnf2O68s7xgUypT1QhqKstLEIEd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:6.875rem;top:3.625rem;left:52.5rem;overflow:hidden;display:block; }
#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ { 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; }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row .container { background-color: transparent; background-image: none; }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row .container > .video-iframe-container { display: none; }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row > .video-iframe-container { display: none; }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .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); }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row .container { border-width: 0; border-radius: 0; }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row .container { font-size:0.875rem;font-family:"open sans";height:6.375rem;width:60rem;position:relative;display:block; }#bsizFfnpprRXOd2Ki6h8Tz3G1DcIvRDh { color:#303030;display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#heTxwT9Tzdu4iA8RgqQmC1iAfNVyMfuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.25rem;display:block; }
#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 { position:relative;display:block; }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 { background-color: transparent; background-image: none; }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .row .container > .video-iframe-container { display: none; }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .row > .video-iframe-container { display: none; }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .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); }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 { border-width: 0; border-radius: 0; }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .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; }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .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:6.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#suvLlTK2INi7CJfbG6akICpqiCJGW13X { color:#303030;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:8.90625rem;height:2.4375rem;font-style:normal;display:block; }
#uUZw7asz8laqb6Zr9WPgsJQ40SwgEWLb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.318359375rem;left:-0.0625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#dATuqhDUdXMysi8E5AGC2hw051nWiyzu { color:#303030;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.86328125rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fb57f7LkRUuezyVFau8XwdO230aT5mOm { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.318359375rem;left:20rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#NcVWuomtA0isJyAn1IFbpbT83LT99A3z { 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:1.25rem;width:1.25rem;top:1.5rem;left:46.875rem;overflow:hidden;display:block; }
#bTeQQbJ4TDFBpVSBM7MOPCBIWzQvzEMm { 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:1.25rem;width:1.25rem;top:1.5rem;left:48.125rem;overflow:hidden;display:block; }
#X6VxRfQutpd72dMv4MUecxy1HTbwrrXo { 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:1.25rem;width:1.25rem;top:1.5rem;left:49.375rem;overflow:hidden;display:block; }
#zvNZItiQ3aKfIQ9AX2pHcAUkMgChkvdV { 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:1.25rem;width:1.25rem;top:1.5rem;left:50.625rem;overflow:hidden;display:block; }
#rWZJ2h3Jpt4watiimUKTLNgpDyT74hob { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.5rem;left:51.875rem;overflow:hidden;display:block; }
#czO3hNKTT6RqHc7BnvzsfWLkORJKGEgK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.318359375rem;left:40rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL { 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; }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row .container { background-color: transparent; background-image: none; }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row .container > .video-iframe-container { display: none; }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row > .video-iframe-container { display: none; }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .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); }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row .container { border-width: 0; border-radius: 0; }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row .container { font-size:0.875rem;font-family:"open sans";height:20.8125rem;width:60rem;position:relative;display:block; }#iKfsJsLeM2bVyOxD3TLWziLUsm8ePqSN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:2.5rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#t4QnUFvqbQMb2W33vy75nLpa2HsZxc0T { 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.75rem;width:3.75rem;top:1.1875rem;left:2.5rem;overflow:hidden;display:block; }
#Zye8GR3OoJUrmurZ3SMz4eDIl34cor70 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.5rem;height:1.375rem;display:block; }
#OZFoBCdTiQehI2n6AI99ZOb7SClDJxsS { 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:0.9375rem;width:5rem;top:3.1875rem;left:7.5rem;overflow:hidden;display:block; }
#LKOXfAamdf24ToIAp3dObupTwxu5Lr1h { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.1875rem;left:17.5rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#vacOweUis39yZQ2hVqTxHNqevPRfoqgL { 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:3.75rem;width:3.75rem;top:1.1875rem;left:17.5rem;overflow:hidden;display:block; }
#hXCX3BAqLuUcRoLo0w6k4kV3wcKTdPGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.75rem;left:22.5rem;height:1.375rem;display:block; }
#HUINbLUla3HONo4OTvXCcaR6EDdJTcP4 { 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:0.9375rem;width:5rem;top:3.1875rem;left:22.5rem;overflow:hidden;display:block; }
#aZKnPvZ8cDafuDGmoT1BSVCnweq7XfTb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1875rem;left:32.5rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#WzxySWXUzagEiA94Jsumu1ESxXvfqQZ7 { 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:3.75rem;width:3.75rem;top:1.1875rem;left:32.5rem;overflow:hidden;display:block; }
#acAsNAo5VcvoWvm9m0y4OpZuiERsO5RN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.75rem;left:37.5rem;height:1.375rem;display:block; }
#OiA1zGwsWceeV2KDgXUQDlQnVwBUn4JJ { position:absolute;display:block;z-index:15016;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:0.9375rem;width:5rem;top:3.1875rem;left:37.5rem;overflow:hidden;display:block; }
#P0ELAxJuXlnmeX22DkrFWbt0QnTFEXxL { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.1875rem;left:47.5rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#kblz2985sbmpwmORFLuU3ux2DZuifTPK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.1875rem;left:47.5rem;overflow:hidden;display:block; }
#apOoVnczy2uBp3SD7RITr5cZFIIC14RG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.75rem;left:52.5rem;height:1.375rem;display:block; }
#TPGbNDUfrgefki6P3lKOW3z5ymzrvy8t { 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:0.9375rem;width:5rem;top:3.1875rem;left:52.5rem;overflow:hidden;display:block; }
#id6cQl6yFvUykIsdkzJzvWKKFLPOMzgK { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:18.75rem;width:12.5rem;top:0rem;left:1.25rem;display:block; }
#bTRlaxwmdhs2Ae2pouLQBqlxkiIF3rUe { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:18.75rem;width:12.5rem;top:0rem;left:16.25rem;display:block; }
#KTNy6ITbZpDmpVfEKJaQWqoUsmHosaQQ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:18.75rem;width:12.5rem;top:0rem;left:31.25rem;display:block; }
#lV8sa0oDrixXVGAPxozTguDp9Pwh8ipL { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:18.75rem;width:12.5rem;top:0rem;left:46.25rem;display:block; }
#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 { position:relative;display:block; }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 { background-color: transparent; background-image: none; }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .row .container > .video-iframe-container { display: none; }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .row > .video-iframe-container { display: none; }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .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); }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 { border-width: 0; border-radius: 0; }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .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; }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .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:"open sans";height:7.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NUWrTUz9w429cTU1xZZZh8XuzIq5Hw1I { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.03125rem;left:25.40625rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/sAE3Yb8k/pattern_yellow_bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5625rem solid rgba(var(--color-primary-3),1);border-left:0.5625rem solid rgba(var(--color-primary-3),1);border-right:0.5625rem solid rgba(var(--color-primary-3),1);border-bottom:0.5625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.1875rem;width:58.875rem;top:-45rem;left:0rem;display:none; }#sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B.adaptive-delivery-prevent-bg, #sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B.lazyload, #sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B.lazyloading { background-image: none; }
#sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw { position:relative;display:block; }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw { background-color: transparent; background-image: none; }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .row .container > .video-iframe-container { display: none; }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .row > .video-iframe-container { display: none; }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .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); }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw { border-width: 0; border-radius: 0; }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .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; }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .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:9.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wS4lT5a02dIV3Z6oCDpMWw2KPxmVkkab { 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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.0625rem;left:22.5rem;display:block; }
#tBSxcFhcPLh3BhVt3urlchkwgszXgzGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row .container { background-color: transparent; background-image: none; }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row .container > .video-iframe-container { display: none; }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row > .video-iframe-container { display: none; }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .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); }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row .container { border-width: 0; border-radius: 0; }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row .container { font-size:0.875rem;font-family:"open sans";height:10.0625rem;width:60rem;position:relative;display:block; }#dTtzKlMHDrAFTOUJSSk72FnMTIb6ZWxS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:3.5625rem;left:1.25rem;height:3rem;font-style:normal;display:block; }
#vD815E5SQGzLZ7T29b2uE7k1QNmE6neS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:3.53125rem;left:21.25rem;height:3rem;font-style:normal;display:block; }
#ERorhpf7GuSDsuVkBO3uPk5oiNnZxuXH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.6875rem;left:41.25rem;height:1.5rem;display:block; }
#MISEZH9Ux7DBhSamycf2RZqMyWQtwuet { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:3.53125rem;left:42.875rem;height:3rem;font-style:normal;display:block; }
#gG504k2Np0Rph0WfJLccuUQiH1k8Ged8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:3.6875rem;left:41.25rem;display:block; }
#FiEeURNkHmkvcZZJ32kKdIsp0MxMyEdD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.125rem;left:41.25rem;display:block; }
#cDlTxsUefVw3IGtvteP1MvCC8U7fQHf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.6875rem;left:21.25rem;height:1.5rem;display:block; }
#uHk1bUPLKpEihH7S0sV1pPQwilKKw4ew { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.6875rem;left:1.25rem;height:1.5rem;display:block; }
#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row .container { background-color: transparent; background-image: none; }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row .container > .video-iframe-container { display: none; }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row > .video-iframe-container { display: none; }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .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); }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row .container { border-width: 0; border-radius: 0; }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row .container { font-size:0.875rem;font-family:"open sans";height:11.125rem;width:60rem;position:relative;display:block; }#fGz6vMnAbSvJTS09rJ1qqWfBpgEqRWIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.0625rem;left:1.25rem;height:1.5rem;display:block; }
#SMNbW4ILz7i1SScAupKkFKIl1NiVwJ0D { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.125rem;left:21.25rem;height:1.5rem;display:block; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-form-header {  }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-regular-label { display:block;width:21.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:21.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-text {padding-top: 0; padding-bottom: 0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:21.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .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;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);height:3.4375rem;width:21.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-select {padding-top: 0; padding-bottom: 0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:15rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--headlines-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:rgba(var(--color-primary-3),1);background-image:none;overflow:hidden;box-shadow: none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:36rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.0625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-container:first-of-type{padding-top:0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-container:last-of-type{padding-bottom:0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";width:37.5rem;height:auto;left:20rem;top:3.125rem;z-index:15002;position:absolute;box-shadow: none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .radio-container { width:22.5rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";width:37.5rem;height:auto;left:20rem;top:3.125rem;z-index:15002;position:absolute;box-shadow: none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #hezDdxAkJbiOtaAP6vXrAwUT9nnWxF1L { position:relative; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #yUuBZJheZg38QZe6qi6EAJtoeUZ73hfv { position:relative;display:none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #myruLCvhCm2rpuVBidMROo9J9Wzku4q7 { position:relative; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #VrtqAEm36XLgmOv35eB8snTSuUaR7oVp { position:relative; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #r63caqrpZG7lzr6qbK0rwiNy0VS4GldG { position:relative; }
#MUC9hrmJl3hKaHSHJd4pRRSxlZI1vEOd { 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:2.5rem;width:2.5rem;top:4.625rem;left:1.25rem;overflow:hidden;display:block; }
#kH6Tbu4HTXWZeTAlFfTCMT2LU2z7WH9x { 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:2.5rem;width:2.5rem;top:4.625rem;left:4.375rem;overflow:hidden;display:block; }
#VLCCTJuPViFccx8HK7yVSCBdLSZ2ToK3 { 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:2.5rem;width:2.5rem;top:4.625rem;left:7.5rem;overflow:hidden;display:block; }
#MPADp3sqpWGtX2zCx339P4OI1oh5HHvu { 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:2.5rem;top:4.625rem;left:10.625rem;overflow:hidden;display:block; }
#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row .container { background-color: transparent; background-image: none; }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row .container > .video-iframe-container { display: none; }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row > .video-iframe-container { display: none; }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .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); }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row .container { border-width: 0; border-radius: 0; }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row .container { font-size:0.875rem;font-family:"open sans";height:12rem;width:60rem;position:relative;display:block; }#Ly7LMXkQTT4XGSPD8wU8GyUgk6f0CzB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.9;letter-spacing:0;top:1.375rem;left:1.25rem;height:4.5rem;display:block; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #hezDdxAkJbiOtaAP6vXrAwUT9nnWxF1L { position:relative; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #yUuBZJheZg38QZe6qi6EAJtoeUZ73hfv { position:relative;display:none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #myruLCvhCm2rpuVBidMROo9J9Wzku4q7 { position:relative; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #VrtqAEm36XLgmOv35eB8snTSuUaR7oVp { position:relative; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa #r63caqrpZG7lzr6qbK0rwiNy0VS4GldG { position:relative; }
#NqqcTIBMXWvV32NbDaicdBxWZBdZNZMq { 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.9375rem;width:20.5rem;top:2.5rem;left:39.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM { display:block; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqBOWsx2oiKT6p1ZsPJUie8B0OdJ8eU9 { top:1.875rem;left:20.625rem;width:10.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJmeSrVzT16GpWDVdTTKMtCxC0i7x0mc { top:1.875rem;left:31.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsfUUHNP8lVNg3JRIxnw7uP2vXGaOFn { top:1.875rem;left:43.0625rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2rSlqm9LcZA1LlV3PLuDuKpvSt7zARg { top:1.4375rem;left:0rem;width:11.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF { display:block; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSL5i4X1uD4zdB8z6aSJ0Vhi1FRsoF2z { top:23.125rem;left:0rem;width:32.25rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRQiPWQiFZHTTkbCs6lOCas6B7HI5Tt7 { top:3.1875rem;left:0rem;width:20.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7PZwO3Qhich4CQcS3PlqphTZNP72LXM { width:15rem;height:3rem;top:28.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3PxA3Tqo9UQZqHoZIPyf3tCQIZbrDud { display:block; }
 }@media only screen and (max-width: 763px) { #XR3gLsyNT4awTfGEKps96qGldqXtz37A { top:6.8125rem;left:0rem;width:21.8125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxGRvnVqvae8fSkRo2MmbvHTJ2oRHDh6 { top:15.5625rem;left:0rem;width:32.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB { display:block; }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQsNTaKBBkAk3uXu0lQMNeB7rAeWZtMW { top:0.9375rem;left:6.4375rem;width:7.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTI9ZugIFuHGV4a89ATLux1FAt64Vkyi { top:0.9375rem;left:16.5625rem;width:15.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLCU3mfdCOyR9VkZqrD8TJBywBcbpQak { top:0.6875rem;left:33.84375rem;width:6.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd { display:block; }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qgqov3QXuxvFQeD2ZdTE8bIWaalUmxKT { top:1.9375rem;left:0rem;width:43.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRDZFZe3UO35WOARQLXAxkc0mWyMQLZ5 { top:4.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR2RLaahVE6MKi7yasRmkbsemWyxGifQ { display:block; }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRHoa4ugrKWgBaWLpdN2cob2wMpNIxNO { top:10.5625rem;left:16.3125rem;width:15rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t366MvaAv8KvHfaFyF5JDkx1BoRsUhy3 { top:19.1875rem;left:17.5625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk2hPPuk6Im0TWXK66L5HTxVKPx6JiNE { top:13.8125rem;left:14.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQv2IyqpDdqHz2Lyz7WiDTMcuXZybhG5 { top:0.8125rem;left:14.25rem;width:17.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONfT8TE6fGdRT1EUdWB8D4O6EVrD2UAg { top:18.375rem;left:17.1875rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTV15SFA4E5JwTybxh7SJxw4ZTs8I2G { top:0.8125rem;left:14.5rem;width:17.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3praCvBX2Zz6AdDOmeW05mLhvQJO2ya { width:15rem;height:3rem;top:24.125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI2DWZ18K42mFzbAKu8wdPibqkmIURCa { display:block; }
 }@media only screen and (max-width: 763px) { #u1E4Ivy1wirNvq6A5RliWbd2SKhX9JJT { top:16.75rem;left:17.5625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boI9FL9JB3VmBC9vRrTTQlTMUqD4wULc { top:0.8125rem;left:0rem;width:17.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD5leN1Ku0tONlTKTw8Hcfv8NTpFP4HH { width:15rem;height:3rem;top:24.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctV7X6PmsCddbI3Ro9phOfbyIfDBXqxm { display:block; }
 }@media only screen and (max-width: 763px) { #OhD9V21ZryxF84by1hWZT4HaW4uy346a { top:18.4375rem;left:1.3125rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6ZEFIFVbp0lromZU243fK45cyBoDO2 { top:19.25rem;left:1.6875rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJUiqpycbJF7RBuEN6GSbP2Ke3u5JnoB { top:16.75rem;left:1.6875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1NBgsSm2ONPzTVDBWux2VAOCPvU32MV { top:10.5625rem;left:0.4375rem;width:15rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ybzfB2CoxWQh5T0cdI93gHI6gtIzXr { top:13.8125rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCDb09f4VJzsfmZ77JNkMhEbNIMkVtff { top:0.8125rem;left:0rem;width:17.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQKtn9aolPN2aPvVlPFQvsSAUIznvRLa { top:0.8125rem;left:30.125rem;width:17.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JClHLkcAkHdBFuDg58M2dmaf1agpZ5Np { width:15rem;height:3rem;top:24.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLXZXH99OHMpOFL6VeIyN3adas8hRw3x { display:block; }
 }@media only screen and (max-width: 763px) { #N3dbyEO6GUp2m1HOsfQ9k3VFiCKH8J1g { top:19.1875rem;left:33.4375rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfiT0NhU9KIOuMFsyOWW874ydGTZOO4i { top:18.375rem;left:33.0625rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMQzI4ZVBu8wuTDE8FMpGfUnFZZaaw6 { top:16.75rem;left:33.4375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHuLs0hvnB9WU3FboTz2i3CbXPFTKyv { top:13.8125rem;left:30.125rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Ss5513syp6CbwVIP7HXckkFQPV3l6I { top:10.5625rem;left:32.1875rem;width:15rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6h88DSAJvftDT61NMFzb9yW0p0LKcbT { top:0.8125rem;left:30.125rem;width:17.25rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU { display:block; }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK3ycJUwlFtH4MfbWx5mSkAHzXtX7uHR { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2mpRu84vX60nTzIUvMZU89aDgSOMLpD { top:6rem;left:0rem;width:41.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoptLTgTasZycQA5MTZWdgHA50WLQ6mi { display:block; }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtCcEobvqlJg6tBqhRtmWh5ktxwNHDps { top:0rem;left:0rem;width:6.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FELvUZVkVwkbsgLdmi6f6oapoQNP5aoX { top:1.8125rem;left:5.0625rem;width:6.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx0N9IayafaIRO3WHTsIiVtXPCM4VHTJ { top:3.625rem;left:11.9375rem;width:6.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWzia11KcZFpsBEuGnQUqnIHcJJd0Ek { top:1.8125rem;left:17rem;width:6.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8PnlFU0X9ZeyDcV1ducVOiGuHuDIH8z { top:0rem;left:23.875rem;width:6.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erufLJ6UXLWKCH57mDrElkKSF4c6auqJ { top:0.6875rem;left:28.9375rem;width:6.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAqNeaDLpZmtpTS6bBAS4WJmNFELa8AC { top:1.75rem;left:35.8125rem;width:6.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHfbTbnf2O68s7xgUypT1QhqKstLEIEd { top:3.625rem;left:40.875rem;width:6.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ { display:block; }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsizFfnpprRXOd2Ki6h8Tz3G1DcIvRDh { top:1.0625rem;left:0rem;width:43.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heTxwT9Tzdu4iA8RgqQmC1iAfNVyMfuQ { top:3.5625rem;left:0rem;width:46.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 { display:block; }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suvLlTK2INi7CJfbG6akICpqiCJGW13X { top:0.875rem;left:6.875rem;width:2.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUZw7asz8laqb6Zr9WPgsJQ40SwgEWLb { top:3.3125rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATuqhDUdXMysi8E5AGC2hw051nWiyzu { top:0.8125rem;left:11.75rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb57f7LkRUuezyVFau8XwdO230aT5mOm { top:3.3125rem;left:11.75rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVWuomtA0isJyAn1IFbpbT83LT99A3z { top:1.5rem;left:36.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTeQQbJ4TDFBpVSBM7MOPCBIWzQvzEMm { top:1.5rem;left:37.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6VxRfQutpd72dMv4MUecxy1HTbwrrXo { top:1.5rem;left:39.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNZItiQ3aKfIQ9AX2pHcAUkMgChkvdV { top:1.5rem;left:40.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWZJ2h3Jpt4watiimUKTLNgpDyT74hob { top:1.5rem;left:41.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czO3hNKTT6RqHc7BnvzsfWLkORJKGEgK { top:3.3125rem;left:27.625rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0dt1G2BvH71vJbJEKqPEA0hvB028MbL { display:block; }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKfsJsLeM2bVyOxD3TLWziLUsm8ePqSN { top:6.1875rem;left:0.96875rem;width:10.0625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4QnUFvqbQMb2W33vy75nLpa2HsZxc0T { top:1.1875rem;left:0.96875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zye8GR3OoJUrmurZ3SMz4eDIl34cor70 { top:1.75rem;left:5.96875rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZFoBCdTiQehI2n6AI99ZOb7SClDJxsS { top:3.1875rem;left:5.96875rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKOXfAamdf24ToIAp3dObupTwxu5Lr1h { top:6.1875rem;left:12.90625rem;width:10.1875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vacOweUis39yZQ2hVqTxHNqevPRfoqgL { top:1.1875rem;left:12.90625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCX3BAqLuUcRoLo0w6k4kV3wcKTdPGJ { top:1.75rem;left:17.90625rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUINbLUla3HONo4OTvXCcaR6EDdJTcP4 { top:3.1875rem;left:17.90625rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZKnPvZ8cDafuDGmoT1BSVCnweq7XfTb { top:6.1875rem;left:24.84375rem;width:10.0625rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzxySWXUzagEiA94Jsumu1ESxXvfqQZ7 { top:1.1875rem;left:24.84375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acAsNAo5VcvoWvm9m0y4OpZuiERsO5RN { top:1.75rem;left:29.84375rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiA1zGwsWceeV2KDgXUQDlQnVwBUn4JJ { top:3.1875rem;left:29.84375rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ELAxJuXlnmeX22DkrFWbt0QnTFEXxL { top:6.1875rem;left:36.78125rem;width:10.0625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kblz2985sbmpwmORFLuU3ux2DZuifTPK { top:1.1875rem;left:36.78125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOoVnczy2uBp3SD7RITr5cZFIIC14RG { top:1.75rem;left:41.78125rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGbNDUfrgefki6P3lKOW3z5ymzrvy8t { top:3.1875rem;left:41.78125rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #id6cQl6yFvUykIsdkzJzvWKKFLPOMzgK { top:0rem;left:0rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTRlaxwmdhs2Ae2pouLQBqlxkiIF3rUe { top:0rem;left:11.375rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTNy6ITbZpDmpVfEKJaQWqoUsmHosaQQ { top:0rem;left:23.3125rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV8sa0oDrixXVGAPxozTguDp9Pwh8ipL { top:0rem;left:35.25rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 { display:block; }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUWrTUz9w429cTU1xZZZh8XuzIq5Hw1I { top:2rem;left:19.28125rem;width:9.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B { top:-45rem;left:0rem;width:46.625rem;height:49.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLiOqUEJK1TNtZo29pcN4xLftvO55iEw { display:block; }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS4lT5a02dIV3Z6oCDpMWw2KPxmVkkab { width:15rem;height:3rem;top:3.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBSxcFhcPLh3BhVt3urlchkwgszXgzGU { display:block; }
 }@media only screen and (max-width: 763px) { #rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K { display:block; }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTtzKlMHDrAFTOUJSSk72FnMTIb6ZWxS { top:3.5625rem;left:0rem;width:12.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD815E5SQGzLZ7T29b2uE7k1QNmE6neS { top:3.5rem;left:15.875rem;width:15.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERorhpf7GuSDsuVkBO3uPk5oiNnZxuXH { top:1.6875rem;left:31.75rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MISEZH9Ux7DBhSamycf2RZqMyWQtwuet { top:3.5rem;left:32.5625rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG504k2Np0Rph0WfJLccuUQiH1k8Ged8 { top:3.6875rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiEeURNkHmkvcZZJ32kKdIsp0MxMyEdD { top:5.125rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDlTxsUefVw3IGtvteP1MvCC8U7fQHf9 { top:1.6875rem;left:15.875rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHk1bUPLKpEihH7S0sV1pPQwilKKw4ew { top:1.6875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H { display:block; }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGz6vMnAbSvJTS09rJ1qqWfBpgEqRWIQ { top:2.0625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMNbW4ILz7i1SScAupKkFKIl1NiVwJ0D { top:2.125rem;left:14.25rem;width:17.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-regular-label { width:21.875rem;display:block; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-text { width:21.875rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-text {padding-top: 0; padding-bottom: 0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-textarea { width:21.875rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-select { width:21.875rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-select {padding-top: 0; padding-bottom: 0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-checkbox-label { width:36rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-radio-label { width:10.0625rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa  { width:37.5rem;height:auto;top:3.125rem;left:0rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .radio-container { width:22.5rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa {display:inline-block;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa { width:37.5rem;height:auto;top:3.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #hezDdxAkJbiOtaAP6vXrAwUT9nnWxF1L {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #yUuBZJheZg38QZe6qi6EAJtoeUZ73hfv { display:none; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #myruLCvhCm2rpuVBidMROo9J9Wzku4q7 {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #VrtqAEm36XLgmOv35eB8snTSuUaR7oVp {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #r63caqrpZG7lzr6qbK0rwiNy0VS4GldG {  }
 }@media only screen and (max-width: 763px) { #MUC9hrmJl3hKaHSHJd4pRRSxlZI1vEOd { top:4.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6Tbu4HTXWZeTAlFfTCMT2LU2z7WH9x { top:4.625rem;left:2.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLCCTJuPViFccx8HK7yVSCBdLSZ2ToK3 { top:4.625rem;left:5.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPADp3sqpWGtX2zCx339P4OI1oh5HHvu { top:4.625rem;left:8.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV0hPTl8GlCA9N13drytO1LK4zemPvF3 { display:block; }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ly7LMXkQTT4XGSPD8wU8GyUgk6f0CzB8 { top:1.375rem;left:0rem;width:27.25rem;height:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #hezDdxAkJbiOtaAP6vXrAwUT9nnWxF1L {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #yUuBZJheZg38QZe6qi6EAJtoeUZ73hfv { display:none; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #myruLCvhCm2rpuVBidMROo9J9Wzku4q7 {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #VrtqAEm36XLgmOv35eB8snTSuUaR7oVp {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #r63caqrpZG7lzr6qbK0rwiNy0VS4GldG {  }
 }@media only screen and (max-width: 763px) { #NqqcTIBMXWvV32NbDaicdBxWZBdZNZMq { top:2.5rem;left:27.25rem;width:20.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM { background-color:#fc454d;background-image:none;display:block; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container { background-color: transparent; background-image: none; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container > .video-iframe-container { display: none; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row > .video-iframe-container { display: none; }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .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); }#QqzZXBQXZI9mgPu8vZHv85EaP0cgKCDM > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqBOWsx2oiKT6p1ZsPJUie8B0OdJ8eU9 { width:10.3125rem;height:auto;top:1.875rem;left:4.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FJmeSrVzT16GpWDVdTTKMtCxC0i7x0mc { width:7.9375rem;height:auto;top:1.875rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EMsfUUHNP8lVNg3JRIxnw7uP2vXGaOFn { width:4.4375rem;height:auto;top:1.875rem;left:7.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w2rSlqm9LcZA1LlV3PLuDuKpvSt7zARg { width:10.125rem;height:1.625rem;top:1.03125rem;left:4.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF { background-color:#fc454d;background-image:url("https://images.assets-landingi.com/uc/cd44892f-c742-471d-b217-33115828713a/bannermobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF.adaptive-delivery-prevent-bg, #tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF.lazyload, #tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF.lazyloading { background-image: none; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container { background-color: transparent; background-image: none; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container > .video-iframe-container { display: none; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row > .video-iframe-container { display: none; }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .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); }#tTOTtHXPkJ4ICTESHBSgOJTtLZEyPBhF > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSL5i4X1uD4zdB8z6aSJ0Vhi1FRsoF2z { width:17.625rem;height:4.5rem;top:15.9375rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRQiPWQiFZHTTkbCs6lOCas6B7HI5Tt7 { width:20rem;height:0;top:2.537109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #E7PZwO3Qhich4CQcS3PlqphTZNP72LXM { width:15rem;height:2.625rem;top:21.5rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3PxA3Tqo9UQZqHoZIPyf3tCQIZbrDud { display:block; }
 }@media only screen and (max-width: 763px) { #XR3gLsyNT4awTfGEKps96qGldqXtz37A { width:15.5rem;height:6.0625rem;top:3.224609375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxGRvnVqvae8fSkRo2MmbvHTJ2oRHDh6 { width:20rem;height:1.1875rem;top:9.7001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB { display:block; }#w9C1wxpVToKOoTBsHxsU3SWVuRXbVqzB > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQsNTaKBBkAk3uXu0lQMNeB7rAeWZtMW { width:5.5625rem;height:1rem;top:1.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTI9ZugIFuHGV4a89ATLux1FAt64Vkyi { width:16.0625rem;height:0.9375rem;top:3.5625rem;left:1.96875rem;font-size:0.75rem;color:#fdfbfc;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLCU3mfdCOyR9VkZqrD8TJBywBcbpQak { width:6.25rem;height:1.5rem;top:1.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd { display:block; }#x8EVMu3Xlhv29xeK2QnN2dS4OW0UcMBd > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qgqov3QXuxvFQeD2ZdTE8bIWaalUmxKT { width:20rem;height:2.75rem;top:2.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aRDZFZe3UO35WOARQLXAxkc0mWyMQLZ5 { width:20rem;height:2.375rem;top:5.349609375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #bR2RLaahVE6MKi7yasRmkbsemWyxGifQ { display:block; }#bR2RLaahVE6MKi7yasRmkbsemWyxGifQ > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRHoa4ugrKWgBaWLpdN2cob2wMpNIxNO { width:17.5rem;height:3.25rem;top:38.4375rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t366MvaAv8KvHfaFyF5JDkx1BoRsUhy3 { width:12.5rem;height:1.4375rem;top:47.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk2hPPuk6Im0TWXK66L5HTxVKPx6JiNE { width:17.5rem;height:1.25rem;top:41.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQv2IyqpDdqHz2Lyz7WiDTMcuXZybhG5 { width:17.5rem;height:27.3125rem;top:28.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONfT8TE6fGdRT1EUdWB8D4O6EVrD2UAg { width:12.5rem;height:2.5rem;top:46.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTV15SFA4E5JwTybxh7SJxw4ZTs8I2G { width:17.25rem;height:8.75rem;top:28.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3praCvBX2Zz6AdDOmeW05mLhvQJO2ya { width:15rem;height:3rem;top:51.625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI2DWZ18K42mFzbAKu8wdPibqkmIURCa { display:block; }
 }@media only screen and (max-width: 763px) { #u1E4Ivy1wirNvq6A5RliWbd2SKhX9JJT { width:12.5rem;height:1.125rem;top:44.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boI9FL9JB3VmBC9vRrTTQlTMUqD4wULc { width:17.5rem;height:27.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD5leN1Ku0tONlTKTw8Hcfv8NTpFP4HH { width:15rem;height:3rem;top:23.3125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctV7X6PmsCddbI3Ro9phOfbyIfDBXqxm { display:block; }
 }@media only screen and (max-width: 763px) { #OhD9V21ZryxF84by1hWZT4HaW4uy346a { width:12.5rem;height:2.5rem;top:17.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6ZEFIFVbp0lromZU243fK45cyBoDO2 { width:12.5rem;height:1.4375rem;top:18.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJUiqpycbJF7RBuEN6GSbP2Ke3u5JnoB { width:12.5rem;height:1.125rem;top:15.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1NBgsSm2ONPzTVDBWux2VAOCPvU32MV { width:15rem;height:3.25rem;top:9.75rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ybzfB2CoxWQh5T0cdI93gHI6gtIzXr { width:17.5rem;height:1.25rem;top:13rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCDb09f4VJzsfmZ77JNkMhEbNIMkVtff { width:17.5rem;height:8.75rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQKtn9aolPN2aPvVlPFQvsSAUIznvRLa { width:17.5rem;height:27.5rem;top:57.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JClHLkcAkHdBFuDg58M2dmaf1agpZ5Np { width:15rem;height:3rem;top:80.625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLXZXH99OHMpOFL6VeIyN3adas8hRw3x { display:block; }
 }@media only screen and (max-width: 763px) { #N3dbyEO6GUp2m1HOsfQ9k3VFiCKH8J1g { width:12.5rem;height:1.4375rem;top:75.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfiT0NhU9KIOuMFsyOWW874ydGTZOO4i { width:12.5rem;height:2.5rem;top:74.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMQzI4ZVBu8wuTDE8FMpGfUnFZZaaw6 { width:12.5rem;height:1.125rem;top:73.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHuLs0hvnB9WU3FboTz2i3CbXPFTKyv { width:17.5rem;height:1.25rem;top:70.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Ss5513syp6CbwVIP7HXckkFQPV3l6I { width:15rem;height:3.25rem;top:67.0625rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6h88DSAJvftDT61NMFzb9yW0p0LKcbT { width:17.25rem;height:8.75rem;top:57.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU { display:block; }#CT6fkW5nMNfmf976KBmAkLzmhtoDCzAU > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK3ycJUwlFtH4MfbWx5mSkAHzXtX7uHR { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c2mpRu84vX60nTzIUvMZU89aDgSOMLpD { width:20rem;height:2.375rem;top:5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoptLTgTasZycQA5MTZWdgHA50WLQ6mi { display:block; }#CoptLTgTasZycQA5MTZWdgHA50WLQ6mi > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtCcEobvqlJg6tBqhRtmWh5ktxwNHDps { width:5.875rem;height:10.6875rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FELvUZVkVwkbsgLdmi6f6oapoQNP5aoX { width:5.875rem;height:10.6875rem;top:0rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx0N9IayafaIRO3WHTsIiVtXPCM4VHTJ { width:5.875rem;height:10.6875rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWzia11KcZFpsBEuGnQUqnIHcJJd0Ek { width:5.8125rem;height:10.625rem;top:11.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8PnlFU0X9ZeyDcV1ducVOiGuHuDIH8z { width:5.875rem;height:10.625rem;top:11.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erufLJ6UXLWKCH57mDrElkKSF4c6auqJ { width:5.8125rem;height:10.625rem;top:11.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAqNeaDLpZmtpTS6bBAS4WJmNFELa8AC { width:6.875rem;height:12.5rem;top:27.1875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHfbTbnf2O68s7xgUypT1QhqKstLEIEd { width:6.875rem;height:12.5rem;top:67.375rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ { display:block; }#g8cbgV7vIHFO4UlA3fuGhdN6TDElqXXJ > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsizFfnpprRXOd2Ki6h8Tz3G1DcIvRDh { width:20rem;height:3rem;top:0.953125rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #heTxwT9Tzdu4iA8RgqQmC1iAfNVyMfuQ { width:20rem;height:1.1875rem;top:4.265625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 { display:none; }#UwfiXTcuIFPEAWNcNQMUBp06Crv1Nzf2 > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #suvLlTK2INi7CJfbG6akICpqiCJGW13X { width:2.1875rem;height:2.4375rem;top:3.79980625rem;left:8.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUZw7asz8laqb6Zr9WPgsJQ40SwgEWLb { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATuqhDUdXMysi8E5AGC2hw051nWiyzu { width:20rem;height:2.4375rem;top:7.48730625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb57f7LkRUuezyVFau8XwdO230aT5mOm { width:20rem;height:1.29980625rem;top:11.17480625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVWuomtA0isJyAn1IFbpbT83LT99A3z { width:1.25rem;height:1.25rem;top:13.7246125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTeQQbJ4TDFBpVSBM7MOPCBIWzQvzEMm { width:1.25rem;height:1.25rem;top:16.2246125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6VxRfQutpd72dMv4MUecxy1HTbwrrXo { width:1.25rem;height:1.25rem;top:18.7246125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNZItiQ3aKfIQ9AX2pHcAUkMgChkvdV { width:1.25rem;height:1.25rem;top:21.2246125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWZJ2h3Jpt4watiimUKTLNgpDyT74hob { width:1.25rem;height:1.25rem;top:23.7246125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czO3hNKTT6RqHc7BnvzsfWLkORJKGEgK { width:20rem;height:1.29980625rem;top:26.2246125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0dt1G2BvH71vJbJEKqPEA0hvB028MbL { display:block; }#q0dt1G2BvH71vJbJEKqPEA0hvB028MbL > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKfsJsLeM2bVyOxD3TLWziLUsm8ePqSN { width:15.0625rem;height:3.375rem;top:6.4375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4QnUFvqbQMb2W33vy75nLpa2HsZxc0T { width:3.75rem;height:3.75rem;top:1.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zye8GR3OoJUrmurZ3SMz4eDIl34cor70 { width:4.9375rem;height:1.375rem;top:1.4375rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZFoBCdTiQehI2n6AI99ZOb7SClDJxsS { width:5rem;height:0.9375rem;top:3rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKOXfAamdf24ToIAp3dObupTwxu5Lr1h { width:15.125rem;height:4.5rem;top:21.625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vacOweUis39yZQ2hVqTxHNqevPRfoqgL { width:3.75rem;height:3.75rem;top:16.3779296875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCX3BAqLuUcRoLo0w6k4kV3wcKTdPGJ { width:4.9375rem;height:1.375rem;top:16.3779296875rem;left:7.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUINbLUla3HONo4OTvXCcaR6EDdJTcP4 { width:5rem;height:0.9375rem;top:18.0341796875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZKnPvZ8cDafuDGmoT1BSVCnweq7XfTb { width:10.0625rem;height:0;top:54.8125rem;left:4.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzxySWXUzagEiA94Jsumu1ESxXvfqQZ7 { width:3.75rem;height:3.75rem;top:45rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #acAsNAo5VcvoWvm9m0y4OpZuiERsO5RN { width:4.9375rem;height:0;top:50rem;left:7.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiA1zGwsWceeV2KDgXUQDlQnVwBUn4JJ { width:5rem;height:0.9375rem;top:52.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0ELAxJuXlnmeX22DkrFWbt0QnTFEXxL { width:10.0625rem;height:0;top:77.25rem;left:4.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kblz2985sbmpwmORFLuU3ux2DZuifTPK { width:3.75rem;height:3.75rem;top:67.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #apOoVnczy2uBp3SD7RITr5cZFIIC14RG { width:4.9375rem;height:0;top:72.4375rem;left:7.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPGbNDUfrgefki6P3lKOW3z5ymzrvy8t { width:5rem;height:0.9375rem;top:75.0625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #id6cQl6yFvUykIsdkzJzvWKKFLPOMzgK { width:17.5rem;height:11.875rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTRlaxwmdhs2Ae2pouLQBqlxkiIF3rUe { width:17.5rem;height:14.125rem;top:13.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTNy6ITbZpDmpVfEKJaQWqoUsmHosaQQ { width:12.5rem;height:18.8125rem;top:53.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lV8sa0oDrixXVGAPxozTguDp9Pwh8ipL { width:12.5rem;height:15rem;top:73.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 { display:block; }#WFPyrxTVv1TUQlyuLZU9TCQRdImcJd98 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUWrTUz9w429cTU1xZZZh8XuzIq5Hw1I { width:9.4375rem;height:1.25rem;top:1.193359375rem;left:5.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B { width:18.875rem;height:116.9375rem;top:-114.4375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/sAE3Yb8k/pattern_yellow_bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B.adaptive-delivery-prevent-bg, #sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B.lazyload, #sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B.lazyloading { background-image: none; }
#sIKJCPutwwh2VQ85MnPzXTO0CE1D8y4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); } }@media only screen and (max-width: 763px) { #KLiOqUEJK1TNtZo29pcN4xLftvO55iEw { display:block; }#KLiOqUEJK1TNtZo29pcN4xLftvO55iEw > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS4lT5a02dIV3Z6oCDpMWw2KPxmVkkab { width:15rem;height:3rem;top:1.25rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBSxcFhcPLh3BhVt3urlchkwgszXgzGU { display:block; }
 }@media only screen and (max-width: 763px) { #rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K { display:block; }#rXcgcrxzlVIF0pqzxrHZpqyJ5dyWdV5K > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTtzKlMHDrAFTOUJSSk72FnMTIb6ZWxS { width:12.5rem;height:auto;top:3.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vD815E5SQGzLZ7T29b2uE7k1QNmE6neS { width:15.625rem;height:auto;top:3.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ERorhpf7GuSDsuVkBO3uPk5oiNnZxuXH { width:12.5rem;height:1.5rem;top:1.25rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MISEZH9Ux7DBhSamycf2RZqMyWQtwuet { width:12.1875rem;height:3rem;top:3.5625rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gG504k2Np0Rph0WfJLccuUQiH1k8Ged8 { width:1.25rem;height:1.25rem;top:3.6875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiEeURNkHmkvcZZJ32kKdIsp0MxMyEdD { width:1.25rem;height:1.25rem;top:5.1875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDlTxsUefVw3IGtvteP1MvCC8U7fQHf9 { width:9.5625rem;height:1.5rem;top:11.375rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uHk1bUPLKpEihH7S0sV1pPQwilKKw4ew { width:12.5rem;height:1.5rem;top:9.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H { display:block; }#aKfDU2LTNHUvg2ZDLzQNll7h6U0tTu6H > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGz6vMnAbSvJTS09rJ1qqWfBpgEqRWIQ { width:12.5rem;height:1.5rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMNbW4ILz7i1SScAupKkFKIl1NiVwJ0D { width:17.5rem;height:1.5rem;top:9.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-form-header {  }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-regular-label { display:block;width:16.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:17.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#161616;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.75rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-text {padding-top: 0; padding-bottom: 0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.75rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-select {padding-top: 0; padding-bottom: 0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:17.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#e30054;background-image:none;overflow:hidden;box-shadow: none; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-container:first-of-type{padding-top:0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-container:last-of-type{padding-bottom:0;}#dWxid8peRKHFiptQkag7HzHGV5UKyhRa  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:10.75rem;z-index:15004; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .radio-container { width:17.5rem; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWxid8peRKHFiptQkag7HzHGV5UKyhRa { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:10.75rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #hezDdxAkJbiOtaAP6vXrAwUT9nnWxF1L {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #yUuBZJheZg38QZe6qi6EAJtoeUZ73hfv { display:none; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #myruLCvhCm2rpuVBidMROo9J9Wzku4q7 {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #VrtqAEm36XLgmOv35eB8snTSuUaR7oVp {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #r63caqrpZG7lzr6qbK0rwiNy0VS4GldG {  }
 }@media only screen and (max-width: 763px) { #MUC9hrmJl3hKaHSHJd4pRRSxlZI1vEOd { width:2.5rem;height:2.5rem;top:4.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6Tbu4HTXWZeTAlFfTCMT2LU2z7WH9x { width:2.5rem;height:2.5rem;top:4.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLCCTJuPViFccx8HK7yVSCBdLSZ2ToK3 { width:2.5rem;height:2.5rem;top:4.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPADp3sqpWGtX2zCx339P4OI1oh5HHvu { width:2.5rem;height:2.5rem;top:4.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV0hPTl8GlCA9N13drytO1LK4zemPvF3 { display:block; }#iV0hPTl8GlCA9N13drytO1LK4zemPvF3 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ly7LMXkQTT4XGSPD8wU8GyUgk6f0CzB8 { width:20rem;height:4.5rem;top:0rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #hezDdxAkJbiOtaAP6vXrAwUT9nnWxF1L {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #yUuBZJheZg38QZe6qi6EAJtoeUZ73hfv { display:none; }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #myruLCvhCm2rpuVBidMROo9J9Wzku4q7 {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #VrtqAEm36XLgmOv35eB8snTSuUaR7oVp {  }
 }@media only screen and (max-width: 763px) { #dWxid8peRKHFiptQkag7HzHGV5UKyhRa #r63caqrpZG7lzr6qbK0rwiNy0VS4GldG {  }
 }@media only screen and (max-width: 763px) { #NqqcTIBMXWvV32NbDaicdBxWZBdZNZMq { width:20rem;height:3.8414634146341rem;top:2.5rem;left:0rem;display:none; }
 }