.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.8125rem;top:1.875rem;left:26.593751907349rem;overflow:hidden;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.875rem;left:52.250001907349rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGMT93TMKvdCiNND2IXC5gfTItngWMFD { position:relative;display:none; }#GGMT93TMKvdCiNND2IXC5gfTItngWMFD { border-width: 0; border-radius: 0; }#GGMT93TMKvdCiNND2IXC5gfTItngWMFD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GGMT93TMKvdCiNND2IXC5gfTItngWMFD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DBPeTueClmyETEoIpbAmORsZxX1gJigE { position:absolute;display:block;z-index:15059;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:15.125rem;width:32.25rem;top:12.1875rem;left:0rem;overflow:hidden;display:none; }
#EFOr3TOqB0v65pne2T2MIoIDkDPFfB5Z { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:branding;font-size:1.75rem;font-weight:700;z-index:15060;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);top:21.625rem;left:3.1875rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s6lh8Th8ObBaUV7TfehIlyShdwLd8xzI { position:absolute;display:block;z-index:15062;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:10.6875rem;width:25.3125rem;top:7.5rem;left:3.1875rem;overflow:hidden;display:block; }
#pAX9xZ2KDU9M6l7IuCGhnA12wlpPMdOA { position:absolute;display:block;z-index:15058;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:15.125rem;width:60rem;top:13.1875rem;left:0rem;overflow:hidden;display:block; }
#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok { 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; }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row .container { background-color: transparent; background-image: none; }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row .container > .video-iframe-container { display: none; }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row > .video-iframe-container { display: none; }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .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); }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row .container { border-width: 0; border-radius: 0; }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row .container { font-size:0.875rem;font-family:arial;height:101.9375rem;width:60rem;position:relative;display:block; }#EeMzhZGbeaLG3T8TqvXofuDPoauzRNz8 { position:absolute;display:block;z-index:15011;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:7.625rem;width:20rem;top:65.625rem;left:40rem;overflow:hidden;display:block; }
#FK270brk6uJqHBBUAmpEhG7HHhlk7eVV { position:absolute;display:block;z-index:15022;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:15.125rem;width:60rem;top:32.125000953674rem;left:0rem;overflow:hidden;display:block; }
#RlpIalCudBZUwLdn0oEPbaRZaS1Hcv2B { color:#000000;display:block;width:13rem;position:absolute;font-family:branding;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.140624523163rem;left:3.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqaCtTy5CSlhsvvPnXuFASuHrtvrR7lQ { position:absolute;display:block;z-index:15031;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:24.75rem;width:19.0625rem;top:6.1875rem;left:20rem;overflow:hidden;display:block; }
#IF5nei6MkVUAU4fag0FGhelwlbSgSnL2 { position:absolute;display:block;z-index:15013;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:11.875rem;width:20rem;top:6.1875rem;left:40rem;overflow:hidden;display:block; }
#OBO8MT35IxLO5yWnmBTJI2HeShC1tUdq { position:absolute;display:block;z-index:15024;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:11.875rem;width:20rem;top:19.125rem;left:40.0625rem;overflow:hidden;display:block; }
#US5TXpcKf2RvM1qHfBTUXiSvaik8Klie { position:absolute;display:block;z-index:15035;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:24.75rem;width:19.0625rem;top:48.4375rem;left:20rem;overflow:hidden;display:block; }
#I8ID9RbnAIRGoz0Kr0Ck0HyoLXQXT2iZ { position:absolute;display:block;z-index:15044;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:16.25rem;width:60rem;top:74.3125rem;left:0rem;overflow:hidden;display:block; }
#TblStvKlt6KKgVeC0KuypJpikMTbzGoD { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:branding;font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:68.9375rem;left:45.5rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KnzazWWPc7dDP1kGWokTX0oKVmQiw5SM { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:branding;font-size:1.625rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.375rem;left:43.1875rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PdOzkIb1AkUDgG5xS0URLOZ8vnHkiMVc { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:branding;font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:60.25rem;left:45.3125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFSQgJzvB8Izkxf7HUHGBiJXQecbwpsA { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:branding;font-size:2.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:38.0625rem;left:23.187501907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g4LagIRwb3SlJigF4mDek8Ek0d4iktVQ { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:branding;font-size:1.625rem;font-weight:700;z-index:15054;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.75rem;left:23.1875rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CHlh0LMKxPDIoLtdse5vQG3qFG3tJkcl { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:branding;font-size:1.625rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.25rem;left:43.1875rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVJgT27oy9HPDb01Xdr3F1nEr48BHkf6 { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:branding;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:79.9375rem;left:15.625001907349rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iNboT4T9p51h9d4zh1ouRQHxOkKtfK8c { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:branding;font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:51.287324905396rem;left:46.375001907349rem;height:1.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqgWFVMGsDgvWaNOssbmVFNdNXrmudfs { position:absolute;display:block;z-index:15012;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:7.625rem;width:20rem;top:48.4375rem;left:40rem;overflow:hidden;display:block; }
#bTnFx9PSHVOMJ2e2JncvTdTXqrEdwNOy { position:absolute;display:block;z-index:15013;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:7.625rem;width:20rem;top:57rem;left:40rem;overflow:hidden;display:block; }
#srwaDueWrCsi1pN1AObg4WRfVJ2Ci6p7 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:branding;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:59.375rem;left:0.75rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Blh4wcmVupP53SrtsWSmdNMb8K64IiFx { color:#000000;display:block;width:14.25rem;position:absolute;font-family:branding;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:50.749218940735rem;left:22.875001907349rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { 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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#gnxdr6LcKKNVrUBOdGiJiWGcSPVtxhz2 { color:#eb6222;display:block;width:12.9375rem;position:absolute;font-family:branding;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kULLEA4hS9ciUNDeKkt2MRuuNUDBEsW9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:30rem;top:3.7117218017578rem;left:26.377402948283rem;overflow:hidden;display:block; }
#NcEFIL11CsvBl2mOc0aNGtlxwzorabWd { color:#eb6222;display:block;width:12.5rem;position:absolute;font-family:branding;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:1.38125rem;display:block; }
#tBDIzoOTTyeM63PmQsDKcokLzTIwCSpo { color:#000000;display:block;width:31.5rem;position:absolute;font-family:branding;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:20rem;left:0rem;height:3.9rem;font-style:normal;display:block; }
#m3cwJ1OcLJz5MAtovPPLHircN4heWiFg { color:#234446;display:block;width:22.4375rem;position:absolute;font-family:branding;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.6875rem;left:0rem;height:6.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCZnccZ7lqv1MwkyQeTGc8UUTyN2AKNq { position:absolute;display:block;z-index:15001;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:26.875rem;width:26.875rem;top:1.1492195129394rem;left:33.125001907349rem;display:block; }
#IyL5yMN3F5ivWKTznxUH29bDLT2ZtsXu { position:absolute;display:block;z-index:15003;height:12.5rem;width:20rem;top:34.812499523163rem;left:40.000001907349rem;display:block; }
#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t { position:relative;display:block; }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t { background-color: transparent; background-image: none; }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .row .container > .video-iframe-container { display: none; }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .row > .video-iframe-container { display: none; }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .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); }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t { border-width: 0; border-radius: 0; }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T1C1593CWfasI4IiW1b9UHrzmDz2EmSo { 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: none;height:12.5rem;width:18.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FICO6ZZ0hxi5LAWp8r0dOMDDcIAFTMFf { 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: none;height:12.5rem;width:18.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QyNDCcTSi0z9c3ZE4kZavGcT9RKVLRVV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#E23TPPKhBKixpfWrf1kbAiDWrDCr5GLc { 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:12.5rem;width:18.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#D8K8MGwxuSeC5ZpA1dfgxbWDsCOdMIpr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HW9QZuTXf3SniJNp6a0G50sVXKR4qAQw { color:#eb6222;display:block;width:17.3125rem;position:absolute;font-family:branding;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:21.343751907349rem;height:2.35625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a7yygptQvm3m3rqFU1grTvT34bCHzxI6 { color:#234446;display:block;width:22.625rem;position:absolute;font-family:branding;font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:2.9375002384186rem;left:16.081251144409rem;height:7rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 { position:relative;display:block; }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 { background-color: transparent; background-image: none; }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .row .container > .video-iframe-container { display: none; }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .row > .video-iframe-container { display: none; }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .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); }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 { border-width: 0; border-radius: 0; }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zLGlpFa2NolWGnCbbGeCcVMENbEJePno { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.6875rem;left:7.75rem; }
#O80MTvML8Igig6Q0RbUL1wmtZLCpPgoi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.6875rem;left:9.625rem; }
#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx { 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; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container { background-color: transparent; background-image: none; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container > .video-iframe-container { display: none; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row > .video-iframe-container { display: none; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .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); }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container { border-width: 0; border-radius: 0; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#wF2i2OmBNczok6flT6c3KRVnNHhlBLze { 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:0rem;height:2.4375rem;font-style:normal;display:block; }
#P95bbolAk3MrdTDkNqwt5ToixvHSrt3R { 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:0rem;height:2.275rem;font-style:normal;display:block; }
#SUIpx259w8nPO4kUcxpFroAa9rTvZeox { 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:0rem;height:0.8125rem;text-align:left;text-align-last:left;display:block; }
#X8bxdPFpfEkgJtA2ges05a5Tri6ybEuU { 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:57.3125rem; }
#X8bxdPFpfEkgJtA2ges05a5Tri6ybEuU > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#Usi2uIbPnMGwETi4JsFOVb48EBILfnTw { 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:58.8125rem; }
#Usi2uIbPnMGwETi4JsFOVb48EBILfnTw > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#blxutLJRQFN66Fh6bmgxEmcz0KOfHPLX { 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:40.8125rem;height:1.95rem;text-align:right;text-align-last:right;display:block; }
#T9vkyQ3ST44isTpfJ0zxcLG4sEx11uTV { 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:53.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:6.8125rem;height:6.375rem;top:1.875rem;left:20.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:7.75rem;height:2.375rem;top:3.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #GGMT93TMKvdCiNND2IXC5gfTItngWMFD { display:block; }#GGMT93TMKvdCiNND2IXC5gfTItngWMFD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBPeTueClmyETEoIpbAmORsZxX1gJigE { top:12.1875rem;left:0rem;width:32.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFOr3TOqB0v65pne2T2MIoIDkDPFfB5Z { width:22.625rem;height:3.8125rem;top:21.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lh8Th8ObBaUV7TfehIlyShdwLd8xzI { top:7.5rem;left:0rem;width:25.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAX9xZ2KDU9M6l7IuCGhnA12wlpPMdOA { top:13.1875rem;left:0rem;width:47.75rem;height:12.036979166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok { display:block; }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeMzhZGbeaLG3T8TqvXofuDPoauzRNz8 { width:20rem;height:7.625rem;top:65.625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK270brk6uJqHBBUAmpEhG7HHhlk7eVV { width:47.75rem;height:12.036979166667rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlpIalCudBZUwLdn0oEPbaRZaS1Hcv2B { width:13rem;height:2.8125rem;top:17.125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqaCtTy5CSlhsvvPnXuFASuHrtvrR7lQ { width:19.0625rem;height:24.75rem;top:6.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF5nei6MkVUAU4fag0FGhelwlbSgSnL2 { width:20rem;height:11.875rem;top:6.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBO8MT35IxLO5yWnmBTJI2HeShC1tUdq { width:20rem;height:11.875rem;top:19.125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5TXpcKf2RvM1qHfBTUXiSvaik8Klie { width:19.0625rem;height:24.75rem;top:48.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ID9RbnAIRGoz0Kr0Ck0HyoLXQXT2iZ { width:47.75rem;height:12.932291666667rem;top:74.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblStvKlt6KKgVeC0KuypJpikMTbzGoD { width:9.0625rem;height:0.9375rem;top:68.9375rem;left:35.187501907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnzazWWPc7dDP1kGWokTX0oKVmQiw5SM { width:13.625rem;height:3.5625rem;top:10.375rem;left:32.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdOzkIb1AkUDgG5xS0URLOZ8vnHkiMVc { width:9.375rem;height:1.125rem;top:60.25rem;left:35rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFSQgJzvB8Izkxf7HUHGBiJXQecbwpsA { width:13.625rem;height:3.25rem;top:38.0625rem;left:17.000001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4LagIRwb3SlJigF4mDek8Ek0d4iktVQ { width:13.625rem;height:3.5625rem;top:16.75rem;left:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHlh0LMKxPDIoLtdse5vQG3qFG3tJkcl { width:13.625rem;height:3.5625rem;top:23.25rem;left:32.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVJgT27oy9HPDb01Xdr3F1nEr48BHkf6 { width:28.8125rem;height:5rem;top:79.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNboT4T9p51h9d4zh1ouRQHxOkKtfK8c { width:7.25rem;height:1.875rem;top:51.25rem;left:36.062501907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqgWFVMGsDgvWaNOssbmVFNdNXrmudfs { width:20rem;height:7.625rem;top:48.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTnFx9PSHVOMJ2e2JncvTdTXqrEdwNOy { width:20rem;height:7.625rem;top:57rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srwaDueWrCsi1pN1AObg4WRfVJ2Ci6p7 { width:18.5625rem;height:2.8125rem;top:59.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blh4wcmVupP53SrtsWSmdNMb8K64IiFx { width:14.25rem;height:3rem;top:50.6875rem;left:16.687501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnxdr6LcKKNVrUBOdGiJiWGcSPVtxhz2 { width:12.9375rem;height:3.375rem;top:5.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kULLEA4hS9ciUNDeKkt2MRuuNUDBEsW9 { top:3.6875rem;left:15.5625rem;width:30rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcEFIL11CsvBl2mOc0aNGtlxwzorabWd { top:18.375rem;left:0rem;width:12.5rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBDIzoOTTyeM63PmQsDKcokLzTIwCSpo { top:20rem;left:0rem;width:31.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3cwJ1OcLJz5MAtovPPLHircN4heWiFg { top:8.6875rem;left:0rem;width:22.4375rem;height:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCZnccZ7lqv1MwkyQeTGc8UUTyN2AKNq { top:1.125rem;left:20.875rem;width:26.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyL5yMN3F5ivWKTznxUH29bDLT2ZtsXu { top:34.75rem;left:27.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t { display:block; }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1C1593CWfasI4IiW1b9UHrzmDz2EmSo { top:0rem;left:0rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FICO6ZZ0hxi5LAWp8r0dOMDDcIAFTMFf { top:0rem;left:0rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNDCcTSi0z9c3ZE4kZavGcT9RKVLRVV { top:0rem;left:0rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23TPPKhBKixpfWrf1kbAiDWrDCr5GLc { top:0rem;left:0rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8K8MGwxuSeC5ZpA1dfgxbWDsCOdMIpr { top:0rem;left:0rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9QZuTXf3SniJNp6a0G50sVXKR4qAQw { width:17.3125rem;height:2.3125rem;top:0rem;left:15.218751907349rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7yygptQvm3m3rqFU1grTvT34bCHzxI6 { top:2.9375rem;left:9.9562511444094rem;width:22.625rem;height:7rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 { display:block; }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLGlpFa2NolWGnCbbGeCcVMENbEJePno { top:0.6875rem;left:1.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O80MTvML8Igig6Q0RbUL1wmtZLCpPgoi { top:0.6875rem;left:3.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx { display:block; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF2i2OmBNczok6flT6c3KRVnNHhlBLze { top:4.0625rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P95bbolAk3MrdTDkNqwt5ToixvHSrt3R { top:7.0625rem;left:0rem;width:19.875rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUIpx259w8nPO4kUcxpFroAa9rTvZeox { top:12.375rem;left:0rem;width:45.25rem;height:0.8125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8bxdPFpfEkgJtA2ges05a5Tri6ybEuU { top:12.25rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
#X8bxdPFpfEkgJtA2ges05a5Tri6ybEuU > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #Usi2uIbPnMGwETi4JsFOVb48EBILfnTw { top:12.25rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
#Usi2uIbPnMGwETi4JsFOVb48EBILfnTw > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #blxutLJRQFN66Fh6bmgxEmcz0KOfHPLX { top:9rem;left:28.5625rem;width:19.1875rem;height:1.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9vkyQ3ST44isTpfJ0zxcLG4sEx11uTV { 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) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f4795e60-8ba5-411a-b764-8bb0a3b49e3a/WellyKidsPark_DiaMundialdaCrianca2024_DolceHotelsandResortsCamporealLisboa636.crop_5500x3470_0,0.preview.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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8.adaptive-delivery-prevent-bg, #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8.lazyload, #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8.lazyloading { background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:4.4375rem;height:4.1875rem;top:1.2543402910232rem;left:7.7812501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:4.375rem;height:1.375rem;top:2.6614582538605rem;left:15.624131321907rem;font-size:0.4375rem;font-family:branding;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #GGMT93TMKvdCiNND2IXC5gfTItngWMFD { display:none; }#GGMT93TMKvdCiNND2IXC5gfTItngWMFD > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DBPeTueClmyETEoIpbAmORsZxX1gJigE { width:20rem;height:9.25rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EFOr3TOqB0v65pne2T2MIoIDkDPFfB5Z { width:10.125rem;height:1.7875rem;top:12.5625rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #s6lh8Th8ObBaUV7TfehIlyShdwLd8xzI { width:13.5625rem;height:5.4375rem;top:3.5625rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAX9xZ2KDU9M6l7IuCGhnA12wlpPMdOA { width:20rem;height:5.0416666666667rem;top:13.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok { display:block; }#HOrD8azx6Mdd6BJOh6Qplbyqd84lFAok > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeMzhZGbeaLG3T8TqvXofuDPoauzRNz8 { width:10.5rem;height:3.5rem;top:28.530468940735rem;left:9.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK270brk6uJqHBBUAmpEhG7HHhlk7eVV { width:20rem;height:5rem;top:20.250000476837rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RlpIalCudBZUwLdn0oEPbaRZaS1Hcv2B { width:20rem;height:1.625rem;top:3.8312492370606rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hqaCtTy5CSlhsvvPnXuFASuHrtvrR7lQ { width:8.9375rem;height:12.3125rem;top:5.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IF5nei6MkVUAU4fag0FGhelwlbSgSnL2 { width:10.5rem;height:5.625rem;top:5.75rem;left:9.5000005364419rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OBO8MT35IxLO5yWnmBTJI2HeShC1tUdq { width:10.5rem;height:6.125rem;top:11.987501144409rem;left:9.5000005364419rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #US5TXpcKf2RvM1qHfBTUXiSvaik8Klie { width:8.9375rem;height:11.625rem;top:28.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ID9RbnAIRGoz0Kr0Ck0HyoLXQXT2iZ { width:20rem;height:5.0625rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblStvKlt6KKgVeC0KuypJpikMTbzGoD { width:7.125rem;height:0.825rem;top:29.867187023163rem;left:11.187500119209rem;font-size:0.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #KnzazWWPc7dDP1kGWokTX0oKVmQiw5SM { width:9.1875rem;height:2.0625rem;top:7.53125rem;left:10.156250536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #PdOzkIb1AkUDgG5xS0URLOZ8vnHkiMVc { width:6.5625rem;height:0.975rem;top:38rem;left:11.468750536442rem;font-size:0.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #fFSQgJzvB8Izkxf7HUHGBiJXQecbwpsA { width:13.625rem;height:1.625rem;top:21.936719417572rem;left:3.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #g4LagIRwb3SlJigF4mDek8Ek0d4iktVQ { width:8.9375rem;height:2.0625rem;top:10.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #CHlh0LMKxPDIoLtdse5vQG3qFG3tJkcl { width:9.5rem;height:2.0625rem;top:14.018751144409rem;left:10.000000536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #AVJgT27oy9HPDb01Xdr3F1nEr48BHkf6 { width:12.625rem;height:2.5rem;top:44.25rem;left:3.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #iNboT4T9p51h9d4zh1ouRQHxOkKtfK8c { width:8.75rem;height:0.825rem;top:33.931250572204rem;left:10.375000536442rem;font-size:0.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #xqgWFVMGsDgvWaNOssbmVFNdNXrmudfs { width:10.5rem;height:3.5rem;top:32.592968940735rem;left:9.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTnFx9PSHVOMJ2e2JncvTdTXqrEdwNOy { width:10.5rem;height:3.5rem;top:36.705470085144rem;left:9.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #srwaDueWrCsi1pN1AObg4WRfVJ2Ci6p7 { width:18.5625rem;height:1.625rem;top:26.562499523163rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Blh4wcmVupP53SrtsWSmdNMb8K64IiFx { width:6.5rem;height:2.0625rem;top:30.0234375rem;left:1.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnxdr6LcKKNVrUBOdGiJiWGcSPVtxhz2 { width:12.9375rem;height:2.6rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kULLEA4hS9ciUNDeKkt2MRuuNUDBEsW9 { width:20rem;height:14.5rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcEFIL11CsvBl2mOc0aNGtlxwzorabWd { width:12.5rem;height:1.21875rem;top:25.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBDIzoOTTyeM63PmQsDKcokLzTIwCSpo { width:14.375rem;height:3.25rem;top:27.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3cwJ1OcLJz5MAtovPPLHircN4heWiFg { width:20rem;height:5.25rem;top:4.8500022888184rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCZnccZ7lqv1MwkyQeTGc8UUTyN2AKNq { width:15.0625rem;height:14.6875rem;top:12.875rem;left:4.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #IyL5yMN3F5ivWKTznxUH29bDLT2ZtsXu { width:20rem;height:12.5rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t { display:block; }#h1M6OoRBuWW9cO0nUeFKVuiu8lMM3z6t > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1C1593CWfasI4IiW1b9UHrzmDz2EmSo { width:20rem;height:13.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FICO6ZZ0hxi5LAWp8r0dOMDDcIAFTMFf { width:20rem;height:13.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNDCcTSi0z9c3ZE4kZavGcT9RKVLRVV { width:20rem;height:13.2305rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23TPPKhBKixpfWrf1kbAiDWrDCr5GLc { width:20rem;height:13.2305rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8K8MGwxuSeC5ZpA1dfgxbWDsCOdMIpr { width:20rem;height:13.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9QZuTXf3SniJNp6a0G50sVXKR4qAQw { width:17.3125rem;height:2.35625rem;top:2.5617189407349rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a7yygptQvm3m3rqFU1grTvT34bCHzxI6 { width:20rem;height:7rem;top:5.4375rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 { display:block; }#e6hiXnRbRdL5svwwWxrAFxqP53zTXvG5 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLGlpFa2NolWGnCbbGeCcVMENbEJePno { display:flex;width:1.875rem;height:1.875rem;top:0.6875rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #O80MTvML8Igig6Q0RbUL1wmtZLCpPgoi { display:flex;width:1.875rem;height:1.875rem;top:0.6875rem;left:10.3125rem; }
 }@media only screen and (max-width: 763px) { #gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx { 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; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container { background-color: transparent; background-image: none; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container > .video-iframe-container { display: none; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row > .video-iframe-container { display: none; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .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); }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container { border-width: 0; border-radius: 0; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWzEXtO2Ah2zHTm44yIHmSZPfZaPCEhx > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF2i2OmBNczok6flT6c3KRVnNHhlBLze { width:12.5rem;height:1.21875rem;top:1.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P95bbolAk3MrdTDkNqwt5ToixvHSrt3R { width:19.875rem;height:1.625rem;top:3.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUIpx259w8nPO4kUcxpFroAa9rTvZeox { width:20rem;height:0.56875rem;top:10.750001907349rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8bxdPFpfEkgJtA2ges05a5Tri6ybEuU { display:flex;width:1.5625rem;height:1.5625rem;top:8.1250019073488rem;left:0rem;font-size:1.0625rem; }
#X8bxdPFpfEkgJtA2ges05a5Tri6ybEuU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Usi2uIbPnMGwETi4JsFOVb48EBILfnTw { display:flex;width:1.5625rem;height:1.5625rem;top:8.1250019073488rem;left:1.9375001192093rem;font-size:1.0625rem; }
#Usi2uIbPnMGwETi4JsFOVb48EBILfnTw > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #blxutLJRQFN66Fh6bmgxEmcz0KOfHPLX { 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) { #T9vkyQ3ST44isTpfJ0zxcLG4sEx11uTV { width:3.6875rem;height:3.4375rem;top:2.7595481872559rem;left:14.310764431953rem;display:block; }
 }