.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:#28afb0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row .container { background-color: transparent; background-image: none; }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row .container > .video-iframe-container { display: none; }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row > .video-iframe-container { display: none; }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .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); }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row .container { border-width: 0; border-radius: 0; }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#opVTKiidtPR3JCgnuv7xSNbOo6Z8bf3p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00c1c7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.436525rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:45.125rem;display:block; }
#xsbiGqdVMExbo1t0e3CzsHNeaPr8l1mX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTwTBS8iqQ7uXQ9fAEhg9Nl61VoUvg49 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00c1c7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.436525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:34rem;display:block; }
#CkG3xOfQQkrJaWo5zW1GNueE8473no0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9c3m4l2rfUmkTWMQPDlTb2yr34wDR3M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00c1c7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:56.375rem;display:block; }
#XUbsFClknmRoXzVfiO9roFcDXAk18HTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { background-color: transparent; background-image: none; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container > .video-iframe-container { display: none; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row > .video-iframe-container { display: none; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .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); }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { border-width: 0; border-radius: 0; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.adaptive-delivery-prevent-bg, #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.lazyload, #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.lazyloading { background-image: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { background-color: transparent; background-image: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container > .video-iframe-container { display: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row > .video-iframe-container { display: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .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); }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { border-width: 0; border-radius: 0; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#ZRgG52QdcpN66sveLiKbMlTEfTZZCNPW { 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.875rem;width:19.25rem;top:3.5625rem;left:27.875rem;overflow:hidden;display:block; }
#tmTlxvW73FC4pOK6ye8iJlqTcdcEEM9F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:4.63720703125rem;left:10.1875rem;overflow:hidden;display:block; }
#zSCc0APJiEIghnb6ElLrIZIfMkTlTkmB { position:absolute;display:block;z-index:15004;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.375rem;top:0.5rem;left:52.1875rem;display:block; }
#o0tnNafRnqP7za2lR68qq3N5gIf2Rh3t { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0.75rem;left:54.875rem;height:1.125rem;font-style:normal;display:block; }
#U0P9IGOBhSVOcC1OZyWQiqOqxpesmKdv { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.4375rem;left:52.1875rem;display:block; }
#wLHbi2UwtsAwb3MTKUSnTA4oUXk5Ze5q { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.0625rem;left:54.875rem;height:0.8999rem;font-style:normal;display:block; }
#RCVVMNQgskv6V3kVQ6gyFbFhTfQuMIcb { position:absolute;display:block;z-index:15008;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.125rem;top:9.8125rem;left:54.75rem;display:block; }
#ChrcBkFN9Tx4siiGXifRK16ifRVI65ii { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:9.75rem;left:54.8125rem;display:block; }
#tuB3ETK2FescOMlpDEnV4y0GFZrM4OFM { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.0625rem;left:57.5rem;height:1.125rem;font-style:normal;display:block; }
#B3Zsv9rUZJDBLULRdTCPoBwr9B1H2aIi { color:#000000;display:block;width:5.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:11.375rem;left:57.5rem;height:0.8999rem;font-style:normal;display:block; }
#S8nWnQycNnWTTpf3eePupwuaODzy0G56 { position:absolute;display:block;z-index:15012;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:14.75rem;top:3.5625rem;left:52.9375rem;display:block; }
#WXT2URAHJS6sMuFWMwRvC0NXEpnogyrT { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.0625rem;left:55.6875rem;height:0.8999rem;font-style:normal;display:block; }
#Pn8C1CH2p1ByTN4yhx9u0UwmulQGW13N { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:3.5625rem;left:52.875rem;display:block; }
#I0s2ZWD0FtUetcVKBafHIZffoihroefy { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.8125rem;left:55.6875rem;height:1.125rem;font-style:normal;display:block; }
#TATDT8BxQag8y7tHsRcfsAyZZT2CVvdO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:2.1875rem;left:12.8125rem;overflow:hidden;display:none; }
#tDoG855HgPHpppVndT07FNJIXWXXNypq { position:absolute;display:block;z-index:15016;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:14rem;top:6.75rem;left:53.8125rem;display:block; }
#RVkJVg78Ke4GTEKRIsTPVUA2hqLzIGX2 { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:6.75rem;left:53.75rem;display:block; }
#OoR60iPtmNuhs34XDbhxsMDTnpvuuuw5 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8.25rem;left:56.4375rem;height:0.8999rem;font-style:normal;display:block; }
#GT26RQzQPvdHCGRGBs54sUDszMeU75oQ { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:7rem;left:56.5rem;height:1.125rem;font-style:normal;display:block; }
#eI6i60uFrLshqBoGZx11snC12s3y7tG2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00c1c7;background-image:url("https://images.assets-landingi.com/uc/696068bd-5396-4fda-bd92-6e84a63bd693/RJ1920x700px.png");background-position:bottom 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;z-index:auto;display:block; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2.adaptive-delivery-prevent-bg, #eI6i60uFrLshqBoGZx11snC12s3y7tG2.lazyload, #eI6i60uFrLshqBoGZx11snC12s3y7tG2.lazyloading { background-image: none; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container { background-color: transparent; background-image: none; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container > .video-iframe-container { display: none; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row > .video-iframe-container { display: none; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .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); }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container { border-width: 0; border-radius: 0; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#S6fDtClx4Eeha16SkgFIzdpwt47Da1x3 { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:zuumerough;font-size:4.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:6.8125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBGQGqs7NAKCmGCd6pT27mPGg6AG7wRN { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:zuumerough;font-size:5.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:13.1875rem;left:3.6875rem;height:6.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTaWiJflLZLlOm28L8heah4xnbr7yVWd { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:26.1875rem;left:6.8125rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#incPdoZaBzhJ0gLoDNrwM9hHRBB8K4gR { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.4375rem;left:11.5rem;display:block; }
#ACHqhh9UnF82t1oDUB77BhEzDAQ5p0BB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8mANI7n0mQ9hVtSQTOmy4mhRDtiBaDH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ksf1gO7apL3ra393IGUH57nMRybclVBB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:6.2478303909302rem;left:30.9375rem;overflow:hidden;display:none; }
#dZ2yaVM5Q6IcvTOmFxNRrd50bfZ7QWtr { box-sizing:content-box;height:4rem;width:26.5rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:8.8125rem;left:6.8125rem;display:block; }
#TTTBeZbeiUds73JIv8ksw4NgKsSwEqsM { box-sizing:content-box;height:5.25rem;width:35.25rem;position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;top:13.625rem;left:2.3125rem;display:block; }
#QZXom4ZfEAZN3xfg23BKWETbToCsVT00 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:3.1875rem;left:10.375rem;overflow:hidden;display:none; }
#fAhZlUTdaKEMIObecXlD74gZHHbXgT1a { box-sizing:content-box;height:4rem;width:15.25rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:4.125rem;left:13.6875rem;display:none; }
#Dhhf1LEbK5yMMuKSAIbhgJQzL0iWQy8N { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:zuumerough;font-size:4.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:19.25rem;left:6.8125rem;height:5.4306625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xR0lZJgZKohLk8EXRDRcqFOesKeNTee5 { box-sizing:content-box;height:5.25rem;width:25.25rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:19.3125rem;left:6.8125rem;display:block; }
#KTQNCWTA7NIFe29Eu6AFhJAa3vpym68d { box-sizing:content-box;height:4rem;width:31.125rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:2rem;left:7.1875rem;display:none; }
#OTCcsqbBGM3tHIay8nZXoCfrrfzv3nVr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.6875rem;left:7.75rem; }
#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.adaptive-delivery-prevent-bg, #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.lazyload, #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.lazyloading { background-image: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { border-width: 0; border-radius: 0; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#LxvFP6O8iWVwEuPibwDdyl7VOgHlJVql { 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.875rem;width:19.25rem;top:3.5625rem;left:27.875rem;overflow:hidden;display:block; }
#Auw2zn5Ka1wkrTd9mH5RTMKs8mLKrcau { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.5625rem;left:11.25rem;overflow:hidden;display:block; }
#cz6MXkAcp5Mx3oGJETmDOCCn47T63c7T { position:absolute;display:block;z-index:15004;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.375rem;top:0.875rem;left:52.125rem;display:block; }
#tmLo6bK0raPPK2KebbTNMg1VOE8vEmEM { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.125rem;left:54.5rem;height:1.125rem;font-style:normal;display:block; }
#UbdTTLdTc5Tr6g4eE2RExkGEDC30FK86 { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.8125rem;left:52.125rem;display:block; }
#ahSSirw2XUFGLc4yHFTMlBdIf1dOUIAV { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.4375rem;left:54.5rem;height:0.8999rem;font-style:normal;display:block; }
#SAL5FQ6rq8OqRFwbJMCgfbO09obRdemk { position:absolute;display:block;z-index:15008;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10rem;top:7.5rem;left:57.5rem;display:block; }
#MRmi0coxbD2sWzbMPq0w6qDMpSDzNz2i { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:7.4375rem;left:58.75rem;display:block; }
#Tx7t3TzNxXVNSQZmfV5T5hxrZNLx2oA1 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.75rem;left:61.125rem;height:1.125rem;font-style:normal;display:block; }
#qD6Ano96KnEsNNQV32a4MoFnrLqFTOfv { color:#000000;display:block;width:5.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.0625rem;left:61.125rem;height:0.8999rem;font-style:normal;display:block; }
#CdesbQ7vimkGn7B2rNEF31Emp7FAJVwA { position:absolute;display:block;z-index:15012;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.8125rem;top:4.25rem;left:54.6875rem;display:block; }
#JtcJ1idn8dU9s6GP8tesNyBfCoKMcBzB { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.73828125rem;left:57rem;height:0.8999rem;font-style:normal;display:block; }
#s5UnKTo7vNnn2aziqDmCE7RwGIQFBw9q { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.25rem;left:54.5rem;display:block; }
#b8ICEsLEpLlWdHcALaA5BwcgZVQPBS3M { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.5rem;left:56.8125rem;height:1.125rem;font-style:normal;display:block; }
#b7HmT0Qwr3n0LrlB9CGalvCqZMTTTe5I { position:absolute;display:block;z-index:15016;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.8125rem;top:7.0625rem;left:54.8125rem;display:none; }
#VFxfhquy3iTslB690ZmUyrdgrbka91K1 { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:7.0625rem;left:54.625rem;display:none; }
#lXHXE1b23FpMGHRXNcaf3kLnL54dFPqT { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:7.3125rem;left:56.9375rem;height:1.125rem;font-style:normal;display:none; }
#NWKxerpar7muGBKVLWR0a8xJBafvUEVw { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8.5625rem;left:57.125rem;height:0.8999rem;font-style:normal;display:none; }
#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row .container { background-color: transparent; background-image: none; }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row .container > .video-iframe-container { display: none; }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row > .video-iframe-container { display: none; }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .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); }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row .container { border-width: 0; border-radius: 0; }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#fvu0zVD2JtpTL51veWHFnLEH6fLTT1Ct { color:#4f648c;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.5rem;left:-0.0625rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sB0QpZvr1MetO96GtUpCJxvw5KWax75h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row .container { background-color: transparent; background-image: none; }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row .container > .video-iframe-container { display: none; }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row > .video-iframe-container { display: none; }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .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); }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row .container { border-width: 0; border-radius: 0; }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#UMikzHLwhcMCot44CT6lDtu9Dykw6801 { position:absolute;display:block;z-index:15000;height:7.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { background-color: transparent; background-image: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container > .video-iframe-container { display: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container { display: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .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); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { border-width: 0; border-radius: 0; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#DptyXcwd4Eo84VLERvZELET7fBupTI1K { color:#4f648c;display:block;width:14.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.375rem;height:12.0703125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { color:#4f648c;display:block;width:14.4375rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:20.9375rem;left:30.3125rem;height:13.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { color:#4f648c;display:block;width:14.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:20.9375rem;left:55.375rem;height:18.9706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:10.8125rem;overflow:hidden;display:block; }
#RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { position:absolute;display:block;z-index:15000;background-color:#6fdde5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5625rem;left:6.25rem;display:block; }
#PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { position:absolute;display:block;z-index:15002;background-color:#6fdde5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:31.25rem;display:block; }
#qMtHDMeuMLIHC121aReQmcmweTnB9be2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:35.8125rem;overflow:hidden;display:block; }
#rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { position:absolute;display:block;z-index:15004;background-color:#6fdde5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:56.25rem;display:block; }
#RNreVksv7uoA90zIodKVzeEyPA7sUiVz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:60.8125rem;overflow:hidden;display:block; }
#LUnWhST6JQr4P4niob3hhbXIECtefXZm { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:12.6875rem;left:2.5rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.6875rem;left:27.5rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.6875rem;left:52.5625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { background-color: transparent; background-image: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container > .video-iframe-container { display: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container { display: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .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); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { border-width: 0; border-radius: 0; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { color:#4f648c;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { color:#4f648c;display:block;width:54.0625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:10.4375rem;height:9.34081875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:42.8125rem;top:13.875rem;left:16.0625rem;display:block; }
#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { background-color: transparent; background-image: none; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container > .video-iframe-container { display: none; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row > .video-iframe-container { display: none; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .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); }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { border-width: 0; border-radius: 0; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { position:absolute;display:block;z-index:15008;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:10rem;width:15rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { position:absolute;display:block;z-index:15010;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:10rem;width:15rem;top:0rem;left:39.375rem;overflow:hidden;display:block; }
#NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { position:absolute;display:block;z-index:15011;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:9.9375rem;width:15rem;top:0rem;left:58.125rem;overflow:hidden;display:block; }
#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { background-color: transparent; background-image: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container > .video-iframe-container { display: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container { display: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .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); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { border-width: 0; border-radius: 0; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#olwqAeD24OiPssS99Nhl71pT0yLURDl1 { box-sizing:content-box;color:#00c1c7;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.4375rem;left:36.3125rem;display:block; }
#MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { color:#00c1c7;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:32.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { border-width: 0; border-radius: 0; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:none; }#wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:0.875rem;left:10.1875rem;overflow:hidden;display:block; }
#CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:0.875rem;left:19.25rem;overflow:hidden;display:block; }
#d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { position:absolute;display:block;z-index:15011;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.6875rem;width:5.75rem;top:0.875rem;left:28.4375rem;overflow:hidden;display:block; }
#l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:0.875rem;left:46.4375rem;overflow:hidden;display:block; }
#ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:0.875rem;left:37.25rem;overflow:hidden;display:block; }
#OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:10.25rem;left:19.375rem;overflow:hidden;display:block; }
#RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:10.25rem;left:10.1875rem;overflow:hidden;display:block; }
#gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:17.999134063721rem;left:10.125rem;overflow:hidden;display:block; }
#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { background-color: transparent; background-image: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container > .video-iframe-container { display: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container { display: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .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); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { border-width: 0; border-radius: 0; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#ZLnfQwJ8rFOB3Li7RnsSRtymdRsaEyad { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:0.25rem;left:-5.75rem;overflow:hidden;display:block; }
#AFbTSZwIgVk2TpnP58eJgVtpwlX6TULF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:1.09375rem;left:70.5rem;overflow:hidden;display:block; }
#zxy2vL4cMUH4kSvoHCX4NcD37CiobXkx { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:"source sans pro";font-size:3.375rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:3.0625rem;left:9.1875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kN9HPNL40gOSfyxcATlTUeM7gyqtLkPn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.3125rem;left:16.375rem; }
#rMxsD0Ql8eUDFsqRQ22FZllAF9helUe8 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.625rem;height:3.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.8125rem;left:20.125rem;display:block; }
#n6Tcuao0epWNwVlx6atNxelQVzXxAr6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e715b890-ad51-49a8-9cf7-df7a1d04785a/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt.adaptive-delivery-prevent-bg, #RlxffXFeZaDngqkt6IUnEByMLit1ZTXt.lazyload, #RlxffXFeZaDngqkt6IUnEByMLit1ZTXt.lazyloading { background-image: none; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container { background-color: transparent; background-image: none; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container > .video-iframe-container { display: none; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row > .video-iframe-container { display: none; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .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); }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container { border-width: 0; border-radius: 0; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#eXlXpmHG1BBh5BTrGILWN6RUwdJ5v33z { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:0.25rem;left:-5.75rem;overflow:hidden;display:block; }
#vahh3hP2nNC2qkGKX5wMfAvurzG988k4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:1.09375rem;left:70.5rem;overflow:hidden;display:block; }
#N7g0sRd9VwCEMyxmFhbL95CI4a9iTsEG { color:#fbc115;display:block;width:47.6875rem;position:absolute;font-family:"source sans pro";font-size:3.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.69);top:3.1875rem;left:11.6875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vv7SV7uDsPAKZpblcT724ca8Zs3m2Ffs { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.75rem;left:19.40625rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { background-color: transparent; background-image: none; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container > .video-iframe-container { display: none; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row > .video-iframe-container { display: none; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .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); }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { border-width: 0; border-radius: 0; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#dniZlITSwD4kJUR16Hxu4W1MkiTB7FvV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:14.5625rem;width:26rem;top:7.75rem;left:9.0625rem;display:block; }
#QvfRl7gD43H7DAfdHnd0FVIPId4UsmGk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:14.5625rem;width:26rem;top:7.875rem;left:39.3125rem;display:block; }
#goV4gEx0VBM2RreITHsSyTUiGTdtQFVr { position:absolute;display:block;z-index:15001;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:20.75rem;top:11.625rem;left:46.375rem;display:block; }
#CbWi3vbnZfi9mJATnthFDqonyRechrEE { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.874125rem;width:27.1245625rem;top:6.25rem;left:20.875rem;display:block; }
#lTUzw6W4tH72eOt2K5pTSACGB1pdCkc7 { position:absolute;display:block;z-index:15003;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:22.625rem;top:9.375rem;left:7.625rem;display:block; }
#BMu8g0XVTxn7eW53e1P8lSrN8Etr20Zq { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27rem;left:16.9375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cig66X832xKu15A8Gst9GHsxQO4x9Gzc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:0.9375rem;left:3.6875rem;overflow:hidden;display:block; }
#svc7m6GieTKKRtrURTbIXIQsnUqdM36m { position:absolute;display:block;z-index:15017;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.25rem;width:13.25rem;top:14.375rem;left:56.5rem;overflow:hidden;display:block; }
#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { background-color: transparent; background-image: none; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container > .video-iframe-container { display: none; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row > .video-iframe-container { display: none; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .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); }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { border-width: 0; border-radius: 0; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#xiE6OO8xvzwv6PnfCJw3aDxPBmTUT2iW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:3rem;display:block; }
#cEOBOZt4cHE0WwOGbN4EMOelbsKS33wF { position:absolute;display:block;z-index:15001;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.75rem;top:2.6875rem;left:53.8125rem;display:block; }
#R7VfwtgddwWv2rZPeubIUeXCSgNyIfP1 { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:39.5625rem;top:4.9375rem;left:21.625rem;display:block; }
#o58rFm5kpemT5JsIiLwdRkQOoepglKQv { position:absolute;display:block;z-index:15003;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:24rem;top:3.5625rem;left:1.625rem;display:block; }
#VsABRTdzNnhx1mKWk8BvbULlPS4vGwTE { position:absolute;display:block;z-index:15017;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.3125rem;width:13.3125rem;top:5rem;left:63.625rem;overflow:hidden;display:block; }
#UbWw1SpHLe0AP1M2RuJqeHTrEqWyrGKT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:26.875rem;display:block; }
#MicAE2uvTWde7Ahr9DdBIgzaO7bD8iqw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:50.5rem;display:block; }
#OOelPQgbgMlThQ4x485DaJ05OMN43fG4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:1.125rem;left:-3.1875rem;overflow:hidden;display:block; }
#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { background-color: transparent; background-image: none; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container > .video-iframe-container { display: none; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row > .video-iframe-container { display: none; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .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); }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { border-width: 0; border-radius: 0; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#Tg43MbfWTKvB2bOtilBtPHKyoyQdggma { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ecf814e8-93df-4337-95b5-e8611e514e53/CapturadeTela20250205as045652.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Tg43MbfWTKvB2bOtilBtPHKyoyQdggma.adaptive-delivery-prevent-bg, #Tg43MbfWTKvB2bOtilBtPHKyoyQdggma.lazyload, #Tg43MbfWTKvB2bOtilBtPHKyoyQdggma.lazyloading { background-image: none; }
#VCAckTO5fzIoF3JrATh4cUxxLCUupzsO { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9734e133-1993-4f4b-9e9d-9a01b6b7bc6b/CapturadeTela20250205as045217.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#VCAckTO5fzIoF3JrATh4cUxxLCUupzsO.adaptive-delivery-prevent-bg, #VCAckTO5fzIoF3JrATh4cUxxLCUupzsO.lazyload, #VCAckTO5fzIoF3JrATh4cUxxLCUupzsO.lazyloading { background-image: none; }
#Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f14ade9-15f4-407d-9ad0-a87df38b0242/CapturadeTela20250205as045712.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx.adaptive-delivery-prevent-bg, #Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx.lazyload, #Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx.lazyloading { background-image: none; }
#hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e7476af-c1c7-4f18-a8d6-a1d818959404/CapturadeTela20250205as045658.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg.adaptive-delivery-prevent-bg, #hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg.lazyload, #hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg.lazyloading { background-image: none; }
#kwRFfGr8e3vf9lbeBWxTplh6EldgNi81 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e73156e-8b4e-4a8b-8953-1e86a124ed5d/CapturadeTela20250205as045722.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:61.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#kwRFfGr8e3vf9lbeBWxTplh6EldgNi81.adaptive-delivery-prevent-bg, #kwRFfGr8e3vf9lbeBWxTplh6EldgNi81.lazyload, #kwRFfGr8e3vf9lbeBWxTplh6EldgNi81.lazyloading { background-image: none; }
#T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f4ad4ba6-6729-4337-9c8d-991ef5fc2b53/CapturadeTela20250205as045718.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:49.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6.adaptive-delivery-prevent-bg, #T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6.lazyload, #T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6.lazyloading { background-image: none; }
#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { background-color: transparent; background-image: none; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container > .video-iframe-container { display: none; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row > .video-iframe-container { display: none; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .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); }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { border-width: 0; border-radius: 0; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d315dd5-2b1d-4198-97bf-5cd72da1fbbe/CapturadeTela20250205as045727.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS.adaptive-delivery-prevent-bg, #zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS.lazyload, #zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS.lazyloading { background-image: none; }
#ng8of5gNyiqvb2sFxCiQnVH0epape2LV { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75d68b73-d855-4740-bfca-22893ce4561a/CapturadeTela20250205as045732.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:13.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#ng8of5gNyiqvb2sFxCiQnVH0epape2LV.adaptive-delivery-prevent-bg, #ng8of5gNyiqvb2sFxCiQnVH0epape2LV.lazyload, #ng8of5gNyiqvb2sFxCiQnVH0epape2LV.lazyloading { background-image: none; }
#kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/86ef9ce0-15fd-45a3-88e6-704b85d09909/CapturadeTela20250205as045748.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:37.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA.adaptive-delivery-prevent-bg, #kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA.lazyload, #kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA.lazyloading { background-image: none; }
#E71iMUcwqWANEBwbxrhN2eyVSpLMzaog { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e2f3117-9bf0-4638-b828-a979597213cf/CapturadeTela20250205as045743.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:25.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#E71iMUcwqWANEBwbxrhN2eyVSpLMzaog.adaptive-delivery-prevent-bg, #E71iMUcwqWANEBwbxrhN2eyVSpLMzaog.lazyload, #E71iMUcwqWANEBwbxrhN2eyVSpLMzaog.lazyloading { background-image: none; }
#gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/18d1b42f-9185-40af-a0b0-b16b2970f0b3/CapturadeTela20250205as045753.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:61.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk.adaptive-delivery-prevent-bg, #gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk.lazyload, #gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk.lazyloading { background-image: none; }
#Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cf94774b-231d-4dc4-9bad-159539e4a78b/CapturadeTela20250205as045803.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:49.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g.adaptive-delivery-prevent-bg, #Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g.lazyload, #Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g.lazyloading { background-image: none; }
#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { background-color: transparent; background-image: none; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container > .video-iframe-container { display: none; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row > .video-iframe-container { display: none; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .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); }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { border-width: 0; border-radius: 0; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5f1b4997-4305-46b7-8060-10cd0e6b8e09/CapturadeTela20250205as045813.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE.adaptive-delivery-prevent-bg, #WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE.lazyload, #WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE.lazyloading { background-image: none; }
#i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aa35d74a-b59a-47bd-b26e-65960ac78adf/CapturadeTela20250205as045820.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW.adaptive-delivery-prevent-bg, #i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW.lazyload, #i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW.lazyloading { background-image: none; }
#lncCRhCAxMoE2u8CFldEJwiedpieKyG5 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/469b5f63-6a43-4d51-9f1f-f0856badfc5a/CapturadeTela20250205as045833.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#lncCRhCAxMoE2u8CFldEJwiedpieKyG5.adaptive-delivery-prevent-bg, #lncCRhCAxMoE2u8CFldEJwiedpieKyG5.lazyload, #lncCRhCAxMoE2u8CFldEJwiedpieKyG5.lazyloading { background-image: none; }
#BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d79e1f58-7034-4006-bbd6-2e7085fb16d6/CapturadeTela20250205as045826.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo.adaptive-delivery-prevent-bg, #BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo.lazyload, #BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo.lazyloading { background-image: none; }
#Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/042702b8-bf0a-49ed-aa4f-4cb8011511c9/CapturadeTela20250205as045905.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:61.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm.adaptive-delivery-prevent-bg, #Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm.lazyload, #Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm.lazyloading { background-image: none; }
#OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53fde1c8-f9d1-4536-90e2-0c0ec53f998f/CapturadeTela20250205as045840.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:49.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK.adaptive-delivery-prevent-bg, #OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK.lazyload, #OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK.lazyloading { background-image: none; }
#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { background-color: transparent; background-image: none; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container > .video-iframe-container { display: none; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row > .video-iframe-container { display: none; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .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); }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { border-width: 0; border-radius: 0; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#lTgunXicR8KMt4aAS8HmXlg13OQ57XyP { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3086846-e938-4bbe-9d97-87a79db50c92/CapturadeTela20250205as045846.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#lTgunXicR8KMt4aAS8HmXlg13OQ57XyP.adaptive-delivery-prevent-bg, #lTgunXicR8KMt4aAS8HmXlg13OQ57XyP.lazyload, #lTgunXicR8KMt4aAS8HmXlg13OQ57XyP.lazyloading { background-image: none; }
#GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f4306c7-872e-4d56-b459-990e6ef54382/CapturadeTela20250205as045910.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI.adaptive-delivery-prevent-bg, #GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI.lazyload, #GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI.lazyloading { background-image: none; }
#vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b4795c4-0a2c-442a-90c9-5455f8d1b79d/CapturadeTela20250205as045857.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s.adaptive-delivery-prevent-bg, #vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s.lazyload, #vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s.lazyloading { background-image: none; }
#UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a8f25701-87a1-4162-8f85-68b39b4cc1a4/CapturadeTela20250205as045852.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI.adaptive-delivery-prevent-bg, #UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI.lazyload, #UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI.lazyloading { background-image: none; }
#PATcFh78hMfhZlrPlZAsl4cLiSqHPTzt { box-sizing:content-box;height:12.5rem;width:22.6875rem;position:absolute;display:block;z-index:15004;background-color:#fbc115;background-image:none;top:0.9375rem;left:49.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#tndRGkzFtN0HP5coEO6IahwwL3h6C8X8 { position:absolute;display:block;z-index:15004;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:9.1875rem;width:9.1875rem;top:2.59375rem;left:56.125rem;overflow:hidden;display:block; }
#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:url("https://images.assets-landingi.com/SeHuHtAN/Asset_38.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; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI.adaptive-delivery-prevent-bg, #GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI.lazyload, #GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI.lazyloading { background-image: none; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row .container { background-color: transparent; background-image: none; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row .container > .video-iframe-container { display: none; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row > .video-iframe-container { display: none; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .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); }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row .container { border-width: 0; border-radius: 0; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#NNH7rwGPe11U6iqZuOmZkBNQGzxZOPH1 { 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:8.4375rem;width:58.5625rem;top:4.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#AxRhu5uIyFmkD5fksGbsH97gEThddi2U { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d37270;border-left:0.0625rem solid #d37270;border-right:0.0625rem solid #d37270;border-bottom:0.0625rem solid #d37270;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:15.5625rem;left:34.75rem;display:block; }
#qqQofUgpOOCFBSniXqOe3Ph6osioJu2g { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4f648c;border-left:0.0625rem solid #4f648c;border-right:0.0625rem solid #4f648c;border-bottom:0.0625rem solid #4f648c;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:14.875rem;left:35.5rem;display:block; }
#d1F48dh8FL22icCNtCG67qTwQTd8SIVF { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.3125rem;height:4.06278125rem;font-style:normal;display:block; }
#hcaAKzGTLfgr6ToiR1ZZLpSf6sCNoubd { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.7495125rem;width:2.7495125rem;top:4.876953125rem;left:21rem;display:block; }
#NPT9UcHAO28v9TrCDUrZTCPqfZGlR9HP { color:#61729d;display:block;width:3.0625rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.755859375rem;left:21.4375rem;height:4.30615rem;display:block; }
#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eff7fc, #ffffff);background-image: -moz-linear-gradient(180deg, #eff7fc, #ffffff);background-image: -ms-linear-gradient(180deg, #eff7fc, #ffffff);background-image: -o-linear-gradient(180deg, #eff7fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #eff7fc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { background-color: transparent; background-image: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container > .video-iframe-container { display: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container { display: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .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); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { border-width: 0; border-radius: 0; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { color:#d37270;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.0625rem;left:38.875rem;height:8.125rem;font-style:normal;display:block; }
#AsBcbhMo7mym29xOOQZdNlJG32htTAoW { color:#d37270;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.375rem;left:39.25rem;height:2.03125rem;font-style:normal;display:block; }
#xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:41.875rem;height:4.79345625rem;font-style:normal;display:block; }
#h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d37270;border-left:0.0625rem solid #d37270;border-right:0.0625rem solid #d37270;border-bottom:0.0625rem solid #d37270;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:15.5625rem;left:34.75rem;display:none; }
#LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4f648c;border-left:0.0625rem solid #4f648c;border-right:0.0625rem solid #4f648c;border-bottom:0.0625rem solid #4f648c;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:14.875rem;left:35.5rem;display:none; }
#AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.3125rem;height:4.0625rem;font-style:normal;display:none; }
#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { background-color: transparent; background-image: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container > .video-iframe-container { display: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container { display: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .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); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { border-width: 0; border-radius: 0; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { background-color:#eb3d37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.15625rem;left:27.125rem;display:block; }
#RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row .container { background-color: transparent; background-image: none; }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row .container > .video-iframe-container { display: none; }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row > .video-iframe-container { display: none; }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .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); }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row .container { border-width: 0; border-radius: 0; }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#Ttvka9NHOy9fK9Pu11QHkpCMC1bxnAGP { color:#4f648c;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dmZzsiKpPRqWSkJA22DARmpdTWlkUoo6 { color:#4f648c;display:block;width:54.0625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:10.4375rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row .container { background-color: transparent; background-image: none; }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row .container > .video-iframe-container { display: none; }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row > .video-iframe-container { display: none; }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .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); }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row .container { border-width: 0; border-radius: 0; }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#SClhyUDItTGtb1ZfXfTPJ1iFSyN2IceI { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row .container { border-width: 0; border-radius: 0; }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:none; }#ed55OJPPGJfAMa3tdS0ASThCSoV6TZQu { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:none; }
#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { background-color: transparent; background-image: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container > .video-iframe-container { display: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container { display: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .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); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { border-width: 0; border-radius: 0; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#QFIHrrD2zofi2rWPxpnJydzRREDs4KGv { color:#4f648c;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCGITtEoNwlufOkntrZfpDd1PWznKZZH { position:absolute;display:block;z-index:15006;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:8.75rem;width:17.1875rem;top:12.9375rem;left:7.5rem;overflow:hidden;display:block; }
#O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { position:absolute;display:block;z-index:15007;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:8.75rem;width:17.0625rem;top:12.9375rem;left:28.6875rem;overflow:hidden;display:block; }
#hzIyMHpUHm32TkiShUDpaQi3rMEoveTp { position:absolute;display:block;z-index:15008;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:8.625rem;width:16.9375rem;top:12.9375rem;left:49.8125rem;overflow:hidden;display:block; }
#yQ6htTTE0pmkT6vImQJuhPh8Dc9Ahbll { position:absolute;display:block;z-index:15010;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:8.6875rem;width:17.0625rem;top:25.4375rem;left:28.6875rem;overflow:hidden;display:block; }
#sPeosrKCJOmS04lTTnHCst7ob84yxFsv { position:absolute;display:block;z-index:15011;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:8.625rem;width:16.9375rem;top:25.4375rem;left:49.8125rem;overflow:hidden;display:block; }
#g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:17.0625rem;top:25.4375rem;left:7.5rem;overflow:hidden;display:block; }
#DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { background-color: transparent; background-image: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container > .video-iframe-container { display: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container { display: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .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); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { border-width: 0; border-radius: 0; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:14.5625rem;width:26rem;top:2.125rem;left:9.5rem;display:block; }
#XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:14.5625rem;width:26rem;top:2.25rem;left:39.75rem;display:block; }
#co4GtGPXT0MHm5FubP66EO0flviXUdVx { position:absolute;display:block;z-index:15001;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:20.75rem;top:7.3125rem;left:46.8125rem;display:block; }
#bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.874rem;width:27.124rem;top:0rem;left:21.3740234375rem;display:block; }
#DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { position:absolute;display:block;z-index:15003;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.625rem;top:5.5rem;left:8.0625rem;display:block; }
#XzqcepN0Moad6nLJ7oxvL2xOfMNlMlKP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:3.5rem;left:58.0625rem;overflow:hidden;display:block; }
#EpLb8nd8lG3JbWF6RU7Znxg6U3TNJodh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:1.3125rem;left:5.6875rem;overflow:hidden;display:block; }
#QmE6cATITH2NQDFWzqtxzkze14fVvFMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { background-color: transparent; background-image: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container > .video-iframe-container { display: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container { display: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .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); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { border-width: 0; border-radius: 0; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { color:#4f648c;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.0060375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { color:#4f648c;display:block;width:53rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.6875rem;left:11rem;height:4.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:41.4375rem;top:10.84375rem;left:16.75rem;overflow:hidden;display:block; }
#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { background-color: transparent; background-image: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container > .video-iframe-container { display: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container { display: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .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); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { border-width: 0; border-radius: 0; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#E99eLHV1ChiHQRwapddr4HNJLW04g0TH { color:#4f648c;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:4.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { background-color: transparent; background-image: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container > .video-iframe-container { display: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container { display: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .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); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { border-width: 0; border-radius: 0; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { 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:14.25rem;width:20rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { background-color: transparent; background-image: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container > .video-iframe-container { display: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container { display: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .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); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { border-width: 0; border-radius: 0; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { 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:14.25rem;width:20rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row .container { background-color: transparent; background-image: none; }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row .container > .video-iframe-container { display: none; }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row > .video-iframe-container { display: none; }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .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); }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row .container { border-width: 0; border-radius: 0; }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#LHpG2OFEv4oe09EJ7xtdrXCnyrUEisPl { color:#212121;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPBxnNTtLa8ZNZEukGWBQl3rg2ikaLKo { position:absolute;display:block;z-index:15020;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.5rem;top:23.875rem;left:16.125rem;display:block; }
#MvQQ5rTwdxyBes2BWddls4N6qN4I3NfK { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:23.875rem;left:23.9375rem;display:block; }
#Su913O39rGTvHuif84hGV9AopGSwu0JL { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:26rem;left:17.5rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vf1Lz66Ke4RqucgHBAmr6Ad9QoT4iFpv { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:27.6875rem;left:14.0625rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvbx94DPuLPRPXbDT5xoW7T4DvoIG0h2 { position:absolute;display:block;z-index:15024;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:14.5625rem;top:23.875rem;left:45.25rem;display:block; }
#SzFkDRqK1pcsfkDklJakfwbdR5THaZ47 { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:23.75rem;left:51.125rem;display:block; }
#ebBl3q3B4t26o0WBztvsOm2ondhQlPmQ { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:25.875rem;left:47.875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h1W5Fu7U3clrVeFzeAx3ar4V6z3BEwFL { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:27.5625rem;left:47.125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRcnOndUL3rSp8CKT0f6W4zRoIsfIV8I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:19.3125rem;width:24.5625rem;top:6.15625rem;left:40.25rem;overflow:hidden;display:block; }
#cUNR2ZsXrbTRUV12d6eadiLNifuROkrk { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:27.125rem;top:8.375rem;left:23.9375rem;display:block; }
#NCKbwrW8w3w8ShCRdRrtTgi5qKdJ1M7v { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b238114c-f61c-4672-8c28-3f06edbab5e7/CpiadeAEREORS.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:24.5625rem;top:6.15625rem;left:13.125rem;display:block; }#NCKbwrW8w3w8ShCRdRrtTgi5qKdJ1M7v.adaptive-delivery-prevent-bg, #NCKbwrW8w3w8ShCRdRrtTgi5qKdJ1M7v.lazyload, #NCKbwrW8w3w8ShCRdRrtTgi5qKdJ1M7v.lazyloading { background-image: none; }
#zhf2Su75orphBirtHWmaXAFaiuVx2K3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row .container { background-color: transparent; background-image: none; }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row .container > .video-iframe-container { display: none; }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row > .video-iframe-container { display: none; }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .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); }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row .container { border-width: 0; border-radius: 0; }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#R4Snon9cPLJqidD0pkGTJS8hqKda7a9g { position:absolute;display:block;z-index:15020;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.5rem;top:23.125rem;left:15.75rem;display:block; }
#vU1WsiToeGfAPxRLxtcSI4x0hHUp9x6R { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:23.0625rem;left:23.5625rem;display:block; }
#Md7STfOiX54HZAF8P8PtlvbUsFPku6fV { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:25.1875rem;left:17.125rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yidGrIkBHN0R1Fzf1ZM22nyfZQCZcdmd { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:26.875rem;left:15.6875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xt1GgkGhyr1gnfTdreovivmvH7UxipfJ { position:absolute;display:block;z-index:15024;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.5rem;top:23.125rem;left:42.75rem;display:block; }
#JCrtkva8b5JTaHkngJgNQ8sZC0mDEEXt { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:23rem;left:51.0625rem;display:block; }
#EaapyeC1RarhL0qzpW0qOEqweQHg81Qi { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:25.125rem;left:43.625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBRyIz2sXZwzRR2JJnHzGT1oDMMc9kpT { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:26.8125rem;left:47.0625rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RX42anaAPkxz6gVPXpysvQilXpP2zQof { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:27.125rem;top:5.96875rem;left:23.9375rem;display:block; }
#UyZ1nRSi01ND94qPBUQTkBLsH5KasE9C { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a1cacb4-6ec9-46b1-b3c0-fb9ff7366bc1/fotodecima.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:24.6875rem;top:1.625rem;left:12.6875rem;display:block; }#UyZ1nRSi01ND94qPBUQTkBLsH5KasE9C.adaptive-delivery-prevent-bg, #UyZ1nRSi01ND94qPBUQTkBLsH5KasE9C.lazyload, #UyZ1nRSi01ND94qPBUQTkBLsH5KasE9C.lazyloading { background-image: none; }
#oyxoKer8WdXrLRXT8aV2lIs7lqBxrde2 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4056fd38-c336-4882-a076-50f7ebdd7b00/202010172.webp");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:24.6875rem;top:1.625rem;left:39.78125rem;display:block; }#oyxoKer8WdXrLRXT8aV2lIs7lqBxrde2.adaptive-delivery-prevent-bg, #oyxoKer8WdXrLRXT8aV2lIs7lqBxrde2.lazyload, #oyxoKer8WdXrLRXT8aV2lIs7lqBxrde2.lazyloading { background-image: none; }
#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { background-color: transparent; background-image: none; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container > .video-iframe-container { display: none; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row > .video-iframe-container { display: none; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .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); }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { border-width: 0; border-radius: 0; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga { position:relative;display:none; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga { border-width: 0; border-radius: 0; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga > .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; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga > .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:28rem;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; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00d7ec;background-image:url("https://images.assets-landingi.com/uc/0be9036f-d675-4017-8515-8fc02ef04aba/Camada_8.png");background-position:bottom 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:none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.adaptive-delivery-prevent-bg, #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.lazyload, #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.lazyloading { background-image: none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row .container { border-width: 0; border-radius: 0; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:none; }#AfiHwJWD2z82OlrRM829JEQNFsUDuuzV { color:#035c71;display:block;width:26.375rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.5rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yXvPTBtk1KsFWXUnVMREBoRhw1580WTB { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:27rem;top:3.875rem;left:12.375rem;display:block; }
#WlaL2tkuTk8gKtZTVdo0x5uiK7AUe3F5 { color:#4f648c;display:block;width:47.875rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.9375rem;left:13.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#loB7ZAV0e87LvM0d79JWrbWQSpLksvPD { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.25rem;width:50.25rem;top:8.1875rem;left:12.375rem;display:block; }
#UwpEuV8iXWFFShB2Iyd0NZZA0xQxabh0 { background-color:#fcb822;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:3.8125rem;left:38.375rem;display:block; }
#Gu4HZK3fyUM8mGTsJTrxNgMslpTNO1TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxUsUXynTQp6SJq4pJUtA4ly8HzawOGT { color:#4f648c;display:block;width:47.875rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.9375rem;left:13.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { position:relative;display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { border-width: 0; border-radius: 0; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .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; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .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; }#imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:15.5rem;width:19.6875rem;top:1.625rem;left:11.375rem;overflow:hidden;display:block; }
#VHEV9TXIElssgbTaHssW0k5vvTfnMgko { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:14.1875rem;width:18rem;top:2.28125rem;left:39.625rem;overflow:hidden;display:block; }
#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcb822;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; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { background-color: transparent; background-image: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container > .video-iframe-container { display: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container { display: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .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); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { border-width: 0; border-radius: 0; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { background-color:#eb3d37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5625rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.59375rem;left:22.1875rem;display:block; }
#ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { background-color: transparent; background-image: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .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); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { border-width: 0; border-radius: 0; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:6rem;left:14rem;display:block; }
#w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:10.0625rem;left:14rem;display:block; }
#xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:6.5625rem;left:55.0625rem;display:block; }
#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { background-color: transparent; background-image: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .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); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { border-width: 0; border-radius: 0; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { background-color: transparent; background-image: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .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); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { border-width: 0; border-radius: 0; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.03125rem;left:55.0625rem;display:block; }
#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { background-color: transparent; background-image: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .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); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { border-width: 0; border-radius: 0; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { background-color: transparent; background-image: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .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); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { border-width: 0; border-radius: 0; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#GshperbHrCgOZwqEnqvwBU0ThHISdD9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { background-color: transparent; background-image: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container > .video-iframe-container { display: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container { display: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .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); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { border-width: 0; border-radius: 0; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#BkKUQmrAX6Ce7d9MqEnTPHqs5OpvqJSs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.75rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#f0GkSpSADLf3fpc1vStuThCK77IIpLM1 { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.46875rem;left:17.15625rem;height:36rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { background-color: transparent; background-image: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .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); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { border-width: 0; border-radius: 0; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { background-color: transparent; background-image: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .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); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { border-width: 0; border-radius: 0; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.4375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { background-color: transparent; background-image: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .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); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { border-width: 0; border-radius: 0; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { background-color: transparent; background-image: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .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); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { border-width: 0; border-radius: 0; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MohmczXlVhOn24gczblvWN9LBb5lCQSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { border-width: 0; border-radius: 0; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#clsn8eUlkIblEANaixH6cMQG9DlcyISt { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OAG0zudnDmubdr94TIE8tFehxtm8JoER { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { border-width: 0; border-radius: 0; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:none; }#pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:14.994675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { background-color: transparent; background-image: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .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); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { border-width: 0; border-radius: 0; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { background-color: transparent; background-image: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .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); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { border-width: 0; border-radius: 0; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { background-color: transparent; background-image: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .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); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { border-width: 0; border-radius: 0; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { position:absolute;display:block;z-index:15000;background-color:#4f648c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#GQlADtklK0959b7s7DEADPxVD9Abi5qy { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { position:absolute;display:block;z-index:15009;background-color:#22304d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { background-color: transparent; background-image: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .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); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { border-width: 0; border-radius: 0; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WdJygm9cmBQKN1FTVINkBe11NVy6evve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { background-color: transparent; background-image: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .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); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { border-width: 0; border-radius: 0; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { background-color: transparent; background-image: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .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); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { border-width: 0; border-radius: 0; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { border-width: 0; border-radius: 0; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { position:absolute;display:block;z-index:15000;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { border-width: 0; border-radius: 0; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:8.99680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row .container { background-color: transparent; background-image: none; }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row .container > .video-iframe-container { display: none; }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row > .video-iframe-container { display: none; }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .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); }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row .container { border-width: 0; border-radius: 0; }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#SI4RcmiTPnVRIPu14SUpOg4xVwqd0tVe { color:#00c1c7;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:1.3828125rem;left:0.875rem;height:7.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#krN0fLonVUuXZJ7TyUyltIJb3cUO2fgr { position:absolute;display:block;z-index:15012;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.375rem;top:3.9375rem;left:21.5rem;display:block; }
#z4oPwnRtUWRFypNGdOXNCxSiZ2nWduWz { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:3.875rem;left:21.5rem;display:block; }
#b3BmQzI2ZTUiJsFzgvEHiwDWKR03vE27 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.1875rem;left:23.875rem;height:1.125rem;font-style:normal;display:block; }
#RlPn9UugtHJauhEOE2waAB1IfWvP9iW9 { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.5rem;left:23.875rem;height:0.8999rem;font-style:normal;display:block; }
#ua7ubPCBxnii4UPEtycfOTUXZZHHvRQw { position:absolute;display:block;z-index:15016;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.75rem;top:4rem;left:50.3125rem;display:block; }
#BV96bpt7mZMNKFWTflsxqsozy8LipLBd { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:3.875rem;left:50.3125rem;display:block; }
#ToLfBeU7DRdPLO7vG0NAEcoZPTwm3DWd { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.375rem;left:52.6875rem;height:1.125rem;font-style:normal;display:block; }
#RVBJB4zlhhuhT33ZVSZTeW4fg38r50hD { color:#000000;display:block;width:5.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.6875rem;left:52.6875rem;height:0.8999rem;font-style:normal;display:block; }
#R9m0JEEvIrniEGNmkOD80liiowLQm1kn { position:absolute;display:block;z-index:15016;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.625rem;top:3.9375rem;left:37.8125rem;display:block; }
#dNMhkmUxgZyheNqgKCqDl3STieaTobSd { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:3.875rem;left:37.875rem;display:block; }
#AC1CGvRoyswfpI6DnwkPLdgcB2u66tu0 { color:#000000;display:block;width:8rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.1875rem;left:40.6875rem;height:1.125rem;font-style:normal;display:block; }
#sa5zt176OZPiWIlAscT6x3aHf8NUN8rD { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.5rem;left:40.6875rem;height:0.8999rem;font-style:normal;display:block; }
#eU4XZDcizTUSaoygSoEfEiVggSwTrJNh { position:absolute;display:block;z-index:15016;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.375rem;top:3.9375rem;left:59.625rem;display:block; }
#ESFtPGcLTNUbIfoHpHB13Ufxm6RtBDwg { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.5rem;left:62rem;height:0.8999rem;font-style:normal;display:block; }
#wlTmyirezDPpP1Di7A0M45d002k1Gtgq { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:3.875rem;left:59.625rem;display:block; }
#aSlFKse6pWyGq0Ja47tLPzty1eGOTUco { color:#000000;display:block;width:13rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.1875rem;left:62rem;height:1.125rem;font-style:normal;display:block; }
#dy9wInbpk82tS8znhsq05TcbPleTu6b4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00c1c7;background-image:url("https://images.assets-landingi.com/8bFg3Mlc/form_background.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4.adaptive-delivery-prevent-bg, #dy9wInbpk82tS8znhsq05TcbPleTu6b4.lazyload, #dy9wInbpk82tS8znhsq05TcbPleTu6b4.lazyloading { background-image: none; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container { background-color: transparent; background-image: none; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container > .video-iframe-container { display: none; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row > .video-iframe-container { display: none; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .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); }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container { border-width: 0; border-radius: 0; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#zo3nzB6WxSAeRH7cONDRC1PT9wmFmJGI { 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:24.5625rem;width:24.0625rem;top:4.5rem;left:40.75rem;overflow:hidden;display:block; }
#DiUAb00W4DypS1pzPRTcqd3mXSaS1LOD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:16.6875rem;top:7.3125rem;left:44.4375rem;overflow:hidden;display:block; }
#c0o7DXw4H5fsgicZFhVvVKw8PwXvfk7h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.4375rem;left:15.3125rem; }
#mtKAXFyraDsKcFCstt0krNEByUlmwZqG { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:21.9375rem;left:19.0625rem;display:block; }
#LH2KaUkrA4p11Sn70KpyC2kcBGHp8ta0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSJxZXmw4U4zZoDZQ1behUDgXQsDtL3W { color:#000000;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:10.3203125rem;left:15.3125rem;height:9.746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { 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:24.5625rem;width:24.0625rem;top:6rem;left:41.375rem;overflow:hidden;display:none; }
#dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:16.6875rem;top:8.8125rem;left:45.0625rem;overflow:hidden;display:none; }
#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.adaptive-delivery-prevent-bg, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyload, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyloading { background-image: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { border-width: 0; border-radius: 0; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#DrP76SuUI6UUuhnHilGAaCmWDUfBTseh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.5625rem;left:11.25rem;overflow:hidden;display:block; }
#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { background-color: transparent; background-image: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container > .video-iframe-container { display: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container { display: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .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); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { border-width: 0; border-radius: 0; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { color:#808080;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.91796875rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row .container { border-width: 0; border-radius: 0; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#kkBpTXO8SDMCv1Wxyn9fweigl6hMUEcZ { 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:5.625rem;width:42.874375rem;top:0.24848175048828rem;left:16rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX { display:block; }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opVTKiidtPR3JCgnuv7xSNbOo6Z8bf3p { width:10.3125rem;height:3.375rem;top:0rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbiGqdVMExbo1t0e3CzsHNeaPr8l1mX { display:block; }
 }@media only screen and (max-width: 763px) { #vTwTBS8iqQ7uXQ9fAEhg9Nl61VoUvg49 { width:10.3125rem;height:3.375rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkG3xOfQQkrJaWo5zW1GNueE8473no0U { display:block; }
 }@media only screen and (max-width: 763px) { #e9c3m4l2rfUmkTWMQPDlTb2yr34wDR3M { width:12.75rem;height:3.4375rem;top:0rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbsFClknmRoXzVfiO9roFcDXAk18HTS { display:block; }
 }@media only screen and (max-width: 763px) { #hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 { display:block; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V { display:block; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRgG52QdcpN66sveLiKbMlTEfTZZCNPW { width:19.25rem;height:4.875rem;top:3.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmTlxvW73FC4pOK6ye8iJlqTcdcEEM9F { width:11rem;height:11rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSCc0APJiEIghnb6ElLrIZIfMkTlTkmB { width:15.375rem;height:2.75rem;top:0.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0tnNafRnqP7za2lR68qq3N5gIf2Rh3t { width:9.9375rem;height:1.125rem;top:0.75rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0P9IGOBhSVOcC1OZyWQiqOqxpesmKdv { width:2.875rem;height:2.875rem;top:0.4375rem;left:38.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHbi2UwtsAwb3MTKUSnTA4oUXk5Ze5q { width:11.75rem;height:0.875rem;top:2.0625rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCVVMNQgskv6V3kVQ6gyFbFhTfQuMIcb { width:13.125rem;height:2.75rem;top:9.8125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChrcBkFN9Tx4siiGXifRK16ifRVI65ii { width:2.875rem;height:2.875rem;top:9.75rem;left:41.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuB3ETK2FescOMlpDEnV4y0GFZrM4OFM { width:5.625rem;height:1.125rem;top:10.0625rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Zsv9rUZJDBLULRdTCPoBwr9B1H2aIi { width:5.375rem;height:0.875rem;top:11.375rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8nWnQycNnWTTpf3eePupwuaODzy0G56 { width:14.75rem;height:2.75rem;top:3.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXT2URAHJS6sMuFWMwRvC0NXEpnogyrT { width:10.375rem;height:0.875rem;top:5.0625rem;left:37.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8C1CH2p1ByTN4yhx9u0UwmulQGW13N { width:2.875rem;height:2.875rem;top:3.5625rem;left:39.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0s2ZWD0FtUetcVKBafHIZffoihroefy { width:9.9375rem;height:1.125rem;top:3.8125rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATDT8BxQag8y7tHsRcfsAyZZT2CVvdO { width:7.6875rem;height:7.6875rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDoG855HgPHpppVndT07FNJIXWXXNypq { width:14rem;height:2.75rem;top:6.75rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVkJVg78Ke4GTEKRIsTPVUA2hqLzIGX2 { width:2.875rem;height:2.875rem;top:6.75rem;left:40.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoR60iPtmNuhs34XDbhxsMDTnpvuuuw5 { width:10.375rem;height:0.875rem;top:8.25rem;left:37.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT26RQzQPvdHCGRGBs54sUDszMeU75oQ { width:10.6875rem;height:1.125rem;top:7rem;left:37.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI6i60uFrLshqBoGZx11snC12s3y7tG2 { display:block; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6fDtClx4Eeha16SkgFIzdpwt47Da1x3 { top:8.4375rem;left:0rem;width:27.3125rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBGQGqs7NAKCmGCd6pT27mPGg6AG7wRN { top:13.1875rem;left:0rem;width:31.1875rem;height:6rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaWiJflLZLlOm28L8heah4xnbr7yVWd { top:26.1875rem;left:0rem;width:25.4375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #incPdoZaBzhJ0gLoDNrwM9hHRBB8K4gR { width:17.9375rem;height:3.625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHqhh9UnF82t1oDUB77BhEzDAQ5p0BB { display:block; }
 }@media only screen and (max-width: 763px) { #E8mANI7n0mQ9hVtSQTOmy4mhRDtiBaDH { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksf1gO7apL3ra393IGUH57nMRybclVBB { width:31.25rem;height:31.25rem;top:6.1875rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZ2yaVM5Q6IcvTOmFxNRrd50bfZ7QWtr { width:26.5rem;height:4rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTBeZbeiUds73JIv8ksw4NgKsSwEqsM { width:35.25rem;height:5.25rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZXom4ZfEAZN3xfg23BKWETbToCsVT00 { width:5.375rem;height:5.375rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAhZlUTdaKEMIObecXlD74gZHHbXgT1a { width:15.25rem;height:4rem;top:4.125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dhhf1LEbK5yMMuKSAIbhgJQzL0iWQy8N { top:19.25rem;left:0rem;width:25.0625rem;height:5.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR0lZJgZKohLk8EXRDRcqFOesKeNTee5 { width:25.25rem;height:5.25rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTQNCWTA7NIFe29Eu6AFhJAa3vpym68d { width:31.125rem;height:4rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTCcsqbBGM3tHIay8nZXoCfrrfzv3nVr { width:3.125rem;height:3.125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm { display:none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LxvFP6O8iWVwEuPibwDdyl7VOgHlJVql { width:19.25rem;height:4.875rem;top:3.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auw2zn5Ka1wkrTd9mH5RTMKs8mLKrcau { width:9.1875rem;height:9.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz6MXkAcp5Mx3oGJETmDOCCn47T63c7T { width:15.375rem;height:2.75rem;top:0.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLo6bK0raPPK2KebbTNMg1VOE8vEmEM { width:9.9375rem;height:1.125rem;top:1.125rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbdTTLdTc5Tr6g4eE2RExkGEDC30FK86 { width:2.875rem;height:2.875rem;top:0.8125rem;left:38.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSSirw2XUFGLc4yHFTMlBdIf1dOUIAV { width:11.75rem;height:0.875rem;top:2.4375rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAL5FQ6rq8OqRFwbJMCgfbO09obRdemk { width:10rem;height:2.75rem;top:7.5rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRmi0coxbD2sWzbMPq0w6qDMpSDzNz2i { width:2.875rem;height:2.875rem;top:7.4375rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7t3TzNxXVNSQZmfV5T5hxrZNLx2oA1 { width:5.625rem;height:1.125rem;top:7.75rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD6Ano96KnEsNNQV32a4MoFnrLqFTOfv { width:5.375rem;height:0.875rem;top:9.0625rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdesbQ7vimkGn7B2rNEF31Emp7FAJVwA { width:12.8125rem;height:2.75rem;top:4.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtcJ1idn8dU9s6GP8tesNyBfCoKMcBzB { width:10.375rem;height:0.875rem;top:5.6875rem;left:37.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5UnKTo7vNnn2aziqDmCE7RwGIQFBw9q { width:2.875rem;height:2.875rem;top:4.25rem;left:40.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ICEsLEpLlWdHcALaA5BwcgZVQPBS3M { width:9.9375rem;height:1.125rem;top:4.5rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7HmT0Qwr3n0LrlB9CGalvCqZMTTTe5I { width:12.8125rem;height:2.75rem;top:7.0625rem;left:34.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFxfhquy3iTslB690ZmUyrdgrbka91K1 { width:2.875rem;height:2.875rem;top:7.0625rem;left:41rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXHXE1b23FpMGHRXNcaf3kLnL54dFPqT { width:10.6875rem;height:1.125rem;top:7.3125rem;left:37.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWKxerpar7muGBKVLWR0a8xJBafvUEVw { width:10.375rem;height:0.875rem;top:8.5625rem;left:37.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2ABdsmHvbBB3iAfENqUgqsozzFoUwps { display:block; }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvu0zVD2JtpTL51veWHFnLEH6fLTT1Ct { top:1.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB0QpZvr1MetO96GtUpCJxvw5KWax75h { display:block; }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMikzHLwhcMCot44CT6lDtu9Dykw6801 { width:47.75rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DptyXcwd4Eo84VLERvZELET7fBupTI1K { top:20.9375rem;left:0.8125rem;width:14.25rem;height:12rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { top:20.9375rem;left:16.625rem;width:14.4375rem;height:13.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { top:20.9375rem;left:32.5625rem;width:14.25rem;height:16.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { top:8.5rem;left:6.25rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { width:12.5rem;height:4.75rem;top:5.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { width:12.5rem;height:4.75rem;top:5.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtHDMeuMLIHC121aReQmcmweTnB9be2 { top:8.5rem;left:22.125rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { width:12.5rem;height:4.75rem;top:5.4375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNreVksv7uoA90zIodKVzeEyPA7sUiVz { top:8.5rem;left:38rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUnWhST6JQr4P4niob3hhbXIECtefXZm { top:12.625rem;left:0rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { top:12.625rem;left:11.8125rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { top:12.625rem;left:27.6875rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { width:47.75rem;height:5.25rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { top:6.5625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { width:42.8125rem;height:2.1875rem;top:13.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 { display:block; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { width:15rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { width:15rem;height:10rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { width:15rem;height:10rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { width:15rem;height:9.9370625rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:1.375rem;left:22.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:9.625rem;height:3.5625rem;top:3.75rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { display:none; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { width:7.6875rem;height:5.75rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { width:7.6875rem;height:5.75rem;top:0.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { width:5.75rem;height:7.6875rem;top:0.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { width:7.6875rem;height:5.125rem;top:0.875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { width:7.6875rem;height:5.125rem;top:0.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { width:7.6875rem;height:5.125rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { width:7.6875rem;height:5.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { width:7.6875rem;height:5.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK { display:block; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLnfQwJ8rFOB3Li7RnsSRtymdRsaEyad { width:10.5rem;height:10.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFbTSZwIgVk2TpnP58eJgVtpwlX6TULF { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxy2vL4cMUH4kSvoHCX4NcD37CiobXkx { width:47.75rem;height:6.75rem;top:3.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9HPNL40gOSfyxcATlTUeM7gyqtLkPn { width:3.125rem;height:3.125rem;top:12.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMxsD0Ql8eUDFsqRQ22FZllAF9helUe8 { width:34.625rem;height:3.625rem;top:11.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Tcuao0epWNwVlx6atNxelQVzXxAr6u { display:block; }
 }@media only screen and (max-width: 763px) { #RlxffXFeZaDngqkt6IUnEByMLit1ZTXt { display:block; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXlXpmHG1BBh5BTrGILWN6RUwdJ5v33z { width:10.5rem;height:10.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vahh3hP2nNC2qkGKX5wMfAvurzG988k4 { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7g0sRd9VwCEMyxmFhbL95CI4a9iTsEG { width:47.6875rem;height:6.75rem;top:3.1875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv7SV7uDsPAKZpblcT724ca8Zs3m2Ffs { top:10.75rem;left:5.78125rem;width:32.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU { display:block; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dniZlITSwD4kJUR16Hxu4W1MkiTB7FvV { width:26rem;height:14.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvfRl7gD43H7DAfdHnd0FVIPId4UsmGk { width:26rem;height:14.5625rem;top:7.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goV4gEx0VBM2RreITHsSyTUiGTdtQFVr { width:20.75rem;height:12.8125rem;top:11.625rem;left:25.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbWi3vbnZfi9mJATnthFDqonyRechrEE { width:27.0625rem;height:14.8125rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTUzw6W4tH72eOt2K5pTSACGB1pdCkc7 { width:22.625rem;height:14.25rem;top:9.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMu8g0XVTxn7eW53e1P8lSrN8Etr20Zq { top:27rem;left:0rem;width:40.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cig66X832xKu15A8Gst9GHsxQO4x9Gzc { width:13.25rem;height:13.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svc7m6GieTKKRtrURTbIXIQsnUqdM36m { width:13.25rem;height:13.25rem;top:14.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa { display:block; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiE6OO8xvzwv6PnfCJw3aDxPBmTUT2iW { width:21.8125rem;height:12.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOBOZt4cHE0WwOGbN4EMOelbsKS33wF { width:20.75rem;height:15.5rem;top:2.6875rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7VfwtgddwWv2rZPeubIUeXCSgNyIfP1 { width:39.5625rem;height:12.1875rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o58rFm5kpemT5JsIiLwdRkQOoepglKQv { width:24rem;height:11.875rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsABRTdzNnhx1mKWk8BvbULlPS4vGwTE { width:13.3125rem;height:13.3125rem;top:5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbWw1SpHLe0AP1M2RuJqeHTrEqWyrGKT { width:21.8125rem;height:12.1875rem;top:2rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MicAE2uvTWde7Ahr9DdBIgzaO7bD8iqw { width:21.8125rem;height:12.1875rem;top:2rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOelPQgbgMlThQ4x485DaJ05OMN43fG4 { width:11rem;height:11rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco { display:block; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg43MbfWTKvB2bOtilBtPHKyoyQdggma { width:10.9375rem;height:12.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCAckTO5fzIoF3JrATh4cUxxLCUupzsO { width:10.9375rem;height:12.5rem;top:2.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx { width:10.9375rem;height:12.5rem;top:2.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg { width:10.9375rem;height:12.5rem;top:2.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwRFfGr8e3vf9lbeBWxTplh6EldgNi81 { width:10.9375rem;height:12.5rem;top:2.5625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6 { width:10.9375rem;height:12.5rem;top:2.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa { display:block; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS { width:10.9375rem;height:12.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng8of5gNyiqvb2sFxCiQnVH0epape2LV { width:10.9375rem;height:12.5rem;top:0.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA { width:10.9375rem;height:12.5rem;top:0.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E71iMUcwqWANEBwbxrhN2eyVSpLMzaog { width:10.9375rem;height:12.5rem;top:0.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk { width:10.9375rem;height:12.5rem;top:0.625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g { width:10.9375rem;height:12.5rem;top:0.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF { display:block; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE { width:10.9375rem;height:12.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW { width:10.9375rem;height:12.5rem;top:0.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lncCRhCAxMoE2u8CFldEJwiedpieKyG5 { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm { width:10.9375rem;height:12.5rem;top:0.9375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK { width:10.9375rem;height:12.5rem;top:0.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp { display:block; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTgunXicR8KMt4aAS8HmXlg13OQ57XyP { width:10.9375rem;height:12.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI { width:10.9375rem;height:12.5rem;top:0.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PATcFh78hMfhZlrPlZAsl4cLiSqHPTzt { width:22.6875rem;height:12.5rem;top:0.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndRGkzFtN0HP5coEO6IahwwL3h6C8X8 { width:9.1875rem;height:9.1875rem;top:2.5625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI { display:block; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNH7rwGPe11U6iqZuOmZkBNQGzxZOPH1 { width:47.75rem;height:6.8796691568838rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxRhu5uIyFmkD5fksGbsH97gEThddi2U { top:15.5625rem;left:21.125rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqQofUgpOOCFBSniXqOe3Ph6osioJu2g { top:14.875rem;left:21.875rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1F48dh8FL22icCNtCG67qTwQTd8SIVF { width:12.5rem;height:4.0625rem;top:19.75rem;left:25.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcaAKzGTLfgr6ToiR1ZZLpSf6sCNoubd { width:2.6875rem;height:2.6875rem;top:4.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPT9UcHAO28v9TrCDUrZTCPqfZGlR9HP { width:3.0625rem;height:4.3125rem;top:3.75rem;left:7.8125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { width:12.5rem;height:0;top:0rem;left:25.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBcbhMo7mym29xOOQZdNlJG32htTAoW { width:12.5rem;height:0;top:7.3125rem;left:25.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { width:12.5rem;height:0;top:6.5625rem;left:28.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { top:15.5625rem;left:21.125rem;width:22.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { top:14.875rem;left:21.875rem;width:22.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { width:12.5rem;height:4.0625rem;top:19.75rem;left:25.6875rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { width:20.75rem;height:3.75rem;top:1.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block; }
 }@media only screen and (max-width: 763px) { #PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 { display:block; }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ttvka9NHOy9fK9Pu11QHkpCMC1bxnAGP { width:47.75rem;height:5.25rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmZzsiKpPRqWSkJA22DARmpdTWlkUoo6 { top:6.6875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp { display:block; }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SClhyUDItTGtb1ZfXfTPJ1iFSyN2IceI { width:47.75rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 { display:none; }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ed55OJPPGJfAMa3tdS0ASThCSoV6TZQu { width:47.75rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFIHrrD2zofi2rWPxpnJydzRREDs4KGv { width:47.75rem;height:5.25rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGITtEoNwlufOkntrZfpDd1PWznKZZH { width:17.1875rem;height:8.75rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { width:17.0625rem;height:8.7504487409613rem;top:12.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzIyMHpUHm32TkiShUDpaQi3rMEoveTp { width:16.9375rem;height:8.6244432451381rem;top:12.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ6htTTE0pmkT6vImQJuhPh8Dc9Ahbll { width:17.0625rem;height:8.6875080132313rem;top:25.375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPeosrKCJOmS04lTTnHCst7ob84yxFsv { width:16.9375rem;height:8.6244432451381rem;top:25.375rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { width:17.0625rem;height:8.6875080132313rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { width:25.9375rem;height:14.526970299767rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { width:25.9375rem;height:14.526970299767rem;top:2.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #co4GtGPXT0MHm5FubP66EO0flviXUdVx { width:20.6875rem;height:11.4375rem;top:7.3125rem;left:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { width:27.0625rem;height:14.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { width:22.5625rem;height:12.5rem;top:5.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzqcepN0Moad6nLJ7oxvL2xOfMNlMlKP { width:13.25rem;height:13.25rem;top:3.5rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpLb8nd8lG3JbWF6RU7Znxg6U3TNJodh { width:9.625rem;height:9.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmE6cATITH2NQDFWzqtxzkze14fVvFMT { display:block; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { width:47.75rem;height:3rem;top:1.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { top:4.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { width:41.4375rem;height:22.000277060903rem;top:10.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E99eLHV1ChiHQRwapddr4HNJLW04g0TH { width:47.75rem;height:5.25rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { width:20rem;height:14.249125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { width:20rem;height:14.249125rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { width:20rem;height:14.249125rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { width:20rem;height:14.249125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { width:20rem;height:14.249125rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { width:20rem;height:14.249125rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULSB4PW0UTeuawUO9qhGWLWWtanDkAE { display:block; }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHpG2OFEv4oe09EJ7xtdrXCnyrUEisPl { width:47.75rem;height:3rem;top:2.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPBxnNTtLa8ZNZEukGWBQl3rg2ikaLKo { width:18.5rem;height:5.625rem;top:23.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvQQ5rTwdxyBes2BWddls4N6qN4I3NfK { width:2.875rem;height:2.875rem;top:23.875rem;left:10.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su913O39rGTvHuif84hGV9AopGSwu0JL { width:15.75rem;height:1.5625rem;top:26rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf1Lz66Ke4RqucgHBAmr6Ad9QoT4iFpv { width:22.6875rem;height:1.3125rem;top:27.6875rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvbx94DPuLPRPXbDT5xoW7T4DvoIG0h2 { width:14.5625rem;height:5.625rem;top:23.875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzFkDRqK1pcsfkDklJakfwbdR5THaZ47 { width:2.875rem;height:2.875rem;top:23.75rem;left:37.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebBl3q3B4t26o0WBztvsOm2ondhQlPmQ { width:9.4375rem;height:1.5625rem;top:25.875rem;left:34.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1W5Fu7U3clrVeFzeAx3ar4V6z3BEwFL { width:10.9375rem;height:1.3125rem;top:27.5625rem;left:33.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRcnOndUL3rSp8CKT0f6W4zRoIsfIV8I { width:24.5625rem;height:19.3125rem;top:6.125rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNR2ZsXrbTRUV12d6eadiLNifuROkrk { width:27.125rem;height:14.875rem;top:8.375rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCKbwrW8w3w8ShCRdRrtTgi5qKdJ1M7v { width:24.5625rem;height:19.3125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhf2Su75orphBirtHWmaXAFaiuVx2K3G { display:block; }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4Snon9cPLJqidD0pkGTJS8hqKda7a9g { width:18.5rem;height:5.625rem;top:23.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU1WsiToeGfAPxRLxtcSI4x0hHUp9x6R { width:2.875rem;height:2.875rem;top:23.0625rem;left:9.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md7STfOiX54HZAF8P8PtlvbUsFPku6fV { width:15.75rem;height:1.5625rem;top:25.1875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yidGrIkBHN0R1Fzf1ZM22nyfZQCZcdmd { width:18.625rem;height:1.375rem;top:26.875rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt1GgkGhyr1gnfTdreovivmvH7UxipfJ { width:18.5rem;height:5.625rem;top:23.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrtkva8b5JTaHkngJgNQ8sZC0mDEEXt { width:2.875rem;height:2.875rem;top:23rem;left:37.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaapyeC1RarhL0qzpW0qOEqweQHg81Qi { width:16.125rem;height:1.5625rem;top:25.125rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBRyIz2sXZwzRR2JJnHzGT1oDMMc9kpT { width:10.9375rem;height:1.3125rem;top:26.8125rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX42anaAPkxz6gVPXpysvQilXpP2zQof { width:27.125rem;height:14.875rem;top:5.9375rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyZ1nRSi01ND94qPBUQTkBLsH5KasE9C { width:24.6875rem;height:23.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyxoKer8WdXrLRXT8aV2lIs7lqBxrde2 { width:24.6875rem;height:23.5625rem;top:1.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD { display:block; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga { display:none; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb { display:none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AfiHwJWD2z82OlrRM829JEQNFsUDuuzV { width:26.375rem;height:3.625rem;top:3.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvPTBtk1KsFWXUnVMREBoRhw1580WTB { width:27rem;height:3.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlaL2tkuTk8gKtZTVdo0x5uiK7AUe3F5 { top:7.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loB7ZAV0e87LvM0d79JWrbWQSpLksvPD { width:47.75rem;height:4.25rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwpEuV8iXWFFShB2Iyd0NZZA0xQxabh0 { width:16.1875rem;height:3.5rem;top:3.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4HZK3fyUM8mGTsJTrxNgMslpTNO1TJ { display:block; }
 }@media only screen and (max-width: 763px) { #KxUsUXynTQp6SJq4pJUtA4ly8HzawOGT { top:9.375rem;left:0rem;width:15.75rem;height:4.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { width:19.6875rem;height:15.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHEV9TXIElssgbTaHssW0k5vvTfnMgko { width:18rem;height:14.1875rem;top:2.25rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:block; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:30.5625rem;height:4.5rem;top:2.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 763px) { #TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { display:block; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { top:5.9375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { top:7.3125rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { top:10rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { top:6.5625rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { display:block; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { top:0rem;left:0.3125rem;width:46.9375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { top:1.1875rem;left:3.5rem;width:40.6875rem;height:18rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { display:block; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { display:block; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { top:0rem;left:0.3125rem;width:46.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { display:block; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { top:1.625rem;left:3.5rem;width:36.6875rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshperbHrCgOZwqEnqvwBU0ThHISdD9A { display:block; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkKUQmrAX6Ce7d9MqEnTPHqs5OpvqJSs { top:0rem;left:0.3125rem;width:46.9375rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0GkSpSADLf3fpc1vStuThCK77IIpLM1 { top:1.4375rem;left:3.53125rem;width:40.6875rem;height:36rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { display:block; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { display:block; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { top:0rem;left:0.3125rem;width:46.9375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { top:1.1875rem;left:3.5rem;width:40.6875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { display:block; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { display:block; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { top:0rem;left:0.3125rem;width:46.9375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { top:1.1875rem;left:3.5rem;width:40.875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MohmczXlVhOn24gczblvWN9LBb5lCQSK { display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clsn8eUlkIblEANaixH6cMQG9DlcyISt { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAG0zudnDmubdr94TIE8tFehxtm8JoER { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { display:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { top:0rem;left:0.3125rem;width:46.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { display:block; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { top:1.875rem;left:3.4375rem;width:36.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { display:block; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { top:0rem;left:0.3125rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { top:1.1875rem;left:3.5rem;width:40.625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { display:block; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQlADtklK0959b7s7DEADPxVD9Abi5qy { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { display:block; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { top:0rem;left:0.3125rem;width:46.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { top:1.1875rem;left:3.5rem;width:40.6875rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdJygm9cmBQKN1FTVINkBe11NVy6evve { display:block; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { top:1.875rem;left:3.4375rem;width:36.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { display:block; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { top:0rem;left:0.3125rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { top:1.1875rem;left:3.5rem;width:40.6875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { display:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { top:0rem;left:0.3125rem;width:46.9375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { top:1.1875rem;left:3.5rem;width:40.625rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2x8xMiciSsAdb8MVxRilheoeqXVe1kC { display:none; }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SI4RcmiTPnVRIPu14SUpOg4xVwqd0tVe { top:1.375rem;left:0rem;width:19.5rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krN0fLonVUuXZJ7TyUyltIJb3cUO2fgr { width:15.375rem;height:2.75rem;top:3.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4oPwnRtUWRFypNGdOXNCxSiZ2nWduWz { width:2.875rem;height:2.875rem;top:3.875rem;left:7.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3BmQzI2ZTUiJsFzgvEHiwDWKR03vE27 { width:9.9375rem;height:1.125rem;top:4.1875rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlPn9UugtHJauhEOE2waAB1IfWvP9iW9 { width:11.75rem;height:0.875rem;top:5.5rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua7ubPCBxnii4UPEtycfOTUXZZHHvRQw { width:8.75rem;height:2.75rem;top:4rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV96bpt7mZMNKFWTflsxqsozy8LipLBd { width:2.875rem;height:2.875rem;top:3.875rem;left:36.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToLfBeU7DRdPLO7vG0NAEcoZPTwm3DWd { width:5.625rem;height:1.125rem;top:4.375rem;left:39.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVBJB4zlhhuhT33ZVSZTeW4fg38r50hD { width:5.375rem;height:0.875rem;top:5.6875rem;left:39.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9m0JEEvIrniEGNmkOD80liiowLQm1kn { width:11.625rem;height:2.75rem;top:3.9375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNMhkmUxgZyheNqgKCqDl3STieaTobSd { width:2.875rem;height:2.875rem;top:3.875rem;left:24.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC1CGvRoyswfpI6DnwkPLdgcB2u66tu0 { width:8rem;height:1.125rem;top:4.1875rem;left:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa5zt176OZPiWIlAscT6x3aHf8NUN8rD { width:9.4375rem;height:0.875rem;top:5.5rem;left:27.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU4XZDcizTUSaoygSoEfEiVggSwTrJNh { width:15.375rem;height:2.75rem;top:3.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESFtPGcLTNUbIfoHpHB13Ufxm6RtBDwg { width:11.75rem;height:0.875rem;top:5.5rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlTmyirezDPpP1Di7A0M45d002k1Gtgq { width:2.875rem;height:2.875rem;top:3.875rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSlFKse6pWyGq0Ja47tLPzty1eGOTUco { width:13rem;height:1.125rem;top:4.1875rem;left:34.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy9wInbpk82tS8znhsq05TcbPleTu6b4 { display:block; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zo3nzB6WxSAeRH7cONDRC1PT9wmFmJGI { top:4.5rem;left:23.6875rem;width:24.0625rem;height:24.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiUAb00W4DypS1pzPRTcqd3mXSaS1LOD { width:16.6875rem;height:16.6875rem;top:7.3125rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0o7DXw4H5fsgicZFhVvVKw8PwXvfk7h { width:3.125rem;height:3.125rem;top:22.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtKAXFyraDsKcFCstt0krNEByUlmwZqG { width:17.9375rem;height:3.625rem;top:21.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH2KaUkrA4p11Sn70KpyC2kcBGHp8ta0 { display:block; }
 }@media only screen and (max-width: 763px) { #rSJxZXmw4U4zZoDZQ1behUDgXQsDtL3W { top:10.3125rem;left:5.125rem;width:18.75rem;height:9.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { top:6rem;left:23.6875rem;width:24.0625rem;height:24.76199127907rem;display:none; }
 }@media only screen and (max-width: 763px) { #dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { width:16.6875rem;height:16.6875rem;top:8.8125rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { display:none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrP76SuUI6UUuhnHilGAaCmWDUfBTseh { width:9.1875rem;height:9.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { width:47.75rem;height:0.9375rem;top:0.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN { display:none; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kkBpTXO8SDMCv1Wxyn9fweigl6hMUEcZ { width:42.8125rem;height:5.616882170294rem;top:0.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sTbsvTNWkFBzKN39XWwcGTP9QANWO3BX > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opVTKiidtPR3JCgnuv7xSNbOo6Z8bf3p { width:7.0625rem;height:2.375rem;top:0.5625rem;left:8.125rem;font-size:0.8125rem;border-top:0.0625rem solid #00c1c7;border-left:0.0625rem solid #00c1c7;border-right:0.0625rem solid #00c1c7;border-bottom:0.0625rem solid #00c1c7;display:none; }
 }@media only screen and (max-width: 763px) { #xsbiGqdVMExbo1t0e3CzsHNeaPr8l1mX { display:block; }
 }@media only screen and (max-width: 763px) { #vTwTBS8iqQ7uXQ9fAEhg9Nl61VoUvg49 { width:9.6875rem;height:2.375rem;top:0rem;left:5.7499998807907rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CkG3xOfQQkrJaWo5zW1GNueE8473no0U { display:block; }
 }@media only screen and (max-width: 763px) { #e9c3m4l2rfUmkTWMQPDlTb2yr34wDR3M { width:13.4375rem;height:2.6875rem;top:2.375rem;left:3.875rem;font-size:0.9375rem;border-top:0.0625rem solid #fafafa;border-left:0.0625rem solid #fafafa;border-right:0.0625rem solid #fafafa;border-bottom:0.0625rem solid #fafafa;background-color:#f1c232;background-image:none;color:#000000;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbsFClknmRoXzVfiO9roFcDXAk18HTS { display:block; }
 }@media only screen and (max-width: 763px) { #hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 { display:block; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V { background-color:#28afb0;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.adaptive-delivery-prevent-bg, #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.lazyload, #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.lazyloading { background-image: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { width:20rem;height:20.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZRgG52QdcpN66sveLiKbMlTEfTZZCNPW { width:12.75rem;height:3rem;top:0.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmTlxvW73FC4pOK6ye8iJlqTcdcEEM9F { width:7.6875rem;height:7.6875rem;top:5.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSCc0APJiEIghnb6ElLrIZIfMkTlTkmB { width:18.4375rem;height:3.25rem;top:0.375rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #o0tnNafRnqP7za2lR68qq3N5gIf2Rh3t { width:8.9375rem;height:0.9746125rem;top:0.9375rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U0P9IGOBhSVOcC1OZyWQiqOqxpesmKdv { width:2.4375rem;height:2.4375rem;top:4.5rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHbi2UwtsAwb3MTKUSnTA4oUXk5Ze5q { width:11.9375rem;height:0.8999rem;top:2.1875rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RCVVMNQgskv6V3kVQ6gyFbFhTfQuMIcb { width:12rem;height:3.25rem;top:4.125rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ChrcBkFN9Tx4siiGXifRK16ifRVI65ii { width:2.4375rem;height:2.4375rem;top:0.875rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuB3ETK2FescOMlpDEnV4y0GFZrM4OFM { width:4.1875rem;height:0.9746125rem;top:4.75rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B3Zsv9rUZJDBLULRdTCPoBwr9B1H2aIi { width:4.5rem;height:0.8999rem;top:5.9375rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S8nWnQycNnWTTpf3eePupwuaODzy0G56 { width:12rem;height:3.25rem;top:7.6875rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WXT2URAHJS6sMuFWMwRvC0NXEpnogyrT { width:8.9375rem;height:0.82470625rem;top:9.375rem;left:3.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8C1CH2p1ByTN4yhx9u0UwmulQGW13N { width:2.4375rem;height:2.4375rem;top:8.09375rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0s2ZWD0FtUetcVKBafHIZffoihroefy { width:8rem;height:0.9746125rem;top:8.125rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TATDT8BxQag8y7tHsRcfsAyZZT2CVvdO { width:6.8125rem;height:6.8125rem;top:3.875rem;left:12.4375rem;z-index:15006;border-top:0.25rem solid #28afb0;border-left:0.25rem solid #28afb0;border-right:0.25rem solid #28afb0;border-bottom:0.25rem solid #28afb0;display:block; }
 }@media only screen and (max-width: 763px) { #tDoG855HgPHpppVndT07FNJIXWXXNypq { width:12.8125rem;height:2.75rem;top:16.5625rem;left:3.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RVkJVg78Ke4GTEKRIsTPVUA2hqLzIGX2 { width:2.875rem;height:2.875rem;top:16.5rem;left:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoR60iPtmNuhs34XDbhxsMDTnpvuuuw5 { width:10.375rem;height:0.82470625rem;top:18.0625rem;left:5.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GT26RQzQPvdHCGRGBs54sUDszMeU75oQ { width:10.6875rem;height:0.9746125rem;top:16.8125rem;left:5.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eI6i60uFrLshqBoGZx11snC12s3y7tG2 { background-color:#ffc419;background-image:none;position:relative;z-index:auto;display:block; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container { background-color: transparent; background-image: none; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container > .video-iframe-container { display: none; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row > .video-iframe-container { display: none; }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .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); }#eI6i60uFrLshqBoGZx11snC12s3y7tG2 > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6fDtClx4Eeha16SkgFIzdpwt47Da1x3 { width:19.9375rem;height:3rem;top:12.59375rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBGQGqs7NAKCmGCd6pT27mPGg6AG7wRN { width:18.625rem;height:3.29980625rem;top:16.630859375rem;left:0.6875rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTaWiJflLZLlOm28L8heah4xnbr7yVWd { width:20rem;height:1.3496125rem;top:25.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #incPdoZaBzhJ0gLoDNrwM9hHRBB8K4gR { width:12.1875rem;height:3.25rem;top:27.875rem;left:6.0625rem;font-weight:700;font-style:normal;color:#ffffff;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;font-size:1.125rem;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHqhh9UnF82t1oDUB77BhEzDAQ5p0BB { display:block; }
 }@media only screen and (max-width: 763px) { #E8mANI7n0mQ9hVtSQTOmy4mhRDtiBaDH { top:1.5rem;left:5.5625rem;width:8.9375rem;height:8.875rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ksf1gO7apL3ra393IGUH57nMRybclVBB { width:20rem;height:20rem;top:43.027778625488rem;left:1.2777777314186rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dZ2yaVM5Q6IcvTOmFxNRrd50bfZ7QWtr { width:19.3125rem;height:3.5625rem;top:12.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTBeZbeiUds73JIv8ksw4NgKsSwEqsM { width:20rem;height:5.25rem;top:19.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZXom4ZfEAZN3xfg23BKWETbToCsVT00 { width:7.9375rem;height:7.9375rem;top:2rem;left:6.0625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fAhZlUTdaKEMIObecXlD74gZHHbXgT1a { width:20rem;height:3.5625rem;top:16.5rem;left:-0.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Dhhf1LEbK5yMMuKSAIbhgJQzL0iWQy8N { width:20rem;height:3.29980625rem;top:21.0625rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR0lZJgZKohLk8EXRDRcqFOesKeNTee5 { width:20rem;height:5.25rem;top:19.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTQNCWTA7NIFe29Eu6AFhJAa3vpym68d { width:19.3125rem;height:3.5625rem;top:20.875rem;left:0.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OTCcsqbBGM3tHIay8nZXoCfrrfzv3nVr { display:flex;width:3.125rem;height:3.125rem;top:27.9375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm { background-color:transparent;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.adaptive-delivery-prevent-bg, #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.lazyload, #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.lazyloading { background-image: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { background-color: transparent; background-image: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #28afb0; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container > .video-iframe-container { display: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #28afb0; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row > .video-iframe-container { display: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .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); }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxvFP6O8iWVwEuPibwDdyl7VOgHlJVql { width:12.75rem;height:3rem;top:2.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auw2zn5Ka1wkrTd9mH5RTMKs8mLKrcau { width:7.6875rem;height:7.6875rem;top:5.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cz6MXkAcp5Mx3oGJETmDOCCn47T63c7T { width:18.4375rem;height:3.25rem;top:1.625rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #tmLo6bK0raPPK2KebbTNMg1VOE8vEmEM { width:8.9375rem;height:0.9746125rem;top:2.1875rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbdTTLdTc5Tr6g4eE2RExkGEDC30FK86 { width:2.4375rem;height:2.4375rem;top:5.75rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSSirw2XUFGLc4yHFTMlBdIf1dOUIAV { width:11.9375rem;height:0.8999rem;top:3.4375rem;left:3.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SAL5FQ6rq8OqRFwbJMCgfbO09obRdemk { width:18.75rem;height:3.25rem;top:5.375rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MRmi0coxbD2sWzbMPq0w6qDMpSDzNz2i { width:2.4375rem;height:2.4375rem;top:2.125rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7t3TzNxXVNSQZmfV5T5hxrZNLx2oA1 { width:4.1875rem;height:0.9746125rem;top:6rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qD6Ano96KnEsNNQV32a4MoFnrLqFTOfv { width:4.5rem;height:0.8999rem;top:7.1875rem;left:3.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdesbQ7vimkGn7B2rNEF31Emp7FAJVwA { width:18.75rem;height:3.25rem;top:8.9375rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JtcJ1idn8dU9s6GP8tesNyBfCoKMcBzB { width:8.9375rem;height:0.82470625rem;top:10.625rem;left:3.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5UnKTo7vNnn2aziqDmCE7RwGIQFBw9q { width:2.4375rem;height:2.4375rem;top:9.375rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ICEsLEpLlWdHcALaA5BwcgZVQPBS3M { width:8rem;height:0.9746125rem;top:9.375rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7HmT0Qwr3n0LrlB9CGalvCqZMTTTe5I { width:18.75rem;height:2.75rem;top:12.5625rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VFxfhquy3iTslB690ZmUyrdgrbka91K1 { width:2.875rem;height:2.875rem;top:12.5rem;left:0.5625rem;font-size:2rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #lXHXE1b23FpMGHRXNcaf3kLnL54dFPqT { width:10.6875rem;height:0.9746125rem;top:12.8125rem;left:3.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #NWKxerpar7muGBKVLWR0a8xJBafvUEVw { width:10.375rem;height:0.82470625rem;top:14.0625rem;left:3.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #O2ABdsmHvbBB3iAfENqUgqsozzFoUwps { display:block; }#O2ABdsmHvbBB3iAfENqUgqsozzFoUwps > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvu0zVD2JtpTL51veWHFnLEH6fLTT1Ct { width:18.0625rem;height:6.2988125rem;top:1.22509765625rem;left:0.96875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB0QpZvr1MetO96GtUpCJxvw5KWax75h { display:block; }#sB0QpZvr1MetO96GtUpCJxvw5KWax75h > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMikzHLwhcMCot44CT6lDtu9Dykw6801 { width:20rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DptyXcwd4Eo84VLERvZELET7fBupTI1K { width:14.25rem;height:8.75rem;top:11.5rem;left:2.8743491768837rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { width:14.25rem;height:12.25rem;top:33.25rem;left:2.875rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { width:14.25rem;height:0;top:65.1875rem;left:2.875rem;font-size:1.25rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { width:3.4375rem;height:2.875rem;top:1.9991302490234rem;left:8.3116322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { width:12.5rem;height:4.75rem;top:1.0616302490234rem;left:3.7500000596046rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { width:12.5rem;height:4.75rem;top:22.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtHDMeuMLIHC121aReQmcmweTnB9be2 { width:3.4375rem;height:2.875rem;top:23.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { width:12.5rem;height:4.74935rem;top:47.375rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNreVksv7uoA90zIodKVzeEyPA7sUiVz { width:3.4375rem;height:2.875rem;top:48.3125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUnWhST6JQr4P4niob3hhbXIECtefXZm { width:19.9375rem;height:4.199225rem;top:6.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { width:19.9375rem;height:4.199225rem;top:27.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { width:19.9375rem;height:0;top:58.5rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { width:15rem;height:4.19921875rem;top:0rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { width:18.1875rem;height:21rem;top:5.0625rem;left:0.90625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { width:20rem;height:3.875rem;top:22.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 { display:block; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { width:9.8125rem;height:6.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { width:10rem;height:6.625rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { width:10rem;height:6.625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { width:10rem;height:6.625rem;top:9.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:0rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:11.875rem;height:3.8994125rem;top:2.375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { display:none; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { width:20rem;height:260.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { width:15rem;height:11.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { width:7.6875rem;height:5.75rem;top:17.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { width:5.75rem;height:7.6875rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { width:7.6875rem;height:5.125rem;top:44.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { width:7.6875rem;height:5.125rem;top:35.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { width:7.6875rem;height:5.125rem;top:62.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { width:7.6875rem;height:5.125rem;top:53.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { width:7.6875rem;height:5.75rem;top:115.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK { background-color:#ffffff;background-image:none;display:block; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { background-color: transparent; background-image: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container > .video-iframe-container { display: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container { display: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .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); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLnfQwJ8rFOB3Li7RnsSRtymdRsaEyad { width:10.5rem;height:10.5rem;top:0.25rem;left:4.75rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #AFbTSZwIgVk2TpnP58eJgVtpwlX6TULF { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:4.625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #zxy2vL4cMUH4kSvoHCX4NcD37CiobXkx { width:15rem;height:8.3984375rem;top:3.75rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kN9HPNL40gOSfyxcATlTUeM7gyqtLkPn { display:flex;width:3.75rem;height:3.75rem;top:13.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rMxsD0Ql8eUDFsqRQ22FZllAF9helUe8 { width:18.125rem;height:3.625rem;top:13.875rem;left:1.375rem;font-weight:700;font-style:normal;color:#ffffff;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;font-size:0.75rem;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Tcuao0epWNwVlx6atNxelQVzXxAr6u { display:block; }
 }@media only screen and (max-width: 763px) { #RlxffXFeZaDngqkt6IUnEByMLit1ZTXt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e715b890-ad51-49a8-9cf7-df7a1d04785a/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt.adaptive-delivery-prevent-bg, #RlxffXFeZaDngqkt6IUnEByMLit1ZTXt.lazyload, #RlxffXFeZaDngqkt6IUnEByMLit1ZTXt.lazyloading { background-image: none; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container { background-color: transparent; background-image: none; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container > .video-iframe-container { display: none; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row > .video-iframe-container { display: none; }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .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); }#RlxffXFeZaDngqkt6IUnEByMLit1ZTXt > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXlXpmHG1BBh5BTrGILWN6RUwdJ5v33z { width:10.5rem;height:10.5rem;top:0.25rem;left:4.75rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #vahh3hP2nNC2qkGKX5wMfAvurzG988k4 { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:4.625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #N7g0sRd9VwCEMyxmFhbL95CI4a9iTsEG { width:15rem;height:4.19921875rem;top:1.48828125rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vv7SV7uDsPAKZpblcT724ca8Zs3m2Ffs { width:18.1875rem;height:5.25rem;top:5.75rem;left:0.90625rem;font-size:1.25rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU { display:block; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dniZlITSwD4kJUR16Hxu4W1MkiTB7FvV { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvfRl7gD43H7DAfdHnd0FVIPId4UsmGk { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goV4gEx0VBM2RreITHsSyTUiGTdtQFVr { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CbWi3vbnZfi9mJATnthFDqonyRechrEE { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lTUzw6W4tH72eOt2K5pTSACGB1pdCkc7 { width:20rem;height:14.25rem;top:9.375rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #BMu8g0XVTxn7eW53e1P8lSrN8Etr20Zq { width:17.5rem;height:8.75rem;top:29.037109375rem;left:1.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cig66X832xKu15A8Gst9GHsxQO4x9Gzc { width:13.25rem;height:13.25rem;top:28.724609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #svc7m6GieTKKRtrURTbIXIQsnUqdM36m { width:13.25rem;height:13.25rem;top:51.474609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa { display:block; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiE6OO8xvzwv6PnfCJw3aDxPBmTUT2iW { height:11.224625rem;width:20rem;top:0.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOBOZt4cHE0WwOGbN4EMOelbsKS33wF { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #R7VfwtgddwWv2rZPeubIUeXCSgNyIfP1 { width:20rem;height:10.625rem;top:2.25rem;left:-0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #o58rFm5kpemT5JsIiLwdRkQOoepglKQv { width:20rem;height:11.875rem;top:3.5625rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #VsABRTdzNnhx1mKWk8BvbULlPS4vGwTE { width:13.25rem;height:13.25rem;top:51.474609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #UbWw1SpHLe0AP1M2RuJqeHTrEqWyrGKT { height:11.174785100286rem;width:20rem;top:14.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MicAE2uvTWde7Ahr9DdBIgzaO7bD8iqw { height:11.174785100286rem;width:20rem;top:26.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOelPQgbgMlThQ4x485DaJ05OMN43fG4 { width:13.25rem;height:13.25rem;top:28.724609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco { display:block; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg43MbfWTKvB2bOtilBtPHKyoyQdggma { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCAckTO5fzIoF3JrATh4cUxxLCUupzsO { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwRFfGr8e3vf9lbeBWxTplh6EldgNi81 { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6 { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa { display:block; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng8of5gNyiqvb2sFxCiQnVH0epape2LV { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E71iMUcwqWANEBwbxrhN2eyVSpLMzaog { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF { display:block; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lncCRhCAxMoE2u8CFldEJwiedpieKyG5 { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp { display:block; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTgunXicR8KMt4aAS8HmXlg13OQ57XyP { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PATcFh78hMfhZlrPlZAsl4cLiSqHPTzt { width:20rem;height:12.5rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tndRGkzFtN0HP5coEO6IahwwL3h6C8X8 { width:9.1875rem;height:9.1875rem;top:57.90625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI { display:block; }#GSVGat5dqKXs7P8qXDUnvci0uFM7lvkI > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNH7rwGPe11U6iqZuOmZkBNQGzxZOPH1 { width:20rem;height:2.8815368196371rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxRhu5uIyFmkD5fksGbsH97gEThddi2U { width:18.5rem;height:18.5rem;top:6.1312503814697rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqQofUgpOOCFBSniXqOe3Ph6osioJu2g { width:18.75rem;height:18.75rem;top:4.7562503814697rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1F48dh8FL22icCNtCG67qTwQTd8SIVF { width:12.5rem;height:0;top:8.25625038147rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hcaAKzGTLfgr6ToiR1ZZLpSf6sCNoubd { width:1.0625rem;height:1.25rem;top:1.88134765625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPT9UcHAO28v9TrCDUrZTCPqfZGlR9HP { width:1rem;height:1.625rem;top:1.6875rem;left:4.3125rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { width:12.5rem;height:5.0375rem;top:6.625rem;left:3.8125rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsBcbhMo7mym29xOOQZdNlJG32htTAoW { width:2.4375rem;height:1.70625rem;top:11.375rem;left:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { width:7.8125rem;height:3.00625rem;top:10.875rem;left:7.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { width:16.3125rem;height:16.3125rem;top:1.75rem;left:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { width:16.1875rem;height:16.1875rem;top:0.875rem;left:1.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { width:12.5rem;height:2.6rem;top:5rem;left:3.8125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { width:18.9995625rem;height:3.75rem;top:0.78127288818362rem;left:0.49913197755814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block; }
 }@media only screen and (max-width: 763px) { #PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 { display:block; }#PXSqfi1gt9NP5wva57oPc3ddyz0WMx89 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ttvka9NHOy9fK9Pu11QHkpCMC1bxnAGP { width:20rem;height:1.8rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dmZzsiKpPRqWSkJA22DARmpdTWlkUoo6 { width:15.999375rem;height:4.72411875rem;top:4.2979602813721rem;left:1.9997830986977rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp { display:none; }#EeAKqsJWT2MtqX9xyhhL72CxoMGKlkHp > .row .container { width:20rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SClhyUDItTGtb1ZfXfTPJ1iFSyN2IceI { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 { background-color:#fbfbfb;background-image:none;display:block; }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row .container { background-color: transparent; background-image: none; }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row .container > .video-iframe-container { display: none; }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row > .video-iframe-container { display: none; }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .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); }#Wr3u2GoQdgIS0DCmN2L4JhtGzqPwVz63 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ed55OJPPGJfAMa3tdS0ASThCSoV6TZQu { width:20rem;height:21.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFIHrrD2zofi2rWPxpnJydzRREDs4KGv { width:11.1875rem;height:4.79980625rem;top:2.3125rem;left:4.40625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TCGITtEoNwlufOkntrZfpDd1PWznKZZH { width:8.875rem;height:4.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { width:9.375rem;height:4.75rem;top:9.7625007629394rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzIyMHpUHm32TkiShUDpaQi3rMEoveTp { width:9.375rem;height:4.75rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ6htTTE0pmkT6vImQJuhPh8Dc9Ahbll { width:9.375rem;height:4.75rem;top:29.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPeosrKCJOmS04lTTnHCst7ob84yxFsv { width:9.375rem;height:4.75rem;top:22.637500762939rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { width:9.375rem;height:4.75rem;top:16.231250762939rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { top:10.8125rem;left:1.8125rem;width:4.6875rem;height:4.6875rem;z-index:15012;color:#76e3ea;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { top:9.3125rem;left:4.75rem;width:4.6875rem;height:4.6875rem;z-index:15013;color:#76e3ea;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #co4GtGPXT0MHm5FubP66EO0flviXUdVx { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { width:20rem;height:12.5rem;top:5.5rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #XzqcepN0Moad6nLJ7oxvL2xOfMNlMlKP { width:13.25rem;height:13.25rem;top:39.599609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #EpLb8nd8lG3JbWF6RU7Znxg6U3TNJodh { width:9.625rem;height:9.625rem;top:28.724609375rem;left:5.1875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #QmE6cATITH2NQDFWzqtxzkze14fVvFMT { display:block; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { width:19.5625rem;height:8.3994375rem;top:5.0625rem;left:0.21875rem;font-size:1rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { width:20rem;height:10.6181875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E99eLHV1ChiHQRwapddr4HNJLW04g0TH { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { width:18.75rem;height:13.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { width:18.75rem;height:13.3125rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { width:18.75rem;height:13.3125rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { width:18.75rem;height:13.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { width:18.75rem;height:13.3125rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { width:18.75rem;height:13.3125rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULSB4PW0UTeuawUO9qhGWLWWtanDkAE { display:block; }#TULSB4PW0UTeuawUO9qhGWLWWtanDkAE > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHpG2OFEv4oe09EJ7xtdrXCnyrUEisPl { width:18.8125rem;height:4.79980625rem;top:1.0625rem;left:0.59375rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RPBxnNTtLa8ZNZEukGWBQl3rg2ikaLKo { width:17.3125rem;height:3.9375rem;top:7.1875rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MvQQ5rTwdxyBes2BWddls4N6qN4I3NfK { width:2.875rem;height:2.875rem;top:7.6875rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su913O39rGTvHuif84hGV9AopGSwu0JL { width:10.6875rem;height:1.3496125rem;top:7.8125rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vf1Lz66Ke4RqucgHBAmr6Ad9QoT4iFpv { width:14.4375rem;height:1.125rem;top:9.3125rem;left:3.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvbx94DPuLPRPXbDT5xoW7T4DvoIG0h2 { width:17.8125rem;height:3.9375rem;top:27.625rem;left:1.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SzFkDRqK1pcsfkDklJakfwbdR5THaZ47 { width:2.875rem;height:2.875rem;top:28.1875rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebBl3q3B4t26o0WBztvsOm2ondhQlPmQ { width:7.6875rem;height:1.3496125rem;top:28.375rem;left:6.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1W5Fu7U3clrVeFzeAx3ar4V6z3BEwFL { width:8.5rem;height:1.125rem;top:29.75rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRcnOndUL3rSp8CKT0f6W4zRoIsfIV8I { width:20rem;height:15.75rem;top:12.375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cUNR2ZsXrbTRUV12d6eadiLNifuROkrk { width:10rem;height:42.1875rem;top:9.875rem;left:5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #NCKbwrW8w3w8ShCRdRrtTgi5qKdJ1M7v { width:20rem;height:19.3125rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhf2Su75orphBirtHWmaXAFaiuVx2K3G { display:block; }#zhf2Su75orphBirtHWmaXAFaiuVx2K3G > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4Snon9cPLJqidD0pkGTJS8hqKda7a9g { width:17.3125rem;height:3.9375rem;top:0.9375rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vU1WsiToeGfAPxRLxtcSI4x0hHUp9x6R { width:2.875rem;height:2.875rem;top:1.4375rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md7STfOiX54HZAF8P8PtlvbUsFPku6fV { width:10.6875rem;height:1.3496125rem;top:1.5625rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yidGrIkBHN0R1Fzf1ZM22nyfZQCZcdmd { width:14.4375rem;height:1.125rem;top:3.0625rem;left:3.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xt1GgkGhyr1gnfTdreovivmvH7UxipfJ { width:15.875rem;height:3.9375rem;top:21.375rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JCrtkva8b5JTaHkngJgNQ8sZC0mDEEXt { width:2.875rem;height:2.875rem;top:21.9375rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaapyeC1RarhL0qzpW0qOEqweQHg81Qi { width:12.9375rem;height:1.3496125rem;top:22.125rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBRyIz2sXZwzRR2JJnHzGT1oDMMc9kpT { width:8.5rem;height:1.125rem;top:23.75rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RX42anaAPkxz6gVPXpysvQilXpP2zQof { width:10rem;height:23.75rem;top:3.625rem;left:5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #UyZ1nRSi01ND94qPBUQTkBLsH5KasE9C { width:20rem;height:19.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyxoKer8WdXrLRXT8aV2lIs7lqBxrde2 { width:20rem;height:23.5625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD { display:block; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga { display:none; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga > .row .container { width:20rem;height:2.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb { background-color:#00d7ec;background-image:url("https://images.assets-landingi.com/uc/0be9036f-d675-4017-8515-8fc02ef04aba/Camada_8.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.adaptive-delivery-prevent-bg, #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.lazyload, #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.lazyloading { background-image: none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AfiHwJWD2z82OlrRM829JEQNFsUDuuzV { width:9.9375rem;height:1.4875rem;top:5.818359375rem;left:5.03125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yXvPTBtk1KsFWXUnVMREBoRhw1580WTB { width:20rem;height:1.875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlaL2tkuTk8gKtZTVdo0x5uiK7AUe3F5 { width:15.75rem;height:0;top:8.625rem;left:1.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #loB7ZAV0e87LvM0d79JWrbWQSpLksvPD { width:20rem;height:3.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwpEuV8iXWFFShB2Iyd0NZZA0xQxabh0 { width:14.5625rem;height:3rem;top:8.125rem;left:2.71875rem;font-weight:700;font-style:normal;color:#000000;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4HZK3fyUM8mGTsJTrxNgMslpTNO1TJ { display:block; }
 }@media only screen and (max-width: 763px) { #KxUsUXynTQp6SJq4pJUtA4ly8HzawOGT { width:20rem;height:1.8rem;top:2.875rem;left:0rem;font-size:1.5rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { width:19.6875rem;height:15.5rem;top:1.25rem;left:0.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VHEV9TXIElssgbTaHssW0k5vvTfnMgko { width:18rem;height:14.1875rem;top:18rem;left:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:14.5625rem;height:3rem;top:1.15625rem;left:2.7187501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 763px) { #TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { background-color: transparent; background-image: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .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); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { border-width: 0; border-radius: 0; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { width:20rem;height:4.6875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { width:13.875rem;height:1.38125rem;top:7.8125rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { width:20rem;height:0.625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { width:3.125rem;height:3.125rem;top:7.0625rem;left:16.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { background-color: transparent; background-image: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .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); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { border-width: 0; border-radius: 0; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { width:19.9375rem;height:36.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { width:16.875rem;height:29.53125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { background-color: transparent; background-image: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .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); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { border-width: 0; border-radius: 0; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { width:13.875rem;height:2.76171875rem;top:1.15625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { background-color: transparent; background-image: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .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); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { border-width: 0; border-radius: 0; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { width:19.9375rem;height:25.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { width:16.875rem;height:19.6875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { background-color: transparent; background-image: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .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); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { border-width: 0; border-radius: 0; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { width:13.875rem;height:2.76171875rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshperbHrCgOZwqEnqvwBU0ThHISdD9A { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { background-color: transparent; background-image: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container > .video-iframe-container { display: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container { display: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .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); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { border-width: 0; border-radius: 0; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { width:20rem;height:59.53125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkKUQmrAX6Ce7d9MqEnTPHqs5OpvqJSs { width:19.9375rem;height:49.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0GkSpSADLf3fpc1vStuThCK77IIpLM1 { width:18.8125rem;height:57.65625rem;top:1.875rem;left:0.59375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { background-color: transparent; background-image: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .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); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { border-width: 0; border-radius: 0; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { width:13.875rem;height:2.2744125rem;top:1.1875rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { background-color: transparent; background-image: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .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); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { border-width: 0; border-radius: 0; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { width:19.9375rem;height:36.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { width:16.875rem;height:32.34375rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { background-color: transparent; background-image: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .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); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { border-width: 0; border-radius: 0; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { width:13.875rem;height:2.11230625rem;top:1.65625rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { background-color: transparent; background-image: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .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); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { border-width: 0; border-radius: 0; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { width:19.9375rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { width:16.875rem;height:15.46875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MohmczXlVhOn24gczblvWN9LBb5lCQSK { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { border-width: 0; border-radius: 0; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clsn8eUlkIblEANaixH6cMQG9DlcyISt { width:12.9375rem;height:3.16875rem;top:1rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAG0zudnDmubdr94TIE8tFehxtm8JoER { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { border-width: 0; border-radius: 0; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { width:19.9375rem;height:36.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { width:16.875rem;height:29.53125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { background-color: transparent; background-image: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .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); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { border-width: 0; border-radius: 0; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { width:13.875rem;height:2.76171875rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { background-color: transparent; background-image: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .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); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { border-width: 0; border-radius: 0; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { width:19.9375rem;height:20.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { background-color: transparent; background-image: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .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); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { border-width: 0; border-radius: 0; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQlADtklK0959b7s7DEADPxVD9Abi5qy { width:14.9375rem;height:2.2744125rem;top:1.5310668945312rem;left:1.4995661377907rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { background-color: transparent; background-image: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .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); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { border-width: 0; border-radius: 0; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { width:19.9375rem;height:28.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WdJygm9cmBQKN1FTVINkBe11NVy6evve { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { background-color: transparent; background-image: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .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); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { border-width: 0; border-radius: 0; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { width:13.875rem;height:2.76171875rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { background-color: transparent; background-image: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .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); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { border-width: 0; border-radius: 0; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { width:19.9375rem;height:27.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { width:16.875rem;height:18.28125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { border-width: 0; border-radius: 0; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { width:13.875rem;height:2.7625rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { border-width: 0; border-radius: 0; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { width:19.9375rem;height:20.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { width:16.875rem;height:18.28125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g2x8xMiciSsAdb8MVxRilheoeqXVe1kC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #28afb0, #28afb0);background-image: -moz-linear-gradient(180deg, #28afb0, #28afb0);background-image: -ms-linear-gradient(180deg, #28afb0, #28afb0);background-image: -o-linear-gradient(180deg, #28afb0, #28afb0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28afb0', endColorstr='#28afb0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28afb0', endColorstr='#28afb0' );";background-image: linear-gradient(180deg, #28afb0, #28afb0);background-size:auto !important;display:none; }#g2x8xMiciSsAdb8MVxRilheoeqXVe1kC > .row .container { width:20rem;height:27.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SI4RcmiTPnVRIPu14SUpOg4xVwqd0tVe { width:17.8125rem;height:5.0996125rem;top:1.375rem;left:1.125rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #krN0fLonVUuXZJ7TyUyltIJb3cUO2fgr { width:15.375rem;height:2.75rem;top:7.6875rem;left:2.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z4oPwnRtUWRFypNGdOXNCxSiZ2nWduWz { width:2.875rem;height:2.875rem;top:7.625rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3BmQzI2ZTUiJsFzgvEHiwDWKR03vE27 { width:9.9375rem;height:0.9746125rem;top:8rem;left:5.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RlPn9UugtHJauhEOE2waAB1IfWvP9iW9 { width:11.75rem;height:0.8999rem;top:9.3125rem;left:5.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ua7ubPCBxnii4UPEtycfOTUXZZHHvRQw { width:8.75rem;height:2.75rem;top:11.4375rem;left:9rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BV96bpt7mZMNKFWTflsxqsozy8LipLBd { width:2.875rem;height:2.875rem;top:11.375rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToLfBeU7DRdPLO7vG0NAEcoZPTwm3DWd { width:5.625rem;height:0.9746125rem;top:11.75rem;left:11.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RVBJB4zlhhuhT33ZVSZTeW4fg38r50hD { width:5.375rem;height:0.8999rem;top:13.0625rem;left:11.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R9m0JEEvIrniEGNmkOD80liiowLQm1kn { width:11.625rem;height:3.0625rem;top:14.8125rem;left:6.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dNMhkmUxgZyheNqgKCqDl3STieaTobSd { width:2.875rem;height:2.875rem;top:14.75rem;left:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC1CGvRoyswfpI6DnwkPLdgcB2u66tu0 { width:8rem;height:0.9746125rem;top:15.0625rem;left:9rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sa5zt176OZPiWIlAscT6x3aHf8NUN8rD { width:6.625rem;height:1.79980625rem;top:16.0146484375rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eU4XZDcizTUSaoygSoEfEiVggSwTrJNh { width:15.375rem;height:2.75rem;top:19.125rem;left:2.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ESFtPGcLTNUbIfoHpHB13Ufxm6RtBDwg { width:11.75rem;height:0;top:20.6875rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wlTmyirezDPpP1Di7A0M45d002k1Gtgq { width:2.875rem;height:2.875rem;top:23.125rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSlFKse6pWyGq0Ja47tLPzty1eGOTUco { width:13rem;height:0;top:19.375rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dy9wInbpk82tS8znhsq05TcbPleTu6b4 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container { background-color: transparent; background-image: none; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container > .video-iframe-container { display: none; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row > .video-iframe-container { display: none; }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .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); }#dy9wInbpk82tS8znhsq05TcbPleTu6b4 > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zo3nzB6WxSAeRH7cONDRC1PT9wmFmJGI { width:14.249125rem;height:14.6245625rem;top:28.25rem;left:2.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #DiUAb00W4DypS1pzPRTcqd3mXSaS1LOD { width:10.811625rem;height:10.811625rem;top:30.125rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0o7DXw4H5fsgicZFhVvVKw8PwXvfk7h { display:flex;width:3.125rem;height:3.125rem;top:14.499rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mtKAXFyraDsKcFCstt0krNEByUlmwZqG { width:17.9375rem;height:3.625rem;top:18.874rem;left:1rem;font-weight:700;font-style:normal;color:#ffffff;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;font-size:1.125rem;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH2KaUkrA4p11Sn70KpyC2kcBGHp8ta0 { display:block; }
 }@media only screen and (max-width: 763px) { #rSJxZXmw4U4zZoDZQ1behUDgXQsDtL3W { width:18.75rem;height:11.9995rem;top:1.25rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { width:10.75rem;height:11.0625rem;top:24.1875rem;left:4.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { width:8.4375rem;height:8.4375rem;top:25.5rem;left:5.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { background-color:#28afb0;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.adaptive-delivery-prevent-bg, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyload, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyloading { background-image: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { background-color: transparent; background-image: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container > .video-iframe-container { display: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row > .video-iframe-container { display: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .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); }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrP76SuUI6UUuhnHilGAaCmWDUfBTseh { width:7.6875rem;height:7.6875rem;top:5.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { width:20rem;height:1.7875rem;top:0.88671875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kkBpTXO8SDMCv1Wxyn9fweigl6hMUEcZ { width:20rem;height:2.6660125rem;top:0.85395050048825rem;left:0rem;display:block; }
 }