.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,247,224;--color-primary-1:254,228,152;--color-primary-2:252,201,49;--color-primary-3:126,101,25;--color-primary-4:38,30,7;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:108,117,123;--color-tertiary-2:14,13,13;--color-tertiary-3:11,10,10;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--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:#f7f7f7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { 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;z-index:auto;display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { background-color: transparent; background-image: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .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); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { border-width: 0; border-radius: 0; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.4375rem;top:0.843505859375rem;left:0.9375rem;overflow:hidden;display:block; }
#r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:53rem;display:block; }
#sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f7a611c1-2321-4690-abab-1e1ef174df0d/backgrounddigittecnic24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;overflow:visible;position:relative;display:block; }#yb4FUwon7TssB0Z66QyOssby6UTtLoyl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.375rem;top:7.1236982345581rem;left:0rem;display:block; }
#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:8.6593749523163rem;left:1rem;height:14.171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lUhJt2uNfJxMiCDqra387CI50tgd839h { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:25.497917413711rem;left:1.21875rem;height:4.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AnNW61uBG452AKbxbx5tit7bTx54Wf7R { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.1875rem;left:0rem;display:block; }
#vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.1875rem;left:14.25rem;display:block; }
#Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D { 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; }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row .container { background-color: transparent; background-image: none; }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row .container > .video-iframe-container { display: none; }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row > .video-iframe-container { display: none; }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .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); }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row .container { border-width: 0; border-radius: 0; }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#EOZldgQDgZkTWKRpxJLenwNqQgu58T1K { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:4.675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gPOe0wBENGEe5VDgupB0LSGkXxJXISLq { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.811199188233rem;left:1.3125rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UlZdim5wenE66zz80QbFDyEfdg8MP5cw { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:35.25rem;width:15.75rem;top:2.15625rem;left:39.40625rem;overflow:hidden;display:block; }
#UElOuqKwAucAL3o7aC6dqtoPIDv2W3qT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#BTaAeh9JytVE0XzQdT1ZV7PvxOUrqmUf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.437501907349rem;left:1.3125rem;display:block; }
#aLTDSuXJ2Kcdr7ozUJZeHR8zlqo3pLyP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2eif3S96/Background4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.adaptive-delivery-prevent-bg, #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.lazyload, #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.lazyloading { background-image: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { background-color: transparent; background-image: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4f4f4; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container > .video-iframe-container { display: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4f4f4; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container { display: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .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); }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { border-width: 0; border-radius: 0; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 2.375rem rgba(168,168,168,0.26) ;height:31.25rem;width:60rem;top:10.0625rem;left:0rem;display:block; }
#NRLGvTicBZeABKT3yTQZdO9ptycp78pR { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.75rem;left:3.8125rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfBzDnpQsZI5sAKTbT3TniV3iWTBKRx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.706251144409rem;left:3.8125rem;height:4.3875rem;font-style:normal;display:block; }
#TZAiJB0CoU3nyhUCkJ7wVrfcvmxaHEtQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1614608764649rem;left:6.4375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-form-header {  }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-text {padding-top: 0; padding-bottom: 0;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-select {padding-top: 0; padding-bottom: 0;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-container:first-of-type{padding-top:0;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-container:last-of-type{padding-bottom:0;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.578126907349rem;left:34.1875rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC {display:block;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.578126907349rem;left:34.1875rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #iXMa7xWyR8Gz3CVyFkLPcv8QnIwA2BmH { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #yDcptEeR6QrgmGDJwHQAFA33MVmSVuv4 { position:relative;display:block; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #d4rpS5uRygVZb1QCKfdnk2DOa1TP3TPC { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #n1n2KxZU4w01dzTgWNxCwB6VAy368fF9 { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #TPNN44H1kauQ8vGEmv9pEtihSTGSzugS { position:relative;display:block; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #v4ThdrE0M30TGZkIOiQhFqBiTUeHoNLk { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #uGViXMU1ipHPm6LTUBdKkrkH5W99B8J2 { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #EdgXpT8hPsrLnRElJ2CHyJoLmNaEgDyW { position:relative;display:block; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #SvtNLtQE0OeyAQVe4nkyfnxMDVLNwkwC { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #NEROJopwU6iHsUA90L7u5xpF6nouiqUD { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #d3VADrAb5yavNwdiylyCX4an8nTNd9Ud { position:relative;display:block; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #caLJTxIZ41FnpdC6dBKcU8JfflTBAfEi { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #oHJhgAUcXys5T1fygfZbJrBZiM60NLtr { position:relative; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #T1HGT3beEgAGbXHOT3Jo2dVCCictPEah { position:relative; }
#ylESTTHybvbPriHvRALI688l1rzJqdas { 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; }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row .container { background-color: transparent; background-image: none; }#ylESTTHybvbPriHvRALI688l1rzJqdas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row .container > .video-iframe-container { display: none; }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row > .video-iframe-container { display: none; }#ylESTTHybvbPriHvRALI688l1rzJqdas > .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); }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row .container { border-width: 0; border-radius: 0; }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#QAT6hhut9CEU4IakBvMnXnFvy5sRbh89 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTAkuPFlvF5UCWqIa4vC98Sgow98GQT4 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhSw17S4BU6xMHTosAFrJ5X0qxm2ISee { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4375rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G73NUre20zui1HAmIE3f8R5NcnHuAt1e { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.1875rem;left:21.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oq1v6Hzq75lWpvEep2nLEy5rvM3Oz4VI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.4375rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxTxu9TvJIfap5oz4OBlf25OeKuRXvTZ { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.1875rem;left:41.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBC4ZuhSlowmfU2XdRPHcRDvDvWgBVEO { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:8.125rem;left:1.5625rem;display:block; }
#i1w0D6G2qP7cdCCDXIF2b8WExRWpVNZk { color:#04253a;display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.7500001601875rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#gDBA9RSwWUhF7LdVy35W7NcuayFN4eNJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:8.0625rem;left:1.5625rem;display:block; }
#aX2DL3fJvhdF9ePyTZg3OU1U0zKvCqWE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1875rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMvinlzqQyQlTQygupRkS4l5c0iFDDCP { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:28.875rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9ldxC5khJ9xE985bcx1kiASFMkVlT4K { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.1875rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp1GHamOdKUD0coZbHVkkf2TNNJbRlPQ { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:28.9375rem;left:21.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZsHyvsC0wSEk6r9ErGvPfGpQb09LgrER { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.375rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekaUTu5Amf4atWNoyEgFGHOatd1Ayp98 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:29.125rem;left:41.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1zkiF56CMRd74W6Okuv97lTwPqewOKJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:9.8125rem;left:8.4375rem; }
#yhHObZf3WzcPNefE9u3PnJPskq9Atoip { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:9.8125rem;left:28.4375rem; }
#PlukGkO2t1HO68CBlV6qm9zrWz0UZoVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:9.8125rem;left:48.4375rem; }
#qfixdb9OckQJRytCCh7lXTqhAaE61a3s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:22.5rem;left:48.4375rem; }
#Aw5dVQTOccenRl4FQzAAA2OTooOWFGJm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:22.5rem;left:28.4375rem; }
#B75i0xNnVfmAUkH4XnvSKUdbxNGXbu2h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:22.5rem;left:8.4375rem; }
#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo { position:relative;display:none; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo { border-width: 0; border-radius: 0; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo > .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; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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:none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { 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;z-index:auto;display:block; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { background-color: transparent; background-image: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .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); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { border-width: 0; border-radius: 0; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { 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.75rem;width:14.6875rem;top:3.433837890625rem;left:22.623291015625rem;overflow:hidden;display:block; }
#avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:18.46875rem;height:4.79686875rem;text-align:center;text-align-last:center;display:block; }
#InSIabkZkXIGLdFQMC4JCW03MB3w0swl { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:18.46875rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.625rem;left:24.6875rem; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.625rem;left:29.25rem; }
#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.5rem;left:33.125rem; }
#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { top:0.8125rem;left:0rem;width:10.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { width:7rem;height:2.625rem;top:0.625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:13.375rem;height:17.25rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:47.75rem;height:14.125rem;top:8.625rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhJt2uNfJxMiCDqra387CI50tgd839h { width:47.75rem;height:4.25rem;top:25.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnNW61uBG452AKbxbx5tit7bTx54Wf7R { width:12.5rem;height:3.75rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block; }
 }@media only screen and (max-width: 763px) { #rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { width:12.5rem;height:3.75rem;top:32.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block; }
 }@media only screen and (max-width: 763px) { #PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D { display:block; }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOZldgQDgZkTWKRpxJLenwNqQgu58T1K { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOe0wBENGEe5VDgupB0LSGkXxJXISLq { width:31rem;height:18rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZdim5wenE66zz80QbFDyEfdg8MP5cw { top:2.125rem;left:32rem;width:15.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UElOuqKwAucAL3o7aC6dqtoPIDv2W3qT { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaAeh9JytVE0XzQdT1ZV7PvxOUrqmUf { width:12.5rem;height:3.75rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTDSuXJ2Kcdr7ozUJZeHR8zlqo3pLyP { display:block; }
 }@media only screen and (max-width: 763px) { #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { display:block; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { top:10.0625rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRLGvTicBZeABKT3yTQZdO9ptycp78pR { top:14.75rem;left:0rem;width:26rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfBzDnpQsZI5sAKTbT3TniV3iWTBKRx2 { top:24.6875rem;left:0rem;width:20.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAiJB0CoU3nyhUCkJ7wVrfcvmxaHEtQ { top:3.125rem;left:0.3125rem;width:47.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-text {padding-top: 0; padding-bottom: 0;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-select {padding-top: 0; padding-bottom: 0;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC  { width:17.5rem;height:auto;top:13.5625rem;left:27.75rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC {display:block;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC { width:17.5rem;height:auto;top:13.5625rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #iXMa7xWyR8Gz3CVyFkLPcv8QnIwA2BmH {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #yDcptEeR6QrgmGDJwHQAFA33MVmSVuv4 {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #d4rpS5uRygVZb1QCKfdnk2DOa1TP3TPC {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #n1n2KxZU4w01dzTgWNxCwB6VAy368fF9 {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #TPNN44H1kauQ8vGEmv9pEtihSTGSzugS {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #v4ThdrE0M30TGZkIOiQhFqBiTUeHoNLk {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #uGViXMU1ipHPm6LTUBdKkrkH5W99B8J2 {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #EdgXpT8hPsrLnRElJ2CHyJoLmNaEgDyW {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #SvtNLtQE0OeyAQVe4nkyfnxMDVLNwkwC {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #NEROJopwU6iHsUA90L7u5xpF6nouiqUD {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #d3VADrAb5yavNwdiylyCX4an8nTNd9Ud {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #caLJTxIZ41FnpdC6dBKcU8JfflTBAfEi {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #oHJhgAUcXys5T1fygfZbJrBZiM60NLtr {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #T1HGT3beEgAGbXHOT3Jo2dVCCictPEah {  }
 }@media only screen and (max-width: 763px) { #ylESTTHybvbPriHvRALI688l1rzJqdas { display:block; }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAT6hhut9CEU4IakBvMnXnFvy5sRbh89 { width:16.875rem;height:1.9375rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAkuPFlvF5UCWqIa4vC98Sgow98GQT4 { width:16.875rem;height:4.5rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSw17S4BU6xMHTosAFrJ5X0qxm2ISee { width:16.875rem;height:1.9375rem;top:13.4375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G73NUre20zui1HAmIE3f8R5NcnHuAt1e { width:16.875rem;height:3rem;top:16.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq1v6Hzq75lWpvEep2nLEy5rvM3Oz4VI { width:16.875rem;height:1.9375rem;top:13.4375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxTxu9TvJIfap5oz4OBlf25OeKuRXvTZ { width:16.875rem;height:3rem;top:16.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBC4ZuhSlowmfU2XdRPHcRDvDvWgBVEO { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1w0D6G2qP7cdCCDXIF2b8WExRWpVNZk { width:47.75rem;height:3.25rem;top:3.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDBA9RSwWUhF7LdVy35W7NcuayFN4eNJ { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX2DL3fJvhdF9ePyTZg3OU1U0zKvCqWE { width:16.875rem;height:1.9375rem;top:26.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMvinlzqQyQlTQygupRkS4l5c0iFDDCP { width:16.875rem;height:4.5rem;top:28.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ldxC5khJ9xE985bcx1kiASFMkVlT4K { width:16.875rem;height:1.9375rem;top:26.1875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp1GHamOdKUD0coZbHVkkf2TNNJbRlPQ { width:16.875rem;height:4.5rem;top:28.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsHyvsC0wSEk6r9ErGvPfGpQb09LgrER { width:16.875rem;height:1.9375rem;top:26.375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekaUTu5Amf4atWNoyEgFGHOatd1Ayp98 { width:16.875rem;height:4.5rem;top:29.125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1zkiF56CMRd74W6Okuv97lTwPqewOKJ { width:3.125rem;height:3.125rem;top:9.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhHObZf3WzcPNefE9u3PnJPskq9Atoip { width:3.125rem;height:3.125rem;top:9.8125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlukGkO2t1HO68CBlV6qm9zrWz0UZoVx { width:3.125rem;height:3.125rem;top:9.8125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfixdb9OckQJRytCCh7lXTqhAaE61a3s { width:3.125rem;height:3.125rem;top:22.5rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw5dVQTOccenRl4FQzAAA2OTooOWFGJm { width:3.125rem;height:3.125rem;top:22.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B75i0xNnVfmAUkH4XnvSKUdbxNGXbu2h { width:3.125rem;height:3.125rem;top:22.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo { display:none; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { display:block; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { width:14.6875rem;height:2.75rem;top:3.375rem;left:16.498291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { top:8.25rem;left:12.343017578125rem;width:23rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InSIabkZkXIGLdFQMC4JCW03MB3w0swl { top:17.9375rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { top:14.625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { top:14.625rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { top:14.5rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { background-color: transparent; background-image: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .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); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { width:13.625rem;height:2.3125rem;top:0.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { width:5.6862rem;height:2.0612rem;top:4.21875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f84f3998-4a5a-431b-b76e-0874f1f394a9/Diseosinttulo55.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:9.25rem;height:18.25rem;top:3.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:18.75rem;height:17.09375rem;top:3.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhJt2uNfJxMiCDqra387CI50tgd839h { width:18.75rem;height:12.75rem;top:24.062505125999rem;left:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AnNW61uBG452AKbxbx5tit7bTx54Wf7R { width:12.5rem;height:3.75rem;top:39.437500953674rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block; }
 }@media only screen and (max-width: 763px) { #rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { width:12.5rem;height:3.75rem;top:44.312500953674rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block; }
 }@media only screen and (max-width: 763px) { #PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D { display:block; }#PJnzHcmVVN81eI7k1m7dVXNhks9Pmf4D > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOZldgQDgZkTWKRpxJLenwNqQgu58T1K { width:20rem;height:2.75rem;top:1.6874986886978rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOe0wBENGEe5VDgupB0LSGkXxJXISLq { width:20rem;height:22.3125rem;top:7.3749988079069rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZdim5wenE66zz80QbFDyEfdg8MP5cw { width:13.5625rem;height:30.1875rem;top:31.4375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UElOuqKwAucAL3o7aC6dqtoPIDv2W3qT { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaAeh9JytVE0XzQdT1ZV7PvxOUrqmUf { width:11.0625rem;height:3.0625rem;top:64.562502622606rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTDSuXJ2Kcdr7ozUJZeHR8zlqo3pLyP { display:block; }
 }@media only screen and (max-width: 763px) { #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { display:block; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { width:20rem;height:44.4375rem;top:14rem;left:0rem;border-top-left-radius:2.0625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NRLGvTicBZeABKT3yTQZdO9ptycp78pR { width:20rem;height:7.796875rem;top:16.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfBzDnpQsZI5sAKTbT3TniV3iWTBKRx2 { width:16.3125rem;height:5.19791875rem;top:26.062500953674rem;left:1.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZAiJB0CoU3nyhUCkJ7wVrfcvmxaHEtQ { width:20rem;height:11.6953125rem;top:0.93359375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-text {padding-top: 0; padding-bottom: 0;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-select {padding-top: 0; padding-bottom: 0;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC  { width:17.5rem;height:auto;top:32.8125rem;left:0rem; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC {display:block;}#kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC { width:17.5rem;height:auto;top:32.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #iXMa7xWyR8Gz3CVyFkLPcv8QnIwA2BmH {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #yDcptEeR6QrgmGDJwHQAFA33MVmSVuv4 {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #d4rpS5uRygVZb1QCKfdnk2DOa1TP3TPC {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #n1n2KxZU4w01dzTgWNxCwB6VAy368fF9 {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #TPNN44H1kauQ8vGEmv9pEtihSTGSzugS {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #v4ThdrE0M30TGZkIOiQhFqBiTUeHoNLk {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #uGViXMU1ipHPm6LTUBdKkrkH5W99B8J2 {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #EdgXpT8hPsrLnRElJ2CHyJoLmNaEgDyW {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #SvtNLtQE0OeyAQVe4nkyfnxMDVLNwkwC {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #NEROJopwU6iHsUA90L7u5xpF6nouiqUD {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #d3VADrAb5yavNwdiylyCX4an8nTNd9Ud {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #caLJTxIZ41FnpdC6dBKcU8JfflTBAfEi {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #oHJhgAUcXys5T1fygfZbJrBZiM60NLtr {  }
 }@media only screen and (max-width: 763px) { #kSg4WfGFMp4o806EhZ0Fl5ChO6fhMlqC #T1HGT3beEgAGbXHOT3Jo2dVCCictPEah {  }
 }@media only screen and (max-width: 763px) { #ylESTTHybvbPriHvRALI688l1rzJqdas { display:block; }#ylESTTHybvbPriHvRALI688l1rzJqdas > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAT6hhut9CEU4IakBvMnXnFvy5sRbh89 { width:16.875rem;height:1.4622375rem;top:18.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAkuPFlvF5UCWqIa4vC98Sgow98GQT4 { width:16.875rem;height:4.5rem;top:21.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSw17S4BU6xMHTosAFrJ5X0qxm2ISee { width:16.875rem;height:1.4622375rem;top:42.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G73NUre20zui1HAmIE3f8R5NcnHuAt1e { width:16.875rem;height:3rem;top:45rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq1v6Hzq75lWpvEep2nLEy5rvM3Oz4VI { width:16.875rem;height:1.4622375rem;top:66.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxTxu9TvJIfap5oz4OBlf25OeKuRXvTZ { width:16.875rem;height:3rem;top:69.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBC4ZuhSlowmfU2XdRPHcRDvDvWgBVEO { width:20rem;height:0.0625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1w0D6G2qP7cdCCDXIF2b8WExRWpVNZk { width:20rem;height:7.796875rem;top:2.3203125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDBA9RSwWUhF7LdVy35W7NcuayFN4eNJ { width:3.75rem;height:0.1875rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX2DL3fJvhdF9ePyTZg3OU1U0zKvCqWE { width:16.875rem;height:1.4622375rem;top:30.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMvinlzqQyQlTQygupRkS4l5c0iFDDCP { width:16.875rem;height:4.5rem;top:32.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ldxC5khJ9xE985bcx1kiASFMkVlT4K { width:16.875rem;height:1.4622375rem;top:54.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp1GHamOdKUD0coZbHVkkf2TNNJbRlPQ { width:16.875rem;height:4.5rem;top:56.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsHyvsC0wSEk6r9ErGvPfGpQb09LgrER { width:16.875rem;height:1.4622375rem;top:78.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekaUTu5Amf4atWNoyEgFGHOatd1Ayp98 { width:16.875rem;height:4.5rem;top:80.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1zkiF56CMRd74W6Okuv97lTwPqewOKJ { width:3.125rem;height:3.125rem;top:14.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhHObZf3WzcPNefE9u3PnJPskq9Atoip { width:3.125rem;height:3.125rem;top:38.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlukGkO2t1HO68CBlV6qm9zrWz0UZoVx { width:3.125rem;height:3.125rem;top:62.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfixdb9OckQJRytCCh7lXTqhAaE61a3s { width:3.125rem;height:3.125rem;top:74.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw5dVQTOccenRl4FQzAAA2OTooOWFGJm { width:3.125rem;height:3.125rem;top:50.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B75i0xNnVfmAUkH4XnvSKUdbxNGXbu2h { width:3.125rem;height:3.125rem;top:26.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo { display:block; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { background-color: transparent; background-image: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .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); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { width:12.75rem;height:2.1875rem;top:2.0611991882324rem;left:3.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { width:20rem;height:6.39583125rem;top:5.5611991882324rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #InSIabkZkXIGLdFQMC4JCW03MB3w0swl { width:20rem;height:1.4rem;top:15.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { width:1.875rem;height:1.875rem;top:13.125rem;left:6.375rem;display:block; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { width:1.875rem;height:1.875rem;top:13.125rem;left:8.9375rem;display:block; }
#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { width:2.1875rem;height:2.1875rem;top:13rem;left:11.4375rem;display:block; }
#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }