.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:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/d71b94b7-01c2-465f-91d1-bad634d5fe7f/WellyKidsPark_DiaMundialdaCrianca2024_DolceHotelsandResortsCamporealLisboa261.jpg");background-position:top 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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS.adaptive-delivery-prevent-bg, #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS.lazyload, #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS.lazyloading { background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: -0.125rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:branding;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6375rem;height:3.2rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.25rem;left:30.656250953674rem;display:block; }
#CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:branding;font-size:4.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.4375rem 0.25rem 0.3125rem rgba(0,0,0,0.75);top:22.550001144409rem;left:0rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bo2T476onrKGhilJOv8VmUae7AghdwBo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:6.25rem;top:2.9375rem;left:34.375001907349rem;overflow:hidden;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#41903e;background-image:url("https://images.assets-landingi.com/uc/7fdcc875-17b6-4024-96c5-e5979dcec19c/Ativo13x100.jpg");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; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.adaptive-delivery-prevent-bg, #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.lazyload, #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.lazyloading { background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:82.4375rem;width:75rem;position:relative;display:block; }#c7FZX72OdcxFFZMxUssni03lPNc60o0c { position:absolute;display:block;z-index:15010;background-color:#33743a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.5rem;border-top-right-radius:18.5rem;border-bottom-left-radius:18.5rem;border-bottom-right-radius:18.5rem;box-shadow: 0.25rem 0.375rem 0.8125rem rgba(0,0,0,0.25) ;height:8.6875rem;width:8.6875rem;top:10.66796875rem;left:59.500000953674rem;display:block; }
#AStZnRZpXQF0toLCgckzXeANNUy6Pwx5 { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:branding;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.5rem;left:48.0625rem;height:13.8rem;display:block; }
#Cn5hOpro7PwIviy4QUnpOTC1WEokbVAi { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:branding;font-size:4.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.121527433396rem;left:58.656251907349rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apXP6dLcxaEN5sho2Gr2WnxfHw5T64lH { position:absolute;display:block;z-index:15010;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 1.1875rem -0.4375rem 1.5625rem rgba(0,0,0,0.25) ;height:7.5625rem;width:7.5625rem;top:7.1875rem;left:37.5rem;display:none; }
#THqK3URZI7pcm2ZKs5hSNG118HPqHCQ9 { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.49) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:branding;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0555rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:42.998442649841rem;left:28.971875190735rem;display:block; }
#HQwbaDSeMke90wTOTPSoarafiZWVw3vO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSdpTkaUUTLtiPcTQleWOFTGPzRyFi8r { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:branding;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:20.243055582046rem;left:1.5rem;height:2.1125rem;display:block; }
#lBU78InPcgRM3TJF9l03fTA8dImKFIRQ { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:branding;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:16.62152838707rem;left:59.031251907349rem;height:0.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sEgMZEvfwJgWnsh6npIGF56minncRJk8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:23.6875rem;top:7.1024305820463rem;left:0rem;overflow:hidden;display:block; }
#U6XLEP0qKHmf9SV56gRSCKhKR7TMFbFN { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:branding;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.5rem;left:1.5rem;height:13.40625rem;display:block; }
#IV5k1OJz70uHAMwJTNZq2J5nTT6qOUmE { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:branding;font-size:1rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:22.35546875rem;left:1.5rem;height:1.1rem;font-style:normal;display:block; }
#TUDbgyraTcmWr0wXk6Reif85P1Q2KTC7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.3125rem;width:14.1875rem;top:53.6875rem;left:15.125rem;overflow:hidden;display:block; }
#Zmlfp7hQI0xCnzLUIy1MHyGlUmZNBiH2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.3125rem;width:14.1875rem;top:53.6875rem;left:0rem;overflow:hidden;display:block; }
#yi9TZDDOZlFfQ3TT7Rq0vTEdfsqR4QvD { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.3125rem;width:14.1875rem;top:53.6875rem;left:45.5625rem;overflow:hidden;display:block; }
#uoihisKwdDqxTID12x46BTFIrvbdy8GE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.3125rem;width:14.1875rem;top:53.6875rem;left:60.8125rem;overflow:hidden;display:block; }
#XKabDF1KwwhB1COZWlzAzhxV2wakAQLc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.3125rem;width:14.1875rem;top:53.6875rem;left:30.4375rem;overflow:hidden;display:block; }
#sMuV33e4XUen9idRv1UhbGWXeuFw3MI9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:5.8125rem;top:15.1875rem;left:23.6875rem;overflow:hidden;display:block; }
#TgRnZuyfEKwbEJ4oaBeKil1L35nN8gBu { 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: none;height:3.6875rem;width:6.25rem;top:12.91796875rem;left:30.406250953674rem;overflow:hidden;display:block; }
#DNpwEAiUnxRcHwlSV0oWBc8dsvar7Xvf { 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: none;height:4.375rem;width:6.5625rem;top:5.0343751907349rem;left:55.112962872774rem;overflow:hidden;display:block; }
#aaq0XsxNhBrCGDyBSFIXqXDCoeuxr9RR { 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: none;height:5.3125rem;width:5.9375rem;top:38.5625rem;left:23.084374427796rem;overflow:hidden;display:block; }
#AU8kdzZzpNZbDpfAObspJ6Mcn6MwH2CU { 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: none;height:3.3125rem;width:4.0625rem;top:43rem;left:67.125rem;overflow:hidden;display:block; }
#dvQb4JtKA0kRByBTvbmPuK94CMdCWw58 { position:absolute;display:block;z-index:15026;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:3rem;width:5.375rem;top:45.625rem;left:60.8125rem;overflow:hidden;display:block; }
#voyLX9PDBylJGFchDpLJaTMubJQnMPex { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.4375rem;width:14.1875rem;top:53.6875rem;left:45.5625rem;overflow:hidden;display:none; }
#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e67e1b;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; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { background-color: transparent; background-image: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container > .video-iframe-container { display: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container { display: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .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); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { border-width: 0; border-radius: 0; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#oT2bll0TEtTezyzb65d1Iy5d2wefvoSr { color:#f9f9f9;display:block;width:75rem;position:absolute;font-family:branding;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:1.71875rem;left:0rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2iApbCiJggrKm2f9f8ZfrofydufMhTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row .container { background-color: transparent; background-image: none; }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row .container > .video-iframe-container { display: none; }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row > .video-iframe-container { display: none; }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .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); }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row .container { border-width: 0; border-radius: 0; }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#vuBB4WyfagTdOsz8gD5H6vNMU09l4Ql0 { 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: none;height:24.125rem;width:33.3125rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#SzTXetEN4qklNTwEQF31Td7lGu4KoK7c { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:22.5625rem;width:22.5625rem;top:6.0625rem;left:7.5624990463256rem;display:block; }
#XZE7Nm7Aa0qm0H2RZrv9Kv9UZOIzrRCC { color:#f29121;display:block;width:33.75rem;position:absolute;font-family:branding;font-size:2.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.25rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bWOH3fHlX9LQJ8chlEKX8M7pUeqRkqcl { color:#234446;display:block;width:28.25rem;position:absolute;font-family:branding;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:13.25rem;left:46.75rem;height:5.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JKgR4iFtbWyFfEwWw9TUD3ErIbSVhIst { color:#234446;display:block;width:29.1875rem;position:absolute;font-family:branding;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:25.190626144409rem;left:45.812500953674rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#gQq6wMsMWz0DDqqGUtesFbAovzV4TpRO { color:#eb6222;display:block;width:12.5rem;position:absolute;font-family:branding;font-size:1.0625rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:25.1875rem;left:4.4375rem;height:1.38125rem;display:block; }
#yKHPbiSWBMnfoKus0wQNDCay1XptRQtf { color:#000000;display:block;width:31.5rem;position:absolute;font-family:branding;font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:26.5625rem;left:4.4375rem;height:3.9rem;font-style:normal;display:block; }
#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S { 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; }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row .container { background-color: transparent; background-image: none; }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row .container > .video-iframe-container { display: none; }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row > .video-iframe-container { display: none; }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .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); }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row .container { border-width: 0; border-radius: 0; }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-form-header {  }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-regular-label { height:auto;display:block;font-family:branding;font-size:0.875rem;font-weight:400;color:#000000;width:63.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:63.3125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-text {padding-top: 0; padding-bottom: 0;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:63.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:63.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-select {padding-top: 0; padding-bottom: 0;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-button { border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;background-color:#f79431;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:22.8125rem;margin-bottom:0.25rem;margin-left:22.8125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:17.6875rem;height:3.125rem;font-family:branding;overflow:hidden;line-height:1.6; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:branding;font-size:0.875rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:branding;font-size:0.875rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:branding;font-size:0.875rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:branding;font-size:0.875rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:61.9375rem;overflow:hidden;font-style:normal; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-container:first-of-type{padding-top:0;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-container:last-of-type{padding-bottom:0;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:63.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.935943603516rem;left:4.59375rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:63.3125rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv {display:block;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:63.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.935943603516rem;left:4.59375rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #kcxCEowGlae9FMyWzJT4eKr2GR4ivBlQ { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #qaT46v56aUNz9WhnDnIq4zIpfm29xABC { position:relative;display:block; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #bSU3kc6KKPeWKWt7zZ3sUKhCtN2mUxE4 { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #gsu78feCEi5SbdsAmncQQoaqragySRV5 { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #zKCTPRDEuNCfq5RuNsUHXpooX10o0dGc { position:relative;display:block; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #CDpzfRLgbM6bEP2P6AD3UkuWQumX9on7 { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #AZsVhGNpuxy4SecFZaq8BccanBUhXdas { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #OCnFOFZgLDXDt7yWry2ZTTZygbdJWHGv { position:relative;display:block; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #CAqbzgbyZ37m9DADss7T5cDIk3PFd1ao { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #qxVXDw7vcikASAiTwcTC9BvrLHKFe4Ts { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #VOqqd94iePTLukaCVm0W3abIXIPSZcgX { position:relative;display:block; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #TDJpsxol6U7hIbOgu1RbcsqR07nZUc0F { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #X9aqUJh3J0m6awdVdyBWngV9EbQFE4X2 { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #msM47CvfaDT7n9OLVkSymHmIM0h49lmq { position:relative;display:block; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #gassk8AHDKZSXQJeTXsrwTV2lKXxI7Rc { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #puzV17ARFgQwxlZz3V7iwJKsgium4fyM { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #oyJNfRyRIWtL7E2CrmwfC9uCMvTfuQwz { position:relative;display:block; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #DOQ8UhUxhyyMu970urh5OJZ0FFmDngUG { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #C8TLuH6amfPTBSWyGv25vaTQRxpVHuRT { position:relative; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #Lb59hrM8Xh8pXTbLLNKlzWcFeJZXrfTb { position:relative; }
#iupITG01H5DUKGRkGvDHNZWD6V0ZQLKv { color:#f79431;display:block;width:59.0625rem;position:absolute;font-family:branding;font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5555562973022rem;left:7.96875rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGXs7Dti5ZDFyaSxDy4AnAXN8R85QcbW { color:#232222;display:block;width:39rem;position:absolute;font-family:branding;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8602428436281rem;left:18.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33743a;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; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container { background-color: transparent; background-image: none; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container > .video-iframe-container { display: none; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row > .video-iframe-container { display: none; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .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); }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container { border-width: 0; border-radius: 0; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#fLlbDQ5uvNq0LS0cOIuaVBUehy8S2gV3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:branding;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1124992370606rem;left:7.5rem;height:2.4375rem;font-style:normal;display:block; }
#GHQpSZVT5T9vfysaV6BBLe1ylyTRvoXb { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:branding;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0671863555906rem;left:7.5rem;height:2.275rem;font-style:normal;display:block; }
#fq27vQN0TqwGyqp0xtxTqtmbTOw5gpvf { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:branding;font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.40625rem;left:7.5rem;height:0.8125rem;text-align:left;text-align-last:left;display:block; }
#xZWmJL0P9JF2Pv44ubGGkcSMdWS4Fd81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.25rem;left:64.8125rem; }
#xZWmJL0P9JF2Pv44ubGGkcSMdWS4Fd81 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#OyqTma5q395JEi2HlXIVq73XshtCHbp6 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.25rem;left:66.3125rem; }
#OyqTma5q395JEi2HlXIVq73XshtCHbp6 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#MMEinnAAEuZa3a15kRL2nMxAz7QmU8M7 { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:branding;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9rem;left:48.3125rem;height:1.95rem;text-align:right;text-align-last:right;display:block; }
#inkmUiD7OULVfkDuTbKthzqMNW0tfx5J { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.3125rem;top:2rem;left:61.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:13.625rem;height:3.1875rem;top:41.25rem;left:17.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { top:22.5rem;left:0rem;width:47.75rem;height:14.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2T476onrKGhilJOv8VmUae7AghdwBo { top:2.9375rem;left:20.750001907349rem;width:6.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7FZX72OdcxFFZMxUssni03lPNc60o0c { top:10.625rem;left:39.0625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AStZnRZpXQF0toLCgckzXeANNUy6Pwx5 { top:25.5rem;left:20.8125rem;width:26.9375rem;height:13.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn5hOpro7PwIviy4QUnpOTC1WEokbVAi { top:12.0625rem;left:37.375rem;width:10.375rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apXP6dLcxaEN5sho2Gr2WnxfHw5T64lH { top:7.1875rem;left:23.875rem;width:7.5625rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THqK3URZI7pcm2ZKs5hSNG118HPqHCQ9 { width:17.0625rem;height:3.125rem;top:42.9375rem;left:15.346875190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQwbaDSeMke90wTOTPSoarafiZWVw3vO { display:block; }
 }@media only screen and (max-width: 763px) { #VSdpTkaUUTLtiPcTQleWOFTGPzRyFi8r { top:20.1875rem;left:0rem;width:25.625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBU78InPcgRM3TJF9l03fTA8dImKFIRQ { top:16.5625rem;left:38.125rem;width:9.625rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgMZEvfwJgWnsh6npIGF56minncRJk8 { top:7.0625rem;left:0rem;width:23.6875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6XLEP0qKHmf9SV56gRSCKhKR7TMFbFN { top:25.5rem;left:0rem;width:42.9375rem;height:13.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV5k1OJz70uHAMwJTNZq2J5nTT6qOUmE { top:22.3125rem;left:0rem;width:25.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUDbgyraTcmWr0wXk6Reif85P1Q2KTC7 { top:53.6875rem;left:1.5rem;width:14.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmlfp7hQI0xCnzLUIy1MHyGlUmZNBiH2 { top:53.6875rem;left:0rem;width:14.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi9TZDDOZlFfQ3TT7Rq0vTEdfsqR4QvD { top:53.6875rem;left:31.9375rem;width:14.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoihisKwdDqxTID12x46BTFIrvbdy8GE { top:53.6875rem;left:33.5625rem;width:14.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKabDF1KwwhB1COZWlzAzhxV2wakAQLc { top:53.6875rem;left:16.8125rem;width:14.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMuV33e4XUen9idRv1UhbGWXeuFw3MI9 { top:15.1875rem;left:10.0625rem;width:5.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgRnZuyfEKwbEJ4oaBeKil1L35nN8gBu { top:12.875rem;left:16.781250953674rem;width:6.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNpwEAiUnxRcHwlSV0oWBc8dsvar7Xvf { top:5rem;left:39.9375rem;width:6.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaq0XsxNhBrCGDyBSFIXqXDCoeuxr9RR { top:38.5625rem;left:9.4593744277956rem;width:5.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU8kdzZzpNZbDpfAObspJ6Mcn6MwH2CU { top:43rem;left:43.6875rem;width:4.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvQb4JtKA0kRByBTvbmPuK94CMdCWw58 { top:45.625rem;left:42.375rem;width:5.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #voyLX9PDBylJGFchDpLJaTMubJQnMPex { top:53.6875rem;left:31.9375rem;width:14.1875rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { display:block; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT2bll0TEtTezyzb65d1Iy5d2wefvoSr { top:1.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2iApbCiJggrKm2f9f8ZfrofydufMhTM { display:block; }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuBB4WyfagTdOsz8gD5H6vNMU09l4Ql0 { top:6.0625rem;left:0rem;width:33.3125rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTXetEN4qklNTwEQF31Td7lGu4KoK7c { top:6.0625rem;left:0rem;width:22.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZE7Nm7Aa0qm0H2RZrv9Kv9UZOIzrRCC { top:8.5625rem;left:14rem;width:33.75rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWOH3fHlX9LQJ8chlEKX8M7pUeqRkqcl { top:13.25rem;left:19.5rem;width:28.25rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKgR4iFtbWyFfEwWw9TUD3ErIbSVhIst { top:25.1875rem;left:18.5625rem;width:29.1875rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQq6wMsMWz0DDqqGUtesFbAovzV4TpRO { top:25.1875rem;left:0rem;width:12.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKHPbiSWBMnfoKus0wQNDCay1XptRQtf { top:26.5625rem;left:0rem;width:31.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S { display:block; }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-text {padding-top: 0; padding-bottom: 0;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-select {padding-top: 0; padding-bottom: 0;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-button { width:12.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:16.3125rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv  { width:45.25rem;height:auto;top:10.875rem;left:0rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv {display:block;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv { width:45.25rem;height:auto;top:10.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #kcxCEowGlae9FMyWzJT4eKr2GR4ivBlQ {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #qaT46v56aUNz9WhnDnIq4zIpfm29xABC {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #bSU3kc6KKPeWKWt7zZ3sUKhCtN2mUxE4 {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #gsu78feCEi5SbdsAmncQQoaqragySRV5 {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #zKCTPRDEuNCfq5RuNsUHXpooX10o0dGc {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #CDpzfRLgbM6bEP2P6AD3UkuWQumX9on7 {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #AZsVhGNpuxy4SecFZaq8BccanBUhXdas {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #OCnFOFZgLDXDt7yWry2ZTTZygbdJWHGv {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #CAqbzgbyZ37m9DADss7T5cDIk3PFd1ao {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #qxVXDw7vcikASAiTwcTC9BvrLHKFe4Ts {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #VOqqd94iePTLukaCVm0W3abIXIPSZcgX {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #TDJpsxol6U7hIbOgu1RbcsqR07nZUc0F {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #X9aqUJh3J0m6awdVdyBWngV9EbQFE4X2 {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #msM47CvfaDT7n9OLVkSymHmIM0h49lmq {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #gassk8AHDKZSXQJeTXsrwTV2lKXxI7Rc {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #puzV17ARFgQwxlZz3V7iwJKsgium4fyM {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #oyJNfRyRIWtL7E2CrmwfC9uCMvTfuQwz {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #DOQ8UhUxhyyMu970urh5OJZ0FFmDngUG {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #C8TLuH6amfPTBSWyGv25vaTQRxpVHuRT {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #Lb59hrM8Xh8pXTbLLNKlzWcFeJZXrfTb {  }
 }@media only screen and (max-width: 763px) { #iupITG01H5DUKGRkGvDHNZWD6V0ZQLKv { top:4.5rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGXs7Dti5ZDFyaSxDy4AnAXN8R85QcbW { top:8.8125rem;left:4.3749990463257rem;width:39rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z { display:block; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLlbDQ5uvNq0LS0cOIuaVBUehy8S2gV3 { top:4.0625rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHQpSZVT5T9vfysaV6BBLe1ylyTRvoXb { top:7.0625rem;left:0rem;width:19.875rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq27vQN0TqwGyqp0xtxTqtmbTOw5gpvf { top:12.375rem;left:0rem;width:45.25rem;height:0.8125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZWmJL0P9JF2Pv44ubGGkcSMdWS4Fd81 { top:12.1875rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
#xZWmJL0P9JF2Pv44ubGGkcSMdWS4Fd81 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #OyqTma5q395JEi2HlXIVq73XshtCHbp6 { top:12.1875rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
#OyqTma5q395JEi2HlXIVq73XshtCHbp6 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #MMEinnAAEuZa3a15kRL2nMxAz7QmU8M7 { top:8.9375rem;left:28.5625rem;width:19.1875rem;height:1.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkmUiD7OULVfkDuTbKthzqMNW0tfx5J { top:2rem;left:41.4375rem;width:6.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/09fac107-a002-4ca3-8944-0562a67a1801/WellyKidsPark_DiaMundialdaCrianca2024_DolceHotelsandResortsCamporealLisboa468.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS.adaptive-delivery-prevent-bg, #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS.lazyload, #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS.lazyloading { background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:9.127375rem;height:1.93984375rem;top:30.6875rem;left:5.4359374642372rem;z-index:15011;font-size:0.6875rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.53) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { width:20rem;height:5.0625rem;top:23.3125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;text-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.84);display:block; }
 }@media only screen and (max-width: 763px) { #bo2T476onrKGhilJOv8VmUae7AghdwBo { width:3.4375rem;height:3.1875rem;top:1.8125rem;left:15.961719095707rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:#41903e;background-image:url("https://images.assets-landingi.com/uc/7fdcc875-17b6-4024-96c5-e5979dcec19c/Ativo13x100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.adaptive-delivery-prevent-bg, #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.lazyload, #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.lazyloading { background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:105.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7FZX72OdcxFFZMxUssni03lPNc60o0c { width:10.5625rem;height:10.5625rem;top:18.323784291744rem;left:2.4930557012558rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #AStZnRZpXQF0toLCgckzXeANNUy6Pwx5 { width:18.4375rem;height:12.5125rem;top:37.025000572204rem;left:0.78046876192094rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cn5hOpro7PwIviy4QUnpOTC1WEokbVAi { width:4.4375rem;height:3.16875rem;top:10.125rem;left:15.000000536442rem;font-size:2.4375rem;text-align:center;text-align-last:center;font-family:branding;display:block; }
 }@media only screen and (max-width: 763px) { #apXP6dLcxaEN5sho2Gr2WnxfHw5T64lH { width:5.5rem;height:5.5rem;top:9.1875rem;left:14.500000536442rem;z-index:14994;background-color:#33743a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 1.1875rem -0.4375rem 1.5625rem rgba(0,0,0,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #THqK3URZI7pcm2ZKs5hSNG118HPqHCQ9 { width:10rem;height:2.25rem;top:31.758594512939rem;left:5.0000000596046rem;z-index:15011;font-size:0.75rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HQwbaDSeMke90wTOTPSoarafiZWVw3vO { display:block; }
 }@media only screen and (max-width: 763px) { #VSdpTkaUUTLtiPcTQleWOFTGPzRyFi8r { width:16.8125rem;height:1.65rem;top:14.107638835907rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBU78InPcgRM3TJF9l03fTA8dImKFIRQ { width:5.4375rem;height:0.55rem;top:12.6875rem;left:14.500000536442rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEgMZEvfwJgWnsh6npIGF56minncRJk8 { width:15.4375rem;height:7.75rem;top:4.5406246185303rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #U6XLEP0qKHmf9SV56gRSCKhKR7TMFbFN { width:18.4375rem;height:11.61875rem;top:18.534722566604rem;left:0.78125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IV5k1OJz70uHAMwJTNZq2J5nTT6qOUmE { width:14rem;height:0.825rem;top:15.806424379349rem;left:0.78125rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TUDbgyraTcmWr0wXk6Reif85P1Q2KTC7 { width:9.6875rem;height:14.6875rem;top:55.249218940735rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmlfp7hQI0xCnzLUIy1MHyGlUmZNBiH2 { width:9.625rem;height:14.6875rem;top:55.249218940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi9TZDDOZlFfQ3TT7Rq0vTEdfsqR4QvD { width:9.0625rem;height:13.6875rem;top:59.02968788147rem;left:5.0000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoihisKwdDqxTID12x46BTFIrvbdy8GE { width:9.75rem;height:14.6875rem;top:84.249219894406rem;left:10.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKabDF1KwwhB1COZWlzAzhxV2wakAQLc { width:9.6875rem;height:14.6875rem;top:84.249218940738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMuV33e4XUen9idRv1UhbGWXeuFw3MI9 { width:3.5625rem;height:3.8125rem;top:2.1250002384186rem;left:12.174218714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgRnZuyfEKwbEJ4oaBeKil1L35nN8gBu { width:3.8125rem;height:2.1875rem;top:5.0500004291534rem;left:16.060481353601rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #DNpwEAiUnxRcHwlSV0oWBc8dsvar7Xvf { width:4.5rem;height:2.8125rem;top:27rem;left:14.018749773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaq0XsxNhBrCGDyBSFIXqXDCoeuxr9RR { width:3.875rem;height:3.4375rem;top:30.977344512939rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU8kdzZzpNZbDpfAObspJ6Mcn6MwH2CU { width:3rem;height:2.4375rem;top:49.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvQb4JtKA0kRByBTvbmPuK94CMdCWw58 { width:4.0625rem;height:2.25rem;top:50.25rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #voyLX9PDBylJGFchDpLJaTMubJQnMPex { width:20rem;height:13.1875rem;top:70.474218368531rem;left:0rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { display:block; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT2bll0TEtTezyzb65d1Iy5d2wefvoSr { width:20rem;height:1.3rem;top:1.6054668426514rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2iApbCiJggrKm2f9f8ZfrofydufMhTM { display:block; }#b2iApbCiJggrKm2f9f8ZfrofydufMhTM > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuBB4WyfagTdOsz8gD5H6vNMU09l4Ql0 { width:17.25rem;height:12.5rem;top:9.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTXetEN4qklNTwEQF31Td7lGu4KoK7c { width:13.4375rem;height:13.125rem;top:8rem;left:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XZE7Nm7Aa0qm0H2RZrv9Kv9UZOIzrRCC { width:20rem;height:1.7875rem;top:4.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWOH3fHlX9LQJ8chlEKX8M7pUeqRkqcl { width:20rem;height:3.15rem;top:27.250000417232rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKgR4iFtbWyFfEwWw9TUD3ErIbSVhIst { width:20rem;height:3.5rem;top:31.591146886349rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQq6wMsMWz0DDqqGUtesFbAovzV4TpRO { width:12.5rem;height:1.21875rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKHPbiSWBMnfoKus0wQNDCay1XptRQtf { width:12.5625rem;height:3.25rem;top:20.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S { display:block; }#KQf4sGpEKo4F1IJBxZCbIpmtroTSkL0S > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;color:#000000; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-text {padding-top: 0; padding-bottom: 0;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-select {padding-top: 0; padding-bottom: 0;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:3.9375rem;margin-bottom:0.25rem;margin-left:3.9375rem;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;font-size:0.75rem;overflow:hidden;height:2.1875rem;line-height:1.1; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv  { width:17.5rem;height:auto;top:9.5625rem;left:0rem; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv {display:block;}#NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv { width:17.5rem;height:auto;top:9.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #kcxCEowGlae9FMyWzJT4eKr2GR4ivBlQ {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #qaT46v56aUNz9WhnDnIq4zIpfm29xABC {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #bSU3kc6KKPeWKWt7zZ3sUKhCtN2mUxE4 {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #gsu78feCEi5SbdsAmncQQoaqragySRV5 {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #zKCTPRDEuNCfq5RuNsUHXpooX10o0dGc {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #CDpzfRLgbM6bEP2P6AD3UkuWQumX9on7 {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #AZsVhGNpuxy4SecFZaq8BccanBUhXdas {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #OCnFOFZgLDXDt7yWry2ZTTZygbdJWHGv {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #CAqbzgbyZ37m9DADss7T5cDIk3PFd1ao {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #qxVXDw7vcikASAiTwcTC9BvrLHKFe4Ts {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #VOqqd94iePTLukaCVm0W3abIXIPSZcgX {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #TDJpsxol6U7hIbOgu1RbcsqR07nZUc0F {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #X9aqUJh3J0m6awdVdyBWngV9EbQFE4X2 {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #msM47CvfaDT7n9OLVkSymHmIM0h49lmq {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #gassk8AHDKZSXQJeTXsrwTV2lKXxI7Rc {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #puzV17ARFgQwxlZz3V7iwJKsgium4fyM {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #oyJNfRyRIWtL7E2CrmwfC9uCMvTfuQwz {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #DOQ8UhUxhyyMu970urh5OJZ0FFmDngUG {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #C8TLuH6amfPTBSWyGv25vaTQRxpVHuRT {  }
 }@media only screen and (max-width: 763px) { #NSyM5yd3PNIU7N6EWAbukTQu2JFelQnv #Lb59hrM8Xh8pXTbLLNKlzWcFeJZXrfTb {  }
 }@media only screen and (max-width: 763px) { #iupITG01H5DUKGRkGvDHNZWD6V0ZQLKv { width:20rem;height:3.575rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HGXs7Dti5ZDFyaSxDy4AnAXN8R85QcbW { width:13.25rem;height:0.8125rem;top:7.9375rem;left:3.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z { background-color:#33743a;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; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container { background-color: transparent; background-image: none; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container > .video-iframe-container { display: none; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row > .video-iframe-container { display: none; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .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); }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container { border-width: 0; border-radius: 0; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4RdTwtcFooDSuGQfcKTCSkN5i1rtl5Z > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLlbDQ5uvNq0LS0cOIuaVBUehy8S2gV3 { width:12.5rem;height:1.21875rem;top:1.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHQpSZVT5T9vfysaV6BBLe1ylyTRvoXb { width:19.875rem;height:1.625rem;top:3.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq27vQN0TqwGyqp0xtxTqtmbTOw5gpvf { width:20rem;height:0.56875rem;top:10.750001907349rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZWmJL0P9JF2Pv44ubGGkcSMdWS4Fd81 { display:flex;width:1.5625rem;height:1.5625rem;top:8.1250019073488rem;left:0rem;font-size:1.0625rem; }
#xZWmJL0P9JF2Pv44ubGGkcSMdWS4Fd81 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #OyqTma5q395JEi2HlXIVq73XshtCHbp6 { display:flex;width:1.5625rem;height:1.5625rem;top:8.1250019073488rem;left:1.9375001192093rem;font-size:1.0625rem; }
#OyqTma5q395JEi2HlXIVq73XshtCHbp6 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #MMEinnAAEuZa3a15kRL2nMxAz7QmU8M7 { width:19.1875rem;height:1.4625rem;top:5.6250019073486rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #inkmUiD7OULVfkDuTbKthzqMNW0tfx5J { width:3.6875rem;height:3.4375rem;top:2.7595481872559rem;left:14.310764431953rem;display:block; }
 }