.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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; }
#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); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/152801ce-e8df-4252-9c85-2fdf9851cc6e/Gladylen_Trucios.webp");background-position:center left !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; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk.adaptive-delivery-prevent-bg, #T3oayxuFvqRFvLI656UDkimn2ZRty7Xk.lazyload, #T3oayxuFvqRFvLI656UDkimn2ZRty7Xk.lazyloading { background-image: none; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container { background-color: transparent; background-image: none; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container > .video-iframe-container { display: none; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row > .video-iframe-container { display: none; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .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); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container { border-width: 0; border-radius: 0; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#Q4655eugnmIc5mAD2ZOamJu0MSsTJsIv { position:absolute;display:block;z-index:15004;background-color:rgba(246,242,236,0.88);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:35.062375rem;width:28.3745625rem;top:17.9375rem;left:46.6875rem;display:block; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-form-header {  }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:20.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;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:20.1875rem;box-sizing:border-box;height:2rem;color:#000000;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-text {padding-top: 0; padding-bottom: 0;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;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:20.1875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-select {padding-top: 0; padding-bottom: 0;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffd700;background-image:none;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:2rem;margin-bottom:0.25rem;margin-left:2rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#000080;width:16.125rem;height:4.5625rem;font-family:lato;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;float:none; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .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; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-container:first-of-type{padding-top:0;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-container:last-of-type{padding-bottom:0;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:49.5rem;top:32.625rem;z-index:15025;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem;display:block;vertical-align:top; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;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; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp {display:block;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:49.5rem;top:32.625rem;z-index:15025;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #WmIeWNuhcpP3ORdXJFONrrbpbOugZUH3 { position:relative; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #SsCWAqh0N2i1MixNzDMtNWwBdKJzsRWZ { position:relative;display:none; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #FR4Ixcxy9Uro969AMI7sJ1uJtkI3nWmb { position:relative; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #A3VQa8Wl5lsqzMgLRdpZ8HwVdp9d629R { position:relative; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #kocXaCmOp37x4BuTOiB7TTxdOpzahZIt { position:relative;display:none; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #TEgb35RKWRUrZRziaTQs6MKuQz400THf { position:relative; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #MbsV0HFvJGminyIRDuo6Uws6McDhX6qf { position:relative; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #MNWDgyWQdUHhHA4AdnayWmiFgah6JA9b { position:relative;z-index:2; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #gAOidp0BpUENBh7129WCahUyCtK9ElsR { position:relative; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #qJf0gX8VUM0VHuZEi03DKyNAWkaiszo6 { position:relative; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #VsrFav7mRac8EZos4F2J2n5uwpueKoGT { position:relative; }
#OdyJ6NP6wsDs2d9LyVdxKwRyxsl29L7y { color:#000000;display:block;width:17.874rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:27.8125rem;left:51.9375rem;height:4.38780625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4DkIImOmGPlPriI2ziQuAPamE1eps9B { color:#000000;display:block;width:24.187375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19.8125rem;left:48.75rem;height:6.82375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pFU7meAG5vwoXK29vA3UWwwQZR11RlDU { box-sizing:content-box;height:5.9375rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:rgba(26,31,54,0.61);background-image:none;top:4.125rem;left:0rem;display:block; }
#Io98rQdpfz8dz3zWwdLC24HbSI6LKeQT { color:#ffffff;display:block;width:74.874375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.4681096076966rem;left:0rem;height:3.249875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fw4EynXPq8zA2EQNgJIcO44GyB9HbZUl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.875rem;width:61.5rem;display:none; }
#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw { position:relative;display:block; }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw { background-color: transparent; background-image: none; }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .row .container > .video-iframe-container { display: none; }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .row > .video-iframe-container { display: none; }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .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); }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw { border-width: 0; border-radius: 0; }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .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; }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xbDakDNzF5c5gbKq9T1ouSOiNTRbkrW3 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:2.7459030151367rem;left:0.73770523071287rem;height:5.6057875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tyTMT9SHX1mVD8hramu5yxcpwq9ODxO6 { color:#000000;display:block;width:37.687rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:2.75rem;left:24.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huX7PQsveGras2gTGCPpu1D7GwlKIsNm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:7.75rem;left:24.625rem;height:1.4626rem;font-style:normal;display:block; }
#k2NCkoAZEEOsto7uFTTu7u6CaqovqJEA { color:#000000;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:9.25rem;left:24.625rem;height:2.92520625rem;font-style:normal;display:block; }
#SWtt0Z5CpoVwlTDswd27oQR2GmTzLfbd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.7494875rem;width:1.7494875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.625rem;left:22.3125rem; }
#oMSCblf2044CTyTFrJmMyprnRu7HbSgV { color:#000000;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:14.5625rem;left:24.625rem;height:4.38780625rem;font-style:normal;display:block; }
#ZSTVfJimRMwa6ZvazzB6cmSiwTLxFZON { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.0625rem;left:24.625rem;height:1.4626rem;font-style:normal;display:block; }
#Q1aDPdTKpdG9DmRZC6t68Gtlg4n1Eppx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.7494875rem;width:1.7494875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.9375rem;left:22.3125rem; }
#gxTI3pNfFzUCn93LCR6kd8E9MEmqnDDF { color:#000000;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:21.4375rem;left:24.625rem;height:2.92520625rem;font-style:normal;display:block; }
#F1AeHVHBax35nw4ITGC1rDK7t7h3ZRP2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.7494875rem;width:1.7494875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:19.8125rem;left:22.3125rem; }
#rtyNwAT7zwCVkHrdi4cxbe0myJhSW4zm { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:19.9375rem;left:24.625rem;height:1.4626rem;font-style:normal;display:block; }
#TBg3yUJKz4mdqvThAP3xrdXsBF0uALCq { color:#000000;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:21.4375rem;left:50.6875rem;height:4.38780625rem;font-style:normal;display:block; }
#BOf5TvTO2FXe36SJedE82cvOw1En7l4x { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:19.9375rem;left:50.6875rem;height:1.4626rem;font-style:normal;display:block; }
#Nh68ybyKEydGP0P6XGemDablBxJVMI7O { color:#000000;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:14.5625rem;left:50.6875rem;height:4.38780625rem;font-style:normal;display:block; }
#xuwUaIeZE6qObptKHAMhFOkZdxD3Ssfa { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:13.0625rem;left:50.6875rem;height:1.4626rem;font-style:normal;display:block; }
#OKlh8SJZMOiHI4FfyT6yLhTSZmqzWanC { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:9.25rem;left:50.6875rem;height:2.92520625rem;font-style:normal;display:block; }
#B1PJfU9bqdL1WDccoNS6dz1bfgVChGGH { color:#000000;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.75rem;left:50.6875rem;height:1.4626rem;font-style:normal;display:block; }
#lUXIC4O9v2CRsFCaHTdLgG9uymhs4acJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.7494875rem;width:1.7494875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:12.9375rem;left:48.375rem; }
#BrrtFgHJn1THuo9PBmrnf807etr93q9t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.7494875rem;width:1.7494875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:19.8125rem;left:48.375rem; }
#DPq1STnJkxKAR0OBlWrl0lkaRL8zRUyN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.7494875rem;width:1.7494875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:7.625rem;left:48.375rem; }
#Tdn6CTM3VJeX2B50QUKlkDcf48fWxBC6 { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15048;background-color:#13c2c6;background-image:none;top:8.8776893615725rem;left:0.73642730712888rem;display:block; }
#hP029TPh7bebGQQH7CsRk0iUcHit23mS { position:absolute;display:block;z-index:15049;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:14.62475rem;width:11.937125rem;top:9.3730773925781rem;left:3.6526641845703rem;overflow:hidden;display:block; }
#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 { position:relative;display:block; }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 { background-color: transparent; background-image: none; }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .row .container > .video-iframe-container { display: none; }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .row > .video-iframe-container { display: none; }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .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); }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 { border-width: 0; border-radius: 0; }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .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; }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#273f92;background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d3nFaavWXUogBKHbTA8AW4TclilrFDT9 { color:#ffffff;display:block;width:27rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:8.25rem;left:38.6875rem;height:1.39984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NX4vJI2DTHe1ML4AqKR8OAx6bITUaA4L { color:#ffffff;display:block;width:26.062375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.6875rem;left:38.6875rem;height:1.39984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bq8M648Unfm6R868fIuZtZeM8eDdoAWp { color:#ffffff;display:block;width:28.812125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:15.375rem;left:38.6875rem;height:2.79969375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t8qSqXR1WrOXnuri0FtncVuT6CnPVHHx { color:#ffffff;display:block;width:20.374625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:13rem;left:38.6875rem;height:1.39984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sfTx5bctgQsaAx6ZGlmlegdnltJnHeGp { color:#ffffff;display:block;width:25.999625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:18.9375rem;left:38.6875rem;height:2.79969375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kSSJMwq41Fg4kw3DrsGaSgpnRu5Ly2HB { 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:18.75rem;width:30.999625rem;top:3.3107056617737rem;left:3.8607864379883rem;overflow:hidden;display:block; }
#X13teSLdTFfcB7cxUsrAszZTVBHfTaUd { background-color:#ffd700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.99975rem;height:5.37461875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.173667907715rem;left:48.539321899414rem;display:block; }
#D1tpBTuy9r18hRzTedEgnG4ZFdbdl65Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vb6U6nxvM4n1RCB0hT4WOA1yXgkGOe0d { color:#ffffff;display:block;width:34.187375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.3125rem;left:38.6875rem;height:3.5745375rem;font-style:normal;display:block; }
#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { position:relative;display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { background-color: transparent; background-image: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container > .video-iframe-container { display: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row > .video-iframe-container { display: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .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); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { border-width: 0; border-radius: 0; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .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; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 { position:relative;display:block; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 { background-color: transparent; background-image: none; }#K40edd9de575a818da24bbbc08a5f167b01d2f12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container > .video-iframe-container { display: none; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row > .video-iframe-container { display: none; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .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); }#K40edd9de575a818da24bbbc08a5f167b01d2f12 { border-width: 0; border-radius: 0; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .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; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#13c2c6;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ihhC9HVlDay0xaWl8J0VimJ55BAKsNQZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.78125rem;left:0rem;height:2.8432375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU { position:relative;display:block; }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU { background-color: transparent; background-image: none; }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .row .container > .video-iframe-container { display: none; }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .row > .video-iframe-container { display: none; }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .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); }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU { border-width: 0; border-radius: 0; }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .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; }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pAkwzteDmXPhVvzsTh9W7Xf7E3JA6Tcp { color:#ffffff;display:block;width:15.562125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10.6875rem;left:7.4375rem;height:1.800075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knuXgBBTteK8MKnxoHNlUg0pXGagdXJ0 { color:#ffffff;display:block;width:12.4365rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:22rem;left:8.875rem;height:1.49974375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTrB371Bdzi2a97FmbwcUGwDr8Ikib9c { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:10.6875rem;left:29.9375rem;height:1.800075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqNF02Zmp5oQsrG3TKb3OoWPxALm7W4c { color:#000000;display:block;width:12.437125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:22.0625rem;left:31.25rem;height:1.49974375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCIShgJVTB50C1kazV1wEgToS3T6Jz5V { color:#000000;display:block;width:15.812375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:10.6875rem;left:51.625rem;height:1.800075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqcJJ0lHkLMeGzGsoGl7kV3wBHCAZv1R { color:#000000;display:block;width:12.4365rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:22.0625rem;left:53.3125rem;height:1.49974375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeKPZ4CWiqw4cnKNfBHwyHbMcTm9PzKL { position:absolute;display:block;z-index:14999;background-color:#273f92;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.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:19.0625rem;width:19.0625rem;top:6.3125rem;left:5.9375rem;display:block; }
#K11Alug0og4x7JP7Q8vtNHX3b2exIg1p { position:absolute;display:block;z-index:15000;background-color:#273f92;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.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:19.0625rem;width:19.0625rem;top:6.1875rem;left:28.125rem;display:block; }
#W5m2hpmJw9dZDSTNi1J8ix6C9fxl8P4G { position:absolute;display:block;z-index:15001;background-color:#273f92;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.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:19.0625rem;width:19.0625rem;top:6.3125rem;left:50rem;display:block; }
#IlS4bftSPEKbT07BBTafWGy6e9IaA6i9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.5rem;left:13.875rem; }
#RtBen2tbJXSZm7Te9TLBvVNnsOBJDJ9x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.5rem;left:35.9375rem; }
#ILffbeqm5eSQgGxAzS1FBdLXbqvHZo3L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7.5rem;left:58rem; }
#lmHpOg5uCh3giCJr75QXWlZyFsfNLDA9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:2.9375rem;left:11.5625rem;overflow:hidden;display:block; }
#r7UaGS7Ni5sTw1uFOO3ehlH88Bn8GpoF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:2.9375rem;left:33.625rem;overflow:hidden;display:block; }
#k7QzDIxciuxIu6HwmfLwtaRrozCMrGZD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:2.875rem;left:55.625rem;overflow:hidden;display:block; }
#I6e8fhxZ5a2591HRdvx1yyJ4x5W66dAr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:9.1875rem;height:10.2381875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGP4NKz4LFtBQWeRgqWyPy1VQ7xHEypg { color:#ffffff;display:block;width:13.562375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5rem;left:30.6875rem;height:5.8504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3NCgNuAoyrmlqU418Qg1S3UDd5JAZP2 { color:#ffffff;display:block;width:11.062375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:12.5rem;left:54rem;height:8.775625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PaxKeNkmcv6vXuqSaDXnS1Uc52KOwPwZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:8.9375rem;height:1.4626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTSExa4BFOu9tX0ozSIISrgkdMSdb1Jx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.0625rem;left:31.25rem;height:1.4626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEbwqbpILNUfwBw3vNQ9VUz2x9lT60br { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.0625rem;left:53.25rem;height:1.4626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr { position:relative;display:block; }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr { background-color: transparent; background-image: none; }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .row .container > .video-iframe-container { display: none; }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .row > .video-iframe-container { display: none; }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .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); }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr { border-width: 0; border-radius: 0; }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .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; }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#13c2c6;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GrTxwvqMf06T5huSBwqScJBiJJBOqH7T { background-color:#ffd700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.187375rem;height:4.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:20.405353546142rem;display:block; }
#TMDEZ6m2TCeaRV5qypIR5V2QQfrfxKyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX { position:relative;display:block; }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX { background-color: transparent; background-image: none; }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .row .container > .video-iframe-container { display: none; }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .row > .video-iframe-container { display: none; }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .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); }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX { border-width: 0; border-radius: 0; }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .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; }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .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:20.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hUscHOSRw5xbeX7ahoRU5kVODKaFRRnd { color:#000000;display:block;width:22.12475rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.8125rem;left:7.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lG441GbxB6FnSerW8lqblNOrHsE4uy57 { color:#000000;display:block;width:26.999875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.6875rem;left:7.375rem;height:2.79969375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KdOTaSF2FbKJlcyExVKURPKWP2TF1h1e { color:#000000;display:block;width:26.999875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.0625rem;left:7.375rem;height:1.39984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J28lNVpSaTeLMZvfIc5CcETUAsVch6u6 { color:#000000;display:block;width:26.999875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:13.125rem;left:7.375rem;height:1.39984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WpPJoQHoxZwAzT2hpoZTE3rUrqShWZa1 { color:#000000;display:block;width:26.999875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:7.375rem;height:2.79969375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WoUdnN1SoIGdZ3XqHN5F87IUWNtgPEN0 { color:#000000;display:block;width:26.999875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:40.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#WoUdnN1SoIGdZ3XqHN5F87IUWNtgPEN0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WoUdnN1SoIGdZ3XqHN5F87IUWNtgPEN0 li:before{  }
#FJghHgzBR0Euy00uiX8qk40ByWy4J4Sb { color:#000000;display:block;width:26.999875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.3125rem;left:40.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FJghHgzBR0Euy00uiX8qk40ByWy4J4Sb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FJghHgzBR0Euy00uiX8qk40ByWy4J4Sb li:before{  }
#K4K4LTkrxqZKnRCNA3lTuqpKvhWqUr6Q { color:#000000;display:block;width:26.999875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10rem;left:40.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#K4K4LTkrxqZKnRCNA3lTuqpKvhWqUr6Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K4K4LTkrxqZKnRCNA3lTuqpKvhWqUr6Q li:before{  }
#tfLe6qtTrIza0RliyHc9ALsOsw3GmZT1 { color:#000000;display:block;width:26.999875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.625rem;left:40.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#tfLe6qtTrIza0RliyHc9ALsOsw3GmZT1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tfLe6qtTrIza0RliyHc9ALsOsw3GmZT1 li:before{  }
#uy88qR7QXO1BGf4oTIG0g3nb3XFwDIcg { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt { position:relative;display:block; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt { background-color: transparent; background-image: none; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,66,70,0.66); }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container > .video-iframe-container { display: none; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row > .video-iframe-container { display: none; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,66,70,0.66); }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt { border-width: 0; border-radius: 0; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .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; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60aa96e0-16cf-42cd-9600-602f546ff508/20251021_95348244.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container.adaptive-delivery-prevent-bg, #kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container.lazyload, #kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container.lazyloading { background-image: none; }#ZKmrwfPCyx2tZfMZnVb1lT2dTwWgdwmW { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:7.375rem;height:3.249875rem;font-style:normal;display:block; }
#PqoqaK3cafhXpvgL1nP94tlfFQAv6I7X { color:#ffffff;display:block;width:29.2495rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.5625rem;height:3.65586875rem;font-style:normal;display:block; }
#mVm3kxPt2ov7pzztaQllTcUiVHvtk0Qc { color:#ffffff;display:block;width:25.87475rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.25rem;height:3.89985rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcafkvLcgPTzeBEZGrNvVTs6Xi7pFVS7 { color:#ffffff;display:block;width:18.499625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.375rem;left:6.9375rem;height:2.92520625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n7xR9XJZ0ddzhESrBRtd3tmRLhqQG2sy { color:#ffffff;display:block;width:29.499875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.625rem;left:41.6875rem;height:13.385rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DZGsOgyTX8EiTCBF4TwQ7lsKqKvXMGEE { color:#ffffff;display:block;width:18.499625rem;position:absolute;font-family:allura;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.25rem;left:52.3125rem;height:2.43724375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wQIpmABxZWkPZ3A8rg8E2JZVZ3DI1d9Z { background-color:#ffd700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.999875rem;height:5.37461875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24.685577392578rem;left:21.499103546142rem;display:block; }
#nu3caXnwQGNIRhd1MlIZf82UGfXPqNwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I2sV6al7sbSbQrGvHGMp7eWtaD6ldu69 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:31.875rem;display:none; }
#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { background-color: transparent; background-image: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container > .video-iframe-container { display: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container { display: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .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); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { border-width: 0; border-radius: 0; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { z-index:15001;top:6.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:2.436525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.29995rem;text-align:center;text-align-last:center;display:block; }
#tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:2.5999rem;text-align:center;text-align-last:center;display:block; }
#FOF2F7bkf1QLisV4cOhbbZvxc3fwMZhx { color:#000000;display:block;width:22.43725rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.6215438842775rem;left:26.280097961426rem;height:2.5999rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T3oayxuFvqRFvLI656UDkimn2ZRty7Xk { display:block; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4655eugnmIc5mAD2ZOamJu0MSsTJsIv { top:17.9375rem;left:19.4375rem;width:28.3125rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-regular-label { display:block; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-checkbox-label { width:13.75rem; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp  { width:15rem;height:auto; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp {display:block;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #WmIeWNuhcpP3ORdXJFONrrbpbOugZUH3 {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #SsCWAqh0N2i1MixNzDMtNWwBdKJzsRWZ { display:none; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #FR4Ixcxy9Uro969AMI7sJ1uJtkI3nWmb {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #A3VQa8Wl5lsqzMgLRdpZ8HwVdp9d629R {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #kocXaCmOp37x4BuTOiB7TTxdOpzahZIt { display:none; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #TEgb35RKWRUrZRziaTQs6MKuQz400THf {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #MbsV0HFvJGminyIRDuo6Uws6McDhX6qf {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #MNWDgyWQdUHhHA4AdnayWmiFgah6JA9b { z-index:2; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #gAOidp0BpUENBh7129WCahUyCtK9ElsR {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #qJf0gX8VUM0VHuZEi03DKyNAWkaiszo6 {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #VsrFav7mRac8EZos4F2J2n5uwpueKoGT {  }
 }@media only screen and (max-width: 763px) { #OdyJ6NP6wsDs2d9LyVdxKwRyxsl29L7y { top:27.8125rem;left:29.9375rem;width:17.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4DkIImOmGPlPriI2ziQuAPamE1eps9B { top:19.8125rem;left:23.625rem;width:24.125rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFU7meAG5vwoXK29vA3UWwwQZR11RlDU { top:4.125rem;left:0rem;width:47.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io98rQdpfz8dz3zWwdLC24HbSI6LKeQT { top:5.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw4EynXPq8zA2EQNgJIcO44GyB9HbZUl { width:47.75rem;height:30.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw { display:block; }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbDakDNzF5c5gbKq9T1ouSOiNTRbkrW3 { top:2.6875rem;left:0rem;width:14.8125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTMT9SHX1mVD8hramu5yxcpwq9ODxO6 { top:2.75rem;left:10.125rem;width:37.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huX7PQsveGras2gTGCPpu1D7GwlKIsNm { top:7.75rem;left:11rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NCkoAZEEOsto7uFTTu7u6CaqovqJEA { top:9.25rem;left:11rem;width:18.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWtt0Z5CpoVwlTDswd27oQR2GmTzLfbd { top:7.625rem;left:8.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMSCblf2044CTyTFrJmMyprnRu7HbSgV { top:14.5625rem;left:11rem;width:18.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTVfJimRMwa6ZvazzB6cmSiwTLxFZON { top:13.0625rem;left:11rem;width:18.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1aDPdTKpdG9DmRZC6t68Gtlg4n1Eppx { top:12.9375rem;left:8.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTI3pNfFzUCn93LCR6kd8E9MEmqnDDF { top:21.4375rem;left:11rem;width:18.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1AeHVHBax35nw4ITGC1rDK7t7h3ZRP2 { top:19.8125rem;left:8.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyNwAT7zwCVkHrdi4cxbe0myJhSW4zm { top:19.9375rem;left:11rem;width:18.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBg3yUJKz4mdqvThAP3xrdXsBF0uALCq { top:21.4375rem;left:29.4375rem;width:18.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOf5TvTO2FXe36SJedE82cvOw1En7l4x { top:19.9375rem;left:28.875rem;width:18.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh68ybyKEydGP0P6XGemDablBxJVMI7O { top:14.5625rem;left:29.4375rem;width:18.3125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuwUaIeZE6qObptKHAMhFOkZdxD3Ssfa { top:13.0625rem;left:28.875rem;width:18.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKlh8SJZMOiHI4FfyT6yLhTSZmqzWanC { top:9.25rem;left:28.6875rem;width:19.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PJfU9bqdL1WDccoNS6dz1bfgVChGGH { top:7.75rem;left:30.75rem;width:16.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUXIC4O9v2CRsFCaHTdLgG9uymhs4acJ { top:12.9375rem;left:34.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrrtFgHJn1THuo9PBmrnf807etr93q9t { top:19.8125rem;left:34.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPq1STnJkxKAR0OBlWrl0lkaRL8zRUyN { top:7.625rem;left:34.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdn6CTM3VJeX2B50QUKlkDcf48fWxBC6 { top:8.875rem;left:0rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP029TPh7bebGQQH7CsRk0iUcHit23mS { top:9.3125rem;left:0rem;width:11.875rem;height:14.548637653539rem;display:block; }
 }@media only screen and (max-width: 763px) { #bREthxbPteN5iwVVIMbP1TPkc4a7kv78 { display:block; }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3nFaavWXUogBKHbTA8AW4TclilrFDT9 { top:8.25rem;left:20.8125rem;width:26.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX4vJI2DTHe1ML4AqKR8OAx6bITUaA4L { top:10.6875rem;left:21.75rem;width:26rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq8M648Unfm6R868fIuZtZeM8eDdoAWp { top:15.375rem;left:19rem;width:28.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8qSqXR1WrOXnuri0FtncVuT6CnPVHHx { top:13rem;left:25.0625rem;width:20.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTx5bctgQsaAx6ZGlmlegdnltJnHeGp { top:18.9375rem;left:21.8125rem;width:25.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSSJMwq41Fg4kw3DrsGaSgpnRu5Ly2HB { top:3.25rem;left:0rem;width:30.9375rem;height:18.712423940612rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13teSLdTFfcB7cxUsrAszZTVBHfTaUd { width:18.9375rem;height:5.3125rem;top:23.125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1tpBTuy9r18hRzTedEgnG4ZFdbdl65Q { display:block; }
 }@media only screen and (max-width: 763px) { #Vb6U6nxvM4n1RCB0hT4WOA1yXgkGOe0d { top:3.3125rem;left:13.625rem;width:34.125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K40edd9de575a818da24bbbc08a5f167b01d2f12 { display:block; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihhC9HVlDay0xaWl8J0VimJ55BAKsNQZ { top:0.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU { display:block; }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAkwzteDmXPhVvzsTh9W7Xf7E3JA6Tcp { top:10.6875rem;left:0.375rem;width:15.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knuXgBBTteK8MKnxoHNlUg0pXGagdXJ0 { top:22rem;left:3.5rem;width:12.375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTrB371Bdzi2a97FmbwcUGwDr8Ikib9c { top:10.6875rem;left:16.25rem;width:15rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqNF02Zmp5oQsrG3TKb3OoWPxALm7W4c { top:22.0625rem;left:17.5625rem;width:12.375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCIShgJVTB50C1kazV1wEgToS3T6Jz5V { top:10.6875rem;left:31.75rem;width:15.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqcJJ0lHkLMeGzGsoGl7kV3wBHCAZv1R { top:22.0625rem;left:31.75rem;width:12.375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeKPZ4CWiqw4cnKNfBHwyHbMcTm9PzKL { top:6.3125rem;left:0rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11Alug0og4x7JP7Q8vtNHX3b2exIg1p { top:6.1875rem;left:12.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5m2hpmJw9dZDSTNi1J8ix6C9fxl8P4G { top:6.3125rem;left:28.5625rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlS4bftSPEKbT07BBTafWGy6e9IaA6i9 { top:7.5rem;left:9.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtBen2tbJXSZm7Te9TLBvVNnsOBJDJ9x { top:7.5rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILffbeqm5eSQgGxAzS1FBdLXbqvHZo3L { top:7.5rem;left:35.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmHpOg5uCh3giCJr75QXWlZyFsfNLDA9 { top:2.9375rem;left:7rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7UaGS7Ni5sTw1uFOO3ehlH88Bn8GpoF { top:2.9375rem;left:19.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7QzDIxciuxIu6HwmfLwtaRrozCMrGZD { top:2.875rem;left:32.8125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6e8fhxZ5a2591HRdvx1yyJ4x5W66dAr { top:11.3125rem;left:3.375rem;width:12.5rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGP4NKz4LFtBQWeRgqWyPy1VQ7xHEypg { top:13.5rem;left:17rem;width:13.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3NCgNuAoyrmlqU418Qg1S3UDd5JAZP2 { top:12.5rem;left:31.75rem;width:11rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaxKeNkmcv6vXuqSaDXnS1Uc52KOwPwZ { top:22.125rem;left:3.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTSExa4BFOu9tX0ozSIISrgkdMSdb1Jx { top:22.0625rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEbwqbpILNUfwBw3vNQ9VUz2x9lT60br { top:22.0625rem;left:31.75rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr { display:block; }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrTxwvqMf06T5huSBwqScJBiJJBOqH7T { width:34.125rem;height:4.375rem;top:0.75rem;left:6.7803535461425rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMDEZ6m2TCeaRV5qypIR5V2QQfrfxKyT { display:block; }
 }@media only screen and (max-width: 763px) { #QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX { display:block; }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUscHOSRw5xbeX7ahoRU5kVODKaFRRnd { top:1.8125rem;left:0rem;width:22.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG441GbxB6FnSerW8lqblNOrHsE4uy57 { top:5.6875rem;left:0rem;width:26.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdOTaSF2FbKJlcyExVKURPKWP2TF1h1e { top:10.0625rem;left:0rem;width:26.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J28lNVpSaTeLMZvfIc5CcETUAsVch6u6 { top:13.125rem;left:0rem;width:26.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpPJoQHoxZwAzT2hpoZTE3rUrqShWZa1 { top:16.375rem;left:0rem;width:26.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoUdnN1SoIGdZ3XqHN5F87IUWNtgPEN0 { top:13.0625rem;left:20.8125rem;width:26.9375rem;height:;font-size:0.9375rem;display:block; }#WoUdnN1SoIGdZ3XqHN5F87IUWNtgPEN0 li:before{  }
 }@media only screen and (max-width: 763px) { #FJghHgzBR0Euy00uiX8qk40ByWy4J4Sb { top:16.3125rem;left:20.8125rem;width:26.9375rem;height:;font-size:0.9375rem;display:block; }#FJghHgzBR0Euy00uiX8qk40ByWy4J4Sb li:before{  }
 }@media only screen and (max-width: 763px) { #K4K4LTkrxqZKnRCNA3lTuqpKvhWqUr6Q { top:10rem;left:20.8125rem;width:26.9375rem;height:;font-size:0.9375rem;display:block; }#K4K4LTkrxqZKnRCNA3lTuqpKvhWqUr6Q li:before{  }
 }@media only screen and (max-width: 763px) { #tfLe6qtTrIza0RliyHc9ALsOsw3GmZT1 { top:5.625rem;left:20.8125rem;width:26.9375rem;height:;font-size:0.9375rem;display:block; }#tfLe6qtTrIza0RliyHc9ALsOsw3GmZT1 li:before{  }
 }@media only screen and (max-width: 763px) { #uy88qR7QXO1BGf4oTIG0g3nb3XFwDIcg { top:1.75rem;left:21.4375rem;width:26.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt { display:block; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKmrwfPCyx2tZfMZnVb1lT2dTwWgdwmW { top:4.4375rem;left:0rem;width:17.5625rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoqaK3cafhXpvgL1nP94tlfFQAv6I7X { top:7.6875rem;left:0rem;width:29.1875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVm3kxPt2ov7pzztaQllTcUiVHvtk0Qc { top:11.3125rem;left:0rem;width:25.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcafkvLcgPTzeBEZGrNvVTs6Xi7pFVS7 { top:18.375rem;left:0rem;width:18.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7xR9XJZ0ddzhESrBRtd3tmRLhqQG2sy { top:6.625rem;left:18.3125rem;width:29.4375rem;height:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZGsOgyTX8EiTCBF4TwQ7lsKqKvXMGEE { top:22.25rem;left:29.3125rem;width:18.4375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQIpmABxZWkPZ3A8rg8E2JZVZ3DI1d9Z { width:31.9375rem;height:5.3125rem;top:24.625rem;left:7.8741035461425rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu3caXnwQGNIRhd1MlIZf82UGfXPqNwt { display:block; }
 }@media only screen and (max-width: 763px) { #I2sV6al7sbSbQrGvHGMp7eWtaD6ldu69 { width:30.125rem;height:30.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { display:block; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { top:6.25rem;left:0rem;width:46.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block; }
 }@media only screen and (max-width: 763px) { #LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { top:1.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { top:3.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOF2F7bkf1QLisV4cOhbbZvxc3fwMZhx { top:9.5625rem;left:12.655097961426rem;width:22.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #T3oayxuFvqRFvLI656UDkimn2ZRty7Xk { background-color:#ffffff;background-image:none;display:block; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container { background-color: transparent; background-image: none; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container > .video-iframe-container { display: none; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row > .video-iframe-container { display: none; }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .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); }#T3oayxuFvqRFvLI656UDkimn2ZRty7Xk > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4655eugnmIc5mAD2ZOamJu0MSsTJsIv { width:20rem;height:31.6875rem;top:7.1875rem;left:0rem;background-color:rgba(246,242,236,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.5625rem;font-size:0.875rem;overflow:hidden;display:block;vertical-align:top; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-text {padding-top: 0; padding-bottom: 0;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;display:block;vertical-align:top; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-select {padding-top: 0; padding-bottom: 0;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp [class*="-text"]:-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp [class*="-text"]::-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-container:first-of-type{padding-top:0;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .widget-container:last-of-type{padding-bottom:0;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp  { width:17.5rem;height:0;top:23.404842031097rem;left:0rem; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp {display:block;}#aC7xsRac2CM8Mlyne2gOzHculTUnXzWp { width:17.5rem;height:0;top:21.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #WmIeWNuhcpP3ORdXJFONrrbpbOugZUH3 {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #SsCWAqh0N2i1MixNzDMtNWwBdKJzsRWZ { display:none; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #FR4Ixcxy9Uro969AMI7sJ1uJtkI3nWmb {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #A3VQa8Wl5lsqzMgLRdpZ8HwVdp9d629R {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #kocXaCmOp37x4BuTOiB7TTxdOpzahZIt { display:none; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #TEgb35RKWRUrZRziaTQs6MKuQz400THf {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #MbsV0HFvJGminyIRDuo6Uws6McDhX6qf {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #MNWDgyWQdUHhHA4AdnayWmiFgah6JA9b { z-index:2; }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #gAOidp0BpUENBh7129WCahUyCtK9ElsR {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #qJf0gX8VUM0VHuZEi03DKyNAWkaiszo6 {  }
 }@media only screen and (max-width: 763px) { #aC7xsRac2CM8Mlyne2gOzHculTUnXzWp #VsrFav7mRac8EZos4F2J2n5uwpueKoGT {  }
 }@media only screen and (max-width: 763px) { #OdyJ6NP6wsDs2d9LyVdxKwRyxsl29L7y { width:17.8125rem;height:4.38780625rem;top:17.5625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4DkIImOmGPlPriI2ziQuAPamE1eps9B { width:20rem;height:9.098375rem;top:7.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFU7meAG5vwoXK29vA3UWwwQZR11RlDU { width:20rem;height:5.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io98rQdpfz8dz3zWwdLC24HbSI6LKeQT { width:17.43725rem;height:4.54918125rem;top:1.9435194730759rem;left:1.2800973653793rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw4EynXPq8zA2EQNgJIcO44GyB9HbZUl { top:38.874229431153rem;left:0rem;width:20rem;height:12.625rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw { display:block; }#eDVxXVeCJUHW3tlbC7xdnZLiO0soeNnw > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbDakDNzF5c5gbKq9T1ouSOiNTRbkrW3 { width:14.812375rem;height:4.87385rem;top:0.99961471557619rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTMT9SHX1mVD8hramu5yxcpwq9ODxO6 { width:20rem;height:3.24923125rem;top:12.874614715576rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huX7PQsveGras2gTGCPpu1D7GwlKIsNm { width:11.1875rem;height:1.4626rem;top:17.562114715576rem;left:2.3744877576828rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NCkoAZEEOsto7uFTTu7u6CaqovqJEA { width:15.625rem;height:2.5999rem;top:19.187372207642rem;left:2.3744877576828rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWtt0Z5CpoVwlTDswd27oQR2GmTzLfbd { display:flex;width:1.6875rem;height:1.6875rem;top:17.562114715576rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oMSCblf2044CTyTFrJmMyprnRu7HbSgV { width:15rem;height:3.89984375rem;top:25.987447738648rem;left:2.4993597269058rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTVfJimRMwa6ZvazzB6cmSiwTLxFZON { width:13.4375rem;height:2.92520625rem;top:23.062242507934rem;left:2.3744877576828rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1aDPdTKpdG9DmRZC6t68Gtlg4n1Eppx { display:flex;width:1.6875rem;height:1.6875rem;top:36.739881515503rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gxTI3pNfFzUCn93LCR6kd8E9MEmqnDDF { width:14.124625rem;height:2.92520625rem;top:32.437883377075rem;left:2.3738473653793rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1AeHVHBax35nw4ITGC1rDK7t7h3ZRP2 { display:flex;width:1.6875rem;height:1.6875rem;top:44.813013076782rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rtyNwAT7zwCVkHrdi4cxbe0myJhSW4zm { width:15.3125rem;height:1.4626rem;top:30.975919723511rem;left:2.3431097269058rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBg3yUJKz4mdqvThAP3xrdXsBF0uALCq { width:15.187rem;height:5.19979375rem;top:55.612192153931rem;left:2.4052253961563rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOf5TvTO2FXe36SJedE82cvOw1En7l4x { width:12.562125rem;height:1.4626rem;top:54.150232315064rem;left:2.3738473653793rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh68ybyKEydGP0P6XGemDablBxJVMI7O { width:15.124875rem;height:5.19979375rem;top:47.737577438354rem;left:2.4353226423264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuwUaIeZE6qObptKHAMhFOkZdxD3Ssfa { width:11.25rem;height:2.92520625rem;top:44.812372207642rem;left:2.3424693346024rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKlh8SJZMOiHI4FfyT6yLhTSZmqzWanC { width:15.56225rem;height:3.89984375rem;top:39.663805007934rem;left:2.2175973653793rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PJfU9bqdL1WDccoNS6dz1bfgVChGGH { width:11.624625rem;height:2.92520625rem;top:36.739881515503rem;left:2.3738473653793rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUXIC4O9v2CRsFCaHTdLgG9uymhs4acJ { display:flex;width:1.6875rem;height:1.6875rem;top:30.863218307495rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BrrtFgHJn1THuo9PBmrnf807etr93q9t { display:flex;width:1.6875rem;height:1.6875rem;top:54.037523269653rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPq1STnJkxKAR0OBlWrl0lkaRL8zRUyN { display:flex;width:1.6875rem;height:1.6875rem;top:23.124998092651rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tdn6CTM3VJeX2B50QUKlkDcf48fWxBC6 { width:6.25rem;height:0.125rem;top:6.3550214767456rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP029TPh7bebGQQH7CsRk0iUcHit23mS { width:6.81225rem;height:8.312rem;top:4.602331161499rem;left:11.226946473122rem;display:block; }
 }@media only screen and (max-width: 763px) { #bREthxbPteN5iwVVIMbP1TPkc4a7kv78 { display:block; }#bREthxbPteN5iwVVIMbP1TPkc4a7kv78 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3nFaavWXUogBKHbTA8AW4TclilrFDT9 { width:18.0625rem;height:2.79969375rem;top:19.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX4vJI2DTHe1ML4AqKR8OAx6bITUaA4L { width:18.125rem;height:2.79969375rem;top:23.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq8M648Unfm6R868fIuZtZeM8eDdoAWp { width:17.6875rem;height:4.1995375rem;top:31.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8qSqXR1WrOXnuri0FtncVuT6CnPVHHx { width:18.125rem;height:2.79969375rem;top:27.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTx5bctgQsaAx6ZGlmlegdnltJnHeGp { width:17.3125rem;height:2.79969375rem;top:37.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSSJMwq41Fg4kw3DrsGaSgpnRu5Ly2HB { width:20rem;height:12.096920527264rem;top:7.0081968307494rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13teSLdTFfcB7cxUsrAszZTVBHfTaUd { width:18.9375rem;height:5.3125rem;top:40.966956138611rem;left:0.52958500385284rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1tpBTuy9r18hRzTedEgnG4ZFdbdl65Q { display:block; }
 }@media only screen and (max-width: 763px) { #Vb6U6nxvM4n1RCB0hT4WOA1yXgkGOe0d { width:16.875rem;height:4.87385rem;top:1.1039962768555rem;left:0.93621921539306rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K40edd9de575a818da24bbbc08a5f167b01d2f12 { display:block; }#K40edd9de575a818da24bbbc08a5f167b01d2f12 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihhC9HVlDay0xaWl8J0VimJ55BAKsNQZ { width:18.686625rem;height:3.24923125rem;top:0.69288063049319rem;left:0.65573775768281rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU { display:block; }#SmAktTu5fEFVUcoqzQ8VBL2P3vlSbNiU > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAkwzteDmXPhVvzsTh9W7Xf7E3JA6Tcp { width:12.4375rem;height:1.49974375rem;top:6.8125rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knuXgBBTteK8MKnxoHNlUg0pXGagdXJ0 { width:12.436625rem;height:1.49974375rem;top:15.749231338501rem;left:3.7800971269607rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #iTrB371Bdzi2a97FmbwcUGwDr8Ikib9c { width:12.8125rem;height:1.49974375rem;top:29.156250476837rem;left:3.5937498211861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqNF02Zmp5oQsrG3TKb3OoWPxALm7W4c { width:12.434875rem;height:1.5rem;top:37.124992847442rem;left:3.7803819775581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCIShgJVTB50C1kazV1wEgToS3T6Jz5V { width:13.687125rem;height:1.49974375rem;top:49.8125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqcJJ0lHkLMeGzGsoGl7kV3wBHCAZv1R { width:12.436625rem;height:1.5rem;top:57.375002861023rem;left:3.7795141339302rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeKPZ4CWiqw4cnKNfBHwyHbMcTm9PzKL { width:15.874625rem;height:15.874625rem;top:3.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11Alug0og4x7JP7Q8vtNHX3b2exIg1p { width:15.875rem;height:15.99975rem;top:25.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5m2hpmJw9dZDSTNi1J8ix6C9fxl8P4G { width:15.875rem;height:15.875rem;top:46.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlS4bftSPEKbT07BBTafWGy6e9IaA6i9 { display:flex;width:3.125rem;height:3.125rem;top:1.2889404296875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtBen2tbJXSZm7Te9TLBvVNnsOBJDJ9x { display:flex;width:3.125rem;height:3.125rem;top:18.892211914062rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILffbeqm5eSQgGxAzS1FBdLXbqvHZo3L { display:flex;width:3.125rem;height:3.125rem;top:36.101684570312rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmHpOg5uCh3giCJr75QXWlZyFsfNLDA9 { width:5.625rem;height:5.625rem;top:0.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7UaGS7Ni5sTw1uFOO3ehlH88Bn8GpoF { width:5.625rem;height:5.625rem;top:22rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7QzDIxciuxIu6HwmfLwtaRrozCMrGZD { width:5.625rem;height:5.625rem;top:43.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6e8fhxZ5a2591HRdvx1yyJ4x5W66dAr { width:12.5rem;height:7.7996875rem;top:6.8122549057006rem;left:3.7493597269058rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGP4NKz4LFtBQWeRgqWyPy1VQ7xHEypg { width:13.499625rem;height:5.19979375rem;top:30.260630607605rem;left:3.2492314577103rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3NCgNuAoyrmlqU418Qg1S3UDd5JAZP2 { width:10.999625rem;height:6.49975rem;top:50.914443969726rem;left:4.4985910654068rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaxKeNkmcv6vXuqSaDXnS1Uc52KOwPwZ { width:12.5rem;height:1.4626rem;top:15.76780128479rem;left:3.7493597269058rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTSExa4BFOu9tX0ozSIISrgkdMSdb1Jx { width:12.5rem;height:1.4626rem;top:37.202870368957rem;left:3.7493597269058rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEbwqbpILNUfwBw3vNQ9VUz2x9lT60br { width:12.5rem;height:1.4626rem;top:58.874234199524rem;left:3.7493597269058rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr { display:block; }#yv7Ut9h6WKdBKHP6JXxBH1c6n8RsoKHr > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrTxwvqMf06T5huSBwqScJBiJJBOqH7T { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMDEZ6m2TCeaRV5qypIR5V2QQfrfxKyT { display:block; }
 }@media only screen and (max-width: 763px) { #QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX { display:block; }#QPtqp5ABI9dbelCfR8A6NDRNUOrpN9tX > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUscHOSRw5xbeX7ahoRU5kVODKaFRRnd { width:20rem;height:1.62461875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG441GbxB6FnSerW8lqblNOrHsE4uy57 { width:20rem;height:2.79969375rem;top:7.8746147155763rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdOTaSF2FbKJlcyExVKURPKWP2TF1h1e { width:20rem;height:2.79969375rem;top:11.622055053711rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J28lNVpSaTeLMZvfIc5CcETUAsVch6u6 { width:20rem;height:1.39984375rem;top:15.744106292724rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpPJoQHoxZwAzT2hpoZTE3rUrqShWZa1 { width:20rem;height:2.79969375rem;top:18.687244415283rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoUdnN1SoIGdZ3XqHN5F87IUWNtgPEN0 { width:20rem;height:2.62423125rem;top:29.594391822815rem;left:0rem;font-size:0.9375rem;display:block; }#WoUdnN1SoIGdZ3XqHN5F87IUWNtgPEN0 li:before{  }
 }@media only screen and (max-width: 763px) { #FJghHgzBR0Euy00uiX8qk40ByWy4J4Sb { width:20rem;height:1.31211875rem;top:33.36616230011rem;left:0rem;font-size:0.9375rem;display:block; }#FJghHgzBR0Euy00uiX8qk40ByWy4J4Sb li:before{  }
 }@media only screen and (max-width: 763px) { #K4K4LTkrxqZKnRCNA3lTuqpKvhWqUr6Q { width:20rem;height:2.62423125rem;top:26.101178169251rem;left:0rem;font-size:0.9375rem;display:block; }#K4K4LTkrxqZKnRCNA3lTuqpKvhWqUr6Q li:before{  }
 }@media only screen and (max-width: 763px) { #tfLe6qtTrIza0RliyHc9ALsOsw3GmZT1 { width:20rem;height:2.62423125rem;top:22.622056007385rem;left:0rem;font-size:0.9375rem;display:block; }#tfLe6qtTrIza0RliyHc9ALsOsw3GmZT1 li:before{  }
 }@media only screen and (max-width: 763px) { #uy88qR7QXO1BGf4oTIG0g3nb3XFwDIcg { width:20rem;height:3.24923125rem;top:2.8739738464356rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt { display:block; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt { background-color: transparent; background-image: none; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container > .video-iframe-container { display: none; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row > .video-iframe-container { display: none; }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .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); }#kB8HhgR06F40vJuQ2ZWhtlTnz4OGANFt > .row .container { width:20rem;height:64.3125rem;background-color:#273f92;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKmrwfPCyx2tZfMZnVb1lT2dTwWgdwmW { width:20rem;height:2.43724375rem;top:20.249488830566rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqoqaK3cafhXpvgL1nP94tlfFQAv6I7X { width:20rem;height:2.43724375rem;top:22.624610900879rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVm3kxPt2ov7pzztaQllTcUiVHvtk0Qc { width:20rem;height:3.40996875rem;top:25.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcafkvLcgPTzeBEZGrNvVTs6Xi7pFVS7 { width:18.4375rem;height:2.92520625rem;top:29.9375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7xR9XJZ0ddzhESrBRtd3tmRLhqQG2sy { width:17.249625rem;height:18.702rem;top:34.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZGsOgyTX8EiTCBF4TwQ7lsKqKvXMGEE { width:20rem;height:2.43724375rem;top:53.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQIpmABxZWkPZ3A8rg8E2JZVZ3DI1d9Z { width:18.99975rem;height:5.3125rem;top:57.375rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu3caXnwQGNIRhd1MlIZf82UGfXPqNwt { display:block; }
 }@media only screen and (max-width: 763px) { #I2sV6al7sbSbQrGvHGMp7eWtaD6ldu69 { top:2.0600662231445rem;left:1.0924692153931rem;width:17.8125rem;height:17.8125rem;z-index:15004;overflow:hidden;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { display:block; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { top:6.125rem;left:1.375rem;width:17.3125rem;height:2.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block; }
 }@media only screen and (max-width: 763px) { #LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { width:20rem;height:0.97464375rem;top:1.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { width:20rem;height:2.923925rem;top:3.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOF2F7bkf1QLisV4cOhbbZvxc3fwMZhx { width:20rem;height:1.94928125rem;top:9.68688671875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }