.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed9ed509-82c9-4ec4-8c0d-c76cffb3647b/202412Bbg1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#yD16bLyMgNHSFIFgMx0aRp13bVOAyPAR { position:absolute;display:block;z-index:15000;background-color:rgba(147,225,216,0.75);background-image:none;border-top:0.25rem solid #f299ca;border-left:0.25rem solid #f299ca;border-right:0.25rem solid #f299ca;border-bottom:0.25rem solid #f299ca;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:43.9375rem;width:31.125rem;top:3.0000004768372rem;left:38.718751907349rem;display:block; }
#rFvKV3cI6liU4AFl4wyLk71brgf9yxoL { color:#aa4465;display:block;width:26.75rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.234375rem;left:41.15625rem;height:11.048625rem;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; }
#MEMTiau6nmsZLiqH9WgLAGRnaOVT7osh { color:#014f61;display:block;width:28rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:19.23828125rem;left:40.53125rem;height:6.6493125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Li5fv3a8XMRKLVKaM8M5pL2MlQHbWcuZ { position:absolute;display:block;z-index:15005;background-color:#f299ca;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:11.25rem;top:17.8125rem;left:48.90625rem;display:block; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-form-header { font-size:0.75rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:25.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #aa4465;border-left:0.0625rem solid #aa4465;border-right:0.0625rem solid #aa4465;border-bottom:0.0625rem solid #aa4465;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:25.3125rem;box-sizing:border-box;height:2.75rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:center;text-align-last:center; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-text {padding-top: 0; padding-bottom: 0;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #aa4465;border-left:0.0625rem solid #aa4465;border-right:0.0625rem solid #aa4465;border-bottom:0.0625rem solid #aa4465;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:25.3125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:center;text-align-last:center; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:25.3125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-select {padding-top: 0; padding-bottom: 0;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aa4465;background-image:none;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;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:25.3125rem;height:3.4375rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT [class*="-text"]:-moz-placeholder { color:#aa4465;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT [class*="-text"]::-moz-placeholder { color:#aa4465;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT [class*="-text"]:-ms-input-placeholder { color:#aa4465;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT [class*="-text"]::-webkit-input-placeholder { color:#aa4465;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .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:roboto;line-height:1;font-size:0.75rem;font-weight:400;color:#448ca4;vertical-align:top;width:24.0625rem;overflow:hidden;font-style:normal;float:none; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .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; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-container:first-of-type{padding-top:0;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-container:last-of-type{padding-bottom:0;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:40.597223281861rem;top:27.573783874512rem;z-index:15022;position:absolute;font-size:0.75rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT {display:block;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:40.597223281861rem;top:27.573783874512rem;z-index:15022;position:absolute;font-size:0.75rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #TF3HAyrN7TTi9SBhR3GNuusa7MDZlxRx { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #rGC8TSpTV31MyTclqxzK2Gz1FtftCavS { position:relative;display:none; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #OqbPITsXl3SuLeBpcFr1N75SvT5SIe39 { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #ge28VqWyGQlVgoLB9gDMP6eRs790TRvI { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #utxCTnMBORWC86RV2H2CzQsFqUbD4svx { position:relative;display:none; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #VDttpQmhCTVMuVSEqsrN9BIxbuQaUxTv { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #BZwCiUOAO830QkTRLD7ZRfETgZetyGPQ { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #LoKUPTfQDuMlHPQtLzLZtzfuTHG2prgf { position:relative;display:none; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #gf3Bk3pkacgiAAmB2eDI4LgFxf1W5GWg { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #cbgKsltlNatUBAZQbTOmuwUbKO7payDR { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #cD5x69AXucPE8gXi57qvuOqEHPDcNcG4 { position:relative;z-index:2; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #q9Wyzn0y2nnZtiWkHeSnMQIxue9nuvr5 { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #S7DZan1or7mSHbtQxHewP9dpss4eTXVU { position:relative; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #OUeugOGFtGSacAA4TCpWtEOlKZ9hWaqG { position:relative; }
#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f61;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; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { background-color: transparent; background-image: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container > .video-iframe-container { display: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row > .video-iframe-container { display: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .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); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { border-width: 0; border-radius: 0; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#Ako72KMGERgqcGoDZcrCuAQAIBppakFo { color:#ddfff7;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:7.53125rem;height:5.19965rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gKom7Eq7rIC7wVIJ6NUPEhc45VP81C34 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.3125rem;left:36.1875rem; }
#liwdNIxCiSK39w1dJWk6pSIgRyWyeOXJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.3125rem;left:30.875rem; }
#dzAZqM04TTo3HR8mKfp2OLCJboOuEFfK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.3125rem;left:41.625rem; }
#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfff7;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; }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row .container { background-color: transparent; background-image: none; }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row .container > .video-iframe-container { display: none; }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row > .video-iframe-container { display: none; }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .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); }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row .container { border-width: 0; border-radius: 0; }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#ATBBTtu4Boo1J2JRf6LaOLU1McbtDuA4 { color:#014f61;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.92480625rem;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; }
#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ddfff7, #93e1d8);background-image: -moz-linear-gradient(top, #ddfff7, #93e1d8);background-image: -ms-linear-gradient(top, #ddfff7, #93e1d8);background-image: -o-linear-gradient(top, #ddfff7, #93e1d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddfff7', endColorstr='#93e1d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddfff7', endColorstr='#93e1d8' );";background-image: linear-gradient(to bottom, #ddfff7, #93e1d8);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { background-color: transparent; background-image: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container > .video-iframe-container { display: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row > .video-iframe-container { display: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .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); }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { border-width: 0; border-radius: 0; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#pCTBTJp7WW2O7calF0Jouup6PqgWAZsg { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #f299ca);background-image: -moz-linear-gradient(top, #ffffff, #f299ca);background-image: -ms-linear-gradient(top, #ffffff, #f299ca);background-image: -o-linear-gradient(top, #ffffff, #f299ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f299ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f299ca' );";background-image: linear-gradient(to bottom, #ffffff, #f299ca);background-size:auto !important;border-top:0.1875rem solid #aa4465;border-left:0.1875rem solid #aa4465;border-right:0.1875rem solid #aa4465;border-bottom:0.1875rem solid #aa4465;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:16.4375rem;top:2.3125rem;left:0.9375rem;display:block; }
#O8pK2Du3Dc6ODLPmpFahZG4CZrAcWbpp { color:#014f61;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.75rem;left:3.21875rem;height:4.875rem;font-style:normal;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; }
#WagnMxZU1cinrpgUPlizRJZAvUvKLnwB { color:#014f61;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.75rem;left:22.59375rem;height:4.875rem;font-style:normal;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; }
#QGMHTDPfNsNxGxvEKQiKbx5O6zMLBK9W { color:#014f61;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.75rem;left:39.75rem;height:;font-style:normal;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; }
#E1mXc39SEWxXRl8gqPCTqFJvi16ThzaD { color:#014f61;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.75rem;left:59.1875rem;height:;font-style:normal;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; }
#E4MGx2dPy8SPKUCQXH7KLDSspVHEaeVW { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #f299ca);background-image: -moz-linear-gradient(top, #ffffff, #f299ca);background-image: -ms-linear-gradient(top, #ffffff, #f299ca);background-image: -o-linear-gradient(top, #ffffff, #f299ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f299ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f299ca' );";background-image: linear-gradient(to bottom, #ffffff, #f299ca);background-size:auto !important;border-top:0.1875rem solid #aa4465;border-left:0.1875rem solid #aa4465;border-right:0.1875rem solid #aa4465;border-bottom:0.1875rem solid #aa4465;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:16.4375rem;top:2.3125rem;left:19.71875rem;display:block; }
#AJVRxWesu26QOG30J3SMgRUoHtAxm6xv { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #f299ca);background-image: -moz-linear-gradient(top, #ffffff, #f299ca);background-image: -ms-linear-gradient(top, #ffffff, #f299ca);background-image: -o-linear-gradient(top, #ffffff, #f299ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f299ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f299ca' );";background-image: linear-gradient(to bottom, #ffffff, #f299ca);background-size:auto !important;border-top:0.1875rem solid #aa4465;border-left:0.1875rem solid #aa4465;border-right:0.1875rem solid #aa4465;border-bottom:0.1875rem solid #aa4465;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:16.4375rem;top:2.3125rem;left:38.46875rem;display:block; }
#BWrPVv3baO9HE56WNqZogXTkuSnuHFvJ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #f299ca);background-image: -moz-linear-gradient(top, #ffffff, #f299ca);background-image: -ms-linear-gradient(top, #ffffff, #f299ca);background-image: -o-linear-gradient(top, #ffffff, #f299ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f299ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f299ca' );";background-image: linear-gradient(to bottom, #ffffff, #f299ca);background-size:auto !important;border-top:0.1875rem solid #aa4465;border-left:0.1875rem solid #aa4465;border-right:0.1875rem solid #aa4465;border-bottom:0.1875rem solid #aa4465;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:16.4375rem;top:2.3125rem;left:57.21875rem;display:block; }
#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aa4465;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; }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row .container { background-color: transparent; background-image: none; }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row .container > .video-iframe-container { display: none; }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row > .video-iframe-container { display: none; }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .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); }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row .container { border-width: 0; border-radius: 0; }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#lIlnuLNEa17EorOzOtupZv13hMhFrXV8 { color:#ddfff7;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3x6qmFoX8sFeCQPdFVNeMq493VdA5pL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.5rem;left:36.1875rem; }
#ixPeu0y4MfOhlKvwaK34qFIBw2QQwhap { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.5rem;left:30.875rem; }
#STKeCOzif0ZisZ9QwLytzp7oATbsFI2h { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.5rem;left:41.625rem; }
#qgoJZpNzeeFR09VdvA2QZl7939FAN74V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#93e1d8;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; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container { background-color: transparent; background-image: none; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container > .video-iframe-container { display: none; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row > .video-iframe-container { display: none; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .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); }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container { border-width: 0; border-radius: 0; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#AwvuSTr6dGICaTmykPTFAXB1qplNxJO5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:23.6875rem;top:3.5rem;left:0.65625rem;overflow:hidden;display:block; }
#zKekcezmTnH2BRXuph4zwVwt6RM7VGPs { color:rgba(0,0,0,0.5);display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:11.3125rem;left:2.875rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ez3UzrR8plDpFMZZ61bzEhI2ErpAaLxp { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:8rem;left:2.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGBzOFsLJMZyPHAou4UBtHr8kWC0Jozb { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:5.5625rem;left:7.8125rem;display:block; }
#LRGTHTZsJFI97uLLn71R3QMIJE3J0Qwl { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:5.5625rem;left:9.6875rem;display:block; }
#REuXDA16nwceqrN63PMi6a50dib8Omu0 { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:5.5625rem;left:11.5625rem;display:block; }
#ShKkJhOfwrgHcStZQgUb4bMgfqlPTsPC { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:5.5625rem;left:13.4375rem;display:block; }
#gkxziprCOpFzAgNJUhQr6SJlB1z85tCO { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:5.5625rem;left:15.3125rem;display:block; }
#A8PIUAatu12GX17HvWMxkPol7StcNKr9 { 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:19.4375rem;width:23.6875rem;top:3.6875rem;left:25.65625rem;overflow:hidden;display:block; }
#bJDp3od6Jae3xF5fqJegkueGz9sqpTEI { position:absolute;display:block;z-index:15018;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:19.4375rem;width:23.6875rem;top:3.6875rem;left:50.65625rem;overflow:hidden;display:block; }
#D392B3aouRvSGKtwEhH950y78DqxWIHB { color:#014f61;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.0625rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BV2c188BZ9nRaFvegdUmV1pk0itv1nt7 { color:rgba(0,0,0,0.5);display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:11.3125rem;left:27.59375rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LI5IhJTTWKNQrpMVsulBsC7syFRR2KzM { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:5.5625rem;left:32.8125rem;display:block; }
#SWFDfPorPp7SNIpQIs93ksfVwMTBHiey { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:5.5625rem;left:34.6875rem;display:block; }
#WDRysegVu3wNBstybo313tE1ORM2ablD { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:5.5625rem;left:36.5625rem;display:block; }
#srHTwZhTAAyI2rTTQ8n7iTI9ZamZwhsQ { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:5.5625rem;left:38.4375rem;display:block; }
#z7Cch5hweyBgdQkC8W4MJye6qA7rQIZX { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:5.5625rem;left:40.3125rem;display:block; }
#Ok1Ch5Cwnug1dLgwSi0tQNJ0U2MCTwuy { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:5.5625rem;left:57.8125rem;display:block; }
#epUQiND7qIrNfWaDmnIdt0XpltaSTzdq { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:5.5625rem;left:59.6875rem;display:block; }
#gwdANa0s9NQ6CrPcg20Iat0a7TSp1k0u { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:5.5625rem;left:61.5625rem;display:block; }
#ppVvMCCPOfac9wpfd6WyQss8Px2oLGEl { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:5.5625rem;left:63.4375rem;display:block; }
#c4vgh1kZobyFQTSJzb454wdxO9mNKTap { box-sizing:content-box;color:#efc100;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:5.5625rem;left:65.3125rem;display:block; }
#hgqM7nLUaZaelk9EVIEyt4QqhI2w7Ten { color:#014f61;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:8rem;left:52.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDKm7GMVEZJRO1lB1UIhTPZ044caZ571 { color:rgba(0,0,0,0.5);display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:11.3125rem;left:53.5625rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76ad9d15-98b1-4ea9-b7e8-8576c5797ad2/202412Bbg2.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.adaptive-delivery-prevent-bg, #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.lazyload, #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.lazyloading { background-image: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { background-color: transparent; background-image: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(170,68,101,0.34); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container > .video-iframe-container { display: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(170,68,101,0.34); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container { display: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .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); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { border-width: 0; border-radius: 0; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV::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; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#O94ok3AUJbJARethgIAE9JTu1SapfHpI { position:absolute;display:block;z-index:15001;background-color:rgba(147,225,216,0.81);background-image:none;border-top:0.25rem solid #f299ca;border-left:0.25rem solid #f299ca;border-right:0.25rem solid #f299ca;border-bottom:0.25rem solid #f299ca;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:48.9375rem;width:65.625rem;top:4.375rem;left:4.4375rem;display:block; }
#cevPlLfm7KGBI13LbyJz5d21u0cJRaGB { color:#014f61;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:12.25rem;left:10.0625rem;height:17.9948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QxTvTvO0sk6wyxHN2m73k7IK2ON3D5rU { color:#014f61;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.38720703125rem;left:0rem;height:2.599825rem;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; }
#rhUZJakqPCGD7TC0v9Qu6w0FavJ2Pvxi { background-color:#aa4465;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.42724609375rem;left:49.125rem;display:block; }
#ZEnbNHuwBDXJiVyBd7xLpPycNNzpO8ZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zetmXfNtmFQ5ikAqJTV8Jbbuk3JXOPya { color:#014f61;display:block;width:32.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:31.77197265625rem;left:10.0625rem;height:8.997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SfuWzmKyQT4Qrr8lLlcIs1QIXo5rse0g { color:#014f61;display:block;width:32.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:42.64697265625rem;left:10.0625rem;height:8.997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wAMWt0IiZysTQWlkDdOUc1EfH9SeqGCa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.6875rem;width:17.75rem;top:12.25rem;left:47.1875rem;display:block; }
#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aa4465;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; }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row .container { background-color: transparent; background-image: none; }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row .container > .video-iframe-container { display: none; }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row > .video-iframe-container { display: none; }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .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); }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row .container { border-width: 0; border-radius: 0; }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#Tm4M8vBKcnNz7zSeiLmi4eO4ieFHyTxI { color:#ddfff7;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFBKa7O4qfbQdvH24d2hp5dELP339FP0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.5rem;left:36.1875rem; }
#xbsc5Zy0gfDkBk1VFRi8HbVpAGtwzMwN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.5rem;left:30.875rem; }
#Lpe5LiqC9uyHC1X9iFuQufPPxc6dyQqz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.5rem;left:41.625rem; }
#f84IQis8yHnol0GSM7BGlqq0VLQblGly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfff7;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; }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row .container { background-color: transparent; background-image: none; }#f84IQis8yHnol0GSM7BGlqq0VLQblGly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row .container > .video-iframe-container { display: none; }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row > .video-iframe-container { display: none; }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .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); }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row .container { border-width: 0; border-radius: 0; }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#d075hl4RZDq5G16y96sJAVKMfrMyMrOe { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f299ca;border-left:0.1875rem solid #f299ca;border-right:0.1875rem solid #f299ca;border-bottom:0.1875rem solid #f299ca;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1.78125rem;left:1.5625rem;display:block; }
#OldHV6lZtVFKtA3GieSwxgcxqbNfmHm8 { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.90625rem;left:10.84375rem; }
#OkZd72sDWx668AC9JcFOaUT0VVAWOcA1 { color:#014f61;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.125rem;height:3.25rem;font-style:normal;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; }
#KEEdbgJ6sngvTBFKrWZQLTSyrBO9Zd3n { color:#014f61;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:11.75rem;left:3.65625rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C36sCCuyI5J2JgKRfQTvAQSlTm22EOuy { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f299ca;border-left:0.1875rem solid #f299ca;border-right:0.1875rem solid #f299ca;border-bottom:0.1875rem solid #f299ca;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1.78125rem;left:26.5625rem;display:block; }
#qims0FEFNRrDKqarZqcMMfhwmirwrC7H { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f299ca;border-left:0.1875rem solid #f299ca;border-right:0.1875rem solid #f299ca;border-bottom:0.1875rem solid #f299ca;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1.78125rem;left:51.5625rem;display:block; }
#QX6mnPt6oF0AJJoF6OsepHu8mPUIufSt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.96875rem;left:60.9375rem; }
#R2LPmPJc8athXy82SJs7IHae9z61a1C6 { color:#014f61;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.875rem;left:28.125rem;height:3.25rem;font-style:normal;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; }
#g71axOsUSiMd1UU5sxfZg1v2KIeCB0Rm { color:#014f61;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.59375rem;height:3.25rem;font-style:normal;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; }
#M6GfgNFp1LmcgPtbU7PKASMXEribL8dR { color:#014f61;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:11.75rem;left:29.1875rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJlNPshhI6KGHiE2pxmilhhABeP2NnpR { color:#014f61;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:11.75rem;left:53.65625rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRO4HcOczVhARzdAK1ObLGZoO7QliloA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.96875rem;left:35.9375rem; }
#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfff7;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; }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row .container { background-color: transparent; background-image: none; }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row .container > .video-iframe-container { display: none; }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row > .video-iframe-container { display: none; }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .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); }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row .container { border-width: 0; border-radius: 0; }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#tKPFp5dtg447brbISUxPgcsTPzZiKLnh { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f299ca;border-left:0.1875rem solid #f299ca;border-right:0.1875rem solid #f299ca;border-bottom:0.1875rem solid #f299ca;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1rem;left:1.5625rem;display:block; }
#w2dpb1O1ucc2y4isEBxBGi6vgQBHhZbn { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.90625rem;left:10.84375rem; }
#hmhwRIL8yi1izSNVSvzvP2kPSJlCw69N { color:#014f61;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.125rem;height:3.25rem;font-style:normal;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; }
#CSw8FsFQcQdaVwFlW00IqTMDMaTu5pIb { color:#014f61;display:block;width:17.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:12.373046875rem;left:3.84375rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oX4gUTK0TfTkTcosDQ33CQRyBt6XzFxp { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f299ca;border-left:0.1875rem solid #f299ca;border-right:0.1875rem solid #f299ca;border-bottom:0.1875rem solid #f299ca;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1rem;left:26.5625rem;display:block; }
#EfZgDIHwgso3psG8WNcfwTCvRqvmIRXG { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f299ca;border-left:0.1875rem solid #f299ca;border-right:0.1875rem solid #f299ca;border-bottom:0.1875rem solid #f299ca;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1rem;left:51.5625rem;display:block; }
#VLBTbTfV7vJEnfCXScmwJmfkwlM72oqu { color:#014f61;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0625rem;left:28.125rem;height:3.25rem;font-style:normal;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; }
#KEBogh3ffmUqZsqB3gWttBVXKCTmND9c { color:#014f61;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.0625rem;left:54.59375rem;height:3.25rem;font-style:normal;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; }
#AwzCzsBJn7JSttOJzBpZbxAw7APriJuU { color:#014f61;display:block;width:17.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:12.37255859375rem;left:28.71875rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m1JHOS6Ef20aAgdbvuH9M37mXKl7Uyl4 { color:#014f61;display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:12.37255859375rem;left:53.25rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMGSLOWJAICVpr1H4p3enl4iC4wBKLaZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3rem;left:35.9375rem; }
#dcI5bytcz4Z2b3R95VgD9r03ol6aBzqq { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.90625rem;left:60.875rem; }
#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap { background-color:rgba(170,68,101,0.36);background-image:url("https://images.assets-landingi.com/uc/3004a096-69ff-4732-b57f-6f1d9f9f0d6f/202412Bbg3.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap.adaptive-delivery-prevent-bg, #wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap.lazyload, #wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap.lazyloading { background-image: none; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container { background-color: transparent; background-image: none; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container > .video-iframe-container { display: none; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row > .video-iframe-container { display: none; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .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); }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container { border-width: 0; border-radius: 0; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ksipnTdyE1Fl1tREJIqETZaEHJWlL77J { position:absolute;display:block;z-index:15000;background-color:rgba(147,225,216,0.94);background-image:none;border-top:0.25rem solid #f299ca;border-left:0.25rem solid #f299ca;border-right:0.25rem solid #f299ca;border-bottom:0.25rem solid #f299ca;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.25rem;width:64.4375rem;top:5.4375rem;left:5.03125rem;display:block; }
#POsSunHXtfvNztS5Izur5XaPG0ecMT1p { color:#aa4465;display:block;width:33.125rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.484375rem;left:33.34375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#numD6bu40e2HedGKmnBal29wWlZBN7UX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.8125rem;width:20.6875rem;top:9.484375rem;left:10.0625rem;overflow:hidden;display:block; }
#MislmB8XJOZ1O7ZITCFuTPuSTTmzyBiG { color:#014f61;display:block;width:29.3125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:13.9375rem;left:35.25rem;height:;font-style:normal;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; }
#Ew7hwkx9sDsaDJSsA4iqlUaKzv7ctfdl { color:#014f61;display:block;width:22.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:34.80029296875rem;left:9.28125rem;height:1.92480625rem;font-style:normal;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; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-form-header { font-size:0.75rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:22.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #aa4465;border-left:0.0625rem solid #aa4465;border-right:0.0625rem solid #aa4465;border-bottom:0.0625rem solid #aa4465;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:22.9375rem;box-sizing:border-box;height:2.75rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:center;text-align-last:center; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #aa4465;border-left:0.0625rem solid #aa4465;border-right:0.0625rem solid #aa4465;border-bottom:0.0625rem solid #aa4465;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:22.9375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:center;text-align-last:center; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:22.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aa4465;background-image:none;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;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:22.9375rem;height:3.4375rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX [class*="-text"]:-moz-placeholder { color:#aa4465;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX [class*="-text"]::-moz-placeholder { color:#aa4465;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX [class*="-text"]:-ms-input-placeholder { color:#aa4465;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX [class*="-text"]::-webkit-input-placeholder { color:#aa4465;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .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:roboto;line-height:1;font-size:0.75rem;font-weight:400;color:#448ca4;vertical-align:top;width:21.6875rem;overflow:hidden;font-style:normal;float:none; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .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; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-container:first-of-type{padding-top:0;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-container:last-of-type{padding-bottom:0;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:37.187501907349rem;top:22.54948425293rem;z-index:15023;position:absolute;font-size:0.75rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX {display:block;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:37.187501907349rem;top:22.54948425293rem;z-index:15023;position:absolute;font-size:0.75rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #UskRyw7T4MtPQt5AxRQmGiQz27I8eMPZ { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #T15xPdm9ENEcR67JlX8a8oQ6lSyZq3BW { position:relative;display:none; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #mR8TXBEby24gNbvxMblf6qf03sOIvFFs { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #I5KhWudcEvgHNZVTVXOKpyqi6LrVnc6G { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #FerBiAebSEpamkbFHMaPtIomCA0zcy67 { position:relative;display:none; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #JUWtp14b9TdB4U26kHSO80XGV7Jy2Hhw { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #CWfnAk5ATd5JRbGkOfBtTaPUpyr3Bx0N { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #SVQZiIriXAr8EksWloRZ0QWOD88s6Ig6 { position:relative;display:none; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #cRyMmBo9W9cH2mdACs1EERaOuU3HmzgT { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #AccI82zPD6dxZmBrxBMv2rk3X7RppTCn { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #rDXIAuVkPkGCpLsPWxK654zEwk7kMTlp { position:relative;z-index:2; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #FuVpohxas3UePi89KGCw4GaxzDgF5phx { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #WDB3WeVeUoDneLLmxL3iAqByLS6f9fxO { position:relative; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #R0AA2eiRKXqKhCPatRhfEenraJ1RAgsy { position:relative; }
#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f61;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; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container { background-color: transparent; background-image: none; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container > .video-iframe-container { display: none; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row > .video-iframe-container { display: none; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .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); }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container { border-width: 0; border-radius: 0; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#FhKI6QH7TSt1xxiWRtUnrdRcPtgqT8HI { color:#ffffff;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:0rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmDM26bNbTf3xEfiUfG3RKzLqyxsXcIV { z-index:15002;top:2.28125rem;left:25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SDl958IKpsm9NlJs3xhUfnxVdeXaTqQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8CkV5XAidoW5nZUrQCrqr3WmvDShtWJ { color:#ffffff;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.13720703125rem;left:52.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;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) { #yD16bLyMgNHSFIFgMx0aRp13bVOAyPAR { width:31.125rem;height:43.9375rem;top:3rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFvKV3cI6liU4AFl4wyLk71brgf9yxoL { width:26.75rem;height:11rem;top:5.1875rem;left:21rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEMTiau6nmsZLiqH9WgLAGRnaOVT7osh { width:28rem;height:6.625rem;top:19.1875rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li5fv3a8XMRKLVKaM8M5pL2MlQHbWcuZ { width:11.25rem;height:0.125rem;top:17.8125rem;left:35.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-regular-label { display:block; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-checkbox-label { width:13.75rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT  { width:15rem;height:auto; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT {display:block;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #TF3HAyrN7TTi9SBhR3GNuusa7MDZlxRx {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #rGC8TSpTV31MyTclqxzK2Gz1FtftCavS { display:block; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #OqbPITsXl3SuLeBpcFr1N75SvT5SIe39 {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #ge28VqWyGQlVgoLB9gDMP6eRs790TRvI {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #utxCTnMBORWC86RV2H2CzQsFqUbD4svx { display:block; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #VDttpQmhCTVMuVSEqsrN9BIxbuQaUxTv {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #BZwCiUOAO830QkTRLD7ZRfETgZetyGPQ {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #LoKUPTfQDuMlHPQtLzLZtzfuTHG2prgf {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #gf3Bk3pkacgiAAmB2eDI4LgFxf1W5GWg {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #cbgKsltlNatUBAZQbTOmuwUbKO7payDR {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #cD5x69AXucPE8gXi57qvuOqEHPDcNcG4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #q9Wyzn0y2nnZtiWkHeSnMQIxue9nuvr5 {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #S7DZan1or7mSHbtQxHewP9dpss4eTXVU {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #OUeugOGFtGSacAA4TCpWtEOlKZ9hWaqG {  }
 }@media only screen and (max-width: 763px) { #pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy { display:block; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ako72KMGERgqcGoDZcrCuAQAIBppakFo { width:47.75rem;height:5.1875rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKom7Eq7rIC7wVIJ6NUPEhc45VP81C34 { top:9.3125rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #liwdNIxCiSK39w1dJWk6pSIgRyWyeOXJ { top:9.3125rem;left:17.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzAZqM04TTo3HR8mKfp2OLCJboOuEFfK { top:9.3125rem;left:28rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyv83S8ApfRTrk861k3EP6nS12dH92Ju { display:block; }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATBBTtu4Boo1J2JRf6LaOLU1McbtDuA4 { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 { display:block; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCTBTJp7WW2O7calF0Jouup6PqgWAZsg { width:16.4375rem;height:9.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8pK2Du3Dc6ODLPmpFahZG4CZrAcWbpp { width:12.3125rem;height:4.875rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WagnMxZU1cinrpgUPlizRJZAvUvKLnwB { width:11.0625rem;height:4.875rem;top:4.75rem;left:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMHTDPfNsNxGxvEKQiKbx5O6zMLBK9W { width:14.25rem;height:;top:4.75rem;left:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1mXc39SEWxXRl8gqPCTqFJvi16ThzaD { width:12.875rem;height:;top:4.75rem;left:34.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4MGx2dPy8SPKUCQXH7KLDSspVHEaeVW { width:16.4375rem;height:9.375rem;top:2.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVRxWesu26QOG30J3SMgRUoHtAxm6xv { width:16.4375rem;height:9.375rem;top:2.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWrPVv3baO9HE56WNqZogXTkuSnuHFvJ { width:16.4375rem;height:9.375rem;top:2.3125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 { display:block; }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIlnuLNEa17EorOzOtupZv13hMhFrXV8 { width:47.75rem;height:2.875rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3x6qmFoX8sFeCQPdFVNeMq493VdA5pL { top:5.5rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixPeu0y4MfOhlKvwaK34qFIBw2QQwhap { top:5.5rem;left:17.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKeCOzif0ZisZ9QwLytzp7oATbsFI2h { top:5.5rem;left:28rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgoJZpNzeeFR09VdvA2QZl7939FAN74V { display:block; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwvuSTr6dGICaTmykPTFAXB1qplNxJO5 { width:23.6875rem;height:19.4375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKekcezmTnH2BRXuph4zwVwt6RM7VGPs { width:19.4375rem;height:7.875rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez3UzrR8plDpFMZZ61bzEhI2ErpAaLxp { width:20rem;height:1.625rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGBzOFsLJMZyPHAou4UBtHr8kWC0Jozb { width:1.875rem;height:1.875rem;top:5.5625rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRGTHTZsJFI97uLLn71R3QMIJE3J0Qwl { width:1.875rem;height:1.875rem;top:5.5625rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REuXDA16nwceqrN63PMi6a50dib8Omu0 { width:1.875rem;height:1.875rem;top:5.5625rem;left:7rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShKkJhOfwrgHcStZQgUb4bMgfqlPTsPC { width:1.875rem;height:1.875rem;top:5.5625rem;left:8.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkxziprCOpFzAgNJUhQr6SJlB1z85tCO { width:1.875rem;height:1.875rem;top:5.5625rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8PIUAatu12GX17HvWMxkPol7StcNKr9 { width:23.6875rem;height:19.4375rem;top:3.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJDp3od6Jae3xF5fqJegkueGz9sqpTEI { width:23.6875rem;height:19.4375rem;top:3.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D392B3aouRvSGKtwEhH950y78DqxWIHB { width:20rem;height:1.625rem;top:8.0625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV2c188BZ9nRaFvegdUmV1pk0itv1nt7 { width:19.8125rem;height:7.875rem;top:11.3125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI5IhJTTWKNQrpMVsulBsC7syFRR2KzM { width:1.875rem;height:1.875rem;top:5.5625rem;left:19.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWFDfPorPp7SNIpQIs93ksfVwMTBHiey { width:1.875rem;height:1.875rem;top:5.5625rem;left:21rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDRysegVu3wNBstybo313tE1ORM2ablD { width:1.875rem;height:1.875rem;top:5.5625rem;left:22.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srHTwZhTAAyI2rTTQ8n7iTI9ZamZwhsQ { width:1.875rem;height:1.875rem;top:5.5625rem;left:24.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Cch5hweyBgdQkC8W4MJye6qA7rQIZX { width:1.875rem;height:1.875rem;top:5.5625rem;left:26.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok1Ch5Cwnug1dLgwSi0tQNJ0U2MCTwuy { width:1.875rem;height:1.875rem;top:5.5625rem;left:35rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epUQiND7qIrNfWaDmnIdt0XpltaSTzdq { width:1.875rem;height:1.875rem;top:5.5625rem;left:36.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwdANa0s9NQ6CrPcg20Iat0a7TSp1k0u { width:1.875rem;height:1.875rem;top:5.5625rem;left:38.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppVvMCCPOfac9wpfd6WyQss8Px2oLGEl { width:1.875rem;height:1.875rem;top:5.5625rem;left:40.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vgh1kZobyFQTSJzb454wdxO9mNKTap { width:1.875rem;height:1.875rem;top:5.5625rem;left:42.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgqM7nLUaZaelk9EVIEyt4QqhI2w7Ten { width:20rem;height:1.625rem;top:8rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDKm7GMVEZJRO1lB1UIhTPZ044caZ571 { width:17.875rem;height:7.875rem;top:11.3125rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV { display:block; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O94ok3AUJbJARethgIAE9JTu1SapfHpI { width:47.25rem;height:48.9375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cevPlLfm7KGBI13LbyJz5d21u0cJRaGB { width:32.5rem;height:17.9375rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxTvTvO0sk6wyxHN2m73k7IK2ON3D5rU { width:47.75rem;height:2.5625rem;top:7.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhUZJakqPCGD7TC0v9Qu6w0FavJ2Pvxi { width:13.875rem;height:3.4375rem;top:45.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEnbNHuwBDXJiVyBd7xLpPycNNzpO8ZE { display:block; }
 }@media only screen and (max-width: 763px) { #zetmXfNtmFQ5ikAqJTV8Jbbuk3JXOPya { width:32.0625rem;height:8.9375rem;top:31.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfuWzmKyQT4Qrr8lLlcIs1QIXo5rse0g { width:32.0625rem;height:8.9375rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMWt0IiZysTQWlkDdOUc1EfH9SeqGCa { top:12.25rem;left:30rem;width:17.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VACkIpTozKT4fKKJp4riFzEnqhqnRg0m { display:block; }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm4M8vBKcnNz7zSeiLmi4eO4ieFHyTxI { width:47.75rem;height:2.875rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFBKa7O4qfbQdvH24d2hp5dELP339FP0 { top:5.5rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbsc5Zy0gfDkBk1VFRi8HbVpAGtwzMwN { top:5.5rem;left:17.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpe5LiqC9uyHC1X9iFuQufPPxc6dyQqz { top:5.5rem;left:28rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f84IQis8yHnol0GSM7BGlqq0VLQblGly { display:block; }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d075hl4RZDq5G16y96sJAVKMfrMyMrOe { width:21.5rem;height:17.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OldHV6lZtVFKtA3GieSwxgcxqbNfmHm8 { top:2.875rem;left:6.28125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkZd72sDWx668AC9JcFOaUT0VVAWOcA1 { width:18.75rem;height:3.25rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEEdbgJ6sngvTBFKrWZQLTSyrBO9Zd3n { width:17.6875rem;height:6.25rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C36sCCuyI5J2JgKRfQTvAQSlTm22EOuy { width:21.5rem;height:17.875rem;top:1.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qims0FEFNRrDKqarZqcMMfhwmirwrC7H { width:21.5rem;height:17.875rem;top:1.75rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6mnPt6oF0AJJoF6OsepHu8mPUIufSt { top:2.9375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LPmPJc8athXy82SJs7IHae9z61a1C6 { width:18.75rem;height:3.25rem;top:6.875rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g71axOsUSiMd1UU5sxfZg1v2KIeCB0Rm { width:15.8125rem;height:3.25rem;top:6.875rem;left:31.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6GfgNFp1LmcgPtbU7PKASMXEribL8dR { width:16.625rem;height:4.6875rem;top:11.75rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJlNPshhI6KGHiE2pxmilhhABeP2NnpR { width:17.6875rem;height:4.6875rem;top:11.75rem;left:29.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRO4HcOczVhARzdAK1ObLGZoO7QliloA { top:2.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3OBqxze170WnDaUxnK0I6JTNO1WU8sM { display:block; }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKPFp5dtg447brbISUxPgcsTPzZiKLnh { width:21.5rem;height:17.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2dpb1O1ucc2y4isEBxBGi6vgQBHhZbn { top:2.875rem;left:6.28125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmhwRIL8yi1izSNVSvzvP2kPSJlCw69N { width:18.75rem;height:3.25rem;top:7.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSw8FsFQcQdaVwFlW00IqTMDMaTu5pIb { width:17.3125rem;height:4.6875rem;top:12.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4gUTK0TfTkTcosDQ33CQRyBt6XzFxp { width:21.5rem;height:17.875rem;top:1rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfZgDIHwgso3psG8WNcfwTCvRqvmIRXG { width:21.5rem;height:17.875rem;top:1rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLBTbTfV7vJEnfCXScmwJmfkwlM72oqu { width:18.75rem;height:3.25rem;top:7.0625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBogh3ffmUqZsqB3gWttBVXKCTmND9c { width:15.8125rem;height:3.25rem;top:7.0625rem;left:31.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwzCzsBJn7JSttOJzBpZbxAw7APriJuU { width:17.5625rem;height:4.6875rem;top:12.3125rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1JHOS6Ef20aAgdbvuH9M37mXKl7Uyl4 { width:18.5rem;height:4.6875rem;top:12.3125rem;left:29.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMGSLOWJAICVpr1H4p3enl4iC4wBKLaZ { top:3rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcI5bytcz4Z2b3R95VgD9r03ol6aBzqq { top:2.875rem;left:38.0625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap { display:block; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksipnTdyE1Fl1tREJIqETZaEHJWlL77J { width:47.25rem;height:37.25rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POsSunHXtfvNztS5Izur5XaPG0ecMT1p { width:33.125rem;height:2.875rem;top:9.4375rem;left:14.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #numD6bu40e2HedGKmnBal29wWlZBN7UX { top:9.4375rem;left:0rem;width:20.6875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MislmB8XJOZ1O7ZITCFuTPuSTTmzyBiG { width:29.3125rem;height:;top:13.9375rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew7hwkx9sDsaDJSsA4iqlUaKzv7ctfdl { width:22.25rem;height:1.875rem;top:34.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-regular-label { display:block; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-checkbox-label { width:13.75rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX  { width:15rem;height:auto; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX {display:block;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #UskRyw7T4MtPQt5AxRQmGiQz27I8eMPZ {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #T15xPdm9ENEcR67JlX8a8oQ6lSyZq3BW { display:block; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #mR8TXBEby24gNbvxMblf6qf03sOIvFFs {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #I5KhWudcEvgHNZVTVXOKpyqi6LrVnc6G {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #FerBiAebSEpamkbFHMaPtIomCA0zcy67 { display:block; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #JUWtp14b9TdB4U26kHSO80XGV7Jy2Hhw {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #CWfnAk5ATd5JRbGkOfBtTaPUpyr3Bx0N {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #SVQZiIriXAr8EksWloRZ0QWOD88s6Ig6 {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #cRyMmBo9W9cH2mdACs1EERaOuU3HmzgT {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #AccI82zPD6dxZmBrxBMv2rk3X7RppTCn {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #rDXIAuVkPkGCpLsPWxK654zEwk7kMTlp { z-index:2; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #FuVpohxas3UePi89KGCw4GaxzDgF5phx {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #WDB3WeVeUoDneLLmxL3iAqByLS6f9fxO {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #R0AA2eiRKXqKhCPatRhfEenraJ1RAgsy {  }
 }@media only screen and (max-width: 763px) { #p3BvZR3GIvROH1ctieelOU0lvRRVkSxy { display:block; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhKI6QH7TSt1xxiWRtUnrdRcPtgqT8HI { top:2.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmDM26bNbTf3xEfiUfG3RKzLqyxsXcIV { top:2.25rem;left:6.75rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDl958IKpsm9NlJs3xhUfnxVdeXaTqQs { display:block; }
 }@media only screen and (max-width: 763px) { #y8CkV5XAidoW5nZUrQCrqr3WmvDShtWJ { top:2.125rem;left:26.875rem;width:20.75rem;height:2.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 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed9ed509-82c9-4ec4-8c0d-c76cffb3647b/202412Bbg1.webp");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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD16bLyMgNHSFIFgMx0aRp13bVOAyPAR { width:18.875rem;height:38.6875rem;top:1.46875rem;left:0.375rem;border-top:0.1875rem solid #f299ca;border-left:0.1875rem solid #f299ca;border-right:0.1875rem solid #f299ca;border-bottom:0.1875rem solid #f299ca;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFvKV3cI6liU4AFl4wyLk71brgf9yxoL { width:15.125rem;height:9.7485625rem;top:3.0625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MEMTiau6nmsZLiqH9WgLAGRnaOVT7osh { width:16rem;height:8.3958125rem;top:14.9990234375rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Li5fv3a8XMRKLVKaM8M5pL2MlQHbWcuZ { width:6.25rem;height:0.125rem;top:13.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-regular-label { display:block;width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;background-color:#ffffff;background-image:none;height:2.5rem;display:block;vertical-align:top; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-text {padding-top: 0; padding-bottom: 0;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-select {padding-top: 0; padding-bottom: 0;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-container:first-of-type{padding-top:0;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .widget-container:last-of-type{padding-bottom:0;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT  { width:16.75rem;height:auto;top:23.39236164093rem;left:0.375rem;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;background-color:transparent;background-image:none; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT {display:block;}#xnLkudbXQI62RrwQ92UVPMKziEPm9AJT { width:16.75rem;height:auto;top:23.39236164093rem;left:0.375rem;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;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #TF3HAyrN7TTi9SBhR3GNuusa7MDZlxRx {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #rGC8TSpTV31MyTclqxzK2Gz1FtftCavS { display:none; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #OqbPITsXl3SuLeBpcFr1N75SvT5SIe39 {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #ge28VqWyGQlVgoLB9gDMP6eRs790TRvI {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #utxCTnMBORWC86RV2H2CzQsFqUbD4svx { display:none; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #VDttpQmhCTVMuVSEqsrN9BIxbuQaUxTv {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #BZwCiUOAO830QkTRLD7ZRfETgZetyGPQ {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #LoKUPTfQDuMlHPQtLzLZtzfuTHG2prgf {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #gf3Bk3pkacgiAAmB2eDI4LgFxf1W5GWg {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #cbgKsltlNatUBAZQbTOmuwUbKO7payDR {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #cD5x69AXucPE8gXi57qvuOqEHPDcNcG4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #q9Wyzn0y2nnZtiWkHeSnMQIxue9nuvr5 {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #S7DZan1or7mSHbtQxHewP9dpss4eTXVU {  }
 }@media only screen and (max-width: 763px) { #xnLkudbXQI62RrwQ92UVPMKziEPm9AJT #OUeugOGFtGSacAA4TCpWtEOlKZ9hWaqG {  }
 }@media only screen and (max-width: 763px) { #pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy { display:block; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ako72KMGERgqcGoDZcrCuAQAIBppakFo { width:18.8125rem;height:4.14323125rem;top:1.4375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gKom7Eq7rIC7wVIJ6NUPEhc45VP81C34 { display:flex;width:1.875rem;height:1.875rem;top:6.375rem;left:6.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #liwdNIxCiSK39w1dJWk6pSIgRyWyeOXJ { display:flex;width:1.875rem;height:1.875rem;top:6.375rem;left:9rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dzAZqM04TTo3HR8mKfp2OLCJboOuEFfK { display:flex;width:1.875rem;height:1.875rem;top:6.375rem;left:12rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Cyv83S8ApfRTrk861k3EP6nS12dH92Ju { display:block; }#Cyv83S8ApfRTrk861k3EP6nS12dH92Ju > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATBBTtu4Boo1J2JRf6LaOLU1McbtDuA4 { width:15.9375rem;height:3.8496125rem;top:1.71240234375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 { display:block; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCTBTJp7WW2O7calF0Jouup6PqgWAZsg { width:16.25rem;height:7.5rem;top:1.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8pK2Du3Dc6ODLPmpFahZG4CZrAcWbpp { width:11.5rem;height:4.72411875rem;top:3.3876953125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WagnMxZU1cinrpgUPlizRJZAvUvKLnwB { width:12.1875rem;height:4.38541875rem;top:12.21875rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMHTDPfNsNxGxvEKQiKbx5O6zMLBK9W { width:13.25rem;height:4.38541875rem;top:20.8544921875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1mXc39SEWxXRl8gqPCTqFJvi16ThzaD { width:12.875rem;height:4.38541875rem;top:29.5380859375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4MGx2dPy8SPKUCQXH7KLDSspVHEaeVW { width:16.4375rem;height:7.5rem;top:10.474609375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVRxWesu26QOG30J3SMgRUoHtAxm6xv { width:16.4375rem;height:7.5rem;top:19.1103515625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWrPVv3baO9HE56WNqZogXTkuSnuHFvJ { width:16.4375rem;height:7.5rem;top:27.7939453125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 { display:block; }#ZDRsWu2etsKdEr1nVdzDTbpEScFKVt33 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIlnuLNEa17EorOzOtupZv13hMhFrXV8 { width:20rem;height:1.8374rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g3x6qmFoX8sFeCQPdFVNeMq493VdA5pL { display:flex;width:1.875rem;height:1.875rem;top:3.5rem;left:6.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ixPeu0y4MfOhlKvwaK34qFIBw2QQwhap { display:flex;width:1.875rem;height:1.875rem;top:3.5rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #STKeCOzif0ZisZ9QwLytzp7oATbsFI2h { display:flex;width:1.875rem;height:1.875rem;top:3.5rem;left:12rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qgoJZpNzeeFR09VdvA2QZl7939FAN74V { background-color:#ddfff7;background-image:none;display:block; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container { background-color: transparent; background-image: none; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container > .video-iframe-container { display: none; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row > .video-iframe-container { display: none; }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .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); }#qgoJZpNzeeFR09VdvA2QZl7939FAN74V > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwvuSTr6dGICaTmykPTFAXB1qplNxJO5 { width:20rem;height:18.125rem;top:0.82421875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zKekcezmTnH2BRXuph4zwVwt6RM7VGPs { width:17.0625rem;height:9.1875rem;top:6.875rem;left:1.46875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez3UzrR8plDpFMZZ61bzEhI2ErpAaLxp { width:20rem;height:1.29980625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FGBzOFsLJMZyPHAou4UBtHr8kWC0Jozb { width:1.875rem;height:1.875rem;top:21.625rem;left:12.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRGTHTZsJFI97uLLn71R3QMIJE3J0Qwl { width:1.875rem;height:1.875rem;top:21.625rem;left:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REuXDA16nwceqrN63PMi6a50dib8Omu0 { width:1.875rem;height:1.875rem;top:21.625rem;left:10.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShKkJhOfwrgHcStZQgUb4bMgfqlPTsPC { width:1.875rem;height:1.875rem;top:21.625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkxziprCOpFzAgNJUhQr6SJlB1z85tCO { width:1.875rem;height:1.875rem;top:21.625rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8PIUAatu12GX17HvWMxkPol7StcNKr9 { width:20rem;height:18.125rem;top:19.55322265625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bJDp3od6Jae3xF5fqJegkueGz9sqpTEI { width:20rem;height:18.125rem;top:38.53466796875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D392B3aouRvSGKtwEhH950y78DqxWIHB { width:20rem;height:1.29980625rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #BV2c188BZ9nRaFvegdUmV1pk0itv1nt7 { width:16.625rem;height:8.5738125rem;top:25.80322265625rem;left:1.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LI5IhJTTWKNQrpMVsulBsC7syFRR2KzM { width:1.875rem;height:1.875rem;top:2.8125rem;left:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWFDfPorPp7SNIpQIs93ksfVwMTBHiey { width:1.875rem;height:1.875rem;top:2.8125rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDRysegVu3wNBstybo313tE1ORM2ablD { width:1.875rem;height:1.875rem;top:2.8125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srHTwZhTAAyI2rTTQ8n7iTI9ZamZwhsQ { width:1.875rem;height:1.875rem;top:2.8125rem;left:10.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Cch5hweyBgdQkC8W4MJye6qA7rQIZX { width:1.875rem;height:1.875rem;top:2.8125rem;left:12.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok1Ch5Cwnug1dLgwSi0tQNJ0U2MCTwuy { width:1.875rem;height:1.875rem;top:40rem;left:12.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epUQiND7qIrNfWaDmnIdt0XpltaSTzdq { width:1.875rem;height:1.875rem;top:40rem;left:11rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwdANa0s9NQ6CrPcg20Iat0a7TSp1k0u { width:1.875rem;height:1.875rem;top:40rem;left:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppVvMCCPOfac9wpfd6WyQss8Px2oLGEl { width:1.875rem;height:1.875rem;top:40rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vgh1kZobyFQTSJzb454wdxO9mNKTap { width:1.875rem;height:1.875rem;top:40rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgqM7nLUaZaelk9EVIEyt4QqhI2w7Ten { width:20rem;height:1.29980625rem;top:41.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #wDKm7GMVEZJRO1lB1UIhTPZ044caZ571 { width:17.3125rem;height:8.5738125rem;top:44.5625rem;left:1.34375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV { background-color:#ddfff7;background-image:none;display:block; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { background-color: transparent; background-image: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container > .video-iframe-container { display: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container { display: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .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); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O94ok3AUJbJARethgIAE9JTu1SapfHpI { width:19.5625rem;height:100.25rem;top:0.68701171875rem;left:0.12451171875rem;border-top:0.125rem solid #f299ca;border-left:0.125rem solid #f299ca;border-right:0.125rem solid #f299ca;border-bottom:0.125rem solid #f299ca;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cevPlLfm7KGBI13LbyJz5d21u0cJRaGB { width:17.9375rem;height:25.59725rem;top:40.54638671875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxTvTvO0sk6wyxHN2m73k7IK2ON3D5rU { width:20rem;height:3.8496125rem;top:2.42919921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rhUZJakqPCGD7TC0v9Qu6w0FavJ2Pvxi { width:13.25rem;height:3.4375rem;top:94.5625rem;left:3.375rem;font-size:1.125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ZEnbNHuwBDXJiVyBd7xLpPycNNzpO8ZE { display:block; }
 }@media only screen and (max-width: 763px) { #zetmXfNtmFQ5ikAqJTV8Jbbuk3JXOPya { width:18.25rem;height:12.798625rem;top:67.54150390625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfuWzmKyQT4Qrr8lLlcIs1QIXo5rse0g { width:18.1875rem;height:11.1988125rem;top:81.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMWt0IiZysTQWlkDdOUc1EfH9SeqGCa { width:17.75rem;height:31.6875rem;top:7.3720703125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VACkIpTozKT4fKKJp4riFzEnqhqnRg0m { display:block; }#VACkIpTozKT4fKKJp4riFzEnqhqnRg0m > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm4M8vBKcnNz7zSeiLmi4eO4ieFHyTxI { width:20rem;height:1.8374rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zFBKa7O4qfbQdvH24d2hp5dELP339FP0 { display:flex;width:1.875rem;height:1.875rem;top:3.5rem;left:6.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xbsc5Zy0gfDkBk1VFRi8HbVpAGtwzMwN { display:flex;width:1.875rem;height:1.875rem;top:3.5rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Lpe5LiqC9uyHC1X9iFuQufPPxc6dyQqz { display:flex;width:1.875rem;height:1.875rem;top:3.5rem;left:12rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #f84IQis8yHnol0GSM7BGlqq0VLQblGly { display:block; }#f84IQis8yHnol0GSM7BGlqq0VLQblGly > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d075hl4RZDq5G16y96sJAVKMfrMyMrOe { width:18.4375rem;height:15.625rem;top:1.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OldHV6lZtVFKtA3GieSwxgcxqbNfmHm8 { display:flex;width:2.5rem;height:2.5rem;top:2.875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #OkZd72sDWx668AC9JcFOaUT0VVAWOcA1 { width:14.6875rem;height:2.9236125rem;top:5.875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEEdbgJ6sngvTBFKrWZQLTSyrBO9Zd3n { width:15.9375rem;height:6rem;top:9.9375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C36sCCuyI5J2JgKRfQTvAQSlTm22EOuy { width:18.4375rem;height:15.625rem;top:19.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qims0FEFNRrDKqarZqcMMfhwmirwrC7H { width:18.125rem;height:15.625rem;top:36.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6mnPt6oF0AJJoF6OsepHu8mPUIufSt { display:flex;width:2.5rem;height:2.5rem;top:38.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #R2LPmPJc8athXy82SJs7IHae9z61a1C6 { width:16.625rem;height:2.9236125rem;top:23.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g71axOsUSiMd1UU5sxfZg1v2KIeCB0Rm { width:13.9375rem;height:2.9236125rem;top:41.25rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6GfgNFp1LmcgPtbU7PKASMXEribL8dR { width:14.125rem;height:4.19791875rem;top:28.162109375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;display:block; }
 }@media only screen and (max-width: 763px) { #bJlNPshhI6KGHiE2pxmilhhABeP2NnpR { width:15.3125rem;height:4.19791875rem;top:45.4990234375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;display:block; }
 }@media only screen and (max-width: 763px) { #gRO4HcOczVhARzdAK1ObLGZoO7QliloA { display:flex;width:2.5rem;height:2.5rem;top:20.875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #H3OBqxze170WnDaUxnK0I6JTNO1WU8sM { display:block; }#H3OBqxze170WnDaUxnK0I6JTNO1WU8sM > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKPFp5dtg447brbISUxPgcsTPzZiKLnh { width:18.4375rem;height:15.625rem;top:0.9375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2dpb1O1ucc2y4isEBxBGi6vgQBHhZbn { display:flex;width:2.5rem;height:2.5rem;top:2.8125rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #hmhwRIL8yi1izSNVSvzvP2kPSJlCw69N { width:14.6875rem;height:2.9236125rem;top:5.875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSw8FsFQcQdaVwFlW00IqTMDMaTu5pIb { width:15.9375rem;height:4.5rem;top:9.9375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oX4gUTK0TfTkTcosDQ33CQRyBt6XzFxp { width:18.4375rem;height:15.625rem;top:18.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfZgDIHwgso3psG8WNcfwTCvRqvmIRXG { width:18.125rem;height:15.625rem;top:35.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLBTbTfV7vJEnfCXScmwJmfkwlM72oqu { width:16.625rem;height:2.9236125rem;top:22.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBogh3ffmUqZsqB3gWttBVXKCTmND9c { width:13.9375rem;height:2.9236125rem;top:40.5625rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwzCzsBJn7JSttOJzBpZbxAw7APriJuU { width:15.6875rem;height:4.19791875rem;top:27.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;display:block; }
 }@media only screen and (max-width: 763px) { #m1JHOS6Ef20aAgdbvuH9M37mXKl7Uyl4 { width:16.375rem;height:4.19791875rem;top:44.9990234375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;display:block; }
 }@media only screen and (max-width: 763px) { #PMGSLOWJAICVpr1H4p3enl4iC4wBKLaZ { display:flex;width:2.5rem;height:2.5rem;top:19.75rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #dcI5bytcz4Z2b3R95VgD9r03ol6aBzqq { display:flex;width:2.5rem;height:2.5rem;top:37.375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3004a096-69ff-4732-b57f-6f1d9f9f0d6f/202412Bbg3.webp");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; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap.adaptive-delivery-prevent-bg, #wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap.lazyload, #wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap.lazyloading { background-image: none; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container { background-color: transparent; background-image: none; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container > .video-iframe-container { display: none; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row > .video-iframe-container { display: none; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .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); }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container { border-width: 0; border-radius: 0; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPKMOQtRX2a7dwm7opdL9lXCKpZhKWap > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksipnTdyE1Fl1tREJIqETZaEHJWlL77J { width:19.625rem;height:52.5625rem;top:2.5rem;left:0rem;background-color:rgba(147,225,216,0.84);background-image:none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.1875rem solid #f299ca;border-left:0.1875rem solid #f299ca;border-right:0.1875rem solid #f299ca;border-bottom:0.1875rem solid #f299ca;display:block; }
 }@media only screen and (max-width: 763px) { #POsSunHXtfvNztS5Izur5XaPG0ecMT1p { width:16.9375rem;height:4.5486125rem;top:4.4375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #numD6bu40e2HedGKmnBal29wWlZBN7UX { width:14.625rem;height:16.8125rem;top:9.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MislmB8XJOZ1O7ZITCFuTPuSTTmzyBiG { width:17.8125rem;height:7.434875rem;top:30.49365234375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ew7hwkx9sDsaDJSsA4iqlUaKzv7ctfdl { width:20rem;height:1.48730625rem;top:27.56884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;background-color:#ffffff;background-image:none;height:2.5rem;display:block;vertical-align:top; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-container:first-of-type{padding-top:0;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .widget-container:last-of-type{padding-bottom:0;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX  { width:17.5rem;height:auto;top:37.86767578125rem;left:0rem;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;background-color:transparent;background-image:none; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX {display:block;}#ECJnPiVH44SDpV5tURl2OdORCsz6ATfX { width:17.5rem;height:auto;top:37.86767578125rem;left:0rem;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;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #UskRyw7T4MtPQt5AxRQmGiQz27I8eMPZ {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #T15xPdm9ENEcR67JlX8a8oQ6lSyZq3BW { display:none; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #mR8TXBEby24gNbvxMblf6qf03sOIvFFs {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #I5KhWudcEvgHNZVTVXOKpyqi6LrVnc6G {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #FerBiAebSEpamkbFHMaPtIomCA0zcy67 { display:none; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #JUWtp14b9TdB4U26kHSO80XGV7Jy2Hhw {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #CWfnAk5ATd5JRbGkOfBtTaPUpyr3Bx0N {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #SVQZiIriXAr8EksWloRZ0QWOD88s6Ig6 {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #cRyMmBo9W9cH2mdACs1EERaOuU3HmzgT {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #AccI82zPD6dxZmBrxBMv2rk3X7RppTCn {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #rDXIAuVkPkGCpLsPWxK654zEwk7kMTlp { z-index:2; }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #FuVpohxas3UePi89KGCw4GaxzDgF5phx {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #WDB3WeVeUoDneLLmxL3iAqByLS6f9fxO {  }
 }@media only screen and (max-width: 763px) { #ECJnPiVH44SDpV5tURl2OdORCsz6ATfX #R0AA2eiRKXqKhCPatRhfEenraJ1RAgsy {  }
 }@media only screen and (max-width: 763px) { #p3BvZR3GIvROH1ctieelOU0lvRRVkSxy { background-color:#014f61;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; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container { background-color: transparent; background-image: none; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container > .video-iframe-container { display: none; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row > .video-iframe-container { display: none; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .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); }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container { border-width: 0; border-radius: 0; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3BvZR3GIvROH1ctieelOU0lvRRVkSxy > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhKI6QH7TSt1xxiWRtUnrdRcPtgqT8HI { width:20rem;height:2.2743rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmDM26bNbTf3xEfiUfG3RKzLqyxsXcIV { top:6.5732421875rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDl958IKpsm9NlJs3xhUfnxVdeXaTqQs { display:block; }
 }@media only screen and (max-width: 763px) { #y8CkV5XAidoW5nZUrQCrqr3WmvDShtWJ { width:18.375rem;height:2.2744125rem;top:4.1748046875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }