.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:221,221,221;--color-primary-1:142,142,141;--color-primary-2:29,29,27;--color-primary-3:15,15,14;--color-primary-4:4,4,4;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK { position:relative;display:block; }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK { background-color: transparent; background-image: none; }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .row .container > .video-iframe-container { display: none; }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .row > .video-iframe-container { display: none; }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .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); }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK { border-width: 0; border-radius: 0; }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .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; }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .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: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; }#dzCd3uFWRlaRqVclvN997xfSBVEkJ65r { 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:4.75rem;width:15.625rem;top:2.9375rem;left:22.1875rem;overflow:hidden;display:block; }
#HzoKks0pdZUdrSmtZFN4l982rfiNaBqK { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac409250-a597-4833-bdb2-2458a81eceff/banderolaArtboard1copy.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:28.59375rem;display:block; }#HzoKks0pdZUdrSmtZFN4l982rfiNaBqK.adaptive-delivery-prevent-bg, #HzoKks0pdZUdrSmtZFN4l982rfiNaBqK.lazyload, #HzoKks0pdZUdrSmtZFN4l982rfiNaBqK.lazyloading { background-image: none; }
#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row .container { border-width: 0; border-radius: 0; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:none; }#DJc5F7EwyqGui9btGpCz5mJqm7e6ADXO { box-sizing:content-box;height:4.375rem;width:3.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c664d8bb-498d-4c17-b195-21b5dd72dfeb/Masterclass_Panaderia_Profesional_por_David_Hoyos__8_y_9_de_julio_2025_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:0.3125rem;display:block; }#DJc5F7EwyqGui9btGpCz5mJqm7e6ADXO.adaptive-delivery-prevent-bg, #DJc5F7EwyqGui9btGpCz5mJqm7e6ADXO.lazyload, #DJc5F7EwyqGui9btGpCz5mJqm7e6ADXO.lazyloading { background-image: none; }
#APGkMqACoR98DuvVyhZoSg8TfrCLRyXW { box-sizing:content-box;height:4.4375rem;width:2.625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8cffcc8d-9c96-4d8d-b6fb-a4833a095319/BOLLERIA2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:22.4375rem;display:block; }#APGkMqACoR98DuvVyhZoSg8TfrCLRyXW.adaptive-delivery-prevent-bg, #APGkMqACoR98DuvVyhZoSg8TfrCLRyXW.lazyload, #APGkMqACoR98DuvVyhZoSg8TfrCLRyXW.lazyloading { background-image: none; }
#IxM2gDgyQV26zklllUPTLAP57EoQKEqy { box-sizing:content-box;height:5.0625rem;width:4.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9ae359c7-f6f5-43bd-9ec7-6caa91124336/DAVID2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:37.8125rem;display:block; }#IxM2gDgyQV26zklllUPTLAP57EoQKEqy.adaptive-delivery-prevent-bg, #IxM2gDgyQV26zklllUPTLAP57EoQKEqy.lazyload, #IxM2gDgyQV26zklllUPTLAP57EoQKEqy.lazyloading { background-image: none; }
#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbb800;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; }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row .container { background-color: transparent; background-image: none; }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row .container > .video-iframe-container { display: none; }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row > .video-iframe-container { display: none; }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .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); }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row .container { border-width: 0; border-radius: 0; }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#lQaHcm0U2uNZwZJvI35K3CB4LeFPQeV6 { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:4rem;height:3.4125rem;font-style:normal;display:block; }
#Nfy524RZn2fUTEKeDGa1VZgmfRS2F3A7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4rem;height:4.0625rem;display:block; }
#kf5TEukFkzFbThequavfnCSWe6zqEWCU { background-color:#fbb800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.5625rem;left:26.25rem;display:block; }
#Z59RLvigwDf0AAfe2KJ9vemqE5Wtxsb2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBoSnEt9owg2TJzSqEbN0kvhM0F7hNKB { background-color:#fbb800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.5625rem;left:43.625rem;display:block; }
#iEZOUnbpBpV76UDEOEx45HoFQWVPgXQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq { position:relative;display:block; }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq { background-color: transparent; background-image: none; }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .row .container > .video-iframe-container { display: none; }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .row > .video-iframe-container { display: none; }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .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); }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq { border-width: 0; border-radius: 0; }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .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; }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .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:48.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; }#XiFTiqyiRs3uMt54xEx2Z9QUtdiRJDc1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;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:4.4375rem;left:29.5rem;height:4.875rem;display:block; }
#r7TyQX9rCJz3voSnXnvbFVleFI49X7cr { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:30.1875rem;height:2.275rem;font-style:normal;display:block; }
#Npmv02WTohbvaDXrR3uxaOc5oC2ooTxd { box-sizing:content-box;height:2.0625rem;width:8.75rem;position:absolute;display:block;z-index:15000;background-color:#fbb800;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2rem;left:29.5rem;display:block; }
#A2Wy8s2MRCdPTORHoLLAVWmpCsus0PFR { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.5rem;height:1.95rem;font-style:normal;display:block; }
#O8PWA2EBSJXNuBJAfFt8Ez93TsckJZJo { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.387500286103rem;left:4.3125rem;height:20.8rem;font-style:normal;display:block; }
#m2DqAhBs9AaRQHCncTvhRDcKTSEdQTTI { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.875rem;left:29.5rem;height:1.3rem;font-style:normal;display:block; }
#dRIW5TnRZBkHUnlaA1SOZJWCcsBQ9LTE { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"libre franklin";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:16.75rem;left:29.5rem;height:12.375rem;font-style:normal;display:block; }#dRIW5TnRZBkHUnlaA1SOZJWCcsBQ9LTE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dRIW5TnRZBkHUnlaA1SOZJWCcsBQ9LTE li:before{  }
#NgPkb3L9iopV1WzTdDWHUsCcHkggy0mu { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"libre franklin";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:32.9375rem;left:29.5rem;height:6.5rem;font-style:normal;display:block; }#NgPkb3L9iopV1WzTdDWHUsCcHkggy0mu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NgPkb3L9iopV1WzTdDWHUsCcHkggy0mu li:before{  }
#EwJGrIp9HcCqKdhGS2dEfo4eEeXvk6RS { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31rem;left:29.5rem;height:1.3rem;font-style:normal;display:block; }#EwJGrIp9HcCqKdhGS2dEfo4eEeXvk6RS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EwJGrIp9HcCqKdhGS2dEfo4eEeXvk6RS li:before{  }
#Z1Dniyqmw9uWstHAw3BgJak22NOSbcQ7 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.9375rem;left:29.5rem;height:1.95rem;font-style:normal;display:block; }
#B8MkG43oTHcTtECeA4w66hUJTEdE5CpW { background-color:#fbb800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4rem;height:3.2125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.25rem;left:22.262500762939rem;display:block; }
#tR6bf5tB02EMmyJc9dU9rThd4BePTpVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lM6c4OemLrVwFLgLfipvbF0FJs4BQFQF { box-sizing:content-box;height:14.375rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c664d8bb-498d-4c17-b195-21b5dd72dfeb/Masterclass_Panaderia_Profesional_por_David_Hoyos__8_y_9_de_julio_2025_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:4rem;display:block; }#lM6c4OemLrVwFLgLfipvbF0FJs4BQFQF.adaptive-delivery-prevent-bg, #lM6c4OemLrVwFLgLfipvbF0FJs4BQFQF.lazyload, #lM6c4OemLrVwFLgLfipvbF0FJs4BQFQF.lazyloading { background-image: none; }
#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf3;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; }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row .container { background-color: transparent; background-image: none; }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row .container > .video-iframe-container { display: none; }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row > .video-iframe-container { display: none; }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .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); }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row .container { border-width: 0; border-radius: 0; }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#c8y39khiO3x9cGcd8D0Rmg4skDRfquT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;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:5.25rem;left:30rem;height:2.4375rem;display:block; }
#atqZP7RcBHGiVfPTF85USxlpvR4tFNgO { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:30.6875rem;height:2.275rem;font-style:normal;display:block; }
#T1yTQxdD2TG7ZvpBd9G8bpCP1BmDbyE8 { box-sizing:content-box;height:2.0625rem;width:8.75rem;position:absolute;display:block;z-index:15000;background-color:#fbb800;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:30rem;display:block; }
#pa2GgP7VyQ3coFfdkiResIsrk5c5gRSs { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:30rem;height:1.95rem;font-style:normal;display:block; }
#c6hA3MXJ9EAALSSLqz3qtwqUKp6fvy9f { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.5625rem;left:4.6875rem;height:20.8rem;font-style:normal;display:block; }
#DNCFM7hOLTBZtoC0c60OBdN25bfTTOv4 { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:30rem;height:1.3rem;font-style:normal;display:block; }
#z9y7XN3OmGca1TVdS7wnFHOUBL22F8nZ { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"libre franklin";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:30rem;height:6.9375rem;font-style:normal;display:block; }#z9y7XN3OmGca1TVdS7wnFHOUBL22F8nZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z9y7XN3OmGca1TVdS7wnFHOUBL22F8nZ li:before{  }
#ep44OMyxFtKggZxzVn6lHIsQqc6oG60n { color:#000000;display:block;width:25rem;position:absolute;font-family:"libre franklin";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28rem;left:30rem;height:12.7375rem;font-style:normal;display:block; }#ep44OMyxFtKggZxzVn6lHIsQqc6oG60n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ep44OMyxFtKggZxzVn6lHIsQqc6oG60n li:before{  }
#cvEQWNSclJdELis8xw34uPrg0e3gzTeA { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.0625rem;left:30rem;height:1.3rem;font-style:normal;display:block; }#cvEQWNSclJdELis8xw34uPrg0e3gzTeA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cvEQWNSclJdELis8xw34uPrg0e3gzTeA li:before{  }
#xAOldW3rgXp415r7MTHVyNgCqGlBmWmn { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.75rem;left:30rem;height:1.95rem;font-style:normal;display:block; }
#tqRTdyuxrzQWc9AIIRkr4wVnMeOwoVFy { background-color:#fbb800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4rem;height:3.2125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.700000762939rem;left:22.299217224121rem;display:block; }
#U7xINVQVrFKtBINToAO7wk8SG9NSS3RR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtJ1p8Ims3PrQDcUvTJSB0QBXEQkST3h { box-sizing:content-box;height:25.625rem;width:15.125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8cffcc8d-9c96-4d8d-b6fb-a4833a095319/BOLLERIA2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.09921836853rem;left:43.5625rem;display:none; }#LtJ1p8Ims3PrQDcUvTJSB0QBXEQkST3h.adaptive-delivery-prevent-bg, #LtJ1p8Ims3PrQDcUvTJSB0QBXEQkST3h.lazyload, #LtJ1p8Ims3PrQDcUvTJSB0QBXEQkST3h.lazyloading { background-image: none; }
#vheMIqAwoOhdoD2QeTM0fOWgdpl2OxTM { box-sizing:content-box;height:14.375rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9ae359c7-f6f5-43bd-9ec7-6caa91124336/DAVID2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875015497207rem;left:4.1875rem;display:block; }#vheMIqAwoOhdoD2QeTM0fOWgdpl2OxTM.adaptive-delivery-prevent-bg, #vheMIqAwoOhdoD2QeTM0fOWgdpl2OxTM.lazyload, #vheMIqAwoOhdoD2QeTM0fOWgdpl2OxTM.lazyloading { background-image: none; }
#XO5N049Rq59hRc8ileWWwJtM6QTfGydL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbb800;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; }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row .container { background-color: transparent; background-image: none; }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row .container > .video-iframe-container { display: none; }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row > .video-iframe-container { display: none; }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .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); }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row .container { border-width: 0; border-radius: 0; }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#iIkP0dLl4P2xmPW47FpfMJBdcMZU587I { color:#000000;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:3.25rem;height:2.1125rem;font-style:normal;display:block; }
#caAfUZA0mImPx4UroxgTs8J5WXdxKLrE { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5375022888181rem;left:3.25rem;height:3.0875rem;font-style:normal;display:block; }#caAfUZA0mImPx4UroxgTs8J5WXdxKLrE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#caAfUZA0mImPx4UroxgTs8J5WXdxKLrE li:before{  }
#IpI985hkQhqJgNHH2Aee7T0MdMctdlci { color:#000000;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3679695129394rem;left:3.25rem;height:3.9rem;font-style:normal;display:block; }
#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 { position:relative;display:block; }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 { background-color: transparent; background-image: none; }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .row .container > .video-iframe-container { display: none; }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .row > .video-iframe-container { display: none; }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .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); }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 { border-width: 0; border-radius: 0; }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-form-header {  }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-regular-label { height:auto;display:block;font-family:"libre franklin";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:30.5625rem;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; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:30.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:30.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:30.5625rem;box-sizing:border-box;height:2.5rem;color:#7a7a7a;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .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; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-button { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;background-color:#fbb800;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:4.5625rem;margin-bottom:0.25rem;margin-left:4.5625rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#000000;width:21.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:29.1875rem;overflow:hidden;font-style:normal; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .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; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-container:first-of-type{padding-top:0;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-container:last-of-type{padding-bottom:0;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.4375rem;left:14.0625rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.5625rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-info-text { display:block;height:auto;font-family:poppins;font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt {display:block;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.4375rem;left:14.0625rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #PbISGTwdwlpK2a83LrlloIVZ3HEqHT42 { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #rlk6MH7wiZovhzlJM1rECGo2SvOzIdbg { position:relative;display:block; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #vVGMdZwSmTTHKXE2tnTqtWuivXiXyter { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #yS2pyZBMMlnVxFAJXTKDiSAwKn8TiqKW { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #W75idU4tPucPqBvNIRVpgUp40JvP9WU4 { position:relative;display:block; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #uqRNRNWpelF4IsSwMDkbT0TxVpQZPLSN { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #RSVlbS4OlXS6ilCaAfbdOEzW0rlmnySy { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #OD6BAoJpWmtyKxN1zotzAIRbwI5oAqBG { position:relative;display:block; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #OeaW6FTPDHUsgFTFUioGAs1ZQlnArwtv { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #vSdpNtaCEs4vp8AedbHsBWyNzgSgOPHs { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #nZu0JA8c8Gz9uNQhASCNxFm0i7KCnNIV { position:relative;display:block; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #NbJJJOWLstTZXyAmwrpk7BSWgINXIUMT { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #pzwWeehO6ioKyh4tCycphKwh1pdKAhTE { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #aAOvifdyHR3ch11APUw8myQqgk074ykd { position:relative;display:block; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #Xu9bnNzbwJRNTLz3b9i8NAnXUuKdWmuK { position:relative; }
#gvR7UrEICu4OJbEwNxtoMga6c2CMiKD7 { position:relative;display:block; }
#m540eRiTAE6WGkIONAEhCE9LOAt2vTBT { position:relative;display:block; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #lgpDi0G0QPrE1Lw1Ra3DXoaod8Hhr6Hg { position:relative; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt #koQZyLgurKRc5TW0NKwBBaNJ77AEEwUo { position:relative; }
#fp5qcDyhmaqV1f3bqhnAX66RqVyHoktl { color:#fbb800;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.75rem;left:16rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gzh5TcuBJHWvnBO28O729vrsyimwvkUM { 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:4.5625rem;width:3.6875rem;top:0rem;left:28.15625rem;overflow:hidden;display:block; }
#RaSQFd4IZTrlZwDBsbyBwmDO71ayicuh { 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:5.875rem;width:18.375rem;top:4.2875003814697rem;left:20.8125rem;overflow:hidden;display:block; }
#azPc109AOqQ0U48XirHVJyINRB97NDR4 { position:relative;display:block; }#azPc109AOqQ0U48XirHVJyINRB97NDR4 { background-color: transparent; background-image: none; }#azPc109AOqQ0U48XirHVJyINRB97NDR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .row .container > .video-iframe-container { display: none; }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .row > .video-iframe-container { display: none; }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .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); }#azPc109AOqQ0U48XirHVJyINRB97NDR4 { border-width: 0; border-radius: 0; }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#czygcTRlzeT5KKT0PVslC3QCBP020dG4 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:"libre franklin";font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:14.000001907349rem;left:17.46875rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBu4h6bOtKfupvq6TGK7AlGA2PBub4pv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:21.9375rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#wCulR3mV4OgTW6zuDO6NHe8nDTuECx7T { 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:5rem;width:4.0625rem;top:0rem;left:27.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d4Dq22NZmwTrrKryP2lPovpey7to2WbK { display:block; }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzCd3uFWRlaRqVclvN997xfSBVEkJ65r { top:2.9375rem;left:16.0625rem;width:15.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzoKks0pdZUdrSmtZFN4l982rfiNaBqK { top:0rem;left:22.46875rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe { display:none; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DJc5F7EwyqGui9btGpCz5mJqm7e6ADXO { top:0.25rem;left:0rem;width:3.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APGkMqACoR98DuvVyhZoSg8TfrCLRyXW { top:0.25rem;left:16.3125rem;width:2.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxM2gDgyQV26zklllUPTLAP57EoQKEqy { top:0.25rem;left:31.6875rem;width:4.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HylSfIfexHovMJc7LoFOBAoPkf46ZCwS { display:block; }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQaHcm0U2uNZwZJvI35K3CB4LeFPQeV6 { top:0.9375rem;left:0rem;width:11.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfy524RZn2fUTEKeDGa1VZgmfRS2F3A7 { top:3.5625rem;left:0rem;width:17.9375rem;height:4.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf5TEukFkzFbThequavfnCSWe6zqEWCU { width:15.5rem;height:3.3125rem;top:2.5625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z59RLvigwDf0AAfe2KJ9vemqE5Wtxsb2 { display:block; }
 }@media only screen and (max-width: 763px) { #XBoSnEt9owg2TJzSqEbN0kvhM0F7hNKB { width:15.5rem;height:3.3125rem;top:2.5625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEZOUnbpBpV76UDEOEx45HoFQWVPgXQe { display:block; }
 }@media only screen and (max-width: 763px) { #iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq { display:block; }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiFTiqyiRs3uMt54xEx2Z9QUtdiRJDc1 { top:4.4375rem;left:23.375rem;width:21.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7TyQX9rCJz3voSnXnvbFVleFI49X7cr { top:1.875rem;left:24.0625rem;width:7.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npmv02WTohbvaDXrR3uxaOc5oC2ooTxd { top:2rem;left:23.375rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Wy8s2MRCdPTORHoLLAVWmpCsus0PFR { top:6.875rem;left:23.375rem;width:15.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8PWA2EBSJXNuBJAfFt8Ez93TsckJZJo { top:17.375rem;left:0rem;width:21.25rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2DqAhBs9AaRQHCncTvhRDcKTSEdQTTI { top:14.875rem;left:23.375rem;width:22.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIW5TnRZBkHUnlaA1SOZJWCcsBQ9LTE { top:16.75rem;left:23rem;width:24.75rem;height:13.375rem;font-size:0.875rem;display:block; }#dRIW5TnRZBkHUnlaA1SOZJWCcsBQ9LTE li:before{  }
 }@media only screen and (max-width: 763px) { #NgPkb3L9iopV1WzTdDWHUsCcHkggy0mu { top:32.9375rem;left:18.625rem;width:29.125rem;height:6.5rem;font-size:0.875rem;display:block; }#NgPkb3L9iopV1WzTdDWHUsCcHkggy0mu li:before{  }
 }@media only screen and (max-width: 763px) { #EwJGrIp9HcCqKdhGS2dEfo4eEeXvk6RS { top:31rem;left:23.375rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }#EwJGrIp9HcCqKdhGS2dEfo4eEeXvk6RS li:before{  }
 }@media only screen and (max-width: 763px) { #Z1Dniyqmw9uWstHAw3BgJak22NOSbcQ7 { top:10.9375rem;left:23.375rem;width:15.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8MkG43oTHcTtECeA4w66hUJTEdE5CpW { width:15.375rem;height:3.1875rem;top:41.25rem;left:16.137500762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR6bf5tB02EMmyJc9dU9rThd4BePTpVw { display:block; }
 }@media only screen and (max-width: 763px) { #lM6c4OemLrVwFLgLfipvbF0FJs4BQFQF { top:1.875rem;left:0rem;width:21.875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn { display:block; }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8y39khiO3x9cGcd8D0Rmg4skDRfquT2 { top:5.25rem;left:23.875rem;width:21.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atqZP7RcBHGiVfPTF85USxlpvR4tFNgO { top:2.6875rem;left:24.5625rem;width:7.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yTQxdD2TG7ZvpBd9G8bpCP1BmDbyE8 { top:2.8125rem;left:23.875rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa2GgP7VyQ3coFfdkiResIsrk5c5gRSs { top:7.6875rem;left:23.875rem;width:15.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6hA3MXJ9EAALSSLqz3qtwqUKp6fvy9f { top:18.5625rem;left:0rem;width:20.875rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNCFM7hOLTBZtoC0c60OBdN25bfTTOv4 { top:15.8125rem;left:23.875rem;width:22.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9y7XN3OmGca1TVdS7wnFHOUBL22F8nZ { top:17.6875rem;left:23rem;width:24.75rem;height:6.9375rem;font-size:0.875rem;display:block; }#z9y7XN3OmGca1TVdS7wnFHOUBL22F8nZ li:before{  }
 }@media only screen and (max-width: 763px) { #ep44OMyxFtKggZxzVn6lHIsQqc6oG60n { top:28rem;left:22.75rem;width:25rem;height:12.6875rem;font-size:0.875rem;display:block; }#ep44OMyxFtKggZxzVn6lHIsQqc6oG60n li:before{  }
 }@media only screen and (max-width: 763px) { #cvEQWNSclJdELis8xw34uPrg0e3gzTeA { top:26.0625rem;left:23.875rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }#cvEQWNSclJdELis8xw34uPrg0e3gzTeA li:before{  }
 }@media only screen and (max-width: 763px) { #xAOldW3rgXp415r7MTHVyNgCqGlBmWmn { top:11.75rem;left:23.875rem;width:15.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqRTdyuxrzQWc9AIIRkr4wVnMeOwoVFy { width:15.375rem;height:3.1875rem;top:42.6875rem;left:16.174217224121rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7xINVQVrFKtBINToAO7wk8SG9NSS3RR { display:block; }
 }@media only screen and (max-width: 763px) { #LtJ1p8Ims3PrQDcUvTJSB0QBXEQkST3h { top:11.0625rem;left:32.625rem;width:15.125rem;height:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vheMIqAwoOhdoD2QeTM0fOWgdpl2OxTM { top:2.6875rem;left:0rem;width:21.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO5N049Rq59hRc8ileWWwJtM6QTfGydL { display:block; }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIkP0dLl4P2xmPW47FpfMJBdcMZU587I { top:2.0625rem;left:0rem;width:24.25rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caAfUZA0mImPx4UroxgTs8J5WXdxKLrE { top:6.5rem;left:0rem;width:14.9375rem;height:1.5rem;font-size:1.0625rem;display:block; }#caAfUZA0mImPx4UroxgTs8J5WXdxKLrE li:before{  }
 }@media only screen and (max-width: 763px) { #IpI985hkQhqJgNHH2Aee7T0MdMctdlci { top:4.3125rem;left:0rem;width:24.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 { display:block; }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-regular-label { width:30.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-text { width:30.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-textarea { width:30.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-select { width:30.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.5625rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-checkbox-label { width:29.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt  { width:30.5625rem;height:auto;top:16.4375rem;left:7.9375rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .radio-container { width:30.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt {display:block;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt { width:30.5625rem;height:auto;top:16.4375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #PbISGTwdwlpK2a83LrlloIVZ3HEqHT42 {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #rlk6MH7wiZovhzlJM1rECGo2SvOzIdbg {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #vVGMdZwSmTTHKXE2tnTqtWuivXiXyter {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #yS2pyZBMMlnVxFAJXTKDiSAwKn8TiqKW {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #W75idU4tPucPqBvNIRVpgUp40JvP9WU4 {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #uqRNRNWpelF4IsSwMDkbT0TxVpQZPLSN {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #RSVlbS4OlXS6ilCaAfbdOEzW0rlmnySy {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #OD6BAoJpWmtyKxN1zotzAIRbwI5oAqBG {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #OeaW6FTPDHUsgFTFUioGAs1ZQlnArwtv {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #vSdpNtaCEs4vp8AedbHsBWyNzgSgOPHs {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #nZu0JA8c8Gz9uNQhASCNxFm0i7KCnNIV {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #NbJJJOWLstTZXyAmwrpk7BSWgINXIUMT {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #pzwWeehO6ioKyh4tCycphKwh1pdKAhTE {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #aAOvifdyHR3ch11APUw8myQqgk074ykd {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #Xu9bnNzbwJRNTLz3b9i8NAnXUuKdWmuK {  }
 }@media only screen and (max-width: 763px) { #gvR7UrEICu4OJbEwNxtoMga6c2CMiKD7 { display:block; }
 }@media only screen and (max-width: 763px) { #m540eRiTAE6WGkIONAEhCE9LOAt2vTBT { display:block; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #lgpDi0G0QPrE1Lw1Ra3DXoaod8Hhr6Hg {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #koQZyLgurKRc5TW0NKwBBaNJ77AEEwUo {  }
 }@media only screen and (max-width: 763px) { #fp5qcDyhmaqV1f3bqhnAX66RqVyHoktl { top:11.75rem;left:9.875rem;width:29.1875rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzh5TcuBJHWvnBO28O729vrsyimwvkUM { top:0rem;left:22.03125rem;width:3.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaSQFd4IZTrlZwDBsbyBwmDO71ayicuh { top:4.25rem;left:14.6875rem;width:18.375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azPc109AOqQ0U48XirHVJyINRB97NDR4 { display:block; }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czygcTRlzeT5KKT0PVslC3QCBP020dG4 { top:14rem;left:11.34375rem;width:25.5625rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBu4h6bOtKfupvq6TGK7AlGA2PBub4pv { top:9.3125rem;left:15.8125rem;width:16.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCulR3mV4OgTW6zuDO6NHe8nDTuECx7T { top:0rem;left:21.84375rem;width:4.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d4Dq22NZmwTrrKryP2lPovpey7to2WbK { display:block; }#d4Dq22NZmwTrrKryP2lPovpey7to2WbK > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzCd3uFWRlaRqVclvN997xfSBVEkJ65r { width:13.25rem;height:3.875rem;top:2.8125rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzoKks0pdZUdrSmtZFN4l982rfiNaBqK { top:0rem;left:8.7500005364419rem;width:2.5rem;height:2.5rem;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac409250-a597-4833-bdb2-2458a81eceff/banderolaArtboard1copy.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HzoKks0pdZUdrSmtZFN4l982rfiNaBqK.adaptive-delivery-prevent-bg, #HzoKks0pdZUdrSmtZFN4l982rfiNaBqK.lazyload, #HzoKks0pdZUdrSmtZFN4l982rfiNaBqK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9ae359c7-f6f5-43bd-9ec7-6caa91124336/DAVID2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe.adaptive-delivery-prevent-bg, #g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe.lazyload, #g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe.lazyloading { background-image: none; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row .container { background-color: transparent; background-image: none; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row .container > .video-iframe-container { display: none; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row > .video-iframe-container { display: none; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .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); }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row .container { border-width: 0; border-radius: 0; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7Jiq4ItVDSiIogium0yB2pMSTJKbOAe > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJc5F7EwyqGui9btGpCz5mJqm7e6ADXO { width:20rem;height:13.75rem;top:28.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #APGkMqACoR98DuvVyhZoSg8TfrCLRyXW { width:20rem;height:11.6875rem;top:37.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxM2gDgyQV26zklllUPTLAP57EoQKEqy { width:20rem;height:16.25rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HylSfIfexHovMJc7LoFOBAoPkf46ZCwS { display:block; }#HylSfIfexHovMJc7LoFOBAoPkf46ZCwS > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQaHcm0U2uNZwZJvI35K3CB4LeFPQeV6 { width:11.1875rem;height:2.6rem;top:1.3000001907349rem;left:4.4062500596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nfy524RZn2fUTEKeDGa1VZgmfRS2F3A7 { width:17.9375rem;height:2.925rem;top:3.5375003814698rem;left:1.0304687619209rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kf5TEukFkzFbThequavfnCSWe6zqEWCU { width:15.55rem;height:3.3625rem;top:7.449999809265rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z59RLvigwDf0AAfe2KJ9vemqE5Wtxsb2 { display:block; }
 }@media only screen and (max-width: 763px) { #XBoSnEt9owg2TJzSqEbN0kvhM0F7hNKB { width:15.55rem;height:3.3625rem;top:11.450000762939rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEZOUnbpBpV76UDEOEx45HoFQWVPgXQe { display:block; }
 }@media only screen and (max-width: 763px) { #iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq { display:block; }#iMCsm1k2KVnRItvKgDdSeVxN2uUOr6uq > .row .container { width:20rem;height:90.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiFTiqyiRs3uMt54xEx2Z9QUtdiRJDc1 { width:11.125rem;height:4.125rem;top:18.9375rem;left:0.6875rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r7TyQX9rCJz3voSnXnvbFVleFI49X7cr { width:7.6875rem;height:2.275rem;top:16.25rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npmv02WTohbvaDXrR3uxaOc5oC2ooTxd { width:8.75rem;height:2.0625rem;top:16.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Wy8s2MRCdPTORHoLLAVWmpCsus0PFR { width:15.625rem;height:1.95rem;top:23.4375rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8PWA2EBSJXNuBJAfFt8Ez93TsckJZJo { width:18.375rem;height:19.3375rem;top:30.4375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2DqAhBs9AaRQHCncTvhRDcKTSEdQTTI { width:9.8125rem;height:1.3rem;top:51.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIW5TnRZBkHUnlaA1SOZJWCcsBQ9LTE { width:18.9375rem;height:14.475rem;top:53rem;left:0.6875rem;font-size:0.875rem;display:block; }#dRIW5TnRZBkHUnlaA1SOZJWCcsBQ9LTE li:before{  }
 }@media only screen and (max-width: 763px) { #NgPkb3L9iopV1WzTdDWHUsCcHkggy0mu { width:18rem;height:10.7rem;top:71.5rem;left:0.6875rem;font-size:0.875rem;display:block; }#NgPkb3L9iopV1WzTdDWHUsCcHkggy0mu li:before{  }
 }@media only screen and (max-width: 763px) { #EwJGrIp9HcCqKdhGS2dEfo4eEeXvk6RS { width:14.375rem;height:1.3rem;top:69.5625rem;left:0.6875rem;font-size:1rem;display:block; }#EwJGrIp9HcCqKdhGS2dEfo4eEeXvk6RS li:before{  }
 }@media only screen and (max-width: 763px) { #Z1Dniyqmw9uWstHAw3BgJak22NOSbcQ7 { width:15.625rem;height:1.95rem;top:27.375rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8MkG43oTHcTtECeA4w66hUJTEdE5CpW { width:15.35rem;height:3.1625rem;top:84.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR6bf5tB02EMmyJc9dU9rThd4BePTpVw { display:block; }
 }@media only screen and (max-width: 763px) { #lM6c4OemLrVwFLgLfipvbF0FJs4BQFQF { width:20rem;height:13.75rem;top:1.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn { display:block; }#lMU7bmQx6VsTdB0f7Tzu92ILEyTOOwXn > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8y39khiO3x9cGcd8D0Rmg4skDRfquT2 { width:11rem;height:4.125rem;top:16.292969703674rem;left:0.75rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #atqZP7RcBHGiVfPTF85USxlpvR4tFNgO { width:7.6875rem;height:2.275rem;top:13.642968177796rem;left:1.2804687619209rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yTQxdD2TG7ZvpBd9G8bpCP1BmDbyE8 { width:8.75rem;height:2.0625rem;top:13.749218940735rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa2GgP7VyQ3coFfdkiResIsrk5c5gRSs { width:15.625rem;height:1.95rem;top:20.667189598084rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6hA3MXJ9EAALSSLqz3qtwqUKp6fvy9f { width:18.3125rem;height:19.3375rem;top:27.900001049042rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNCFM7hOLTBZtoC0c60OBdN25bfTTOv4 { width:17.375rem;height:1.3rem;top:48.437499046326rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9y7XN3OmGca1TVdS7wnFHOUBL22F8nZ { width:17.375rem;height:6.9375rem;top:50.437499046326rem;left:0.75rem;font-size:0.875rem;display:block; }#z9y7XN3OmGca1TVdS7wnFHOUBL22F8nZ li:before{  }
 }@media only screen and (max-width: 763px) { #ep44OMyxFtKggZxzVn6lHIsQqc6oG60n { width:18rem;height:13.875rem;top:60.4375rem;left:0.75rem;font-size:0.875rem;display:block; }#ep44OMyxFtKggZxzVn6lHIsQqc6oG60n li:before{  }
 }@media only screen and (max-width: 763px) { #cvEQWNSclJdELis8xw34uPrg0e3gzTeA { width:10rem;height:1.3rem;top:58.374999046326rem;left:0.75rem;font-size:1rem;display:block; }#cvEQWNSclJdELis8xw34uPrg0e3gzTeA li:before{  }
 }@media only screen and (max-width: 763px) { #xAOldW3rgXp415r7MTHVyNgCqGlBmWmn { width:9.5625rem;height:1.95rem;top:24.749220848084rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqRTdyuxrzQWc9AIIRkr4wVnMeOwoVFy { width:15.3625rem;height:3.175rem;top:76.125rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7xINVQVrFKtBINToAO7wk8SG9NSS3RR { display:block; }
 }@media only screen and (max-width: 763px) { #LtJ1p8Ims3PrQDcUvTJSB0QBXEQkST3h { width:20rem;height:11.6875rem;top:0.99921894073488rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vheMIqAwoOhdoD2QeTM0fOWgdpl2OxTM { width:20rem;height:16.25rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XO5N049Rq59hRc8ileWWwJtM6QTfGydL { display:block; }#XO5N049Rq59hRc8ileWWwJtM6QTfGydL > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIkP0dLl4P2xmPW47FpfMJBdcMZU587I { width:17.625rem;height:2.1125rem;top:1.5625rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caAfUZA0mImPx4UroxgTs8J5WXdxKLrE { width:14.9375rem;height:1.38125rem;top:5.5rem;left:0.75rem;font-size:1.0625rem;display:block; }#caAfUZA0mImPx4UroxgTs8J5WXdxKLrE li:before{  }
 }@media only screen and (max-width: 763px) { #IpI985hkQhqJgNHH2Aee7T0MdMctdlci { width:18.4375rem;height:1.625rem;top:3.625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 { display:block; }#WWUHutZq9dDdHx6yqZ2G2TGvmbU9tpG2 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1;overflow:hidden;height:auto; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.375rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.3;overflow:hidden;height:2.375rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:3.125rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt  { width:16.125rem;height:auto;top:13.674224853516rem;left:0.68671876192094rem; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTS6mdDnWmUir63UTw9tcECsM03VhGLt {display:block;}#OTS6mdDnWmUir63UTw9tcECsM03VhGLt { width:16.125rem;height:auto;top:13.674224853516rem;left:0.68671876192094rem; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #PbISGTwdwlpK2a83LrlloIVZ3HEqHT42 {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #rlk6MH7wiZovhzlJM1rECGo2SvOzIdbg { display:block; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #vVGMdZwSmTTHKXE2tnTqtWuivXiXyter {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #yS2pyZBMMlnVxFAJXTKDiSAwKn8TiqKW {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #W75idU4tPucPqBvNIRVpgUp40JvP9WU4 { display:block; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #uqRNRNWpelF4IsSwMDkbT0TxVpQZPLSN {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #RSVlbS4OlXS6ilCaAfbdOEzW0rlmnySy {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #OD6BAoJpWmtyKxN1zotzAIRbwI5oAqBG { display:block; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #OeaW6FTPDHUsgFTFUioGAs1ZQlnArwtv {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #vSdpNtaCEs4vp8AedbHsBWyNzgSgOPHs {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #nZu0JA8c8Gz9uNQhASCNxFm0i7KCnNIV { display:block; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #NbJJJOWLstTZXyAmwrpk7BSWgINXIUMT {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #pzwWeehO6ioKyh4tCycphKwh1pdKAhTE {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #aAOvifdyHR3ch11APUw8myQqgk074ykd { display:block; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #Xu9bnNzbwJRNTLz3b9i8NAnXUuKdWmuK {  }
 }@media only screen and (max-width: 763px) { #gvR7UrEICu4OJbEwNxtoMga6c2CMiKD7 { display:block; }
 }@media only screen and (max-width: 763px) { #m540eRiTAE6WGkIONAEhCE9LOAt2vTBT { display:block; }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #lgpDi0G0QPrE1Lw1Ra3DXoaod8Hhr6Hg {  }
 }@media only screen and (max-width: 763px) { #OTS6mdDnWmUir63UTw9tcECsM03VhGLt #koQZyLgurKRc5TW0NKwBBaNJ77AEEwUo {  }
 }@media only screen and (max-width: 763px) { #fp5qcDyhmaqV1f3bqhnAX66RqVyHoktl { width:14.5rem;height:4.725rem;top:8.186718940735rem;left:2.7500000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gzh5TcuBJHWvnBO28O729vrsyimwvkUM { width:2.4375rem;height:3.0625rem;top:0rem;left:8.7812503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaSQFd4IZTrlZwDBsbyBwmDO71ayicuh { width:11.5rem;height:3.625rem;top:3.9375rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #azPc109AOqQ0U48XirHVJyINRB97NDR4 { display:block; }#azPc109AOqQ0U48XirHVJyINRB97NDR4 > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czygcTRlzeT5KKT0PVslC3QCBP020dG4 { width:16.0625rem;height:4.78125rem;top:10.125rem;left:1.9687500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBu4h6bOtKfupvq6TGK7AlGA2PBub4pv { width:16.625rem;height:2.11263125rem;top:6.8125rem;left:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCulR3mV4OgTW6zuDO6NHe8nDTuECx7T { width:3.125rem;height:3.875rem;top:0rem;left:8.4375003576281rem;display:block; }
 }