.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:url("https://images.assets-landingi.com/uc/62926c34-7fe7-47cf-bc64-882b25d45891/202410bbg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container { display: none; }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .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); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG { display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG { background-color: transparent; background-image: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container > .video-iframe-container { display: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container { display: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .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); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { background-color:transparent;background-image:none;width:75rem;height:30.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#AVSmlVafmqgadFx8yqPHEXKh8ZyOUWNX { color:#000000;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.499267578125rem;left:0rem;height:9.75rem;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; }
#RscAqSbVsIaDTD1cqwiTN80Xe8M6lTKc { position:absolute;display:block;z-index:15004;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;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:11.5rem;width:75rem;top:18.75rem;left:0rem;display:block; }
#rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { color:#000000;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.240478515625rem;left:0rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-form-header {  }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-regular-label { display:none;width:24.125rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1.3;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #ffad60;border-left:0.125rem solid #ffad60;border-right:0.125rem solid #ffad60;border-bottom:0.125rem solid #ffad60;height:3.75rem;width:24.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1.3;box-sizing:border-box;font-family:lato;font-weight:400;font-size:1.125rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-text {padding-top: 0; padding-bottom: 0;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #ffad60;border-left:0.125rem solid #ffad60;border-right:0.125rem solid #ffad60;border-bottom:0.125rem solid #ffad60;height:3.625rem;width:24.125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1.3;box-sizing:border-box;font-family:lato;font-weight:400;font-size:1.125rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:24.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-select {padding-top: 0; padding-bottom: 0;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:15.625rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#e85c0d;line-height:1.3;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#96ceb4;background-image:none;overflow:hidden;box-shadow: none; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv [class*="-text"]:-moz-placeholder { font-size:1.125rem;font-family:lato;color:#000000;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv [class*="-text"]::-moz-placeholder { font-size:1.125rem;font-family:lato;color:#000000;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;font-family:lato;color:#000000;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;font-family:lato;color:#000000;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:64.375rem;height:auto;font-size:1.125rem;font-family:lato;line-height:1.3;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616;font-weight:300;font-style:normal; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:11.375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-container:first-of-type{padding-top:0;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-container:last-of-type{padding-bottom:0;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:65.75rem;height:auto;left:3.3427734375rem;top:21.826171875rem;z-index:15005;position:absolute; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .radio-container { width:24.75rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:65.75rem;height:auto;left:3.3427734375rem;top:21.826171875rem;z-index:15005;position:absolute; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #eP0KfVqKXxbLx3N4wW6pR7kDHSAx5AN3 { position:relative; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #d32MqBsyy0155RuMx0xPLTfy7kEcTxFl { position:relative;display:none; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #Q4LRPD5wwiskd7xRK4urUd6fJGWR1zCU { position:relative; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #sC6lLlXJzhDObJqD9RdmRbagmfeM6IdR { position:relative; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #pV7ysBBHz0sugPQvF6nTdkb6hTUvlR9p { position:relative;display:none; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #Ah2Vk6Vz3nQGxPPUc72bk7QGSXN1cpwD { position:relative; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #UTTm7HeloMTmwCw7J2tWIqr9Xg4ccJnH { position:relative; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #HirhihpKQRwvEaurSpz3dmr0nuukuLPJ { position:relative; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #vbtBkRKRePxQpfHmGJ7TL0NE0pTWSqiF { position:relative; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #e30kIgRl9Df3xpGvAvT1Mm9wcE5pfgla { position:relative;z-index:2; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #OKu2TLSRasKAR9VdGAIQL6qlnqhFJu4e { position:relative; }
#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { position:relative;display:block; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { background-color: transparent; background-image: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container > .video-iframe-container { display: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container { display: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .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); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { border-width: 0; border-radius: 0; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7253e;background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#G9wMUgDyi5sRvEeidaZzGTfzTiU6Thca { color:#ffeead;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.39013671875rem;left:0rem;height:2.84399375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffeead, #ffffff);background-image: -moz-linear-gradient(top, #ffeead, #ffffff);background-image: -ms-linear-gradient(top, #ffeead, #ffffff);background-image: -o-linear-gradient(top, #ffeead, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeead', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeead', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #ffeead, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { background-color: transparent; background-image: none; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container > .video-iframe-container { display: none; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row > .video-iframe-container { display: none; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .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); }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { border-width: 0; border-radius: 0; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#T1CgT9PZUp3OXTFTFwgohX3gze4sBGrf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12rem;width:12rem;top:1rem;left:25.5rem;overflow:hidden;display:block; }
#ZXTqzbptnG1acq0CvyIiRhQ8q3GUaw0o { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12rem;width:12rem;top:13rem;left:37.5rem;overflow:hidden;display:block; }
#omtnEfhJ5v4kppzgueoFBMztNSct0LGU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12rem;width:12rem;top:12.998657226562rem;left:13.539428710938rem;overflow:hidden;display:block; }
#Lb0x44iuMTuPL5GEAdkW2anulMVVKFPT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.998875rem;width:11.998875rem;top:0.999755859375rem;left:49.498291015625rem;overflow:hidden;display:block; }
#rWbXF1TOQTNSF6ksJCaZNAx1tCw3voOp { box-sizing:content-box;height:11.9983125rem;width:11.9983125rem;position:absolute;display:block;z-index:15005;background-color:#ffad60;background-image:none;top:0.999755859375rem;left:37.498779296875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#WwI6HFp2SaZfuZC1ccKylfb4maLWOk6M { box-sizing:content-box;height:11.9983125rem;width:11.9983125rem;position:absolute;display:block;z-index:15006;background-color:#96ceb4;background-image:none;top:12.998657226562rem;left:25.499877929688rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#DKCxT9CxGsgIn0Ikl304fHi0P7gLXASH { color:#000000;display:block;width:12rem;position:absolute;font-family:"architects daughter";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:37.5rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#Qom9NHoBUUeOwlQJanvQOMHf7i2kAqD3 { color:#000000;display:block;width:12rem;position:absolute;font-family:"architects daughter";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1875rem;left:25.5rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#ynTPBCFAi5UD28GDTzBRBLyEnQTPiBrm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24rem;width:12rem;top:0.9674072265625rem;left:0.811767578125rem;overflow:hidden;display:block; }
#pR0HVv9DHTtm6g4BKUUVv1netvmKMpE0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.9995rem;width:11.9995rem;top:0.99853515625rem;left:13.539428710938rem;overflow:hidden;display:block; }
#D5bBGRHo66hsgAKMkMvClUXZqAvorLfh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.9995rem;width:11.9995rem;top:12.998657226562rem;left:49.498901367188rem;overflow:hidden;display:block; }
#oDxtB4elfDkCrHMV3JgtGiDgFw0wqt5A { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24rem;width:12rem;top:0.9375rem;left:62.1875rem;overflow:hidden;display:block; }
#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row .container { background-color: transparent; background-image: none; }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row .container > .video-iframe-container { display: none; }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row > .video-iframe-container { display: none; }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .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); }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row .container { border-width: 0; border-radius: 0; }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Wq3Jd07syJZNK3pDAHXTTChZXVt2nlBv { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.749267578125rem;left:7.1875rem; }
#JCfoeoGe253Cmkv5WaC9D1ZpZRl1iZLi { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.061767578125rem;left:26.25rem; }
#BWw4Lp2ZlgvVifxeQrtUbgQfyRXG5Do4 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.061767578125rem;left:45rem; }
#nRIhw9FilIennHowtKMvI2IzAJDstzsw { color:#000000;display:block;width:16.124875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.06005859375rem;left:1.31103515625rem;height:6.501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMKWM4SNmfGLqdaW3HLQZhM4475meGFv { color:#000000;display:block;width:16.31225rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.06005859375rem;left:19.967651367188rem;height:6.501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXclRuqhoUIkrC7S68QTkhhuHeV2GSAM { color:#000000;display:block;width:15.874625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.06005859375rem;left:38.936157226562rem;height:6.501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAreHlNzdhooxaFm4zztZtu04wQdwvgK { color:#000000;display:block;width:16.187125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.06005859375rem;left:57.529907226562rem;height:6.501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EdUULbAV9rXsk4V8kydL1hWK9Ga29Zln { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.061767578125rem;left:63.75rem; }
#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #96ceb4);background-image: -moz-linear-gradient(180deg, #ffffff, #96ceb4);background-image: -ms-linear-gradient(180deg, #ffffff, #96ceb4);background-image: -o-linear-gradient(180deg, #ffffff, #96ceb4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#96ceb4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#96ceb4' );";background-image: linear-gradient(180deg, #ffffff, #96ceb4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row .container { background-color: transparent; background-image: none; }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row .container > .video-iframe-container { display: none; }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row > .video-iframe-container { display: none; }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .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); }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row .container { border-width: 0; border-radius: 0; }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#vHARWkWPgHLauu5iVGGySGSTXZeNzXPT { color:#000000;display:block;width:31.9360625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.536254882812rem;left:34.989013671875rem;height:16.2524625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#na80UUnzl4t8hTnOUB2flBqG0qZZrqlg { box-sizing:content-box;height:4.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15010;background-color:#eeefef;background-image:none;top:36.747397422791rem;left:34.989583015442rem;display:block; }
#fux87mkmsco0axdloaowSQoSzV8geF7B { box-sizing:content-box;height:3.125rem;width:0.1875rem;position:absolute;display:block;z-index:15011;background-color:#96ceb4;background-image:none;top:37.216147422791rem;left:35.791668891907rem;display:block; }
#dPCnB2oERyZPb4qVVwI7QqsvaItQ4J8U { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.2626953125rem;left:7.880859375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GMvamOcq5OzI3g5SALqC0TbH7tMT5C1g { background-color:#c7253e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.312rem;height:2.6245125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:37.4658203125rem;left:36.800537109375rem;display:block; }
#SAWylRuSAiWcNpGoSMCzU8sUmaMHRk17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UOJFw479IeUXfFDC0sqWNGGCFdMkx105 { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.7548828125rem;left:31.23828125rem;height:2.84399375rem;text-align:right;text-align-last:right;font-style:italic;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; }
#AOHpMRBztbQ0GApEC3fEna0uiQJ7uqwb { box-sizing:content-box;height:22.5rem;width:22.5rem;position:absolute;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77c41b8f-b969-4965-8111-7e71dd6cdce2/ShellyFlores.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.22412109375rem;left:7.5689697265625rem;border-top:0.3125rem solid #96ceb4;border-left:0.3125rem solid #96ceb4;border-right:0.3125rem solid #96ceb4;border-bottom:0.3125rem solid #96ceb4;display:block; }#AOHpMRBztbQ0GApEC3fEna0uiQJ7uqwb.adaptive-delivery-prevent-bg, #AOHpMRBztbQ0GApEC3fEna0uiQJ7uqwb.lazyload, #AOHpMRBztbQ0GApEC3fEna0uiQJ7uqwb.lazyloading { background-image: none; }
#gZtG5meDUV7Nc83bstpefBThS61HJsMl { box-sizing:content-box;height:35.8125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#ffad60;background-image:none;top:6.7547607421875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#agH0KsTWzaQTokZQUsMeEDS4uMdwOiZw { box-sizing:content-box;height:0.3125rem;width:11.875rem;position:absolute;display:block;z-index:15025;background-color:#ffeead;background-image:none;top:10.325317382812rem;left:61.581420898438rem;display:block; }
#GHuezZbJipbq7TsfDN0sFDwNkScJ9gwW { 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:15026;opacity:1;top:38.70361328125rem;left:0.9368896484375rem; }
#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#96ceb4;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; }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row .container { background-color: transparent; background-image: none; }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row .container > .video-iframe-container { display: none; }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row > .video-iframe-container { display: none; }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .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); }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row .container { border-width: 0; border-radius: 0; }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7253e;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; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row .container { background-color: transparent; background-image: none; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row .container > .video-iframe-container { display: none; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row > .video-iframe-container { display: none; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .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); }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row .container { border-width: 0; border-radius: 0; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7253e;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; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row .container { background-color: transparent; background-image: none; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row .container > .video-iframe-container { display: none; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row > .video-iframe-container { display: none; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .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); }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row .container { border-width: 0; border-radius: 0; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#qHDtV81Rw1tsubchCJXb5AE9d9IW8QiK { position:absolute;display:block;z-index:15000;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;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:7.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#qHNbAkgvHWGTHX1UH2uDvyUK46xKo4lX { color:#000000;display:block;width:33rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.03125rem;left:21rem;height:5.6879875rem;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; }
#Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7253e;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; } #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection *:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="text"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="email"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="tel"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection textarea:focus-visible { outline: none; } #TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container { background-color: transparent; background-image: none; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container > .video-iframe-container { display: none; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row > .video-iframe-container { display: none; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .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); }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container { border-width: 0; border-radius: 0; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7253e;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; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row .container { background-color: transparent; background-image: none; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row .container > .video-iframe-container { display: none; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row > .video-iframe-container { display: none; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .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); }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row .container { border-width: 0; border-radius: 0; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62926c34-7fe7-47cf-bc64-882b25d45891/202410bbg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v.adaptive-delivery-prevent-bg, #aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v.lazyload, #aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v.lazyloading { background-image: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { background-color: transparent; background-image: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container > .video-iframe-container { display: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row > .video-iframe-container { display: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .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); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { border-width: 0; border-radius: 0; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#kJ5faBpRZP98Z4TTmRZJXIS8ywIwuX26 { color:#000000;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.59375rem;left:0rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akn6PW9eV8v5a3MLv8nGDLVU16Z8nABc { box-sizing:content-box;height:8.5625rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:5.6875rem;left:0rem;display:block; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-form-header {  }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-regular-label { display:none;width:24.125rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #96ceb4;border-left:0.125rem solid #96ceb4;border-right:0.125rem solid #96ceb4;border-bottom:0.125rem solid #96ceb4;height:3.75rem;width:24.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1.3;box-sizing:border-box;font-family:lato;font-weight:400;font-size:1.125rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #96ceb4;border-left:0.125rem solid #96ceb4;border-right:0.125rem solid #96ceb4;border-bottom:0.125rem solid #96ceb4;height:3.625rem;width:24.125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1.3;box-sizing:border-box;font-family:lato;font-weight:400;font-size:1.125rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:24.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.75rem;width:15.625rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#c7253e;line-height:1.3;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#ffeead;background-image:none;overflow:hidden; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda [class*="-text"]:-moz-placeholder { font-size:1.125rem;font-family:lato;color:#000000;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda [class*="-text"]::-moz-placeholder { font-size:1.125rem;font-family:lato;color:#000000;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;font-family:lato;color:#000000;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;font-family:lato;color:#000000;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:64.375rem;height:auto;font-size:1.125rem;font-family:lato;line-height:1.3;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616;font-weight:300;font-style:normal; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:11.375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-container:first-of-type{padding-top:0;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-container:last-of-type{padding-bottom:0;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:65.75rem;height:auto;left:3.375rem;top:5.736328125rem;z-index:15010;position:absolute; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .radio-container { width:24.75rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:65.75rem;height:auto;left:3.375rem;top:5.736328125rem;z-index:15010;position:absolute; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #bH9hWgabvkC5INz9Z5pzbc3KbTdUTX9i { position:relative; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #ITN1VdX9EI0lbdLbwwKRcuZqTsgkfpGi { position:relative;display:none; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #MW2yLnAWF9ssPy47TW4PstNWtXwlZCZy { position:relative; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #h0NSV1p1s4KCmdeya3k6sTFNicM19TEy { position:relative; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #PHHFxh4nI6M3WTqD1SmhFS3fGdPbLRil { position:relative;display:none; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #cespF26PoaMsmCxvC2P8vVnThorT2kdX { position:relative; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #CpSlsL336idLSy73FORR9BW7riPk1CiV { position:relative; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #Iyrq3KMq6s7fNUp6tMSdyi0MsTTvVnAn { position:relative; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #tH8p5GC4na8yRCzunToJTNr4aTKmTnz7 { position:relative; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #n1nrUXTnQPt56qf5QoVzRlUgwh4fvFxp { position:relative;z-index:2; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #q8NPtK7b73zinA3Ki9unIN0tn0PcDEU6 { position:relative; }
#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row .container { background-color: transparent; background-image: none; }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row .container > .video-iframe-container { display: none; }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row > .video-iframe-container { display: none; }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .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); }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row .container { border-width: 0; border-radius: 0; }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#m5wEZSa1QEhzaCTnZfTQDHdsfCOd6F9z { color:#ffeead;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.7627rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0zxtkZeQwflCuK9sGCMfDTkm3OehV99 { color:#ffeead;display:block;width:16.124rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.3125rem;left:29.4375rem;height:2.76269375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbN8uHqBuos4IueJ1TM4twFglNGZJQh0 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffeead;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.686525rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.375rem;left:50rem;display:block; }
#WH5csTHCuFHaAwGw8PT0Bdhh3fctWRTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tt541EygtvgFneaa27qwZMBDgb1GTUTG { display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVSmlVafmqgadFx8yqPHEXKh8ZyOUWNX { width:47.75rem;height:9.6875rem;top:5.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RscAqSbVsIaDTD1cqwiTN80Xe8M6lTKc { width:47.75rem;height:11.5rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { width:47.75rem;height:1.625rem;top:20.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-regular-label { width:13.875rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-text { width:13.875rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-text {padding-top: 0; padding-bottom: 0;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-textarea { width:13.875rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-select { width:13.875rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-select {padding-top: 0; padding-bottom: 0;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-checkbox-label { width:43.875rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-radio-label { width:6.25rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv  { width:45.25rem;height:auto;top:21.8125rem;left:0rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .radio-container { width:14.5rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv {display:inline-block;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv { width:45.25rem;height:auto;top:21.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #eP0KfVqKXxbLx3N4wW6pR7kDHSAx5AN3 {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #d32MqBsyy0155RuMx0xPLTfy7kEcTxFl {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #Q4LRPD5wwiskd7xRK4urUd6fJGWR1zCU {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #sC6lLlXJzhDObJqD9RdmRbagmfeM6IdR {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #pV7ysBBHz0sugPQvF6nTdkb6hTUvlR9p {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #Ah2Vk6Vz3nQGxPPUc72bk7QGSXN1cpwD {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #UTTm7HeloMTmwCw7J2tWIqr9Xg4ccJnH {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #HirhihpKQRwvEaurSpz3dmr0nuukuLPJ {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #vbtBkRKRePxQpfHmGJ7TL0NE0pTWSqiF {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #e30kIgRl9Df3xpGvAvT1Mm9wcE5pfgla {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #OKu2TLSRasKAR9VdGAIQL6qlnqhFJu4e {  }
 }@media only screen and (max-width: 763px) { #mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { display:block; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9wMUgDyi5sRvEeidaZzGTfzTiU6Thca { width:47.75rem;height:2.8125rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD { display:block; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1CgT9PZUp3OXTFTFwgohX3gze4sBGrf { width:12rem;height:12rem;top:1rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXTqzbptnG1acq0CvyIiRhQ8q3GUaw0o { width:12rem;height:12rem;top:13rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omtnEfhJ5v4kppzgueoFBMztNSct0LGU { width:12rem;height:12rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb0x44iuMTuPL5GEAdkW2anulMVVKFPT { width:11.9375rem;height:11.9375rem;top:0.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWbXF1TOQTNSF6ksJCaZNAx1tCw3voOp { top:0.9375rem;left:23.873779296875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwI6HFp2SaZfuZC1ccKylfb4maLWOk6M { top:12.9375rem;left:11.874877929688rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKCxT9CxGsgIn0Ikl304fHi0P7gLXASH { top:6.1875rem;left:23.875rem;width:12rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qom9NHoBUUeOwlQJanvQOMHf7i2kAqD3 { top:18.1875rem;left:11.875rem;width:12rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynTPBCFAi5UD28GDTzBRBLyEnQTPiBrm { width:12rem;height:24rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR0HVv9DHTtm6g4BKUUVv1netvmKMpE0 { width:11.9375rem;height:11.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5bBGRHo66hsgAKMkMvClUXZqAvorLfh { width:11.9375rem;height:11.9375rem;top:12.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDxtB4elfDkCrHMV3JgtGiDgFw0wqt5A { width:12rem;height:24rem;top:0.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHBfZ4aTT9bcUpevyfn4lEotha8oms88 { display:block; }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq3Jd07syJZNK3pDAHXTTChZXVt2nlBv { top:1.6875rem;left:3.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfoeoGe253Cmkv5WaC9D1ZpZRl1iZLi { top:2rem;left:16.03125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWw4Lp2ZlgvVifxeQrtUbgQfyRXG5Do4 { top:2rem;left:27.96875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRIhw9FilIennHowtKMvI2IzAJDstzsw { width:16.0625rem;height:6.4375rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMKWM4SNmfGLqdaW3HLQZhM4475meGFv { width:16.25rem;height:6.4375rem;top:9rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXclRuqhoUIkrC7S68QTkhhuHeV2GSAM { width:15.8125rem;height:6.4375rem;top:9rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAreHlNzdhooxaFm4zztZtu04wQdwvgK { width:16.125rem;height:6.4375rem;top:9rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdUULbAV9rXsk4V8kydL1hWK9Ga29Zln { top:2rem;left:39.90625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 { display:block; }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHARWkWPgHLauu5iVGGySGSTXZeNzXPT { width:31.875rem;height:16.1875rem;top:16.5rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na80UUnzl4t8hTnOUB2flBqG0qZZrqlg { top:36.6875rem;left:21.364583015442rem;width:15.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fux87mkmsco0axdloaowSQoSzV8geF7B { top:37.1875rem;left:22.166668891907rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPCnB2oERyZPb4qVVwI7QqsvaItQ4J8U { width:22.5rem;height:;top:27.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMvamOcq5OzI3g5SALqC0TbH7tMT5C1g { width:12.25rem;height:2.5625rem;top:37.4375rem;left:23.175537109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWylRuSAiWcNpGoSMCzU8sUmaMHRk17 { display:block; }
 }@media only screen and (max-width: 763px) { #UOJFw479IeUXfFDC0sqWNGGCFdMkx105 { width:41.9375rem;height:2.875rem;top:7.75rem;left:5.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHpMRBztbQ0GApEC3fEna0uiQJ7uqwb { top:2.1875rem;left:0rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZtG5meDUV7Nc83bstpefBThS61HJsMl { top:6.75rem;left:0rem;width:47.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agH0KsTWzaQTokZQUsMeEDS4uMdwOiZw { top:10.3125rem;left:35.875rem;width:11.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHuezZbJipbq7TsfDN0sFDwNkScJ9gwW { top:38.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h { display:block; }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsaerSL6qz4k3ztyNddGLxyiqs8T04te { display:block; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV { display:block; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHDtV81Rw1tsubchCJXb5AE9d9IW8QiK { width:47.75rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHNbAkgvHWGTHX1UH2uDvyUK46xKo4lX { width:33rem;height:5.6875rem;top:1rem;left:7.3750009536744rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection { display:block; } #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection *:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="text"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="email"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="tel"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection textarea:focus-visible { outline: none; } #TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsLayhFRTF8TvDcLTK8EVE6GssBRQonl { display:block; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v { display:block; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ5faBpRZP98Z4TTmRZJXIS8ywIwuX26 { width:47.75rem;height:2.8125rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akn6PW9eV8v5a3MLv8nGDLVU16Z8nABc { top:5.6875rem;left:0rem;width:47.75rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-regular-label { width:13.875rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-text { width:13.875rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-textarea { width:13.875rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-select { width:13.875rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-checkbox-label { width:43.875rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-radio-label { width:6.25rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda  { width:45.25rem;height:auto;top:5.6875rem;left:0rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .radio-container { width:14.5rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda {display:inline-block;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda { width:45.25rem;height:auto;top:5.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #bH9hWgabvkC5INz9Z5pzbc3KbTdUTX9i {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #ITN1VdX9EI0lbdLbwwKRcuZqTsgkfpGi {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #MW2yLnAWF9ssPy47TW4PstNWtXwlZCZy {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #h0NSV1p1s4KCmdeya3k6sTFNicM19TEy {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #PHHFxh4nI6M3WTqD1SmhFS3fGdPbLRil {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #cespF26PoaMsmCxvC2P8vVnThorT2kdX {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #CpSlsL336idLSy73FORR9BW7riPk1CiV {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #Iyrq3KMq6s7fNUp6tMSdyi0MsTTvVnAn {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #tH8p5GC4na8yRCzunToJTNr4aTKmTnz7 {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #n1nrUXTnQPt56qf5QoVzRlUgwh4fvFxp {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #q8NPtK7b73zinA3Ki9unIN0tn0PcDEU6 {  }
 }@media only screen and (max-width: 763px) { #asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 { display:block; }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5wEZSa1QEhzaCTnZfTQDHdsfCOd6F9z { top:2.3125rem;left:0rem;width:24.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0zxtkZeQwflCuK9sGCMfDTkm3OehV99 { top:2.3125rem;left:15.6875rem;width:16.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbN8uHqBuos4IueJ1TM4twFglNGZJQh0 { width:25rem;height:2.625rem;top:2.375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH5csTHCuFHaAwGw8PT0Bdhh3fctWRTk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffad60;background-image:none;display:block; }
#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container { display: none; }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #tt541EygtvgFneaa27qwZMBDgb1GTUTG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62926c34-7fe7-47cf-bc64-882b25d45891/202410bbg.webp");background-position:center !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;display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG.adaptive-delivery-prevent-bg, #tt541EygtvgFneaa27qwZMBDgb1GTUTG.lazyload, #tt541EygtvgFneaa27qwZMBDgb1GTUTG.lazyloading { background-image: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { background-color: transparent; background-image: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container > .video-iframe-container { display: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container { display: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .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); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { border-width: 0; border-radius: 0; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVSmlVafmqgadFx8yqPHEXKh8ZyOUWNX { width:19.3125rem;height:10.7988125rem;top:1.25rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RscAqSbVsIaDTD1cqwiTN80Xe8M6lTKc { width:20rem;height:22.0625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { width:17.1875rem;height:2.69970625rem;top:15.402221679688rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-regular-label { width:16.875rem;line-height:1.3;overflow:hidden;height:auto;font-size:0.75rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-text { width:16.875rem;line-height:1.2;overflow:hidden;font-size:1rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-text {padding-top: 0; padding-bottom: 0;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-textarea { width:16.875rem;line-height:1.2;overflow:hidden;height:3.375rem;font-size:1rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-select { width:16.875rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-select {padding-top: 0; padding-bottom: 0;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-input-button { width:16.875rem;font-size:1.125rem;overflow:hidden;line-height:1.2; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv [class*="-text"]:-moz-placeholder { font-size:1rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv [class*="-text"]::-moz-placeholder { font-size:1rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-checkbox-label { width:16.125rem;font-size:1rem;overflow:hidden;height:auto; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .widget-radio-label { width:7.75rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv  { width:17.5rem;height:auto;top:18.0625rem;left:0rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv .radio-container { width:17.5rem; }
#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv {display:inline-block;}#DD9z02h39V3e2h9AQsrGXBWiRaDkApfv { width:17.5rem;height:auto;top:18.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #eP0KfVqKXxbLx3N4wW6pR7kDHSAx5AN3 {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #d32MqBsyy0155RuMx0xPLTfy7kEcTxFl {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #Q4LRPD5wwiskd7xRK4urUd6fJGWR1zCU {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #sC6lLlXJzhDObJqD9RdmRbagmfeM6IdR {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #pV7ysBBHz0sugPQvF6nTdkb6hTUvlR9p {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #Ah2Vk6Vz3nQGxPPUc72bk7QGSXN1cpwD {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #UTTm7HeloMTmwCw7J2tWIqr9Xg4ccJnH {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #HirhihpKQRwvEaurSpz3dmr0nuukuLPJ {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #vbtBkRKRePxQpfHmGJ7TL0NE0pTWSqiF {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #e30kIgRl9Df3xpGvAvT1Mm9wcE5pfgla {  }
 }@media only screen and (max-width: 763px) { #DD9z02h39V3e2h9AQsrGXBWiRaDkApfv #OKu2TLSRasKAR9VdGAIQL6qlnqhFJu4e {  }
 }@media only screen and (max-width: 763px) { #mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc { background-color:#c7253e;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; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container { background-color: transparent; background-image: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container > .video-iframe-container { display: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container { display: none; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .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); }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container { border-width: 0; border-radius: 0; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mx2ROKeMcMdHzG66aydCVzDzX0l6Tuyc > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9wMUgDyi5sRvEeidaZzGTfzTiU6Thca { width:19.9981875rem;height:2.0996125rem;top:2.0745849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD { display:block; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1CgT9PZUp3OXTFTFwgohX3gze4sBGrf { width:9.375rem;height:9.375rem;top:10.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXTqzbptnG1acq0CvyIiRhQ8q3GUaw0o { width:9.375rem;height:9.375rem;top:50.97412109375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omtnEfhJ5v4kppzgueoFBMztNSct0LGU { width:9.375rem;height:9.375rem;top:0.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb0x44iuMTuPL5GEAdkW2anulMVVKFPT { width:9.375rem;height:9.375rem;top:30.663452148438rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWbXF1TOQTNSF6ksJCaZNAx1tCw3voOp { width:9.375rem;height:9.375rem;top:20.68603515625rem;left:0.3125rem;background-color:#96ceb4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WwI6HFp2SaZfuZC1ccKylfb4maLWOk6M { width:9.375rem;height:9.375rem;top:30.663452148438rem;left:10.1875rem;background-color:#ffad60;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DKCxT9CxGsgIn0Ikl304fHi0P7gLXASH { width:7.374875rem;height:2.0996125rem;top:24.323120117188rem;left:1.31103515625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qom9NHoBUUeOwlQJanvQOMHf7i2kAqD3 { width:5.9375rem;height:2.0996125rem;top:34.301147460938rem;left:12.03125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ynTPBCFAi5UD28GDTzBRBLyEnQTPiBrm { width:9.375rem;height:19.5rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR0HVv9DHTtm6g4BKUUVv1netvmKMpE0 { width:9.375rem;height:9.375rem;top:20.68603515625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5bBGRHo66hsgAKMkMvClUXZqAvorLfh { width:9.375rem;height:9.375rem;top:40.811157226562rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDxtB4elfDkCrHMV3JgtGiDgFw0wqt5A { width:9.375rem;height:19.5rem;top:40.811157226562rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHBfZ4aTT9bcUpevyfn4lEotha8oms88 { display:block; }#EHBfZ4aTT9bcUpevyfn4lEotha8oms88 > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq3Jd07syJZNK3pDAHXTTChZXVt2nlBv { display:flex;width:3.75rem;height:3.75rem;top:2.4986972808838rem;left:7.8125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #JCfoeoGe253Cmkv5WaC9D1ZpZRl1iZLi { display:flex;width:3.4375rem;height:3.4375rem;top:17.562255859375rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #BWw4Lp2ZlgvVifxeQrtUbgQfyRXG5Do4 { display:flex;width:3.4375rem;height:3.4375rem;top:33.75rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #nRIhw9FilIennHowtKMvI2IzAJDstzsw { width:13.999625rem;height:6.2988125rem;top:8.089599609375rem;left:2.9986572265625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMKWM4SNmfGLqdaW3HLQZhM4475meGFv { width:13.999625rem;height:6.2988125rem;top:23.687133789062rem;left:2.9998779296875rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXclRuqhoUIkrC7S68QTkhhuHeV2GSAM { width:12.937rem;height:6.2988125rem;top:40.062255859375rem;left:3.5302734375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAreHlNzdhooxaFm4zztZtu04wQdwvgK { width:14.812rem;height:6.2988125rem;top:56.187133789062rem;left:2.5927734375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdUULbAV9rXsk4V8kydL1hWK9Ga29Zln { display:flex;width:3.75rem;height:3.75rem;top:50rem;left:8.125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 { display:block; }#LXDnhMGq9xVdyvG6hs65IxhcKcThT6K5 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHARWkWPgHLauu5iVGGySGSTXZeNzXPT { width:18.0609375rem;height:20.24779375rem;top:29.749755859375rem;left:0.96923828125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;font-family:"titillium web";display:block; }
 }@media only screen and (max-width: 763px) { #na80UUnzl4t8hTnOUB2flBqG0qZZrqlg { width:13.125rem;height:3.4375rem;top:52.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fux87mkmsco0axdloaowSQoSzV8geF7B { width:0.1875rem;height:3.125rem;top:52.1875rem;left:4.25rem;background-color:#96ceb4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dPCnB2oERyZPb4qVVwI7QqsvaItQ4J8U { width:20rem;height:1.34985625rem;top:26.1240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GMvamOcq5OzI3g5SALqC0TbH7tMT5C1g { width:9.6875rem;height:2.375rem;top:52.6875rem;left:5.5625rem;z-index:15022;line-height:1.2;font-size:1.125rem;background-color:#c7253e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SAWylRuSAiWcNpGoSMCzU8sUmaMHRk17 { display:block; }
 }@media only screen and (max-width: 763px) { #UOJFw479IeUXfFDC0sqWNGGCFdMkx105 { width:20rem;height:2.0996125rem;top:1.03125rem;left:0rem;text-align:right;text-align-last:right;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AOHpMRBztbQ0GApEC3fEna0uiQJ7uqwb { width:20rem;height:20rem;top:4.23828125rem;left:-0.3125rem;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZtG5meDUV7Nc83bstpefBThS61HJsMl { width:20rem;height:43.375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agH0KsTWzaQTokZQUsMeEDS4uMdwOiZw { width:9.375rem;height:0.3125rem;top:3.0926513671875rem;left:10.625rem;background-color:#ffad60;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GHuezZbJipbq7TsfDN0sFDwNkScJ9gwW { display:flex;width:3.125rem;height:3.125rem;top:57.7490234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h { display:none; }#cuTEzIzyGdZbWFR9J17U7Xek0FoHZF7h > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DsaerSL6qz4k3ztyNddGLxyiqs8T04te { display:none; }#DsaerSL6qz4k3ztyNddGLxyiqs8T04te > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV { display:block; }#W5tCxzZP27gvyRm6rO1JVSePP4nyQfWV > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHDtV81Rw1tsubchCJXb5AE9d9IW8QiK { width:20rem;height:6.25rem;top:0.8746337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHNbAkgvHWGTHX1UH2uDvyUK46xKo4lX { width:17.24975rem;height:4.19824375rem;top:1.9000244140625rem;left:1.3739013671875rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection { background-color:#ffad60;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; } #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection *:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="text"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="email"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection input[type="tel"]:focus-visible, #Nda161b6d79e6d78cf520e5efb9e9356.widget-smartsection textarea:focus-visible { outline: none; } #TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container { background-color: transparent; background-image: none; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container > .video-iframe-container { display: none; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row > .video-iframe-container { display: none; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .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); }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container { border-width: 0; border-radius: 0; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZrUIWGsPBSgHF3ztutNTIZ9WN0F8D1D > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsLayhFRTF8TvDcLTK8EVE6GssBRQonl { display:none; }#tsLayhFRTF8TvDcLTK8EVE6GssBRQonl > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62926c34-7fe7-47cf-bc64-882b25d45891/202410bbg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v.adaptive-delivery-prevent-bg, #aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v.lazyload, #aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v.lazyloading { background-image: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { background-color: transparent; background-image: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container > .video-iframe-container { display: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row > .video-iframe-container { display: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .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); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ5faBpRZP98Z4TTmRZJXIS8ywIwuX26 { width:20rem;height:6.297375rem;top:1.187744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #akn6PW9eV8v5a3MLv8nGDLVU16Z8nABc { width:20rem;height:8.5625rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-regular-label { width:16.875rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-text { width:16.875rem;line-height:1.2;overflow:hidden;font-size:1rem;font-family:lato; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-textarea { width:16.875rem;line-height:1.2;overflow:hidden;height:3.375rem;font-size:1rem;font-family:lato; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-select { width:16.875rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-input-button { width:16.875rem;line-height:1.2;overflow:hidden;font-size:1.125rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda [class*="-text"]:-moz-placeholder { font-size:1rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda [class*="-text"]::-moz-placeholder { font-size:1rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-checkbox-label { width:16.125rem;font-size:1rem;overflow:hidden;height:auto;line-height:1.2; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .widget-radio-label { width:7.75rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda  { width:17.5rem;height:auto;top:9rem;left:0rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda .radio-container { width:17.5rem; }
#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda {display:inline-block;}#x4PMk7syRSBFf0XnReGTEK3GFk3MVFda { width:17.5rem;height:auto;top:9rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #bH9hWgabvkC5INz9Z5pzbc3KbTdUTX9i {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #ITN1VdX9EI0lbdLbwwKRcuZqTsgkfpGi {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #MW2yLnAWF9ssPy47TW4PstNWtXwlZCZy {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #h0NSV1p1s4KCmdeya3k6sTFNicM19TEy {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #PHHFxh4nI6M3WTqD1SmhFS3fGdPbLRil {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #cespF26PoaMsmCxvC2P8vVnThorT2kdX {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #CpSlsL336idLSy73FORR9BW7riPk1CiV {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #Iyrq3KMq6s7fNUp6tMSdyi0MsTTvVnAn {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #tH8p5GC4na8yRCzunToJTNr4aTKmTnz7 {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #n1nrUXTnQPt56qf5QoVzRlUgwh4fvFxp {  }
 }@media only screen and (max-width: 763px) { #x4PMk7syRSBFf0XnReGTEK3GFk3MVFda #q8NPtK7b73zinA3Ki9unIN0tn0PcDEU6 {  }
 }@media only screen and (max-width: 763px) { #asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 { display:block; }#asS0yZhUWvPaiHwxso5xTo2IDGfzWHP4 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5wEZSa1QEhzaCTnZfTQDHdsfCOd6F9z { width:20rem;height:2.3994125rem;top:1.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r0zxtkZeQwflCuK9sGCMfDTkm3OehV99 { width:16.125rem;height:2.3994125rem;top:5rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AbN8uHqBuos4IueJ1TM4twFglNGZJQh0 { width:20rem;height:2.686525rem;top:8rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WH5csTHCuFHaAwGw8PT0Bdhh3fctWRTk { display:block; }
 }