.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:220,230,244;--color-primary-1:149,179,222;--color-primary-2:79,129,200;--color-primary-3:35,98,186;--color-primary-4:5,15,28;--color-secondary-0:255,255,255;--color-secondary-1:247,247,247;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(109,206,255,0.76);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; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { background-color: transparent; background-image: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { border-width: 0; border-radius: 0; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:4.75rem;width:16.9375rem;top:0rem;left:27.187500953674rem;overflow:hidden;display:block; }
#Hra3TR0vedrMewXbDUrubqn8kw9ssKex { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.40625rem;left:56.157814979553rem;display:block; }
#aoCafxT9TEL54ooU480QIqTCLSBSb2TX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1ETw0oG5981M43TO1VebO7O60OsfA6n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.25rem;left:56.457810401916rem; }
#cXQ6wIkodCuTQIpLokBwCBq6fCZr9R97 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.15625rem;left:63.562500953675rem; }
#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fd6116f-10a0-4e51-adaf-4b44c623cd38/familiaenunacocinamodernaconunninollenandosuvasoconaguadirectamentedelgrifo1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,172,238,0.17); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,172,238,0.17); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { border-width: 0; border-radius: 0; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::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; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.25rem;left:-2.25rem;height:1.95rem;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; }
#ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { color:rgba(var(--color-primary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:1.892361164093rem;left:18.656250953674rem;height:1.94965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Uk4R3KBs3rz044iIOGvNxOWBh2KZfnxO { background-color:#0077ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8625rem;height:3.6125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.375rem;left:25.1875rem;display:block; }
#T3zp3fdwTHuiWip8pGCtK3oJ0pE7dwu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7br6obb99O3Sdxz6f3Pl32LOQqx0kd3 { color:rgba(var(--color-primary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:31.662326812744rem;left:20.054688453674rem;height:1.48698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r792yrgXfRmhzQJvDoFPaITOUUXTU0zq { box-sizing:content-box;height:4.875rem;width:31.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.43055582046509rem;left:22.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WvUZsUCGHo1r99FNrNUpOa75T1Nv35Tt { box-sizing:content-box;height:1.4375rem;width:26.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.6875rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(109,206,255,0.63);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; } #hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn *:focus-visible, #hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn input[type="text"]:focus-visible, #hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn input[type="email"]:focus-visible, #hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn input[type="tel"]:focus-visible, #hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn textarea:focus-visible { outline:0.125rem solid #000000;; } #hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row .container { background-color: transparent; background-image: none; }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row .container > .video-iframe-container { display: none; }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row > .video-iframe-container { display: none; }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .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); }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row .container { border-width: 0; border-radius: 0; }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#PcT1gzVXkH5LXo4dw2xNQNr7yKNm0Szt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.055556297302rem;left:2.1102437973023rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ydebiDrnLTtw9qfiekokaMMELGg1Vo7D { color:rgba(var(--color-tertiary-4),1);display:block;width:60.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.375rem;left:7.125rem;height:2.4375rem;display:block; }
#y9BihwvyXv6ipOiJeRcX1TXhe24D8i7L { background-color:#0077ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.7625rem;height:3.5125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:62.875rem;left:22.3125rem;display:block; }
#rlfA5kvza9UUWybQLMKwWDGxGuAaNy1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhqV0E6SE2x2PVAaGMLmJGandWyAkwaA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:51.687498092651rem;left:3.1727437973023rem;height:10.3958375rem;font-style:normal;display:block; }
#fMJZgAxXyRDqFBSf3tiF4vUiTcHxryId { position:absolute;display:block;z-index:15022;height:19.875rem;width:35.5rem;top:29.812500953674rem;left:2.1102437973023rem;display:block; }
#c1cBI3T3RkJlMWTtHwIWxIyRrZZTXNDp { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:20.8125rem;top:8.4062495827675rem;left:50.000000953674rem;overflow:hidden;display:block; }
#OIDGLLN0JKaO6iak0Tp7CemyR7HzzHuW { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:20.9375rem;top:8.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#gwQ7oqh5bfghHERuJ4FNxggLh0znC8xA { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:20.875rem;top:8.4375rem;left:4.625rem;overflow:hidden;display:block; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-form-header {  }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.9375rem;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;text-align:left;text-align-last:left;overflow:hidden;font-style:normal;line-height:1.3; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-text { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.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:21.9375rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-text {padding-top: 0; padding-bottom: 0;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-textarea { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.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:21.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .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:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:21.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-select {padding-top: 0; padding-bottom: 0;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .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; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#0077ff;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.0625rem;margin-bottom:0.25rem;margin-left:3.75rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:14.4375rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .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; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-container:first-of-type{padding-top:0;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-container:last-of-type{padding-bottom:0;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:30.655385494232rem;left:39.930554389954rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.9375rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K {display:block;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:30.655385494232rem;left:39.930554389954rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K #wQ9o5BCGxEKt3ohdNCg5rf9e0bnciI7a { position:relative; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K #kxicUZdbN14UE2hunI3qgGO8FL71PquK { position:relative;display:block; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K #zRh0HOJocUpXFaQavp5vReoDbwGP4kDZ { position:relative; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K #TrNN55ezULe9PAVFOTOwF6LtNP19l9MC { position:relative; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K #Jh8IWnq4p8rzv0ZF8EFRX9OfVy3JAILO { position:relative;display:block; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K #NbFhHsWUDDlh5xoBVU8WNwTJPPFPzRLU { position:relative; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K #WrcKfVnEx7ipbvmTqauPkf8GpEvgxhEw { position:relative; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K #chJ2g8ysFAh8dBKiS6xebSw8uzgh5PEM { position:relative; }
#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(245,245,245,0.61);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; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { background-color: transparent; background-image: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .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); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { border-width: 0; border-radius: 0; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { color:rgba(var(--color-primary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25.0625rem;left:2.75rem;height:4.0628875rem;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; }
#T8nIsOaElr94NcktHyD2xz5OOXwC56Kt { color:rgba(var(--color-primary-4),1);display:block;width:41.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:9.625rem;left:0.359375rem;height:5.625rem;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; }
#me5T7AydEsGsWtxBRcZl4iGPsat25sfE { color:rgba(var(--color-primary-4),1);display:block;width:36.625rem;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.9374998807907rem;left:1.921875rem;height:4.0628875rem;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; }
#K307vArxmh930M7ilCnaNerrH3d4FA6R { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:28.125rem;top:19.311719417572rem;left:42.157811164856rem;overflow:hidden;display:block; }
#z590iIlrU9rmCAIhCuM0scp0v1ykWy4p { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:28.125rem;top:2.7875003814698rem;left:42.157811164856rem;overflow:hidden;display:block; }
#EMiWSU4b7liFDxol5yMJxCnxJQr9kEBF { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:2.1;letter-spacing:0;top:32.125rem;left:4.5968751907349rem;height:;display:block; }#EMiWSU4b7liFDxol5yMJxCnxJQr9kEBF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EMiWSU4b7liFDxol5yMJxCnxJQr9kEBF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_042dcd3c0c0997ca593925d19e42c850.svg); }
#sqFPTWX2wip9HOTFnUQdpWWWVhLn8elx { color:rgba(var(--color-primary-4),1);display:block;width:41.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:17.186634063721rem;left:0rem;height:3.75rem;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; }
#ZETibB1S4E4PH91kLTwZy2J1m28VvexH { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:28.1875rem;top:35.936719894409rem;left:42.126564025879rem;overflow:hidden;display:block; }
#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/804c8d43-231b-46ae-b688-2dd0f05976b6/FamiliahispanaenunjardnamplioyverdecondosotresnioscorriendoyjugandoconelaguadeunaspersorosistemaderiegoLosniosrenmientraselaguacaeengotasbrillantesbajolaluzdelsolLos.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.adaptive-delivery-prevent-bg, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyload, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyloading { background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { border-width: 0; border-radius: 0; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;position:relative;display:block; }#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-form-header {  }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:24.375rem;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;text-align:left;text-align-last:left;overflow:hidden;font-style:normal;line-height:1.3; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.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:24.375rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.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:24.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:24.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#0077ff;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.0625rem;margin-bottom:0.25rem;margin-left:4.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:16.0625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23rem;overflow:hidden;font-style:normal; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container:first-of-type{padding-top:0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container:last-of-type{padding-bottom:0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.75rem;left:22.618055701256rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.375rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.75rem;left:22.618055701256rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #RlCLIsXVJxDI0Sr5WdTEJDqoqxABXfc9 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #xWOGMaOxx8i7FIpQbTshSwPvJKs4y1Jg { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #T8hEwSe90TJHhMWk7E8XudW3fXmIlGGo { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #mcHaZG7NnQ80A9LJUaakGHRnVUDHRtm7 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zTZvBZXBQNHsuinovQEhJIiCbLQyChIT { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #VQFeAqDzeu0XQ4Kl15de0X9DQP4PpHB0 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zCZvrA35hV4X1dsfMq2yRckQleFDTvEK { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #FklGevZ4inc0sJyG0vugpJGzWq7x0J6p { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #eKN0wRMUbg1TOtsK7W8zVvu71rG5QK4M { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 { position:relative; }
#naRHt7ULuKhhACKO0JCWXTw06carm4QG { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.625005722046rem;left:22.024305701256rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6dceff;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; }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row .container { background-color: transparent; background-image: none; }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row .container > .video-iframe-container { display: none; }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row > .video-iframe-container { display: none; }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .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); }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row .container { border-width: 0; border-radius: 0; }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;position:relative;display:block; }#Rfcm8mOCNsudPw78xf6xhGTVErz9pWfw { color:#433c3f;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.062481880188rem;left:0rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHeMcAg2zSWk3eW0s2bpvxNpPks4ILo1 { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;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.125rem;width:3.4375rem;top:2rem;left:31.9375rem;display:block; }
#wmyWkIs8F7AFRsZs1VJ61O6sMXZHKE7E { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:1.3125rem;left:36.875rem;overflow:hidden;display:block; }
#xP4hRV03wBIJhN4UwVmpTyp8f364Q4vr { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;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.125rem;width:3.4375rem;top:2rem;left:39.625rem;display:block; }
#A0TBLsIDFoCXADnm1TItUsDXMNd79Hcn { color:rgba(var(--color-primary-4),1);display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.999998092651rem;left:13.718750357628rem;height:3.006075rem;display:block; }
#JSeuDgKL34VqJM4fxv1bX7yNTk2gabwm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:35.4375rem;left:6.375rem;display:block; }
#TuoOhynEEo3z0DyaZ02cusqtwc8sKnni { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:35.4375rem;left:28.0625rem;display:block; }
#pGK7c1D9T9Er2vXnhKUFVDTn1MavyN2y { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:35.4375rem;left:48.5625rem;display:block; }
#BCadQFdkbIRVQnwDMiTu5I0FTd1ZMlVr { position:absolute;display:block;z-index:15022;height:18.5rem;width:35.9375rem;top:7.79861164093rem;left:17.531250357628rem;display:block; }
#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(245,245,245,0.64);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; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { background-color: transparent; background-image: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .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); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { border-width: 0; border-radius: 0; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { font-size:0.875rem;font-family:arial;height:116.6875rem;width:75rem;position:relative;display:block; }#tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:1.1378875rem;text-align:left;text-align-last:left;display:block; }
#qszgKHfAM6SZyLo3uBp4yfHVCxFBhLma { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.9375rem;width:33.75rem;top:14.561631202697rem;left:19.000000357628rem;display:block; }
#AVKWS588tsi421p2COm4S99k25JNT1pa { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0rem;left:0rem;display:none; }
#lnHqGHL43OE0KBmGqVAThqgxp3Kck5TE { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.2742186784744rem;left:10.999218940735rem;height:3.4125rem;display:block; }
#WLIF5tsTs3PRlV0XSLk5OC97AiV7xOrx { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:5.6054686307907rem;left:3.34375rem;overflow:hidden;display:block; }
#nN36xZIpz0lL9TsX7cZbmiXE8xyTUUTp { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:2.9;letter-spacing:0;top:40rem;left:11rem;height:14.7118125rem;text-align:justify;text-align-last:initial;display:block; }#nN36xZIpz0lL9TsX7cZbmiXE8xyTUUTp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nN36xZIpz0lL9TsX7cZbmiXE8xyTUUTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6357464c5cd7f13d38f653cb28049feb.svg); }
#fM4oDvty2RsbEkp0Evhrnge8H0XKJmsE { background-color:#0077ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625888875rem;height:3.375870125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:87.797718048094rem;left:29.967882514rem;display:block; }
#tfITLpzk7qnBPiUVaKBSoE7iWpvEwuDB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBTgAD12LJQug864T2AqfaGmdZTBJJFD { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:45.25rem;top:58.375rem;left:24.875rem;overflow:hidden;display:block; }
#rTPIQDc97hZiyO528iSpFdwtXufaaLQg { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:8.1875rem;top:39.4375rem;left:1.625rem;overflow:hidden;display:block; }
#TzfKz0pG6i4tGUcZGhCtrxpqglPmlkat { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:35.875rem;top:57.625rem;left:4.875rem;overflow:hidden;display:block; }
#CCxklmOSXJkTkunB3z1qUzuiitxxZXFF { position:absolute;display:block;z-index:15030;height:9.375rem;width:20.9375rem;top:105.35069656372rem;left:27.711805701256rem;display:block; }
#xRLIopiZWsoCAs5TTD6U5DS1xGCyJcaC { position:absolute;display:block;z-index:15031;height:13.625rem;width:29.9375rem;top:92.35156440735rem;left:23.656250357628rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { background-color: transparent; background-image: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { border-width: 0; border-radius: 0; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { top:0rem;left:13.562500953674rem;width:16.9375rem;height:4.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Hra3TR0vedrMewXbDUrubqn8kw9ssKex { width:10.625rem;height:2.1875rem;top:1.375rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoCafxT9TEL54ooU480QIqTCLSBSb2TX { display:block; }
 }@media only screen and (max-width: 763px) { #E1ETw0oG5981M43TO1VebO7O60OsfA6n { top:1.25rem;left:42.832810401916rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXQ6wIkodCuTQIpLokBwCBq6fCZr9R97 { top:1.125rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb9ea1a3-92b3-46f7-8c8f-d0dc1b208964/dentistexaminingfemalepatientmin2.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,172,238,0.32); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,172,238,0.32); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { border-width: 0; border-radius: 0; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { top:5.25rem;left:0rem;width:30.5rem;height:1.9375rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { top:1.875rem;left:5.0312509536743rem;width:38.8125rem;height:1.9375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uk4R3KBs3rz044iIOGvNxOWBh2KZfnxO { width:28.75rem;height:3.5rem;top:27.375rem;left:11.5625rem;background-color:#2362ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T3zp3fdwTHuiWip8pGCtK3oJ0pE7dwu2 { display:block; }
 }@media only screen and (max-width: 763px) { #n7br6obb99O3Sdxz6f3Pl32LOQqx0kd3 { top:31.625rem;left:6.4296884536744rem;width:39.125rem;height:1.4375rem;font-size:1.0625rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #r792yrgXfRmhzQJvDoFPaITOUUXTU0zq { top:0.375rem;left:8.5000009536744rem;width:31.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvUZsUCGHo1r99FNrNUpOa75T1Nv35Tt { top:31.6875rem;left:12.5625rem;width:26.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn { display:block; }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcT1gzVXkH5LXo4dw2xNQNr7yKNm0Szt { top:23rem;left:0rem;width:33.75rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydebiDrnLTtw9qfiekokaMMELGg1Vo7D { top:4.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9BihwvyXv6ipOiJeRcX1TXhe24D8i7L { width:28.625rem;height:3.375rem;top:62.875rem;left:0rem;background-color:#2362ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rlfA5kvza9UUWybQLMKwWDGxGuAaNy1e { display:block; }
 }@media only screen and (max-width: 763px) { #EhqV0E6SE2x2PVAaGMLmJGandWyAkwaA { top:51.625rem;left:0rem;width:33.375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMJZgAxXyRDqFBSf3tiF4vUiTcHxryId { top:29.8125rem;left:0rem;width:35.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1cBI3T3RkJlMWTtHwIWxIyRrZZTXNDp { top:8.375rem;left:26.8125rem;width:20.8125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDGLLN0JKaO6iak0Tp7CemyR7HzzHuW { top:8.4375rem;left:10.8125rem;width:20.9375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwQ7oqh5bfghHERuJ4FNxggLh0znC8xA { top:8.4375rem;left:0rem;width:20.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-regular-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-text { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-text {padding-top: 0; padding-bottom: 0;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-textarea { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-select { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-select {padding-top: 0; padding-bottom: 0;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem;background-color:#2362ba;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;color:#ffffff; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]:-moz-placeholder { color:rgba(23,23,23,0.3); }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]::-moz-placeholder { color:rgba(23,23,23,0.3); }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]:-ms-input-placeholder { color:rgba(23,23,23,0.3); }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]::-webkit-input-placeholder { color:rgba(23,23,23,0.3); }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-radio-label { color:#161616; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K  { width:21.9375rem;height:auto;top:30.625rem;left:8.0625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .radio-container { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-info-text { color:#171717; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K {display:block;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K { width:21.9375rem;height:auto;top:30.625rem;left:8.0625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #wQ9o5BCGxEKt3ohdNCg5rf9e0bnciI7a {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #kxicUZdbN14UE2hunI3qgGO8FL71PquK { display:block; }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #zRh0HOJocUpXFaQavp5vReoDbwGP4kDZ {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #TrNN55ezULe9PAVFOTOwF6LtNP19l9MC {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #Jh8IWnq4p8rzv0ZF8EFRX9OfVy3JAILO {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #NbFhHsWUDDlh5xoBVU8WNwTJPPFPzRLU {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #WrcKfVnEx7ipbvmTqauPkf8GpEvgxhEw {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #chJ2g8ysFAh8dBKiS6xebSw8uzgh5PEM {  }
 }@media only screen and (max-width: 763px) { #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { background-color: transparent; background-image: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .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); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { border-width: 0; border-radius: 0; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { top:25.0625rem;left:0rem;width:36.625rem;height:4.0625rem;font-size:3.125rem;color:#2362ba;display:block; }
 }@media only screen and (max-width: 763px) { #T8nIsOaElr94NcktHyD2xz5OOXwC56Kt { top:9.625rem;left:0rem;width:41.4375rem;height:5.625rem;font-size:0.875rem;color:#737373;display:block; }
 }@media only screen and (max-width: 763px) { #me5T7AydEsGsWtxBRcZl4iGPsat25sfE { top:3.875rem;left:0rem;width:36.625rem;height:4.0625rem;font-size:1.8125rem;color:#2362ba;display:block; }
 }@media only screen and (max-width: 763px) { #K307vArxmh930M7ilCnaNerrH3d4FA6R { top:19.25rem;left:19.625rem;width:28.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z590iIlrU9rmCAIhCuM0scp0v1ykWy4p { top:2.75rem;left:19.625rem;width:28.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMiWSU4b7liFDxol5yMJxCnxJQr9kEBF { top:32.125rem;left:0rem;width:36.4375rem;height:;font-size:1rem;display:block; }#EMiWSU4b7liFDxol5yMJxCnxJQr9kEBF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_042dcd3c0c0997ca593925d19e42c850.svg); }
 }@media only screen and (max-width: 763px) { #sqFPTWX2wip9HOTFnUQdpWWWVhLn8elx { top:17.125rem;left:0rem;width:41.4375rem;height:3.75rem;font-size:0.875rem;color:#737373;display:block; }
 }@media only screen and (max-width: 763px) { #ZETibB1S4E4PH91kLTwZy2J1m28VvexH { top:35.875rem;left:19.5625rem;width:28.1875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d18de58a-54d4-427d-81bc-fe73f9c6e351/dentisttreatingpatientwithdentaltoolwhilemalecolleagueadjustinglightclinic_6622512544.preview.mirror.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;display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.adaptive-delivery-prevent-bg, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyload, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyloading { background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { border-width: 0; border-radius: 0; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { width:24.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.125rem;background-color:#2362ba;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;color:#ffffff; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-moz-placeholder { color:rgba(23,23,23,0.3); }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-moz-placeholder { color:rgba(23,23,23,0.3); }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-ms-input-placeholder { color:rgba(23,23,23,0.3); }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-webkit-input-placeholder { color:rgba(23,23,23,0.3); }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-radio-label { color:#161616; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { width:24.375rem;height:auto;top:24.75rem;left:8.9930557012556rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-info-text { color:#171717; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { width:24.375rem;height:auto;top:24.75rem;left:8.9930557012556rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #RlCLIsXVJxDI0Sr5WdTEJDqoqxABXfc9 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #xWOGMaOxx8i7FIpQbTshSwPvJKs4y1Jg {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #T8hEwSe90TJHhMWk7E8XudW3fXmIlGGo {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #mcHaZG7NnQ80A9LJUaakGHRnVUDHRtm7 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zTZvBZXBQNHsuinovQEhJIiCbLQyChIT {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #VQFeAqDzeu0XQ4Kl15de0X9DQP4PpHB0 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zCZvrA35hV4X1dsfMq2yRckQleFDTvEK {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #FklGevZ4inc0sJyG0vugpJGzWq7x0J6p {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #eKN0wRMUbg1TOtsK7W8zVvu71rG5QK4M {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 {  }
 }@media only screen and (max-width: 763px) { #naRHt7ULuKhhACKO0JCWXTw06carm4QG { top:20.625rem;left:8.3993057012556rem;width:28.0625rem;height:2.4375rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 { display:block; }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rfcm8mOCNsudPw78xf6xhGTVErz9pWfw { width:47.75rem;height:3.6875rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHeMcAg2zSWk3eW0s2bpvxNpPks4ILo1 { width:3.4375rem;height:0.125rem;top:2rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmyWkIs8F7AFRsZs1VJ61O6sMXZHKE7E { width:1.5rem;height:1.1875rem;top:1.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP4hRV03wBIJhN4UwVmpTyp8f364Q4vr { width:3.4375rem;height:0.125rem;top:2rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0TBLsIDFoCXADnm1TItUsDXMNd79Hcn { top:27.9375rem;left:0.093750357627869rem;width:47.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSeuDgKL34VqJM4fxv1bX7yNTk2gabwm { top:35.4375rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuoOhynEEo3z0DyaZ02cusqtwc8sKnni { top:35.4375rem;left:14.4375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGK7c1D9T9Er2vXnhKUFVDTn1MavyN2y { top:35.4375rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCadQFdkbIRVQnwDMiTu5I0FTd1ZMlVr { top:7.75rem;left:3.9062503576279rem;width:35.9375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { background-color:#f7f7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { background-color: transparent; background-image: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .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); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { border-width: 0; border-radius: 0; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { top:8.5rem;left:0rem;width:17.1875rem;height:1.125rem;font-size:0.75rem;color:#737373;display:block; }
 }@media only screen and (max-width: 763px) { #qszgKHfAM6SZyLo3uBp4yfHVCxFBhLma { top:14.5rem;left:5.3750003576279rem;width:33.75rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKWS588tsi421p2COm4S99k25JNT1pa { top:0rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnHqGHL43OE0KBmGqVAThqgxp3Kck5TE { top:6.25rem;left:0rem;width:45.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLIF5tsTs3PRlV0XSLk5OC97AiV7xOrx { top:5.5625rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN36xZIpz0lL9TsX7cZbmiXE8xyTUUTp { top:40rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:0.8125rem;display:block; }#nN36xZIpz0lL9TsX7cZbmiXE8xyTUUTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6357464c5cd7f13d38f653cb28049feb.svg); }
 }@media only screen and (max-width: 763px) { #fM4oDvty2RsbEkp0Evhrnge8H0XKJmsE { width:18.625rem;height:3.375rem;top:87.75rem;left:16.342882514rem;background-color:#2362ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tfITLpzk7qnBPiUVaKBSoE7iWpvEwuDB { display:block; }
 }@media only screen and (max-width: 763px) { #uBTgAD12LJQug864T2AqfaGmdZTBJJFD { top:58.375rem;left:2.5rem;width:45.25rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPIQDc97hZiyO528iSpFdwtXufaaLQg { top:39.4375rem;left:0rem;width:8.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzfKz0pG6i4tGUcZGhCtrxpqglPmlkat { top:57.625rem;left:0rem;width:35.875rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCxklmOSXJkTkunB3z1qUzuiitxxZXFF { top:105.3125rem;left:14.086805701256rem;width:20.9375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRLIopiZWsoCAs5TTD6U5DS1xGCyJcaC { top:92.3125rem;left:10.031250357628rem;width:29.9375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { background-color:rgba(109,206,255,0.76);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { background-color: transparent; background-image: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { border-width: 0; border-radius: 0; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { width:11.625rem;height:2.6875rem;top:1.59375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Hra3TR0vedrMewXbDUrubqn8kw9ssKex { width:6.6875rem;height:1.3125rem;top:2.1875rem;left:13.049553571429rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoCafxT9TEL54ooU480QIqTCLSBSb2TX { display:block; }
 }@media only screen and (max-width: 763px) { #E1ETw0oG5981M43TO1VebO7O60OsfA6n { display:flex;width:1.25rem;height:1.25rem;top:1.99375rem;left:13.199218714237rem; }
 }@media only screen and (max-width: 763px) { #cXQ6wIkodCuTQIpLokBwCBq6fCZr9R97 { display:flex;width:1.375rem;height:1.375rem;top:2.125rem;left:18.275rem; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c91550dd-2c96-4910-bba2-14ed9ae73fc6/familiaenunacocinamodernaconunninollenandosuvasoconaguadirectamentedelgrifo2.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; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,129,200,0.5); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,129,200,0.5); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { border-width: 0; border-radius: 0; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::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; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { width:20rem;height:1.6253875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { width:19.375rem;height:1.19965rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Uk4R3KBs3rz044iIOGvNxOWBh2KZfnxO { width:12.5rem;height:2.0625rem;top:17.6875rem;left:3.6875rem;font-size:0.625rem;background-color:#0077ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T3zp3fdwTHuiWip8pGCtK3oJ0pE7dwu2 { display:block; }
 }@media only screen and (max-width: 763px) { #n7br6obb99O3Sdxz6f3Pl32LOQqx0kd3 { width:19.125rem;height:0.9625rem;top:20.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #r792yrgXfRmhzQJvDoFPaITOUUXTU0zq { width:19.1875rem;height:3rem;top:0.375rem;left:0.22343748807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvUZsUCGHo1r99FNrNUpOa75T1Nv35Tt { width:20rem;height:1rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn { display:block; }#hw3tJ8JsXs0tJ2sRir4JcTyInbIoBXJn > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcT1gzVXkH5LXo4dw2xNQNr7yKNm0Szt { width:20rem;height:3.7361125rem;top:4.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydebiDrnLTtw9qfiekokaMMELGg1Vo7D { width:20rem;height:2.76215rem;top:41.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9BihwvyXv6ipOiJeRcX1TXhe24D8i7L { width:18.552076375rem;height:3.239582625rem;top:75.49999809265rem;left:0.72309029102325rem;font-size:0.8125rem;background-color:#0077ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rlfA5kvza9UUWybQLMKwWDGxGuAaNy1e { display:block; }
 }@media only screen and (max-width: 763px) { #EhqV0E6SE2x2PVAaGMLmJGandWyAkwaA { width:20rem;height:14.294275rem;top:45.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMJZgAxXyRDqFBSf3tiF4vUiTcHxryId { width:20rem;height:9.0625rem;top:64.436632156375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1cBI3T3RkJlMWTtHwIWxIyRrZZTXNDp { width:15.9375rem;height:8.75rem;top:30.189234733581rem;left:4.0616317987442rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDGLLN0JKaO6iak0Tp7CemyR7HzzHuW { width:14.8125rem;height:8.0625rem;top:19.936633110046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwQ7oqh5bfghHERuJ4FNxggLh0znC8xA { width:13.8125rem;height:7.625rem;top:10.624131202697rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-text {padding-top: 0; padding-bottom: 0;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717;height:3.875rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-select {padding-top: 0; padding-bottom: 0;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-input-button { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem;font-size:1rem;overflow:hidden;height:3.125rem;background-color:#0077ff;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;color:#ffffff; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]:-moz-placeholder { color:rgba(23,23,23,0.3);font-size:0.625rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]::-moz-placeholder { color:rgba(23,23,23,0.3);font-size:0.625rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]:-ms-input-placeholder { color:rgba(23,23,23,0.3);font-size:0.625rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K [class*="-text"]::-webkit-input-placeholder { color:rgba(23,23,23,0.3);font-size:0.625rem; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-radio-label { color:#161616; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K  { width:17.5rem;height:auto;top:80.350696563719rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K .widget-info-text { color:#171717; }
#IVVvtITwN6dKCU02XFn7akuXfmthbi6K {display:block;}#IVVvtITwN6dKCU02XFn7akuXfmthbi6K { width:17.5rem;height:auto;top:80.350696563719rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #wQ9o5BCGxEKt3ohdNCg5rf9e0bnciI7a {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #kxicUZdbN14UE2hunI3qgGO8FL71PquK { display:block; }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #zRh0HOJocUpXFaQavp5vReoDbwGP4kDZ {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #TrNN55ezULe9PAVFOTOwF6LtNP19l9MC {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #Jh8IWnq4p8rzv0ZF8EFRX9OfVy3JAILO {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #NbFhHsWUDDlh5xoBVU8WNwTJPPFPzRLU {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #WrcKfVnEx7ipbvmTqauPkf8GpEvgxhEw {  }
 }@media only screen and (max-width: 763px) { #IVVvtITwN6dKCU02XFn7akuXfmthbi6K #chJ2g8ysFAh8dBKiS6xebSw8uzgh5PEM {  }
 }@media only screen and (max-width: 763px) { #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { background-color:rgba(245,245,245,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { background-color: transparent; background-image: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .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); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { border-width: 0; border-radius: 0; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { width:20rem;height:5.19965rem;top:46.41250038147rem;left:0rem;font-size:2rem;color:rgba(var(--color-primary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8nIsOaElr94NcktHyD2xz5OOXwC56Kt { width:19.5rem;height:5.25rem;top:33.262500762939rem;left:0rem;font-size:0.875rem;color:rgba(var(--color-primary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #me5T7AydEsGsWtxBRcZl4iGPsat25sfE { width:20rem;height:4.71180625rem;top:2.3125019073486rem;left:0rem;font-size:1.8125rem;color:rgba(var(--color-primary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K307vArxmh930M7ilCnaNerrH3d4FA6R { width:15.5rem;height:8.625rem;top:8.7500002384187rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #z590iIlrU9rmCAIhCuM0scp0v1ykWy4p { width:15.6875rem;height:8.625rem;top:19.937499284744rem;left:2.2730599114641rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMiWSU4b7liFDxol5yMJxCnxJQr9kEBF { width:20rem;height:13.8489375rem;top:54.500001907349rem;left:0rem;font-size:1rem;display:block; }#EMiWSU4b7liFDxol5yMJxCnxJQr9kEBF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_042dcd3c0c0997ca593925d19e42c850.svg); }
 }@media only screen and (max-width: 763px) { #sqFPTWX2wip9HOTFnUQdpWWWVhLn8elx { width:20rem;height:2.625rem;top:40.700000762939rem;left:0rem;font-size:0.875rem;color:rgba(var(--color-primary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZETibB1S4E4PH91kLTwZy2J1m28VvexH { width:16.75rem;height:9.25rem;top:70.849826812744rem;left:1.0555555820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2efead89-44b7-4c4c-809a-aaf5ee24067e/FamiliahispanaenunjardnamplioyverdecondosotresnioscorriendoyjugandoconelaguadeunaspersorosistemaderiegoLosniosrenmientraselaguacaeengotasbrillantesbajolaluzdelsol1.jpg");background-position:bottom 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;display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.adaptive-delivery-prevent-bg, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyload, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyloading { background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { border-width: 0; border-radius: 0; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717;height:3.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { width:10.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.75rem;font-size:1rem;overflow:hidden;height:3.125rem;background-color:#0077ff;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;color:#ffffff; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-moz-placeholder { color:rgba(23,23,23,0.3);font-size:0.625rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-moz-placeholder { color:rgba(23,23,23,0.3);font-size:0.625rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-ms-input-placeholder { color:rgba(23,23,23,0.3);font-size:0.625rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-webkit-input-placeholder { color:rgba(23,23,23,0.3);font-size:0.625rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { width:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-radio-label { color:#161616; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { width:16.0625rem;height:auto;top:8.3125rem;left:0.71796876192094rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-info-text { color:#171717; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { width:16.0625rem;height:auto;top:8.3125rem;left:0.71796876192094rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #RlCLIsXVJxDI0Sr5WdTEJDqoqxABXfc9 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #xWOGMaOxx8i7FIpQbTshSwPvJKs4y1Jg {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #T8hEwSe90TJHhMWk7E8XudW3fXmIlGGo {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #mcHaZG7NnQ80A9LJUaakGHRnVUDHRtm7 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zTZvBZXBQNHsuinovQEhJIiCbLQyChIT {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #VQFeAqDzeu0XQ4Kl15de0X9DQP4PpHB0 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zCZvrA35hV4X1dsfMq2yRckQleFDTvEK {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #FklGevZ4inc0sJyG0vugpJGzWq7x0J6p {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #eKN0wRMUbg1TOtsK7W8zVvu71rG5QK4M {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 {  }
 }@media only screen and (max-width: 763px) { #naRHt7ULuKhhACKO0JCWXTw06carm4QG { width:20rem;height:2.4375rem;top:4.5rem;left:0rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 { display:block; }#NNGmPfqeDOHZUG0LeAdL1k3g3Txpp0K9 > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rfcm8mOCNsudPw78xf6xhGTVErz9pWfw { width:20rem;height:2.6003875rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHeMcAg2zSWk3eW0s2bpvxNpPks4ILo1 { width:3.4375rem;height:0.125rem;top:4.1875rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wmyWkIs8F7AFRsZs1VJ61O6sMXZHKE7E { width:1.5rem;height:1.1875rem;top:3.625rem;left:9.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xP4hRV03wBIJhN4UwVmpTyp8f364Q4vr { width:3.4375rem;height:0.125rem;top:4.0625rem;left:12.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #A0TBLsIDFoCXADnm1TItUsDXMNd79Hcn { width:17.311625rem;height:2.59895625rem;top:29.750005722046rem;left:2.0625001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSeuDgKL34VqJM4fxv1bX7yNTk2gabwm { width:12.5625rem;height:22.4375rem;top:34.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuoOhynEEo3z0DyaZ02cusqtwc8sKnni { width:12.3125rem;height:22rem;top:60.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGK7c1D9T9Er2vXnhKUFVDTn1MavyN2y { width:11.8125rem;height:21.125rem;top:86.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCadQFdkbIRVQnwDMiTu5I0FTd1ZMlVr { width:19.999125rem;height:10.374125rem;top:10.096354275942rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { background-color:rgba(245,245,245,0.67);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { background-color: transparent; background-image: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .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); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { border-width: 0; border-radius: 0; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { width:20rem;height:108.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { width:8.0625rem;height:0.975rem;top:3.8rem;left:5.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qszgKHfAM6SZyLo3uBp4yfHVCxFBhLma { height:11.25rem;width:20rem;top:5.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKWS588tsi421p2COm4S99k25JNT1pa { top:2.550000667572rem;left:0.68671876192094rem;width:18.625rem;height:1.29948125rem;z-index:15014;color:rgba(var(--color-primary-4),1);font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnHqGHL43OE0KBmGqVAThqgxp3Kck5TE { width:20rem;height:1.29948125rem;top:26.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLIF5tsTs3PRlV0XSLk5OC97AiV7xOrx { width:6.1875rem;height:6.1875rem;top:17.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN36xZIpz0lL9TsX7cZbmiXE8xyTUUTp { width:20rem;height:19.78475rem;top:29.5rem;left:0.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#nN36xZIpz0lL9TsX7cZbmiXE8xyTUUTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6357464c5cd7f13d38f653cb28049feb.svg); }
 }@media only screen and (max-width: 763px) { #fM4oDvty2RsbEkp0Evhrnge8H0XKJmsE { width:15.525rem;height:2.0875rem;top:76.9375rem;left:2.1875rem;font-size:1.125rem;background-color:#0077ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tfITLpzk7qnBPiUVaKBSoE7iWpvEwuDB { display:block; }
 }@media only screen and (max-width: 763px) { #uBTgAD12LJQug864T2AqfaGmdZTBJJFD { width:20rem;height:11.4375rem;top:49.284721374512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPIQDc97hZiyO528iSpFdwtXufaaLQg { width:4rem;height:7.25rem;top:51.378471374512rem;left:15.999131321907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzfKz0pG6i4tGUcZGhCtrxpqglPmlkat { width:17.9375rem;height:13.4375rem;top:62.472232818604rem;left:2.0616320371628rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCxklmOSXJkTkunB3z1qUzuiitxxZXFF { width:20rem;height:16.625rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRLIopiZWsoCAs5TTD6U5DS1xGCyJcaC { width:20rem;height:13.625rem;top:80.874132156375rem;left:0rem;display:block; }
 }