.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:249,222,223;--color-primary-1:235,146,148;--color-primary-2:215,37,40;--color-primary-3:108,19,20;--color-primary-4:32,6,6;--color-secondary-0:217,234,245;--color-secondary-1:128,187,222;--color-secondary-2:0,118,188;--color-secondary-3:0,59,94;--color-secondary-4:0,18,28;--color-tertiary-0:255,255,255;--color-tertiary-1:119,119,119;--color-tertiary-2:51,51,51;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"inter";--paragraphs-font-family:"inter"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hOwZHdgKnIcUlw54aXtEoyUrTE5k6hN1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:18.1875rem;top:1.3125rem;left:1.03125rem;overflow:hidden;display:block; }
#UkB7PUthBFcbIFvQWq83gtrWoDmooa7K { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:40.71875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#H420zavPmnELvXCqDt3uqI0T5AQ4lT3Q { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:1.4375rem;left:59.59375rem;display:block; }
#L2VXuxAMPl5fit2MSVGHZ2zhPIRfZRCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xa98SRHxN9FJhsg5TqOAWBwTA3BEoUhu { 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.875rem;width:1.875rem;top:1.96875rem;left:60.65625rem;overflow:hidden;display:block; }
#Jls802ks99oQCKRRQobHlhTzvQLWKnqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/593d8446-14b5-4152-9f94-02022bcb8f9c/20offbathsafety1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT.adaptive-delivery-prevent-bg, #Jls802ks99oQCKRRQobHlhTzvQLWKnqT.lazyload, #Jls802ks99oQCKRRQobHlhTzvQLWKnqT.lazyloading { background-image: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { background-color: transparent; background-image: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container > .video-iframe-container { display: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container { display: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .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); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { border-width: 0; border-radius: 0; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#Uz5hUeUwwuzxR5CTPVSr8Ue4P4PIGQA8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14991;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRtLRkkaIT9aT7eLHuwvWrNoh8vFr8So { position:absolute;display:block;z-index:14989;background-color:#c00b0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:2.1875rem;width:19.5rem;top:13rem;left:1.125rem;display:block; }
#MVcmtLvuBKrbT8vwoPzxDDucyq6rZA7U { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.15;letter-spacing:0;top:17.0693359375rem;left:1.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rw0maA5LkIaIofsftFXvPK7oRclXHdOa { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:38.4375rem;width:33.25rem;top:5.5625rem;left:39.90625rem;display:block; }
#dDi0Q4hcZvLivEhMP9ERJN0mH2m8UDtT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.748046875rem;left:44.75rem;height:;text-align:center;text-align-last:center;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; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-form-header {  }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28.3125rem;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;font-style:normal; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#c00b0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28.3125rem;height:2.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.9375rem;overflow:hidden;font-style:normal; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-container:first-of-type{padding-top:0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-container:last-of-type{padding-bottom:0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.1875rem;left:41.125rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.3125rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno {display:block;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.1875rem;left:41.125rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #RK7L1FhXhOVggE1sUW7weICQnGDTV9DO { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #con0ywxpascghulODU0Huy51AklPI4E0 { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JiaOwIkNPQT40Rxrml4MfeP6ZfL4fTRp { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #oxWMuKIktgRP4E70uWQFTBuNLisvhB9n { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #zcKqrLonV4QmMTs4WR6Kgcyf811hRHEi { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #BEbJwlikiJdFRpT1OhwOaWQA1ggaiB5y { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #sSt84SfIUcUkcrpkpUfJh4KtIVf39unO { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #AA2OVyT8oRxOfCfEEgIrZEuTnqC2GkRX { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #DN7Jd0eKrymMHpAV5ukX11AmeLB5NCsx { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JEfvbgHDeSpCTKX6T9MlTrqBN4akS9qP { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #VJZ6GIZ0STCTFLm8y9RdcaCOZCawHGuO { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #APcXkycaoek4TE13cW6BtKun0ZuxOgCH { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #O7oazKMdrtKw1kyJO7ChU1JKZHT6PVNL { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #pMuF03oVcL08FIBPm6HQCKdF3KlHSa11 { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #eEnK0g4fZDTv633ipvhTkzDeTa2KdOkq { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #fxWTVZS4Mal5eWqfC3pMvCxkDNcfODS2 { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #kw7ywJSQizkMS1BbSz0ZLZXxAUboQ3B0 { position:relative; }
#DLaqSzyPcEhHg92EbgkBgOvThxd9pDpq { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:12.23046875rem;left:43.15625rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#H79LpvXHTsXh6JQApeKMD74TgW31vo73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { background-color: transparent; background-image: none; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container > .video-iframe-container { display: none; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row > .video-iframe-container { display: none; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .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); }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { border-width: 0; border-radius: 0; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#Z3DELCI3QWzi5STDDDgiaxzOlixQxLZ4 { position:absolute;display:block;z-index:15000;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:13rem;width:25.0625rem;top:6.625rem;left:0rem;overflow:hidden;display:block; }
#DIbEu8DW0GLN9AeVedDu4BMXfcRqGA3y { position:absolute;display:block;z-index:15001;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:13rem;width:25.125rem;top:6.625rem;left:24.9375rem;overflow:hidden;display:block; }
#N0bAn0POvf9T60CeRuIAW9epnecPo9V6 { position:absolute;display:block;z-index:15002;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:13rem;width:25.0625rem;top:6.6875rem;left:49.9375rem;overflow:hidden;display:block; }
#kXi017wWcbArrJJfhshPiCQSFsCiALRs { position:absolute;display:block;z-index:15003;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:13.1875rem;width:25.0625rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#uXpMH1lnr0p4XBkJ86Scisw4oCSQzocV { position:absolute;display:block;z-index:15004;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:13rem;width:24.9375rem;top:19.625rem;left:25.03125rem;overflow:hidden;display:block; }
#kELwfrrxP3OUMZWSpKIUoDMgw9F7TAw5 { position:absolute;display:block;z-index:15005;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:13rem;width:24.9375rem;top:19.625rem;left:50.0625rem;overflow:hidden;display:block; }
#P8d1gLlMlQEgHawAX7DTC4MgJGb5SI4b { position:absolute;display:block;z-index:15006;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:13rem;width:24.9375rem;top:33.3125rem;left:0rem;overflow:hidden;display:block; }
#mBCCaneh6zFyyTNr35i413EiaUNUS8xg { position:absolute;display:block;z-index:15007;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:13.1875rem;width:25.0625rem;top:33.21875rem;left:24.96875rem;overflow:hidden;display:block; }
#nE3u2GnHTh4ZdiWsUAf4VZ2RS6PJPRl3 { position:absolute;display:block;z-index:15008;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:13rem;width:24.9375rem;top:33.375rem;left:50.0625rem;overflow:hidden;display:block; }
#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { position:relative;display:none; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { border-width: 0; border-radius: 0; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ax6KtEtVbZJ9XU8vFnK8sa5TxV5DJmlZ { color:rgba(var(--color-tertiary-3),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.96875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZXAErNx5ss75ILTXp1f0IyKtHnibw50r { position:absolute;display:block;z-index:15013;height:26.1875rem;width:71.125rem;top:6.75rem;left:1.40625rem;display:block; }
#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { position:relative;display:block; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { background-color: transparent; background-image: none; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container > .video-iframe-container { display: none; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row > .video-iframe-container { display: none; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .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); }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { border-width: 0; border-radius: 0; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SqnHsZOhMffThOePXeNXFJ8g2En2JZ8v { color:rgba(var(--color-tertiary-3),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.09375rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UG9FMVVbFTeh4GvwXt1oTFtmzWSwdch0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:20.625rem;top:3.74609375rem;left:54.375rem;overflow:hidden;display:block; }
#cdV9HFWZ7aos8ZOG3wBsZRcNGwE52uuX { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #cccccc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:69.4375rem;top:9.21875rem;left:1.09375rem;display:block; }
#AwzQuxhKcdMKOkbiUNArc8kyD5b0nqSR { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:18.75rem;top:11.3125rem;left:4.75rem;display:block; }
#EP8RgqFKqcaUHbaGTPJT9e9sIvRTuGZc { position:absolute;display:block;z-index:15017;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.5625rem;width:1.3125rem;top:12.3125rem;left:13.5rem;overflow:hidden;display:block; }
#JdfACKmvCaynfS1xsiMAUOhXTJTwXPRw { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.5rem;left:7.1875rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#b14JlIaQCU4kaFIyOuRkAe04Og3EbTs8 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.0625rem;left:7.875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#qKHkPzxDRlxUCd996C8CCgh84Jokv9s4 { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:18.75rem;top:11.3125rem;left:28.125rem;display:block; }
#MThQinboHZ4bbFmRVPvaco2tNwKhIkVl { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.0625rem;left:31.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ssIH3dwtzl4qJSSSczFAFoxPJ3M4G2Xp { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:14.5rem;left:30.5625rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#LKgCql9eJgDNvcxCyxQILdff5wVJoJHA { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.3125rem;top:12.3125rem;left:36.84375rem;overflow:hidden;display:block; }
#b3gQeP7aJxxCqlykttOfmZn0nRm0gFB7 { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:18.75rem;top:12.3125rem;left:52.59375rem;display:block; }
#q5o34Hucb0lF7QGuzw9J4EFZt02xqBNE { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.0625rem;left:55.71875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#qe93FGZP0QTnSdmVsJEJqTod3IbEpAZk { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.5rem;left:55.03125rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#zqSS93nNTXEr1kppDTF8mqzeJXE9hOgA { position:absolute;display:block;z-index:15027;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.5625rem;width:1.3125rem;top:12.3125rem;left:61.3125rem;overflow:hidden;display:block; }
#iTqDfyip5eemS0hQWCfWDS4NH58a2c5M { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:28.6875rem;left:30.125rem;display:block; }
#n5Fm0R0AkvMJaMhBtZKSeJZLH2hgSMps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPQwyFNdbOW2oT4Zhb6roGkLei9ycN3v { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:29.25rem;left:31.25rem;overflow:hidden;display:block; }
#LmKhq1DCedxG2WRocf2t8nlgz5SSHsd1 { 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.875rem;width:1.875rem;top:1.96875rem;left:60.65625rem;overflow:hidden;display:none; }
#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { background-color: transparent; background-image: none; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container > .video-iframe-container { display: none; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row > .video-iframe-container { display: none; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .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); }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { border-width: 0; border-radius: 0; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#QwhTLHI7Ncai8xqZQT69dz704sEwvMgT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.275390625rem;left:18.375rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOwZHdgKnIcUlw54aXtEoyUrTE5k6hN1 { top:1.3125rem;left:0rem;width:18.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkB7PUthBFcbIFvQWq83gtrWoDmooa7K { top:2.25rem;left:27.09375rem;width:18.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H420zavPmnELvXCqDt3uqI0T5AQ4lT3Q { width:12.5rem;height:2.9375rem;top:1.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2VXuxAMPl5fit2MSVGHZ2zhPIRfZRCx { display:block; }
 }@media only screen and (max-width: 763px) { #xa98SRHxN9FJhsg5TqOAWBwTA3BEoUhu { top:1.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls802ks99oQCKRRQobHlhTzvQLWKnqT { display:block; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz5hUeUwwuzxR5CTPVSr8Ue4P4PIGQA8 { top:13.4375rem;left:0rem;width:18.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRtLRkkaIT9aT7eLHuwvWrNoh8vFr8So { top:13rem;left:0rem;width:19.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVcmtLvuBKrbT8vwoPzxDDucyq6rZA7U { top:17.0625rem;left:0rem;width:38.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0maA5LkIaIofsftFXvPK7oRclXHdOa { top:5.5625rem;left:14.5rem;width:33.25rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDi0Q4hcZvLivEhMP9ERJN0mH2m8UDtT { top:6.6875rem;left:26rem;width:21.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-regular-label { width:28.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-textarea { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-button { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-checkbox-label { width:26.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno  { width:28.3125rem;height:auto;top:14.1875rem;left:16.9375rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .radio-container { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno {display:block;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno { width:28.3125rem;height:auto;top:14.1875rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #RK7L1FhXhOVggE1sUW7weICQnGDTV9DO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #con0ywxpascghulODU0Huy51AklPI4E0 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JiaOwIkNPQT40Rxrml4MfeP6ZfL4fTRp {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #oxWMuKIktgRP4E70uWQFTBuNLisvhB9n {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #zcKqrLonV4QmMTs4WR6Kgcyf811hRHEi {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #BEbJwlikiJdFRpT1OhwOaWQA1ggaiB5y {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #sSt84SfIUcUkcrpkpUfJh4KtIVf39unO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #AA2OVyT8oRxOfCfEEgIrZEuTnqC2GkRX {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #DN7Jd0eKrymMHpAV5ukX11AmeLB5NCsx {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JEfvbgHDeSpCTKX6T9MlTrqBN4akS9qP {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #VJZ6GIZ0STCTFLm8y9RdcaCOZCawHGuO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #APcXkycaoek4TE13cW6BtKun0ZuxOgCH {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #O7oazKMdrtKw1kyJO7ChU1JKZHT6PVNL {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #pMuF03oVcL08FIBPm6HQCKdF3KlHSa11 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #eEnK0g4fZDTv633ipvhTkzDeTa2KdOkq {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #fxWTVZS4Mal5eWqfC3pMvCxkDNcfODS2 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #kw7ywJSQizkMS1BbSz0ZLZXxAUboQ3B0 {  }
 }@media only screen and (max-width: 763px) { #DLaqSzyPcEhHg92EbgkBgOvThxd9pDpq { top:12.1875rem;left:22.8125rem;width:24.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H79LpvXHTsXh6JQApeKMD74TgW31vo73 { display:block; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3DELCI3QWzi5STDDDgiaxzOlixQxLZ4 { top:6.625rem;left:0rem;width:25.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIbEu8DW0GLN9AeVedDu4BMXfcRqGA3y { top:6.625rem;left:11.3125rem;width:25.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0bAn0POvf9T60CeRuIAW9epnecPo9V6 { top:6.6875rem;left:22.6875rem;width:25.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXi017wWcbArrJJfhshPiCQSFsCiALRs { top:20.1875rem;left:0rem;width:25.0625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXpMH1lnr0p4XBkJ86Scisw4oCSQzocV { top:19.625rem;left:11.40625rem;width:24.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kELwfrrxP3OUMZWSpKIUoDMgw9F7TAw5 { top:19.625rem;left:22.8125rem;width:24.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8d1gLlMlQEgHawAX7DTC4MgJGb5SI4b { top:33.3125rem;left:0rem;width:24.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBCCaneh6zFyyTNr35i413EiaUNUS8xg { top:33.1875rem;left:11.34375rem;width:25.0625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE3u2GnHTh4ZdiWsUAf4VZ2RS6PJPRl3 { top:33.375rem;left:22.8125rem;width:24.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { display:block; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax6KtEtVbZJ9XU8vFnK8sa5TxV5DJmlZ { top:3.6875rem;left:0rem;width:41.875rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXAErNx5ss75ILTXp1f0IyKtHnibw50r { top:6.75rem;left:0rem;width:47.75rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { display:block; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqnHsZOhMffThOePXeNXFJ8g2En2JZ8v { top:4.6875rem;left:0rem;width:41.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG9FMVVbFTeh4GvwXt1oTFtmzWSwdch0 { top:3.6875rem;left:27.125rem;width:20.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdV9HFWZ7aos8ZOG3wBsZRcNGwE52uuX { top:9.1875rem;left:0rem;width:47.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwzQuxhKcdMKOkbiUNArc8kyD5b0nqSR { top:11.3125rem;left:0rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP8RgqFKqcaUHbaGTPJT9e9sIvRTuGZc { top:12.3125rem;left:0rem;width:1.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfACKmvCaynfS1xsiMAUOhXTJTwXPRw { top:14.5rem;left:0rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14JlIaQCU4kaFIyOuRkAe04Og3EbTs8 { top:20.0625rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKHkPzxDRlxUCd996C8CCgh84Jokv9s4 { top:11.3125rem;left:14.5rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThQinboHZ4bbFmRVPvaco2tNwKhIkVl { top:20.0625rem;left:17.625rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssIH3dwtzl4qJSSSczFAFoxPJ3M4G2Xp { top:14.5rem;left:16.9375rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKgCql9eJgDNvcxCyxQILdff5wVJoJHA { top:12.3125rem;left:23.21875rem;width:1.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3gQeP7aJxxCqlykttOfmZn0nRm0gFB7 { top:12.3125rem;left:29rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5o34Hucb0lF7QGuzw9J4EFZt02xqBNE { top:20.0625rem;left:35.25rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe93FGZP0QTnSdmVsJEJqTod3IbEpAZk { top:14.5rem;left:33.875rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSS93nNTXEr1kppDTF8mqzeJXE9hOgA { top:12.3125rem;left:46.4375rem;width:1.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTqDfyip5eemS0hQWCfWDS4NH58a2c5M { width:13.375rem;height:3.5625rem;top:28.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Fm0R0AkvMJaMhBtZKSeJZLH2hgSMps { display:block; }
 }@media only screen and (max-width: 763px) { #qPQwyFNdbOW2oT4Zhb6roGkLei9ycN3v { top:29.25rem;left:17.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKhq1DCedxG2WRocf2t8nlgz5SSHsd1 { top:1.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf { display:block; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwhTLHI7Ncai8xqZQT69dz704sEwvMgT { top:1.25rem;left:4.75rem;width:38.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOwZHdgKnIcUlw54aXtEoyUrTE5k6hN1 { width:10.125rem;height:1.8125rem;top:1.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkB7PUthBFcbIFvQWq83gtrWoDmooa7K { width:16.0625rem;height:1.29980625rem;top:7.63574375rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H420zavPmnELvXCqDt3uqI0T5AQ4lT3Q { width:11.75rem;height:2.9375rem;top:4.3232421875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2VXuxAMPl5fit2MSVGHZ2zhPIRfZRCx { display:block; }
 }@media only screen and (max-width: 763px) { #xa98SRHxN9FJhsg5TqOAWBwTA3BEoUhu { width:1.875rem;height:1.875rem;top:4.8544921875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls802ks99oQCKRRQobHlhTzvQLWKnqT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/593d8446-14b5-4152-9f94-02022bcb8f9c/20offbathsafety1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT.adaptive-delivery-prevent-bg, #Jls802ks99oQCKRRQobHlhTzvQLWKnqT.lazyload, #Jls802ks99oQCKRRQobHlhTzvQLWKnqT.lazyloading { background-image: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { background-color: transparent; background-image: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container > .video-iframe-container { display: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container { display: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .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); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz5hUeUwwuzxR5CTPVSr8Ue4P4PIGQA8 { width:16.0625rem;height:1.13720625rem;top:3.087890625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRtLRkkaIT9aT7eLHuwvWrNoh8vFr8So { width:17.0625rem;height:2.1875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVcmtLvuBKrbT8vwoPzxDDucyq6rZA7U { width:20rem;height:4.0244125rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0maA5LkIaIofsftFXvPK7oRclXHdOa { width:20rem;height:38.9375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDi0Q4hcZvLivEhMP9ERJN0mH2m8UDtT { width:20rem;height:2.03125rem;top:14.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno  { width:17.5rem;height:auto;top:37.8125rem;left:0rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno {display:block;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno { width:17.5rem;height:auto;top:21rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #RK7L1FhXhOVggE1sUW7weICQnGDTV9DO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #con0ywxpascghulODU0Huy51AklPI4E0 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JiaOwIkNPQT40Rxrml4MfeP6ZfL4fTRp {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #oxWMuKIktgRP4E70uWQFTBuNLisvhB9n {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #zcKqrLonV4QmMTs4WR6Kgcyf811hRHEi {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #BEbJwlikiJdFRpT1OhwOaWQA1ggaiB5y {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #sSt84SfIUcUkcrpkpUfJh4KtIVf39unO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #AA2OVyT8oRxOfCfEEgIrZEuTnqC2GkRX {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #DN7Jd0eKrymMHpAV5ukX11AmeLB5NCsx {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JEfvbgHDeSpCTKX6T9MlTrqBN4akS9qP {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #VJZ6GIZ0STCTFLm8y9RdcaCOZCawHGuO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #APcXkycaoek4TE13cW6BtKun0ZuxOgCH {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #O7oazKMdrtKw1kyJO7ChU1JKZHT6PVNL {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #pMuF03oVcL08FIBPm6HQCKdF3KlHSa11 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #eEnK0g4fZDTv633ipvhTkzDeTa2KdOkq {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #fxWTVZS4Mal5eWqfC3pMvCxkDNcfODS2 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #kw7ywJSQizkMS1BbSz0ZLZXxAUboQ3B0 {  }
 }@media only screen and (max-width: 763px) { #DLaqSzyPcEhHg92EbgkBgOvThxd9pDpq { width:20rem;height:1.3999rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H79LpvXHTsXh6JQApeKMD74TgW31vo73 { display:block; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3DELCI3QWzi5STDDDgiaxzOlixQxLZ4 { width:20rem;height:10.374064837905rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIbEu8DW0GLN9AeVedDu4BMXfcRqGA3y { width:20rem;height:10.348258706468rem;top:12.874rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0bAn0POvf9T60CeRuIAW9epnecPo9V6 { width:20rem;height:10.374064837905rem;top:24.472125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXi017wWcbArrJJfhshPiCQSFsCiALRs { width:20rem;height:10.523690773067rem;top:36.096125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXpMH1lnr0p4XBkJ86Scisw4oCSQzocV { width:20rem;height:10.426065162907rem;top:47.8695625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kELwfrrxP3OUMZWSpKIUoDMgw9F7TAw5 { width:20rem;height:10.426065162907rem;top:59.5453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8d1gLlMlQEgHawAX7DTC4MgJGb5SI4b { width:20rem;height:10.426065162907rem;top:71.2210625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBCCaneh6zFyyTNr35i413EiaUNUS8xg { width:20rem;height:10.523690773067rem;top:82.8968125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE3u2GnHTh4ZdiWsUAf4VZ2RS6PJPRl3 { width:20rem;height:10.426065162907rem;top:94.67025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { display:none; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row .container { width:20rem;height:43.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ax6KtEtVbZJ9XU8vFnK8sa5TxV5DJmlZ { width:20rem;height:1.8681625rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXAErNx5ss75ILTXp1f0IyKtHnibw50r { width:20rem;height:35.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { display:block; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqnHsZOhMffThOePXeNXFJ8g2En2JZ8v { width:20rem;height:1.86865rem;top:6.2255859375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UG9FMVVbFTeh4GvwXt1oTFtmzWSwdch0 { width:17.6875rem;height:3.125rem;top:1.8046875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdV9HFWZ7aos8ZOG3wBsZRcNGwE52uuX { width:20rem;height:1.9375rem;top:8.5654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwzQuxhKcdMKOkbiUNArc8kyD5b0nqSR { width:18.75rem;height:17.9375rem;top:10.1591796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP8RgqFKqcaUHbaGTPJT9e9sIvRTuGZc { width:1.3125rem;height:1.5625rem;top:10.8466796875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfACKmvCaynfS1xsiMAUOhXTJTwXPRw { width:13.875rem;height:4.38720625rem;top:13.3466796875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14JlIaQCU4kaFIyOuRkAe04Og3EbTs8 { width:12.5rem;height:5.19921875rem;top:18.9091796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKHkPzxDRlxUCd996C8CCgh84Jokv9s4 { width:18.75rem;height:17.9375rem;top:28.7216796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThQinboHZ4bbFmRVPvaco2tNwKhIkVl { width:12.5rem;height:5.19921875rem;top:37.4716796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssIH3dwtzl4qJSSSczFAFoxPJ3M4G2Xp { width:13.875rem;height:4.38720625rem;top:31.9091796875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKgCql9eJgDNvcxCyxQILdff5wVJoJHA { width:1.3125rem;height:1.5625rem;top:48.5341796875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3gQeP7aJxxCqlykttOfmZn0nRm0gFB7 { width:18.75rem;height:17.9375rem;top:48.5341796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5o34Hucb0lF7QGuzw9J4EFZt02xqBNE { width:12.5rem;height:5.19921875rem;top:56.2841796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe93FGZP0QTnSdmVsJEJqTod3IbEpAZk { width:13.875rem;height:4.38720625rem;top:50.7216796875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSS93nNTXEr1kppDTF8mqzeJXE9hOgA { width:1.3125rem;height:1.5625rem;top:29.7333984375rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTqDfyip5eemS0hQWCfWDS4NH58a2c5M { width:13.375rem;height:3.5625rem;top:67.7216796875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Fm0R0AkvMJaMhBtZKSeJZLH2hgSMps { display:block; }
 }@media only screen and (max-width: 763px) { #qPQwyFNdbOW2oT4Zhb6roGkLei9ycN3v { width:2.3125rem;height:2.3125rem;top:68.3466796875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKhq1DCedxG2WRocf2t8nlgz5SSHsd1 { width:1.875rem;height:1.875rem;top:69.75rem;left:6.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf { display:block; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwhTLHI7Ncai8xqZQT69dz704sEwvMgT { width:20rem;height:1.2246125rem;top:2.13671875rem;left:0rem;font-size:0.875rem;display:block; }
 }