.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97e5851c-0361-4913-984a-2f5fd44515f5/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { border-width: 0; border-radius: 0; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { color:#fffdfd;display:block;width:28.8125rem;position:absolute;font-family:"graphik upsa2";font-size:6.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.5625rem;left:22.625rem;height:8.53125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { color:#fffdfd;display:block;width:49.375rem;position:absolute;font-family:"bodoni st book";font-size:10rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.46875rem;left:12.34375rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { position:absolute;display:block;z-index:15028;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:4rem;width:10.125rem;top:34.957683563233rem;left:2.2604179382324rem;overflow:hidden;display:block; }
#wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { position:absolute;display:block;z-index:15028;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:4rem;width:10.125rem;top:34.957683563233rem;left:2.2604179382324rem;overflow:hidden;display:none; }
#W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { 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:4.9375rem;width:12.0625rem;display:none; }
#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;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; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { background-color: transparent; background-image: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container > .video-iframe-container { display: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container { display: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .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); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { border-width: 0; border-radius: 0; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:block; }
#Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { color:#fffdfd;display:block;width:34.25rem;position:absolute;font-family:"graphik upsa";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:5.84895625rem;text-align:justify;text-align-last:initial;display:block; }
#Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { box-sizing:content-box;height:0.3125rem;width:52.4375rem;position:absolute;display:block;z-index:15013;background-color:#f1b434;background-image:none;top:8.5625rem;left:0rem;display:block; }
#Q2gHWzkhvWQzTIQ34E8XeGhHqvEeI4zM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.625rem;top:3.76171875rem;left:52.4375rem;overflow:hidden;display:block; }
#FecTB2W65g2TroNuvrVoK9PtBrpyqaBm { color:#fffdfd;display:block;width:36.3125rem;position:absolute;font-family:"graphik upsa";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.6875rem;left:38.6875rem;height:4.38671875rem;text-align:justify;text-align-last:initial;display:block; }
#qL05t2rDlw9MnQAayb528C2KVxPpTJqM { color:#fffdfd;display:block;width:34.75rem;position:absolute;font-family:"graphik upsa";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:7.3111875rem;text-align:justify;text-align-last:initial;display:block; }
#TEAFVJBXVUvfTWes9neCqZTX7BSve1wG { color:#fffdfd;display:block;width:36.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18.9375rem;left:38.8125rem;height:5.84895625rem;text-align:justify;text-align-last:initial;display:block; }
#CgbotC9XSxo34Wqi8m0LiJD2r9t5ZL1d { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#mfCs8w95BklWn8gBVgGS29bW8wNObJzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;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; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { background-color: transparent; background-image: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .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); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { border-width: 0; border-radius: 0; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.9375rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.1875rem;left:7.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.1875rem;left:29.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.6875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:8.1875rem;left:51.625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#sOPrFHkydgCz1Qix24vbD7zosCKepT5f { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.625rem;left:51.75rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { position:relative;display:block; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { background-color: transparent; background-image: none; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container > .video-iframe-container { display: none; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row > .video-iframe-container { display: none; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .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); }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { border-width: 0; border-radius: 0; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .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; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .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:36.875rem;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; }#McoEc9UbHv9nT0OVXOshobgKaDBgWCSH { color:#202a44;display:block;width:67.375rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.8997375rem;display:block; }
#JsNo2WpMMwuGwzIuk8NS4y0nv5P7BaH2 { box-sizing:content-box;height:0.3125rem;width:64.6875rem;position:absolute;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:8.375rem;left:0rem;display:block; }
#LdZtOyJeLh3Zs2JN9PUXrCA925PT1Hf0 { color:#202a44;display:block;width:31.0625rem;position:absolute;font-family:"graphik upsa";font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.8125rem;left:8.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#angteocW8xqUIXENBXsvUiPBduWuAVco { color:#202a44;display:block;width:16.75rem;position:absolute;font-family:"graphik upsa";font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.8125rem;left:44.0625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#SbRrQhDEkoo72ToNTlAg44IhxxAI4UZw { color:#202a44;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.697917938233rem;left:0rem;height:6.9043rem;text-align:justify;text-align-last:initial;display:block; }
#Q9MQ1ObsL4FOFVHiPDZwHI8cVkU906Rx { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.0625rem;top:21.125rem;left:21.3125rem;overflow:hidden;display:block; }
#IO2lz4rZuzNxInCiSJmnyQxJogaZCL3H { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.0625rem;top:21.125rem;left:49.9375rem;overflow:hidden;display:block; }
#KAJPcvQrnxkni9TSiCnKVbTiHFQVEG68 { color:#202a44;display:block;width:31.0625rem;position:absolute;font-family:"graphik upsa";font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.8125rem;left:8.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:none; }
#gQKFqzVZ5546f2ra2UEpKCpJ8J2SO5cg { color:#202a44;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.072917938233rem;left:0rem;height:6.9043rem;display:none; }
#DHVhgW2QtOFlobgzagi4V859XJuO1FZI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d8bd804-1212-4ec3-a804-4d4fd24b184a/FOT08777Editada.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI.adaptive-delivery-prevent-bg, #DHVhgW2QtOFlobgzagi4V859XJuO1FZI.lazyload, #DHVhgW2QtOFlobgzagi4V859XJuO1FZI.lazyloading { background-image: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { background-color: transparent; background-image: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container > .video-iframe-container { display: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container { display: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .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); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { border-width: 0; border-radius: 0; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { position:relative;display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { background-color: transparent; background-image: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container > .video-iframe-container { display: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row > .video-iframe-container { display: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .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); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { border-width: 0; border-radius: 0; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .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; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .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:14.5625rem;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; }#Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { color:#202a44;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:4.142575rem;text-align:justify;text-align-last:initial;display:block; }
#VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { box-sizing:content-box;height:0.3125rem;width:59.375rem;position:absolute;display:block;z-index:15013;background-color:#f1b434;background-image:none;top:7.0625rem;left:0rem;display:block; }
#wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { color:#202a44;display:block;width:57.5625rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.8997375rem;display:block; }
#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { position:relative;display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { background-color: transparent; background-image: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { border-width: 0; border-radius: 0; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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:30.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; }#DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.7871125rem;display:block; }
#QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.4375rem;height:1.3808625rem;display:block; }
#v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:6.75rem;left:1.875rem;display:block; }
#UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { color:#202a44;display:block;width:11.375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.4375rem;height:1.3808625rem;display:block; }
#Say376OHt6HWiADUhQxQK888WThD0w4z { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:8.9375rem;left:1.875rem;display:block; }
#WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1875rem;left:3.4375rem;height:1.3808625rem;display:block; }
#OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f1b434;background-image:none;top:11.125rem;left:1.875rem;display:block; }
#au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.875rem;left:3.4375rem;height:1.3808625rem;display:block; }
#TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#f1b434;background-image:none;top:13.4375rem;left:1.875rem;display:block; }
#ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:12.0625rem;top:3.25rem;left:23.3125rem;overflow:hidden;display:block; }
#AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.0625rem;left:41.5rem;height:1.3808625rem;display:block; }
#RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.75rem;left:41.5rem;height:1.3808625rem;display:block; }
#xD08O8LXrPcOQLduZSzQtrVl4URP4vIe { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.5rem;height:1.3808625rem;display:block; }
#ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.3125rem;left:41.5rem;height:1.3808625rem;display:block; }
#WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.0625rem;height:1.7871125rem;display:block; }
#J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:6.5625rem;left:39.9375rem;display:block; }
#g5906VeKmBgriqn3E4GRUroCTa2Zusid { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.75rem;left:39.9375rem;display:block; }
#x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:10.9375rem;left:39.9375rem;display:block; }
#TPWpqa1NflnJ1rqeluGRavRSf5goGluU { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f1b434;background-image:none;top:13.25rem;left:39.9375rem;display:block; }
#Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:12.125rem;top:3.25rem;left:60.6875rem;overflow:hidden;display:block; }
#hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.625rem;top:0.580078125rem;left:20.75rem;overflow:hidden;display:block; }
#F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.4375rem;left:3.4375rem;height:2.76171875rem;display:block; }
#qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#f1b434;background-image:none;top:15.6875rem;left:1.875rem;display:block; }
#svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.75rem;left:3.4375rem;height:2.76171875rem;display:block; }
#zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:19rem;left:1.875rem;display:block; }
#XLCdzSfa8oqFNBMVKmNWoBWghhNLnfPn { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:22.375rem;left:1.875rem;display:block; }
#QKxEMF72KrHkTmT5Nvh8fHc0oBvKFRyL { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.4375rem;height:2.76171875rem;display:block; }
#wI9dBxpSKnZvCGBT9EaRuXtupdoAvn6E { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.5rem;left:3.4375rem;height:2.76171875rem;display:block; }
#iGc6LxWABPNpAEU3yd9dJkylGmaWxAXs { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:25.75rem;left:1.875rem;display:block; }
#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { position:relative;display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { background-color: transparent; background-image: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container > .video-iframe-container { display: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row > .video-iframe-container { display: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .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); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { border-width: 0; border-radius: 0; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .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; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .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:23.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; }#RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.7871125rem;display:block; }
#okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { color:#202a44;display:block;width:19rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.5625rem;height:2.76171875rem;display:block; }
#ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:6.5625rem;left:2rem;display:block; }
#FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { color:#202a44;display:block;width:11.3125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.8125rem;left:3.5625rem;height:2.76171875rem;display:block; }
#fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:10.0625rem;left:2rem;display:block; }
#vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.8125rem;left:41.5rem;height:1.3808625rem;display:block; }
#nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.5625rem;left:41.5rem;height:1.3808625rem;display:block; }
#TgxqELzEoSp12uhwIOenngP47uL41htf { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.0625rem;height:1.7871125rem;display:block; }
#U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:7.8125rem;left:39.9375rem;display:block; }
#OztEyonI5d94dRvw69PR72GKpZ7ATFlI { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:10rem;left:39.9375rem;display:block; }
#gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:14.8125rem;top:3.25rem;left:60.1875rem;overflow:hidden;display:block; }
#gBKBH63T8GJftAd4L9Icswv8pspLZgcu { color:#202a44;display:block;width:11.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.4375rem;left:3.5625rem;height:2.76171875rem;display:block; }
#zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f1b434;background-image:none;top:13.6875rem;left:2rem;display:block; }
#aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:14.5625rem;top:3.25rem;left:23rem;overflow:hidden;display:block; }
#dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.625rem;top:0.580078125rem;left:57.53581237793rem;overflow:hidden;display:block; }
#ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.0625rem;left:41.5rem;height:2.76171875rem;display:block; }
#akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:12.3125rem;left:39.9375rem;display:block; }
#zRanHFRRF7UNw9TPb7WZZO442nS1UktD { color:#202a44;display:block;width:16.875rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.5625rem;height:2.76171875rem;display:block; }
#AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#f1b434;background-image:none;top:17.3125rem;left:2rem;display:block; }
#Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:15.4375rem;left:41.5rem;height:2.76171875rem;display:block; }
#pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:15.6875rem;left:39.9375rem;display:block; }
#qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7.3125rem;top:7.9375rem;left:14.90625rem;overflow:hidden;display:block; }
#vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { position:absolute;display:block;z-index:15030;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:6rem;width:7.25rem;top:11.755859375rem;left:14.9375rem;overflow:hidden;display:block; }
#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { position:relative;display:block; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { background-color: transparent; background-image: none; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container > .video-iframe-container { display: none; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row > .video-iframe-container { display: none; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .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); }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { border-width: 0; border-radius: 0; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .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; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .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:18.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; }#P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.7871125rem;display:block; }
#W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { color:#202a44;display:block;width:19rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.1875rem;left:4.0625rem;height:1.3808625rem;display:block; }
#JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:7.4375rem;left:2.5rem;display:block; }
#TuHHygsnFavUwzEQ4TOOzkodPMyGn1cF { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.875rem;left:41.8125rem;height:1.3808625rem;display:block; }
#hVrXfkhlFfRrnC3Z6k5Le7rP8TEBGR97 { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.1875rem;left:41.8125rem;height:1.3808625rem;display:block; }
#F59y1F7VhnX5PxxGT9ySCt7zZq77P64z { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.0625rem;height:1.7871125rem;display:block; }
#dk1VRRXCTwGRx7EHPH6A6s4ICT9onUo9 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:7.4375rem;left:40.25rem;display:block; }
#E2BmBw8nG0hFtOTVTwPxAFy35fNq96zh { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:10.0625rem;left:40.25rem;display:block; }
#vETZnutmZVliuIU1P1Xg4ZT5mJ217mDc { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.5rem;left:41.875rem;height:2.76171875rem;display:block; }
#zMDt6dt2X9UXLWlKa1wAfvCEI2Ee8vLS { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:12.6875rem;left:40.3125rem;display:block; }
#x3UfLEkhbBW1Ds6OeL5WV6HHTseikcJ1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:14.6875rem;top:3.0625rem;left:60.3125rem;overflow:hidden;display:block; }
#VcfDFp61VDF8D89dfT7aN6fDoewp01iw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:14.5625rem;top:3.25rem;left:23rem;overflow:hidden;display:block; }
#FdHucPWJTF5HMThz7TwVolvmhD5RUTCL { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.81640625rem;left:38.166667938233rem;height:1.21875rem;display:block; }
#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { position:relative;display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { background-color: transparent; background-image: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container > .video-iframe-container { display: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row > .video-iframe-container { display: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .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); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { border-width: 0; border-radius: 0; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .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; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .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:19rem;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; }#HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.57421875rem;display:block; }
#PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.3125rem;left:3.5625rem;height:1.3808625rem;display:block; }
#T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:8.5625rem;left:2rem;display:block; }
#i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { color:#202a44;display:block;width:13.8125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.5625rem;height:1.3808625rem;display:block; }
#EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:10.75rem;left:2rem;display:block; }
#vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:14.6875rem;top:3.2500019073486rem;left:22.875rem;overflow:hidden;display:block; }
#UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.75rem;left:41.5rem;height:2.76171875rem;display:block; }
#dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:41.5rem;height:1.3808625rem;display:block; }
#wofl32hpyGakcH06KTBTgFf90pFMI4hr { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.125rem;left:41.5rem;height:1.3808625rem;display:block; }
#I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.0625rem;height:3.57421875rem;display:block; }
#pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:8.375rem;left:39.9375rem;display:block; }
#ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:10.625rem;left:39.9375rem;display:block; }
#swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:12.9375rem;left:39.9375rem;display:block; }
#XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:14.875rem;top:3.25rem;left:60.125rem;overflow:hidden;display:block; }
#w9UCeMykQwCiRITzshzf5RxPNRV131Ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;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; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { background-color: transparent; background-image: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .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); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { border-width: 0; border-radius: 0; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { color:#fffdfd;display:block;width:39.75rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375057220459rem;left:0rem;height:3.8997375rem;display:block; }
#eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { box-sizing:content-box;height:0.3125rem;width:38.125rem;position:absolute;display:block;z-index:15013;background-color:#f1b434;background-image:none;top:8.4375114440919rem;left:0rem;display:block; }
#v5M10w7az4G5B6KnwGip6WFgxiG1teNe { color:#fffdfd;display:block;width:16.624375rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:30.75rem;left:12.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Bsi2LEO21esUU9kTULIPhJ0NhmhETs0O { color:#fffdfd;display:block;width:23.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.75rem;left:9.375rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#OGgbuSUHvzM0vHT6GRArTw0GIJxyu6CR { color:#fffdfd;display:block;width:22.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.75rem;left:42.6875rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#IelrOO5BfU3UfTCTH5CuRHELklTUL8h5 { color:#fffdfd;display:block;width:16.62475rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.75rem;left:45.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { position:absolute;display:block;z-index:14999;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:13.8125rem;width:13.8125rem;top:16.125rem;left:14.25rem;overflow:hidden;display:block; }
#JOq9BJfmcO7GpGyVbui6yV0onFuOwHri { 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:13.6875rem;width:13.6875rem;top:16.1875rem;left:47.3125rem;overflow:hidden;display:block; }
#FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { color:#fffdfd;display:block;width:75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.623695373535rem;left:0rem;height:2.76171875rem;text-align:justify;text-align-last:initial;display:block; }
#VzXDa3nyDzQGVFI6O3HVAslsOO4VQS1M { color:#fffdfd;display:block;width:75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.623695373535rem;left:0rem;height:2.76171875rem;display:none; }
#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { position:relative;display:block; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { background-color: transparent; background-image: none; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container > .video-iframe-container { display: none; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row > .video-iframe-container { display: none; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .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); }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { border-width: 0; border-radius: 0; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .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; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .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:40.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; }#c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { color:#202a44;display:block;width:14.625rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5201835632324rem;left:0rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#FJcayQ8FSPB4rnCrkVqhqy9ZyEWx4RVz { color:#202a44;display:block;width:37.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.2702026367188rem;left:0rem;height:4.142575rem;text-align:justify;text-align-last:initial;display:block; }
#fwUUqh7FKa213IVHvDR6QwmaMId5hvbm { box-sizing:content-box;height:0.3125rem;width:15.25rem;position:absolute;display:block;z-index:15014;background-color:#f1b434;background-image:none;top:7.2076835632325rem;left:0rem;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-form-header {  }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-regular-label { height:auto;display:block;font-family:"graphik upsa2";font-size:0.875rem;font-weight:700;color:#fffdfd;width:28.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:28.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:28.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f1b434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#202a44;width:28.75rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.375rem;overflow:hidden;font-style:normal; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .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; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-container:first-of-type{padding-top:0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-container:last-of-type{padding-bottom:0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB  { background-color:#202a44;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15027;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8rem;left:40.625rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.75rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB {display:block;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB { background-color:#202a44;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15027;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8rem;left:40.625rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #P3alh8xXe4TnyMilRyXuvJVTp0Z6JVFK { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #WFaHXMgMeCFf8zhxy8OdCe8dNqG7cOhi { position:relative;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wgwfHCvXWyXKmZ2VtwOqqOqhTC9lPJ6d { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #s79cAkBrpEcsmNwaQt2nHb14E59T88ik { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #SNnhbTbMUllnbO0o48OEUrhUULLN3Nm8 { position:relative;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #k6rOvZgcL71ByA36oJ6HRgUDBhl5d3fB { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #XFcrruxnoqRVL3oy1ZTFyVHCZihv3fXE { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #krXDqqQVvL5T4NzsSngUGrtyXySBQq55 { position:relative;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #aEzl9GvDqIINTaIVMDr7cCBTp6PcvVNl { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wnrRpTwp4u1n99gFDVb4O4t0g4Hg0Pt0 { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #W3NgD9JJLTS3ACXhqnrGH64ZmudowcP9 { position:relative;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #kqqGN2Pl3B5nzr40A7CCJE7mT3A3kp0u { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #hD0MfDXtbelKz4ItPhMXkfkolEl4LHmW { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #baD4tTzzXlqXc2KkDG6ZWskNTihtHFTE { position:relative; }
#ODcXIMCTGmLm2aelypKPdiTe7W1WNz4p { box-sizing:content-box;height:2.75rem;width:31.1875rem;position:absolute;display:block;z-index:15012;background-color:#202a44;background-image:none;top:5.3125rem;left:40.625rem;display:block; }
#KCp380HNncJW8JwP3pmnTN5KnTGWaffo { color:#fffdfd;display:block;width:16.624375rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6.25rem;left:41.5625rem;height:1.7871125rem;display:block; }
#h0PvoxUiZm14BvEtb1BbTakATS7QlIFH { position:absolute;display:block;z-index:15030;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:22.0625rem;width:33.25rem;top:15.728517532349rem;left:0rem;overflow:hidden;display:block; }
#xuRZA8GfnTCwvW7NrftVKoJzmtI5MBBR { color:#202a44;display:block;width:37.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.2702026367188rem;left:0rem;height:4.142575rem;text-align:justify;text-align-last:initial;display:none; }
#tvGyVazcrcVXx6R3GRApnlA284JTsZKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;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; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { background-color: transparent; background-image: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .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); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { border-width: 0; border-radius: 0; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { position:absolute;display:block;z-index:15042;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:1.0625rem;width:1rem;top:10.9375rem;left:41.625rem;overflow:hidden;display:block; }
#F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { position:absolute;display:block;z-index:15041;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:1rem;width:1rem;top:10.9375rem;left:39.3125rem;overflow:hidden;display:block; }
#kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { color:#fffdfd;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:8.6875rem;left:28.125rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { position:absolute;display:block;z-index:15040;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:1rem;width:1rem;top:10.9375rem;left:37rem;overflow:hidden;display:block; }
#N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { position:absolute;display:block;z-index:15039;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:1.25rem;width:1.25rem;top:10.9375rem;left:34.6875rem;overflow:hidden;display:block; }
#aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.625rem;top:2.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { position:absolute;display:block;z-index:15038;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:1.0625rem;width:1.0625rem;top:10.9375rem;left:32.375rem;overflow:hidden;display:block; }
#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 { position:relative;display:none; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 { border-width: 0; border-radius: 0; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .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; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .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:18.75rem;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:none; }#QMoUpDSNvCEkWJ0uc70Rtw8do7nLFfLx { position:relative;display:none; }#QMoUpDSNvCEkWJ0uc70Rtw8do7nLFfLx { border-width: 0; border-radius: 0; }#QMoUpDSNvCEkWJ0uc70Rtw8do7nLFfLx > .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; }#QMoUpDSNvCEkWJ0uc70Rtw8do7nLFfLx > .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:18.75rem;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:none; }#pgdoecl3GwrBzuDmGBdJiBMnFQHm7CtD { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.0625rem;height:1.7871125rem;display:none; }
#n4E7W9S3xDzGx9p1ncOS7KAIqPHTmGgu { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.3125rem;left:41.5rem;height:1.3808625rem;display:none; }
#eW2EP4BINNCko0uMfTSBeTK77eFD07AP { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:6.5625rem;left:39.9375rem;display:none; }
#XO1lHeVk8bxQySF3TJrCiTQhKgFBWoWU { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.5rem;height:1.3808625rem;display:none; }
#X0Ax4E2cXMVXWfST3wNPRXhqaEVJTeAe { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.75rem;left:39.9375rem;display:none; }
#wvndAQ6HGqq4GtIokASi72BaBm1easoO { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.75rem;left:41.5rem;height:1.3808625rem;display:none; }
#vEUNw3P376sKDiApXVsXZOPzcvg1OSxg { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:10.9375rem;left:39.9375rem;display:none; }
#HTfVTLIBqWdHnehvQeyN9qr75txO0fTV { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.0625rem;left:41.5rem;height:1.3808625rem;display:none; }
#EXN7WbUWQQBZquaBs2vJdansIfaNM5zU { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f1b434;background-image:none;top:13.25rem;left:39.9375rem;display:none; }
#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 { position:relative;display:none; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 { border-width: 0; border-radius: 0; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .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; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .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:18.75rem;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:none; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ { position:relative;display:none; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ { border-width: 0; border-radius: 0; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .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; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .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:18.75rem;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:none; }#PgwN0xx5C5LlR4N3gQmTKHSlV1cZE35E { position:relative;display:none; }#PgwN0xx5C5LlR4N3gQmTKHSlV1cZE35E { border-width: 0; border-radius: 0; }#PgwN0xx5C5LlR4N3gQmTKHSlV1cZE35E > .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; }#PgwN0xx5C5LlR4N3gQmTKHSlV1cZE35E > .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:18.75rem;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:none; }#QQyWUmPqRyzQBIw2TK6o5kzC76twPHxt { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.0625rem;height:1.7871125rem;display:none; }
#W917lkxpMh2w4Ja8lsfMWfrw21mUFJmP { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.3125rem;left:41.5rem;height:1.3808625rem;display:none; }
#TrWRWJCkSk0NiNsuAt8HP4mAMtBHGMCl { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:6.5625rem;left:39.9375rem;display:none; }
#GU86RLND9f2knnlT4VUlu00h1v3cyf7W { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.5rem;height:1.3808625rem;display:none; }
#N1Jy83TsOxMTF87HoQFz3LwEUiALAq4F { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.75rem;left:39.9375rem;display:none; }
#y30xvlc544miIRKB39EegRyIbOAHJ6ds { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.75rem;left:41.5rem;height:1.3808625rem;display:none; }
#Dm3iLE2QIBq0sTA9rCRHbgaA1cBklnv7 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:10.9375rem;left:39.9375rem;display:none; }
#dCZC98M52PLX4mnTRwRqgisRmgE2egvn { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.0625rem;left:41.5rem;height:1.3808625rem;display:none; }
#MhE1xtBm3UNfHUw6kTCU1fk0hrDxUFdP { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f1b434;background-image:none;top:13.25rem;left:39.9375rem;display:none; }
#C9LFzRmuo7BBGodZhoaLXfWrpPhgW0eE { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.625rem;top:0.580078125rem;left:20.75rem;overflow:hidden;display:none; }
#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao { position:relative;display:none; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao { border-width: 0; border-radius: 0; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .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; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .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:18.75rem;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:none; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK { position:relative;display:none; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK { border-width: 0; border-radius: 0; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .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; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .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:18.75rem;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:none; }#I4uU0cdTvkJ41VO197Dmz7ryKoxIlFdp { position:relative;display:none; }#I4uU0cdTvkJ41VO197Dmz7ryKoxIlFdp { border-width: 0; border-radius: 0; }#I4uU0cdTvkJ41VO197Dmz7ryKoxIlFdp > .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; }#I4uU0cdTvkJ41VO197Dmz7ryKoxIlFdp > .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:18.75rem;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:none; }#Evfu56fTC67XQt75AdrPbKf4FfXV71Oc { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.0625rem;height:1.7871125rem;display:none; }
#pgR1RfnNFybcrlA6agzXrDMBmBXUgSIn { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.3125rem;left:41.5rem;height:1.3808625rem;display:none; }
#bsiWPSqyKKF0UNruGNZyeUw5Cr5f2d4i { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:6.5625rem;left:39.9375rem;display:none; }
#pmfFkKluUQ5QctdIs8MMWax7nkkmm6px { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.5rem;height:1.3808625rem;display:none; }
#XsDutgPDaln6yH3doVqswpE6vQ9h1keX { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.75rem;left:39.9375rem;display:none; }
#vOd9qNXMvkkH1vPbTaOZP3fKIt2Rw0Gl { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.75rem;left:41.5rem;height:1.3808625rem;display:none; }
#zFC6hCMN613GCQFhP1gAO2bt2RFknP8C { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:10.9375rem;left:39.9375rem;display:none; }
#annCvCPBtg8N4JTg6xcGwtqiGh7sy2oV { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.81640625rem;left:38.166667938233rem;height:1.21875rem;display:none; }
#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh { position:relative;display:none; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh { border-width: 0; border-radius: 0; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .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; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .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:18.75rem;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:none; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp { position:relative;display:none; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp { border-width: 0; border-radius: 0; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .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; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .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:18.75rem;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:none; }#mTqTQ5awSTbVd5mIdFc0cRn5UKAScmFH { position:relative;display:none; }#mTqTQ5awSTbVd5mIdFc0cRn5UKAScmFH { border-width: 0; border-radius: 0; }#mTqTQ5awSTbVd5mIdFc0cRn5UKAScmFH > .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; }#mTqTQ5awSTbVd5mIdFc0cRn5UKAScmFH > .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:18.75rem;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:none; }#KhIGXILzQDgkDpoi7RKFKHp3hDVqU8y4 { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.0625rem;height:1.7871125rem;display:none; }
#VWicuXGQH8bNKRVIxO5BxVOCVE21kHdH { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.3125rem;left:41.5rem;height:1.3808625rem;display:none; }
#l6WD1Aoc8pmaTN4vpHxTSxnqEQaI5LtD { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f1b434;background-image:none;top:6.5625rem;left:39.9375rem;display:none; }
#FNvBSxnoerpcsBioRClTXNnxPXMVGZBw { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.5rem;height:1.3808625rem;display:none; }
#ek2WgmIsSXm0zhSfiJl0TWNTRwPZV4Fb { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.75rem;left:39.9375rem;display:none; }
#UBLLoCEdfoHwlTlpvoQMSkVIRQEzV9Jg { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.75rem;left:41.5rem;height:1.3808625rem;display:none; }
#NVppl8wJ8VFauWWTcu6pT7VTHQTeIGfa { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:10.9375rem;left:39.9375rem;display:none; }
#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf { position:relative;display:none; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf { border-width: 0; border-radius: 0; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .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; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .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:18.75rem;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:none; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot { position:relative;display:none; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot { border-width: 0; border-radius: 0; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .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; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .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:18.75rem;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:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { top:7.5625rem;left:0rem;width:28.8125rem;height:8.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { top:15.4375rem;left:0rem;width:47.75rem;height:13rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { top:34.9375rem;left:0rem;width:10.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { top:34.9375rem;left:0rem;width:10.125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { width:12.0625rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { display:block; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { top:3.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { top:11.6875rem;left:0rem;width:34.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { top:8.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gHWzkhvWQzTIQ34E8XeGhHqvEeI4zM { top:3.75rem;left:38.8125rem;width:3.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FecTB2W65g2TroNuvrVoK9PtBrpyqaBm { top:11.6875rem;left:11.4375rem;width:36.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL05t2rDlw9MnQAayb528C2KVxPpTJqM { top:19rem;left:0rem;width:34.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEAFVJBXVUvfTWes9neCqZTX7BSve1wG { top:18.9375rem;left:11.5625rem;width:36.1875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgbotC9XSxo34Wqi8m0LiJD2r9t5ZL1d { top:1.9375rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfCs8w95BklWn8gBVgGS29bW8wNObJzU { display:block; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { top:3.625rem;left:0rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { top:8.1875rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { top:8.1875rem;left:15.9375rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { top:3.625rem;left:16.0625rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { top:8.1875rem;left:32.1875rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPrFHkydgCz1Qix24vbD7zosCKepT5f { top:3.625rem;left:32.4375rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { display:block; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McoEc9UbHv9nT0OVXOshobgKaDBgWCSH { top:3.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsNo2WpMMwuGwzIuk8NS4y0nv5P7BaH2 { top:8.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdZtOyJeLh3Zs2JN9PUXrCA925PT1Hf0 { top:26.8125rem;left:0rem;width:31.0625rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #angteocW8xqUIXENBXsvUiPBduWuAVco { top:26.8125rem;left:30.4375rem;width:16.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbRrQhDEkoo72ToNTlAg44IhxxAI4UZw { top:10.6875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9MQ1ObsL4FOFVHiPDZwHI8cVkU906Rx { top:21.125rem;left:7.6875rem;width:5.0625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO2lz4rZuzNxInCiSJmnyQxJogaZCL3H { top:21.125rem;left:36.3125rem;width:5.0625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAJPcvQrnxkni9TSiCnKVbTiHFQVEG68 { top:36.3125rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQKFqzVZ5546f2ra2UEpKCpJ8J2SO5cg { top:11.625rem;left:0rem;width:20rem;height:16.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHVhgW2QtOFlobgzagi4V859XJuO1FZI { display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL5zFr6K7i9LFxh5iEexNf4T5acC482V { display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { top:9.1875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { top:7.0625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { top:2.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { top:3.25rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { top:6.5rem;left:0rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { top:6.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { top:8.6875rem;left:0rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Say376OHt6HWiADUhQxQK888WThD0w4z { top:8.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { top:13.1875rem;left:0rem;width:22.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { top:11.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { top:10.875rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { top:13.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { top:3.25rem;left:9.625rem;width:12.0625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { top:13.0625rem;left:23.875rem;width:22.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { top:10.75rem;left:23.875rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD08O8LXrPcOQLduZSzQtrVl4URP4vIe { top:8.5625rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { top:6.3125rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { top:3.0625rem;left:23.875rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { top:6.5625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5906VeKmBgriqn3E4GRUroCTa2Zusid { top:8.75rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { top:10.9375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWpqa1NflnJ1rqeluGRavRSf5goGluU { top:13.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { top:3.25rem;left:33.4375rem;width:12.125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { top:0.5625rem;left:13.9375rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { top:15.4375rem;left:0rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { top:15.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { top:18.75rem;left:0rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { top:19rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLCdzSfa8oqFNBMVKmNWoBWghhNLnfPn { top:22.375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxEMF72KrHkTmT5Nvh8fHc0oBvKFRyL { top:22.125rem;left:0rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9dBxpSKnZvCGBT9EaRuXtupdoAvn6E { top:25.5rem;left:0rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGc6LxWABPNpAEU3yd9dJkylGmaWxAXs { top:25.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { top:3.25rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { top:6.3125rem;left:0rem;width:19rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { top:6.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { top:9.8125rem;left:0rem;width:11.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { top:10.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { top:9.8125rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { top:7.5625rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgxqELzEoSp12uhwIOenngP47uL41htf { top:3.0625rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { top:7.8125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OztEyonI5d94dRvw69PR72GKpZ7ATFlI { top:10rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { top:3.25rem;left:32.9375rem;width:14.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBKBH63T8GJftAd4L9Icswv8pspLZgcu { top:13.4375rem;left:0rem;width:11.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { top:13.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { top:3.25rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { top:0.5625rem;left:37.09831237793rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { top:12.0625rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { top:12.3125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRanHFRRF7UNw9TPb7WZZO442nS1UktD { top:17.0625rem;left:0rem;width:16.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { top:17.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { top:15.4375rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { top:15.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { top:7.9375rem;left:8.09375rem;width:7.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { top:11.75rem;left:8.125rem;width:7.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { display:block; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { top:3.25rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { top:7.1875rem;left:0rem;width:19rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { top:7.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHHygsnFavUwzEQ4TOOzkodPMyGn1cF { top:9.875rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrXfkhlFfRrnC3Z6k5Le7rP8TEBGR97 { top:7.1875rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F59y1F7VhnX5PxxGT9ySCt7zZq77P64z { top:3.0625rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1VRRXCTwGRx7EHPH6A6s4ICT9onUo9 { top:7.4375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2BmBw8nG0hFtOTVTwPxAFy35fNq96zh { top:10.0625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETZnutmZVliuIU1P1Xg4ZT5mJ217mDc { top:12.5rem;left:23.875rem;width:17.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDt6dt2X9UXLWlKa1wAfvCEI2Ee8vLS { top:12.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UfLEkhbBW1Ds6OeL5WV6HHTseikcJ1 { top:3.0625rem;left:33.0625rem;width:14.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcfDFp61VDF8D89dfT7aN6fDoewp01iw { top:3.25rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdHucPWJTF5HMThz7TwVolvmhD5RUTCL { top:4.8125rem;left:23.875rem;width:22.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { top:3.25rem;left:0rem;width:21.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { top:8.3125rem;left:0rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { top:8.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { top:10.5rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { top:10.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { top:3.25rem;left:9.1875rem;width:14.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { top:12.75rem;left:23.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { top:10.4375rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wofl32hpyGakcH06KTBTgFf90pFMI4hr { top:8.125rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { top:3.0625rem;left:23.875rem;width:22.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { top:8.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { top:10.625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { top:12.9375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { top:3.25rem;left:32.875rem;width:14.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9UCeMykQwCiRITzshzf5RxPNRV131Ma { display:block; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { top:3.4375rem;left:0rem;width:39.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { top:8.4375rem;left:0rem;width:38.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5M10w7az4G5B6KnwGip6WFgxiG1teNe { top:30.75rem;left:0rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsi2LEO21esUU9kTULIPhJ0NhmhETs0O { top:33.75rem;left:0rem;width:23.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgbuSUHvzM0vHT6GRArTw0GIJxyu6CR { top:33.75rem;left:24.8125rem;width:22.9375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IelrOO5BfU3UfTCTH5CuRHELklTUL8h5 { top:30.75rem;left:31.1875rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { top:16.125rem;left:0.625rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOq9BJfmcO7GpGyVbui6yV0onFuOwHri { top:16.1875rem;left:33.6875rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { top:10.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzXDa3nyDzQGVFI6O3HVAslsOO4VQS1M { top:64.5rem;left:0rem;width:20rem;height:6.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { display:block; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { top:2.5rem;left:0rem;width:14.625rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJcayQ8FSPB4rnCrkVqhqy9ZyEWx4RVz { top:9.25rem;left:0rem;width:37.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwUUqh7FKa213IVHvDR6QwmaMId5hvbm { top:7.1875rem;left:0rem;width:15.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-regular-label { width:28.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-textarea { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-button { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-checkbox-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB  { width:28.75rem;height:auto;top:8rem;left:16.5rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .radio-container { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB {display:block;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB { width:28.75rem;height:auto;top:8rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #P3alh8xXe4TnyMilRyXuvJVTp0Z6JVFK {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #WFaHXMgMeCFf8zhxy8OdCe8dNqG7cOhi {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wgwfHCvXWyXKmZ2VtwOqqOqhTC9lPJ6d {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #s79cAkBrpEcsmNwaQt2nHb14E59T88ik {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #SNnhbTbMUllnbO0o48OEUrhUULLN3Nm8 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #k6rOvZgcL71ByA36oJ6HRgUDBhl5d3fB {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #XFcrruxnoqRVL3oy1ZTFyVHCZihv3fXE {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #krXDqqQVvL5T4NzsSngUGrtyXySBQq55 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #aEzl9GvDqIINTaIVMDr7cCBTp6PcvVNl {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wnrRpTwp4u1n99gFDVb4O4t0g4Hg0Pt0 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #W3NgD9JJLTS3ACXhqnrGH64ZmudowcP9 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #kqqGN2Pl3B5nzr40A7CCJE7mT3A3kp0u {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #hD0MfDXtbelKz4ItPhMXkfkolEl4LHmW {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #baD4tTzzXlqXc2KkDG6ZWskNTihtHFTE {  }
 }@media only screen and (max-width: 763px) { #ODcXIMCTGmLm2aelypKPdiTe7W1WNz4p { top:5.3125rem;left:16.5625rem;width:31.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCp380HNncJW8JwP3pmnTN5KnTGWaffo { top:6.25rem;left:23.875rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0PvoxUiZm14BvEtb1BbTakATS7QlIFH { top:15.6875rem;left:0rem;width:33.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuRZA8GfnTCwvW7NrftVKoJzmtI5MBBR { top:9.25rem;left:0rem;width:37.25rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { top:10.9375rem;left:28rem;width:1rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { top:10.9375rem;left:25.6875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { top:8.6875rem;left:14.5rem;width:18.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { top:10.9375rem;left:23.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { top:10.9375rem;left:21.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { top:2.5625rem;left:18.0625rem;width:11.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { top:10.9375rem;left:18.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 { display:none; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QMoUpDSNvCEkWJ0uc70Rtw8do7nLFfLx { display:none; }#QMoUpDSNvCEkWJ0uc70Rtw8do7nLFfLx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pgdoecl3GwrBzuDmGBdJiBMnFQHm7CtD { top:3.0625rem;left:23.875rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4E7W9S3xDzGx9p1ncOS7KAIqPHTmGgu { top:6.3125rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eW2EP4BINNCko0uMfTSBeTK77eFD07AP { top:6.5625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XO1lHeVk8bxQySF3TJrCiTQhKgFBWoWU { top:8.5625rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0Ax4E2cXMVXWfST3wNPRXhqaEVJTeAe { top:8.75rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvndAQ6HGqq4GtIokASi72BaBm1easoO { top:10.75rem;left:23.875rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEUNw3P376sKDiApXVsXZOPzcvg1OSxg { top:10.9375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTfVTLIBqWdHnehvQeyN9qr75txO0fTV { top:13.0625rem;left:23.875rem;width:22.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXN7WbUWQQBZquaBs2vJdansIfaNM5zU { top:13.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 { display:none; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ { display:none; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PgwN0xx5C5LlR4N3gQmTKHSlV1cZE35E { display:none; }#PgwN0xx5C5LlR4N3gQmTKHSlV1cZE35E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QQyWUmPqRyzQBIw2TK6o5kzC76twPHxt { top:0.9375rem;left:0rem;width:16.75rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W917lkxpMh2w4Ja8lsfMWfrw21mUFJmP { top:4.3125rem;left:0rem;width:13.25rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrWRWJCkSk0NiNsuAt8HP4mAMtBHGMCl { top:6.5625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GU86RLND9f2knnlT4VUlu00h1v3cyf7W { top:8.3125rem;left:0rem;width:13.0625rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1Jy83TsOxMTF87HoQFz3LwEUiALAq4F { top:8.75rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y30xvlc544miIRKB39EegRyIbOAHJ6ds { top:11rem;left:0rem;width:14.1875rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm3iLE2QIBq0sTA9rCRHbgaA1cBklnv7 { top:10.9375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCZC98M52PLX4mnTRwRqgisRmgE2egvn { top:13.75rem;left:0rem;width:14.5625rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhE1xtBm3UNfHUw6kTCU1fk0hrDxUFdP { top:13.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9LFzRmuo7BBGodZhoaLXfWrpPhgW0eE { top:0.5625rem;left:13.9375rem;width:8.625rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao { display:none; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #szEbsTaAcydUXsivOD7P88RsFZ38VpBK { display:none; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I4uU0cdTvkJ41VO197Dmz7ryKoxIlFdp { display:none; }#I4uU0cdTvkJ41VO197Dmz7ryKoxIlFdp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Evfu56fTC67XQt75AdrPbKf4FfXV71Oc { top:0.9375rem;left:0rem;width:18.375rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgR1RfnNFybcrlA6agzXrDMBmBXUgSIn { top:6.25rem;left:0rem;width:16.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsiWPSqyKKF0UNruGNZyeUw5Cr5f2d4i { top:6.5625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmfFkKluUQ5QctdIs8MMWax7nkkmm6px { top:9.1875rem;left:0rem;width:14.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsDutgPDaln6yH3doVqswpE6vQ9h1keX { top:8.75rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOd9qNXMvkkH1vPbTaOZP3fKIt2Rw0Gl { top:12.3125rem;left:0rem;width:18.0625rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFC6hCMN613GCQFhP1gAO2bt2RFknP8C { top:10.9375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #annCvCPBtg8N4JTg6xcGwtqiGh7sy2oV { top:4.8125rem;left:23.875rem;width:22.1875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh { display:none; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp { display:none; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mTqTQ5awSTbVd5mIdFc0cRn5UKAScmFH { display:none; }#mTqTQ5awSTbVd5mIdFc0cRn5UKAScmFH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KhIGXILzQDgkDpoi7RKFKHp3hDVqU8y4 { top:0.9375rem;left:0rem;width:18.375rem;height:5.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWicuXGQH8bNKRVIxO5BxVOCVE21kHdH { top:7.5625rem;left:0rem;width:16.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6WD1Aoc8pmaTN4vpHxTSxnqEQaI5LtD { top:6.5625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNvBSxnoerpcsBioRClTXNnxPXMVGZBw { top:10.375rem;left:0rem;width:14.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ek2WgmIsSXm0zhSfiJl0TWNTRwPZV4Fb { top:8.75rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBLLoCEdfoHwlTlpvoQMSkVIRQEzV9Jg { top:13.0625rem;left:0rem;width:18.0625rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVppl8wJ8VFauWWTcu6pT7VTHQTeIGfa { top:10.9375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf { display:none; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B1783nfxTwHsZOXeC401tOfpGTIBv7ot { display:none; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97e5851c-0361-4913-984a-2f5fd44515f5/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { width:10.8125rem;height:4.875rem;top:7.0625rem;left:4.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { width:18.5625rem;height:5.8496125rem;top:11.4375rem;left:0.75rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { width:4.75rem;height:1.9375rem;top:27.533855438233rem;left:7.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { width:3.875rem;height:3.875rem;top:14.9374995rem;left:-1.75rem;overflow:hidden;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { top:29.9375rem;left:1.3125rem;width:6.5rem;height:2.625rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { display:block; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { width:20rem;height:4.0625rem;top:2.0937519073486rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { width:20rem;height:8.7734375rem;top:9.9375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { width:15.625rem;height:0.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gHWzkhvWQzTIQ34E8XeGhHqvEeI4zM { width:2.4375rem;height:2rem;top:4.6451826095581rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FecTB2W65g2TroNuvrVoK9PtBrpyqaBm { width:20rem;height:7.3111875rem;top:19.3125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #qL05t2rDlw9MnQAayb528C2KVxPpTJqM { width:20rem;height:11.6979375rem;top:19.500000953674rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #TEAFVJBXVUvfTWes9neCqZTX7BSve1wG { width:20rem;height:8.7734375rem;top:19.75rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CgbotC9XSxo34Wqi8m0LiJD2r9t5ZL1d { width:18.625rem;height:4.875rem;top:1.978515625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #mfCs8w95BklWn8gBVgGS29bW8wNObJzU { display:block; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { width:15.3125rem;height:2.4375rem;top:1.2499980926514rem;left:2.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { width:15.5625rem;height:1.3808625rem;top:3.6868495941162rem;left:2.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { width:15.5625rem;height:1.3808625rem;top:10.3125rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { width:15.3125rem;height:2.4375rem;top:7.875rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { width:15.5625rem;height:1.3808625rem;top:16.5rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPrFHkydgCz1Qix24vbD7zosCKepT5f { width:15.3125rem;height:2.4375rem;top:14.125rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { display:block; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McoEc9UbHv9nT0OVXOshobgKaDBgWCSH { width:20rem;height:7.3125rem;top:1.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JsNo2WpMMwuGwzIuk8NS4y0nv5P7BaH2 { width:16.5rem;height:0.3125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdZtOyJeLh3Zs2JN9PUXrCA925PT1Hf0 { width:20rem;height:6.09375rem;top:35.830729484558rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #angteocW8xqUIXENBXsvUiPBduWuAVco { width:16.75rem;height:2.03125rem;top:45.5rem;left:1.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbRrQhDEkoo72ToNTlAg44IhxxAI4UZw { width:20rem;height:19.3319875rem;top:10.625000953674rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9MQ1ObsL4FOFVHiPDZwHI8cVkU906Rx { width:3.4375rem;height:2.8125rem;top:30.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO2lz4rZuzNxInCiSJmnyQxJogaZCL3H { width:2.5625rem;height:2.125rem;top:42.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAJPcvQrnxkni9TSiCnKVbTiHFQVEG68 { width:20rem;height:6.09375rem;top:33.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gQKFqzVZ5546f2ra2UEpKCpJ8J2SO5cg { width:20rem;height:16.57033125rem;top:11.625rem;left:0rem;font-size:1.0625rem;z-index:15027;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DHVhgW2QtOFlobgzagi4V859XJuO1FZI { display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL5zFr6K7i9LFxh5iEexNf4T5acC482V { display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { width:20rem;height:13.808625rem;top:11.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { width:16.3125rem;height:0.3125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { width:18.75rem;height:7.3125rem;top:1.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { width:9.9375rem;height:3.57421875rem;top:2.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { width:12.3125rem;height:2.76171875rem;top:7.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { width:11.375rem;height:1.3808625rem;top:11.25rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Say376OHt6HWiADUhQxQK888WThD0w4z { width:0.9375rem;height:0.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { width:10.8125rem;height:1.3808625rem;top:18.375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { width:0.9375rem;height:0.9375rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { width:11rem;height:2.76171875rem;top:14.0625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { width:0.9375rem;height:0.9375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { width:8.25rem;height:8.0625rem;top:0rem;left:11.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { width:14.5625rem;height:2.76171875rem;top:56.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { width:11.25rem;height:1.3808625rem;top:53.902997970581rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xD08O8LXrPcOQLduZSzQtrVl4URP4vIe { width:13.0625rem;height:1.3808625rem;top:51.027997970581rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { width:10.875rem;height:1.3808625rem;top:48.090496063233rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { width:14.4375rem;height:3.57421875rem;top:42.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { width:0.9375rem;height:0.9375rem;top:48.312501907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5906VeKmBgriqn3E4GRUroCTa2Zusid { width:0.9375rem;height:0.9375rem;top:51.250001907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { width:0.9375rem;height:0.9375rem;top:54.125001907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPWpqa1NflnJ1rqeluGRavRSf5goGluU { width:0.9375rem;height:0.9375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { width:8.25rem;height:8.0625rem;top:40.069661468267rem;left:11.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { width:8rem;height:6.5625rem;top:0.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { width:16.375rem;height:2.76171875rem;top:21.5625rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { width:0.9375rem;height:0.9375rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { width:14.6875rem;height:2.76171875rem;top:25.8125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { width:0.9375rem;height:0.9375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLCdzSfa8oqFNBMVKmNWoBWghhNLnfPn { width:0.9375rem;height:0.9375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxEMF72KrHkTmT5Nvh8fHc0oBvKFRyL { width:15.3125rem;height:2.76171875rem;top:29.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wI9dBxpSKnZvCGBT9EaRuXtupdoAvn6E { width:14.5rem;height:2.76171875rem;top:33.9375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGc6LxWABPNpAEU3yd9dJkylGmaWxAXs { width:0.9375rem;height:0.9375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { width:16.624375rem;height:1.7871125rem;top:1.6874809265137rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { width:16.625rem;height:2.76171875rem;top:5rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { width:0.9375rem;height:0.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { width:11.3125rem;height:2.76171875rem;top:9.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { width:0.9375rem;height:0.9375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { width:17.25rem;height:1.3808625rem;top:43.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { width:18.5rem;height:1.3808625rem;top:28.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TgxqELzEoSp12uhwIOenngP47uL41htf { width:20rem;height:1.7871125rem;top:25.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { width:0.9375rem;height:0.9375rem;top:39.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OztEyonI5d94dRvw69PR72GKpZ7ATFlI { width:0.9375rem;height:0.9375rem;top:41.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { width:14.8125rem;height:12.1875rem;top:52.75rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBKBH63T8GJftAd4L9Icswv8pspLZgcu { width:11.5625rem;height:2.76171875rem;top:14.25rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { width:0.9375rem;height:0.9375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { width:14.5625rem;height:12rem;top:29.5rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { width:8.625rem;height:7.125rem;top:31.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { width:20rem;height:2.76171875rem;top:48.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { width:0.9375rem;height:0.9375rem;top:46.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRanHFRRF7UNw9TPb7WZZO442nS1UktD { width:16.875rem;height:2.76171875rem;top:18.979168891907rem;left:1.7916667461395rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { width:0.9375rem;height:0.9375rem;top:19.229168891907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { width:20rem;height:2.76171875rem;top:68.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { width:0.9375rem;height:0.9375rem;top:66.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { width:6.8125rem;height:5.625rem;top:7.7617206573488rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { width:6.6875rem;height:5.5rem;top:12.880859375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { display:block; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { width:16.62475rem;height:1.7871125rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { width:16.625rem;height:1.3808625rem;top:5.0625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { width:0.9375rem;height:0.9375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHHygsnFavUwzEQ4TOOzkodPMyGn1cF { width:17.25rem;height:1.3808625rem;top:20.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hVrXfkhlFfRrnC3Z6k5Le7rP8TEBGR97 { width:18.5rem;height:1.3808625rem;top:16.125rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #F59y1F7VhnX5PxxGT9ySCt7zZq77P64z { width:20rem;height:1.7871125rem;top:8.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dk1VRRXCTwGRx7EHPH6A6s4ICT9onUo9 { width:0.9375rem;height:0.9375rem;top:13.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2BmBw8nG0hFtOTVTwPxAFy35fNq96zh { width:0.9375rem;height:0.9375rem;top:18.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vETZnutmZVliuIU1P1Xg4ZT5mJ217mDc { width:17.25rem;height:2.76171875rem;top:25.8125rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zMDt6dt2X9UXLWlKa1wAfvCEI2Ee8vLS { width:0.9375rem;height:0.9375rem;top:23.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3UfLEkhbBW1Ds6OeL5WV6HHTseikcJ1 { width:14.6875rem;height:12.125rem;top:71.73048125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcfDFp61VDF8D89dfT7aN6fDoewp01iw { width:14.5625rem;height:12rem;top:37.138675rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdHucPWJTF5HMThz7TwVolvmhD5RUTCL { width:20rem;height:1.21875rem;top:11.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { width:16.624375rem;height:3.57421875rem;top:1.1907558441162rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { width:16.625rem;height:1.3808625rem;top:5.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { width:0.9375rem;height:0.9375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { width:13.8125rem;height:1.3808625rem;top:8.6041679382325rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { width:0.9375rem;height:0.9375rem;top:8.826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { width:14.6875rem;height:12.125rem;top:41.9570375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { width:18.75rem;height:2.76171875rem;top:33.125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { width:13.0625rem;height:1.3808625rem;top:28.3125rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wofl32hpyGakcH06KTBTgFf90pFMI4hr { width:18.5rem;height:1.3808625rem;top:23.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { width:20rem;height:5.361325rem;top:14.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { width:0.9375rem;height:0.9375rem;top:21.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { width:0.9375rem;height:0.9375rem;top:26.125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { width:0.9375rem;height:0.9375rem;top:30.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { width:14.875rem;height:12.25rem;top:77.77865625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9UCeMykQwCiRITzshzf5RxPNRV131Ma { background-color:#202a44;background-image:none;display:block; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { background-color: transparent; background-image: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .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); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { width:16.5625rem;height:4.875rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { width:13.75rem;height:0.3125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5M10w7az4G5B6KnwGip6WFgxiG1teNe { width:16.625rem;height:1.625rem;top:36.3125rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bsi2LEO21esUU9kTULIPhJ0NhmhETs0O { width:20rem;height:6.497375rem;top:38.5625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OGgbuSUHvzM0vHT6GRArTw0GIJxyu6CR { width:20rem;height:6.497375rem;top:67.5625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IelrOO5BfU3UfTCTH5CuRHELklTUL8h5 { width:16.5625rem;height:1.625rem;top:64.8125rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { width:14.9375rem;height:14.9375rem;top:19.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOq9BJfmcO7GpGyVbui6yV0onFuOwHri { width:15.3125rem;height:15.3125rem;top:48rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { width:20rem;height:9.666rem;top:63.658854484556rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzXDa3nyDzQGVFI6O3HVAslsOO4VQS1M { width:20rem;height:6.9043125rem;top:9.3893232345581rem;left:0rem;font-size:1.0625rem;z-index:15028;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { display:block; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { width:20rem;height:2.4375rem;top:1.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJcayQ8FSPB4rnCrkVqhqy9ZyEWx4RVz { width:20rem;height:8.285125rem;top:6.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwUUqh7FKa213IVHvDR6QwmaMId5hvbm { width:10.0625rem;height:0.3125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB  { width:17.5rem;height:24.875rem;top:18.9375rem;left:0rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB {display:block;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB { width:17.5rem;height:24.875rem;top:18.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #P3alh8xXe4TnyMilRyXuvJVTp0Z6JVFK {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #WFaHXMgMeCFf8zhxy8OdCe8dNqG7cOhi {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wgwfHCvXWyXKmZ2VtwOqqOqhTC9lPJ6d {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #s79cAkBrpEcsmNwaQt2nHb14E59T88ik {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #SNnhbTbMUllnbO0o48OEUrhUULLN3Nm8 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #k6rOvZgcL71ByA36oJ6HRgUDBhl5d3fB {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #XFcrruxnoqRVL3oy1ZTFyVHCZihv3fXE {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #krXDqqQVvL5T4NzsSngUGrtyXySBQq55 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #aEzl9GvDqIINTaIVMDr7cCBTp6PcvVNl {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wnrRpTwp4u1n99gFDVb4O4t0g4Hg0Pt0 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #W3NgD9JJLTS3ACXhqnrGH64ZmudowcP9 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #kqqGN2Pl3B5nzr40A7CCJE7mT3A3kp0u {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #hD0MfDXtbelKz4ItPhMXkfkolEl4LHmW {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #baD4tTzzXlqXc2KkDG6ZWskNTihtHFTE {  }
 }@media only screen and (max-width: 763px) { #ODcXIMCTGmLm2aelypKPdiTe7W1WNz4p { width:20rem;height:2.75rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCp380HNncJW8JwP3pmnTN5KnTGWaffo { width:16.5625rem;height:1.625rem;top:17.25rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0PvoxUiZm14BvEtb1BbTakATS7QlIFH { width:20rem;height:13.270676691729rem;top:16.1966125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuRZA8GfnTCwvW7NrftVKoJzmtI5MBBR { width:20rem;height:8.285125rem;top:6.319664001465rem;left:0rem;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { width:1rem;height:1.0625rem;top:9.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { width:1rem;height:1rem;top:9.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { width:18.8125rem;height:0.875rem;top:7.75rem;left:0.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { width:1rem;height:1rem;top:9.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { width:1.25rem;height:1.25rem;top:9.8125rem;left:7.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { width:11.625rem;height:4.6875rem;top:1.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { width:1.0625rem;height:1.0625rem;top:9.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ab9ada6-e50e-4a16-aa50-66c964bdec86/comu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1.adaptive-delivery-prevent-bg, #d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1.lazyload, #d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1.lazyloading { background-image: none; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row .container { background-color: transparent; background-image: none; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row .container > .video-iframe-container { display: none; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row > .video-iframe-container { display: none; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .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); }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row .container { border-width: 0; border-radius: 0; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d70iIHq0lXGwiMhO2P8RXFPar7NF6Lu1 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMoUpDSNvCEkWJ0uc70Rtw8do7nLFfLx { display:block; }#QMoUpDSNvCEkWJ0uc70Rtw8do7nLFfLx > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdoecl3GwrBzuDmGBdJiBMnFQHm7CtD { width:14.6875rem;height:3.57421875rem;top:0.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #n4E7W9S3xDzGx9p1ncOS7KAIqPHTmGgu { width:10.875rem;height:1.3808625rem;top:5.8125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #eW2EP4BINNCko0uMfTSBeTK77eFD07AP { width:0.9375rem;height:0.9375rem;top:6.0625rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #XO1lHeVk8bxQySF3TJrCiTQhKgFBWoWU { width:13.0625rem;height:1.3808625rem;top:8.6875rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #X0Ax4E2cXMVXWfST3wNPRXhqaEVJTeAe { width:0.9375rem;height:0.9375rem;top:8.9375rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #wvndAQ6HGqq4GtIokASi72BaBm1easoO { width:11.25rem;height:1.3808625rem;top:11.375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #vEUNw3P376sKDiApXVsXZOPzcvg1OSxg { width:0.9375rem;height:0.9375rem;top:11.625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #HTfVTLIBqWdHnehvQeyN9qr75txO0fTV { width:14.5625rem;height:2.76171875rem;top:14.125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #EXN7WbUWQQBZquaBs2vJdansIfaNM5zU { width:0.9375rem;height:0.9375rem;top:14.4375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/93be63bb-d8be-4b30-a320-2c6b43eead6f/s.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7.adaptive-delivery-prevent-bg, #pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7.lazyload, #pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7.lazyloading { background-image: none; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row .container { background-color: transparent; background-image: none; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row .container > .video-iframe-container { display: none; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row > .video-iframe-container { display: none; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .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); }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row .container { border-width: 0; border-radius: 0; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pu9kv0khBxVS6gvyUGbwr0ELK7VXEAQ7 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b752b90-5328-4a88-9c38-2858b9d911f7/edu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ.adaptive-delivery-prevent-bg, #c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ.lazyload, #c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ.lazyloading { background-image: none; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row .container { background-color: transparent; background-image: none; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row .container > .video-iframe-container { display: none; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row > .video-iframe-container { display: none; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .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); }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row .container { border-width: 0; border-radius: 0; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5WDwvei0Lg3vcfQaq9OJnnDigLtEiaZ > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgwN0xx5C5LlR4N3gQmTKHSlV1cZE35E { display:block; }#PgwN0xx5C5LlR4N3gQmTKHSlV1cZE35E > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQyWUmPqRyzQBIw2TK6o5kzC76twPHxt { width:18.375rem;height:3.57421875rem;top:2.0625114440918rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #W917lkxpMh2w4Ja8lsfMWfrw21mUFJmP { width:16.8125rem;height:1.3808625rem;top:7.125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #TrWRWJCkSk0NiNsuAt8HP4mAMtBHGMCl { width:0.9375rem;height:0.9375rem;top:7.375rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #GU86RLND9f2knnlT4VUlu00h1v3cyf7W { width:14.5rem;height:1.3808625rem;top:10.0625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #N1Jy83TsOxMTF87HoQFz3LwEUiALAq4F { width:0.9375rem;height:0.9375rem;top:10.3125rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #y30xvlc544miIRKB39EegRyIbOAHJ6ds { width:18.0625rem;height:2.76171875rem;top:13.1875rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Dm3iLE2QIBq0sTA9rCRHbgaA1cBklnv7 { width:0.9375rem;height:0.9375rem;top:13.4375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #dCZC98M52PLX4mnTRwRqgisRmgE2egvn { width:17.625rem;height:2.76171875rem;top:16.9375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #MhE1xtBm3UNfHUw6kTCU1fk0hrDxUFdP { width:0.9375rem;height:0.9375rem;top:17.25rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #C9LFzRmuo7BBGodZhoaLXfWrpPhgW0eE { width:8rem;height:6.5625rem;top:0rem;left:12rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8d558b9-b575-421a-a100-08a15308e06c/info.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao.adaptive-delivery-prevent-bg, #MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao.lazyload, #MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao.lazyloading { background-image: none; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row .container { background-color: transparent; background-image: none; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row .container > .video-iframe-container { display: none; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row > .video-iframe-container { display: none; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .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); }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row .container { border-width: 0; border-radius: 0; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSX84aJl2Pqt9HiOdaVsVJ2DFVv2NOao > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szEbsTaAcydUXsivOD7P88RsFZ38VpBK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97816329-4299-4456-a0e0-baa7acef8e1a/psico.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK.adaptive-delivery-prevent-bg, #szEbsTaAcydUXsivOD7P88RsFZ38VpBK.lazyload, #szEbsTaAcydUXsivOD7P88RsFZ38VpBK.lazyloading { background-image: none; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row .container { background-color: transparent; background-image: none; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row .container > .video-iframe-container { display: none; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row > .video-iframe-container { display: none; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .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); }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row .container { border-width: 0; border-radius: 0; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szEbsTaAcydUXsivOD7P88RsFZ38VpBK > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4uU0cdTvkJ41VO197Dmz7ryKoxIlFdp { display:block; }#I4uU0cdTvkJ41VO197Dmz7ryKoxIlFdp > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Evfu56fTC67XQt75AdrPbKf4FfXV71Oc { width:18.375rem;height:1.7871125rem;top:1.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pgR1RfnNFybcrlA6agzXrDMBmBXUgSIn { width:16.8125rem;height:1.3808625rem;top:6.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #bsiWPSqyKKF0UNruGNZyeUw5Cr5f2d4i { width:0.9375rem;height:0.9375rem;top:7rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #pmfFkKluUQ5QctdIs8MMWax7nkkmm6px { width:14.5rem;height:1.3808625rem;top:9.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #XsDutgPDaln6yH3doVqswpE6vQ9h1keX { width:0.9375rem;height:0.9375rem;top:9.6875rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #vOd9qNXMvkkH1vPbTaOZP3fKIt2Rw0Gl { width:18.0625rem;height:2.76171875rem;top:12.1875rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #zFC6hCMN613GCQFhP1gAO2bt2RFknP8C { width:0.9375rem;height:0.9375rem;top:12.4375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #annCvCPBtg8N4JTg6xcGwtqiGh7sy2oV { width:20rem;height:1.21875rem;top:3.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2164be0-b65a-4970-9d72-b7a3a866ab61/salus.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh.adaptive-delivery-prevent-bg, #lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh.lazyload, #lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh.lazyloading { background-image: none; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row .container { background-color: transparent; background-image: none; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row .container > .video-iframe-container { display: none; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row > .video-iframe-container { display: none; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .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); }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row .container { border-width: 0; border-radius: 0; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrfoa1zytHz2LRvXad7X2UTxb8NfIhgh > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9eecbeae-bc1a-4532-9881-75529d66957f/filo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp.adaptive-delivery-prevent-bg, #GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp.lazyload, #GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp.lazyloading { background-image: none; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row .container { background-color: transparent; background-image: none; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row .container > .video-iframe-container { display: none; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row > .video-iframe-container { display: none; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .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); }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row .container { border-width: 0; border-radius: 0; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqIkIHVpB2Rktl0Z7UlCQqPnseeENbTp > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTqTQ5awSTbVd5mIdFc0cRn5UKAScmFH { display:block; }#mTqTQ5awSTbVd5mIdFc0cRn5UKAScmFH > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhIGXILzQDgkDpoi7RKFKHp3hDVqU8y4 { width:18.375rem;height:5.361325rem;top:0.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #VWicuXGQH8bNKRVIxO5BxVOCVE21kHdH { width:16.8125rem;height:1.3808625rem;top:7.5625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #l6WD1Aoc8pmaTN4vpHxTSxnqEQaI5LtD { width:0.9375rem;height:0.9375rem;top:7.8125rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #FNvBSxnoerpcsBioRClTXNnxPXMVGZBw { width:14.5rem;height:1.3808625rem;top:10.375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ek2WgmIsSXm0zhSfiJl0TWNTRwPZV4Fb { width:0.9375rem;height:0.9375rem;top:10.625rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #UBLLoCEdfoHwlTlpvoQMSkVIRQEzV9Jg { width:18.0625rem;height:2.76171875rem;top:13rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NVppl8wJ8VFauWWTcu6pT7VTHQTeIGfa { width:0.9375rem;height:0.9375rem;top:13.3125rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13cb1b91-4a08-4b30-a0af-798963afdd8a/seg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf.adaptive-delivery-prevent-bg, #xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf.lazyload, #xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf.lazyloading { background-image: none; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row .container { background-color: transparent; background-image: none; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row .container > .video-iframe-container { display: none; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row > .video-iframe-container { display: none; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .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); }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row .container { border-width: 0; border-radius: 0; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xKNGbu1D9X8hJVyJkB6xEHyL5WVmlEyf > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1783nfxTwHsZOXeC401tOfpGTIBv7ot { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10d79875-878d-4b46-93f5-598ad8d258bd/FOT021221.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot.adaptive-delivery-prevent-bg, #B1783nfxTwHsZOXeC401tOfpGTIBv7ot.lazyload, #B1783nfxTwHsZOXeC401tOfpGTIBv7ot.lazyloading { background-image: none; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row .container { background-color: transparent; background-image: none; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row .container > .video-iframe-container { display: none; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row > .video-iframe-container { display: none; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .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); }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row .container { border-width: 0; border-radius: 0; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1783nfxTwHsZOXeC401tOfpGTIBv7ot > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }