.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb2ee1b0-d8f5-4144-a580-2751b85b93b4/LPimagesGeneral.png");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; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { border-width: 0; border-radius: 0; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { color:#3a3939;display:block;width:21.875rem;position:absolute;font-family:"work sans";font-size:3.375rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:10.9375rem;left:3rem;height:3.37524375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:29.875rem;left:3rem;display:block; }
#HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.0625rem;left:3rem;height:3.25rem;font-style:normal;display:block; }
#iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { color:#3a3939;display:block;width:38.5rem;position:absolute;font-family:"work sans";font-size:4.4375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:14.25rem;left:3rem;height:8.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { 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:2.6875rem;width:7.1875rem;top:2.5625rem;left:3rem;overflow:hidden;display:block; }
#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { 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; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { background-color: transparent; background-image: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .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); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { border-width: 0; border-radius: 0; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.8125rem;left:3.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.4375rem;left:22.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.4375rem;left:60.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.125rem;left:41.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { 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:3.8125rem;width:12.125rem;top:3.875rem;left:22.0625rem;overflow:hidden;display:block; }
#OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { 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:4.5625rem;width:8.9375rem;top:3.5rem;left:4.9375rem;overflow:hidden;display:block; }
#TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { 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:6.25rem;width:9.5625rem;top:2.6875rem;left:42.125rem;overflow:hidden;display:block; }
#Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { 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:4.1875rem;width:9.8125rem;top:3.6875rem;left:60.75rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbeb7;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; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { color:#3a3939;display:block;width:44.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.15625rem;left:15.125rem;height:11.04688125rem;text-align:center;text-align-last:center;display:block; }
#ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#3a3939;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.375rem;left:30.75rem;display:block; }
#gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { color:#3a3939;display:block;width:61.8125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.5rem;left:6.59375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { background-color: transparent; background-image: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .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); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { border-width: 0; border-radius: 0; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { color:#3a3939;display:block;width:33.3125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.1875rem;left:2.1875rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jpqgl718HSNEQ51aTvKwakluTfuC025a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { background-color: transparent; background-image: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container > .video-iframe-container { display: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container { display: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .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); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { border-width: 0; border-radius: 0; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3.5rem;height:5.5234375rem;display:block; }
#nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { box-sizing:content-box;height:16.875rem;width:21rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0.9375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { color:#3a3939;display:block;width:14.4375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.22;letter-spacing:0;top:5.8125rem;left:3.5rem;height:3.04980625rem;display:block; }
#CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { 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:2.8125rem;width:2.8125rem;top:2.3125rem;left:3.5rem;overflow:hidden;display:block; }
#x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { color:#000000;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.0625rem;left:28.5rem;height:5.5234375rem;display:block; }
#sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { box-sizing:content-box;height:16.875rem;width:21rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.9375rem;left:27rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { color:#3a3939;display:block;width:17.375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:5.8125rem;left:28.5rem;height:1.5249rem;display:block; }
#ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { box-sizing:content-box;height:16.875rem;width:21rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.9375rem;left:52rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#phHlEux3QfchTu1sr62F7XqgzW0yuvIF { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.25rem;left:53.5rem;height:5.5234375rem;display:block; }
#dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { color:#3a3939;display:block;width:17.1875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:5.8125rem;left:53.5rem;height:1.5249rem;display:block; }
#vWDbfgdgHZbVcCvO3WAVvvdpGEuN7rhD { 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:2.625rem;width:2.8125rem;top:2.40625rem;left:53.5rem;overflow:hidden;display:block; }
#PqVERepP3wRVdcHvo5zOPcI4w2gmCJfd { 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:2.75rem;width:2.3125rem;top:2.34375rem;left:28.5rem;overflow:hidden;display:block; }
#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b741db5-1ef4-4362-923d-bbada4535449/Desktop1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.adaptive-delivery-prevent-bg, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyload, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyloading { background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { border-width: 0; border-radius: 0; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { color:#000000;display:block;width:29.75rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.6875rem;left:39.375rem;height:11.375rem;display:block; }
#W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { color:#3a3939;display:block;width:32.625rem;position:absolute;font-family:"work sans";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:1.875rem;left:39.375rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.4375rem;left:39.375rem;display:block; }
#QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { color:#3a3939;display:block;width:32.625rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.4375rem;left:39.375rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.0625rem;left:39.375rem;height:5.52344375rem;display:block; }
#pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { 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:67.5rem;width:67.5rem;display:none; }
#Ap3HK5AEISzcnbhgXcsgh8aD4rXX7ITV { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.625rem;left:39.375rem;display:block; }
#T3hHQX8H3DfTqdFPCqnWepxlQqGS55eR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qdnv7on9N9xoTBAdlQGbGg8coMSnkawV { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.9375rem;left:39.375rem;display:block; }
#B7FJfNbR6wX6XCxzTf7IUhmC5or6rFKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idvimtghFUH9zkzTl63BpZlSFcAz1rEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { background-color: transparent; background-image: none; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container > .video-iframe-container { display: none; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row > .video-iframe-container { display: none; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .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); }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { border-width: 0; border-radius: 0; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#d92X4ORQ4wGunJ36waw0y2eef54xuePL { color:#3a3939;display:block;width:55.875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.15625rem;left:2rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { position:relative;display:block; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { background-color: transparent; background-image: none; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container > .video-iframe-container { display: none; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row > .video-iframe-container { display: none; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .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); }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { border-width: 0; border-radius: 0; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .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; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .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:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NfBR7Zfz4lmkzC17TTnQ9pUJpfgf5qyL { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:2.875rem;display:block; }
#SMnH9Zvtrog88zT7R2MJpFan3pBplBR2 { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:9.625rem;left:4.5rem;display:block; }
#TN44SKVS51xsmEvST59wUp1wMTrM8OVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOG4kh05UiM78QeBM7vsC6hdUgcUQLak { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:7.75rem;left:3.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwkSVTqdkpfZobkA0dtaJfRd6vVS3FR7 { color:#030538;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:4.625rem;left:4.625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kFPBkTmzyLkU5GR6wkk3sr1uQBE5pFxZ { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:28rem;display:block; }
#pvr1BJGy0vXbPDT66BZEqt42IlzO1SfQ { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:9.625rem;left:29.6875rem;display:block; }
#an1Mzmt5rKmiPLGLhniHbGgVpT9zXpvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6XKc783xyCW4P74dm67P09CGrmDTFQx { color:#030538;display:block;width:16.9998125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:7.75rem;left:29rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g70JOND5A77N4vZ0HWPpbiM3eKixiDZg { color:#030538;display:block;width:15.4373125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:4.625rem;left:29.75rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kDa9rhpqaxSFTmP2dCBeAGw9qNSJXhCL { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:53.0625rem;display:block; }
#eBoCsAFXTnixShFguGlyt5pxPE0dmnw6 { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:9.6246337890625rem;left:54.6875rem;display:block; }
#gOBtc6L7UVgR4AfwSOar98PSXm88s7Tz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duWyub4BTd7kuU55B8hSeFeLtifkKJsH { color:#030538;display:block;width:16.9995rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:7.7178955078125rem;left:53.9990234375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m3VzGoJcKBKPMNttqgNCCPSCHLFMNAR0 { color:#030538;display:block;width:15.437rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:4.6246337890625rem;left:54.7802734375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ugM2w6mTskBe9MbWIZOvXftdwEZC691K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row .container { background-color: transparent; background-image: none; }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row .container > .video-iframe-container { display: none; }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row > .video-iframe-container { display: none; }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .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); }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row .container { border-width: 0; border-radius: 0; }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#vUWBnmrqALfGtdFl675AKtnvmI8ydAKI { color:#3a3939;display:block;width:55.875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.15625rem;left:2rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPtCpyUAA5CaUrO884wfSTZizWhuQflC { position:relative;display:block; }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC { background-color: transparent; background-image: none; }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .row .container > .video-iframe-container { display: none; }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .row > .video-iframe-container { display: none; }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .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); }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC { border-width: 0; border-radius: 0; }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .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; }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .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:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WyGlMlKmHdPFOH0KSQGLmcAKeVQXE5n3 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:2.875rem;display:block; }
#unw1ydEXT30PRaM16U7rUvKk6w4XJQcm { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.8125rem;left:4.5rem;display:block; }
#T6uUggLZLdaxVL7Kn75rkkM6Rl5FCmMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ur2bqxZwnZt51WXnQwJSH2l4E2z4pIOH { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:7rem;left:3.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nZzKu0XQtQHd5RMSCucFTIs85MflM3oD { color:#030538;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SOCMiZGwl4mvhRQtdPZZ6XM4mpaorGnJ { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:27.875rem;display:block; }
#MlEi0GKhT2de40buKfXdzeLaIhHeUJf2 { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.8125rem;left:29.5rem;display:block; }
#LC8IIhkiVtKux3R3c9oCv3b0URGTpcLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#us7b6XbEz5STQhR6avHFWsQzhx9fROTx { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:7rem;left:28.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0RdJ3DVZ82fm65dG0qd0sygc5HIoeot { color:#030538;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:4.4375rem;left:29.625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQxhA6MaHK5oeF04P7aJIO2vUE8gFvcU { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.4375rem;left:53.75rem;display:block; }
#lqkb611t2VIKl7X3DlDac8BOri7vMrdS { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:10.43701171875rem;left:55.405883789062rem;display:block; }
#xFs6Gev7ZSqAqAN8dcdGcEyLy6BrJ3EX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hv7CCbBMr26mHWCCF9yEbAQMkxlP63wU { color:#030538;display:block;width:16.9995rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:7.7178955078125rem;left:54.717407226562rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G47Rwb9XFSOIgQ2bANvE1I7fFAfIwmeT { color:#030538;display:block;width:15.437rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:4.5196533203125rem;left:55.498657226562rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E1ma7KC2usQMwEf8AeK0vZsWnQXRgfAs { position:relative;display:none; }#E1ma7KC2usQMwEf8AeK0vZsWnQXRgfAs { border-width: 0; border-radius: 0; }#E1ma7KC2usQMwEf8AeK0vZsWnQXRgfAs > .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; }#E1ma7KC2usQMwEf8AeK0vZsWnQXRgfAs > .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:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#B44KSvsbBT18BPctzUArhLU0BA4qmBIR { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.375rem;left:3.0625rem;display:block; }
#qPPrD1W4VHBxpKfTBc2kk77yoHRr5Npe { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:9.6875rem;left:4.6875rem;display:block; }
#v4oVTEck3CTB1qDcHTwTwM8LM32QbqHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbONlQwKNX7z2z3Ob3MOTBI3P56gFNIx { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:6.875rem;left:4rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxSPgavmKfkhBA1fFWtDCt3UWk39BKrn { color:#030538;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.0625rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xnRzOBOLN4U4ISqvcTvVwlo1s12hIR9m { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.375rem;left:28.0625rem;display:block; }
#bpTEusPRtpp5KR6bbc43JRw21VbkfLhV { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:9.6875rem;left:29.6875rem;display:block; }
#roTOGO9w6omrpfQxaL48e8IyF0I4ELJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzJ4Sodyyrn6KpIgheUyXDwVrBdghOaA { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:6.875rem;left:29rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gVl9O5qVkukDskx3SeTRaO0ZKi5g1713 { color:#030538;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.4375rem;left:29.03125rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CgHQGuzrLd77kQksSmAvvFF3VUOnbu3m { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:53.0625rem;display:block; }
#mdQ9s3kLktp3CcGdDbs0SnMTQsqaxcC7 { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.8125rem;left:54.6875rem;display:block; }
#mlqJ3n75Nd7r47Xmv4C4zXR0SDkWZBoP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S36ZAI5x4oKANEGtufinUufMM09QWIZ0 { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:7rem;left:54rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nmZcHyB6fH8UwkaNeLcfzexHrZ6hPy5g { color:#030538;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:4.4375rem;left:54.78125rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MKnTGNSXiegnMcN6TNcSCuIdp03t1gdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#MKnTGNSXiegnMcN6TNcSCuIdp03t1gdn > .row .container { border-width: 0; border-radius: 0; }#MKnTGNSXiegnMcN6TNcSCuIdp03t1gdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKnTGNSXiegnMcN6TNcSCuIdp03t1gdn > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#rnlrwIv3ur86E85hoR8w2HCobZ3ehdPp { color:#3a3939;display:block;width:55.875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.15625rem;left:2rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCEnkkX6AFK2hTBn0hzobDpcklGDyyhs { position:relative;display:none; }#xCEnkkX6AFK2hTBn0hzobDpcklGDyyhs { border-width: 0; border-radius: 0; }#xCEnkkX6AFK2hTBn0hzobDpcklGDyyhs > .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; }#xCEnkkX6AFK2hTBn0hzobDpcklGDyyhs > .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:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DG34sgqAflcMGxhRbSXdh9LvcvKfrBHf { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:3.0625rem;display:block; }
#hXmFRwg3QiHyLmTMUVG8NSmk8DHcBfZT { color:#030538;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:4.8789065629244rem;left:4.78125rem;height:5.03645625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row .container { background-color: transparent; background-image: none; }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row .container > .video-iframe-container { display: none; }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row > .video-iframe-container { display: none; }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .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); }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row .container { border-width: 0; border-radius: 0; }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#ZWvaZwu4SgVvhMoPw0eR3Lp65CTGvl2H { color:#3a3939;display:block;width:55.875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.15625rem;left:2rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh { position:relative;display:block; }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh { background-color: transparent; background-image: none; }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .row .container > .video-iframe-container { display: none; }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .row > .video-iframe-container { display: none; }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .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); }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh { border-width: 0; border-radius: 0; }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .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; }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .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:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S1WM0FBad3iN6zCHbfecOwbgJJ4zCKSy { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:2.8125rem;display:block; }
#n2zgHeO44l8scTFVLGCaimK7N5ifgMsT { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:9.625rem;left:4.5rem;display:block; }
#G1dHC77leIIvZyHtc4StgRTfPiTA7tE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xaVKnrQqL6xrPZpzdehNWTFJvGm5q6Wc { color:#030538;display:block;width:16.9998125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:6.8125rem;left:3.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7TsVBaRhMxcXMgt84lHXlllG05IGSKM { color:#030538;display:block;width:18.8748125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFNGyLGbTXrOFf6ChPmC55pW1rCam2qz { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:28rem;display:block; }
#d60kxtRyItLNEKTKIUZgDnBeogoBfyqC { color:#030538;display:block;width:18.8748125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.0625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gWapgk8fchEU3yk9FBvfV4p9badS9Qh2 { color:#030538;display:block;width:16.9998125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:6.8125rem;left:29rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gotkrzIv4DIUb0Lc7vA3mHr5tUtF4GV3 { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:9.625rem;left:29.6875rem;display:block; }
#JBIqaUTV12aq9g1VGctdvOE50bnkhU3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoNvCUznfXMlZfH1nOwnxVTrz75RBAEP { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:12.375rem;width:18.9375rem;top:2.5rem;left:53.0625rem;display:block; }
#l4bu8JGCkKFB5pvvl6TdfPSJs733klgM { background-color:#fca248;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: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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:9.625rem;left:54.75rem;display:block; }
#e5boEVcSO9QGRVdn5347uCprTaE0qTTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2BRd5qXeHpfXxz80XH3CKJ1qf7FyxBE { color:#030538;display:block;width:16.9998125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:6.8125rem;left:54.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6Ai3Txsrulf4pH7ZFRb6qZi3HX2SJab { color:#030538;display:block;width:18.8748125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:4.3125rem;left:53.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbeb7;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; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { background-color: transparent; background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .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); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { border-width: 0; border-radius: 0; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { color:#3a3939;display:block;width:24.8125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.375rem;left:1.75rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFE0cNiB6wVMazKSeox9hho84ay68Bfr { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.6875rem;left:1.75rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.6875rem;width:40.4375rem;top:5.25rem;left:34.5625rem;display:block; }
#BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { color:#3a3939;display:block;width:29.875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:13.875rem;left:1.75rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hO41f9uFTHWFbTxatevo6TDaWnd40VIn { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#3a3939;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:1.75rem;display:block; }
#iLZN1bFWoBvhSJgNyerJAWCizI5tzNLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { 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; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { background-color: transparent; background-image: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container > .video-iframe-container { display: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container { display: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .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); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { border-width: 0; border-radius: 0; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;position:relative;display:block; }#aMAMlBlx4APC2NWVny90yLhUkAZTEneB { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.4375rem;left:15.03125rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { color:#3a3939;display:block;width:19.5rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.115234375rem;left:42.0625rem;height:4.142575rem;display:block; }
#WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { color:#fca248;display:block;width:12.4375rem;position:absolute;font-family:"work sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:21.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { color:#3a3939;display:block;width:12.5625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21.3125rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { box-sizing:content-box;height:8.5rem;width:15.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:11.8125rem;left:19.84375rem;border-top:0.125rem solid #3a3939;border-left:0.125rem solid #3a3939;border-right:0.125rem solid #3a3939;border-bottom:0.125rem solid #3a3939;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o7RG77BREy13dTcplF1sU90du84oONrF { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15007;background-color:#3a3939;background-image:none;top:16.1240234375rem;left:35.34375rem;display:block; }
#Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#3a3939;background-image:none;top:15.9052734375rem;left:40.40625rem;display:block; }
#BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { 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:22.875rem;width:12.5rem;top:19.3125rem;left:6.0625rem;overflow:hidden;display:block; }
#fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.5rem;left:21.75rem;height:4.0625rem;display:block; }
#dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#3a3939;background-image:none;top:31.3125rem;left:20.125rem;display:block; }
#UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15010;background-color:#3a3939;background-image:none;top:31.5rem;left:15.0625rem;display:block; }
#SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.875rem;left:21.75rem;height:1.4624rem;display:block; }
#TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.875rem;left:21.75rem;height:1.4624rem;display:block; }
#VTS7He9hfMFew2RvW3WWV672JFkUvThq { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.5rem;left:21.75rem;height:4.0625rem;display:block; }
#fA25o0bUmDohmARu25fLpqEP5zZF3RgI { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#3a3939;background-image:none;top:37.3125rem;left:20.125rem;display:block; }
#gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15014;background-color:#3a3939;background-image:none;top:37.5rem;left:15.0625rem;display:block; }
#gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:13.4375rem;top:20.375rem;left:40.75rem;overflow:hidden;display:block; }
#F5uvlySxQUovEh7789r6nEAqbV8cbS4N { color:#3a3939;display:block;width:11.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:32.0625rem;left:57rem;height:2.92480625rem;display:block; }
#zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.6875rem;left:57rem;height:4.0625rem;display:block; }
#JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.0625rem;left:57rem;height:1.4624rem;display:block; }
#inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#3a3939;background-image:none;top:30.5rem;left:55.375rem;display:block; }
#g3c8uSRT5DND19UIcIeQc6sXaeReruAV { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15022;background-color:#3a3939;background-image:none;top:30.6875rem;left:50.3125rem;display:block; }
#fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.6875rem;left:57rem;height:4.0625rem;display:block; }
#ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#3a3939;background-image:none;top:25.75rem;left:55.375rem;display:block; }
#SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15018;background-color:#3a3939;background-image:none;top:25.9375rem;left:50.3125rem;display:block; }
#cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { color:#fca248;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.1005859375rem;left:21.3125rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#kvKdgs84HceML0acrtV1MH5pRtB7kMpg { color:#fca248;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.2880859375rem;left:57rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#tEvlUxELDcE1lLTZoGO1CUkhCGagOZiS { background-color:#fca248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:57.9375rem;left:31.375rem;display:block; }
#K0aHnOEny6CpO3NuSVZFiTImqFIQPBob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { color:#000000;display:block;width:50.6875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.0625rem;left:12.15625rem;height:9.6660125rem;text-align:center;text-align-last:center;display:block; }
#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { background-color: transparent; background-image: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container > .video-iframe-container { display: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container { display: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .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); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { border-width: 0; border-radius: 0; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.25rem;left:2.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eNygiP4FdSf4v834oHC4gK4VhxrZVREb { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:2.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.25rem;left:39.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:58.75rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:58.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#roR98euE7kutydWRnNQZJzybKtfsNgiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5rem;left:7.1875rem; }
#STItz3ywlASGqBnMqTKbkNBf4iQdchzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.5rem;left:25.9375rem; }
#xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5rem;left:44.6875rem; }
#CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:63.4375rem; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { 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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { 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.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { color:#001342;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#001342;background-image:none;top:4.6875rem;left:57.6875rem;display:block; }
#qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#001342;background-image:none;top:4.625rem;left:66rem;display:block; }
#PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { color:#001342;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:49.9375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { color:#001342;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:57.375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { color:#001342;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:66.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { top:10.9375rem;left:0rem;width:21.875rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:13.5rem;height:3.625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { top:24.0625rem;left:0rem;width:31.625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { top:14.25rem;left:0rem;width:38.5rem;height:8.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { top:2.5625rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { top:10.8125rem;left:0.46875rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { top:9.4375rem;left:12.40625rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { top:9.4375rem;left:36.28125rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { top:10.125rem;left:24.34375rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { top:3.875rem;left:11.75rem;width:12.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { top:3.5rem;left:1.53125rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { top:2.6875rem;left:25.09375rem;width:9.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { top:3.6875rem;left:36.90625rem;width:9.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { top:8.125rem;left:1.5rem;width:44.75rem;height:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { width:13.5rem;height:3.625rem;top:21.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block; }
 }@media only screen and (max-width: 763px) { #bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { top:3.5rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { top:5.1875rem;left:0rem;width:33.3125rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqgl718HSNEQ51aTvKwakluTfuC025a { display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { top:9.5625rem;left:0rem;width:19.4375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { top:0.9375rem;left:0rem;width:21rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { top:5.8125rem;left:0rem;width:14.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { top:2.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { top:8.0625rem;left:13.75rem;width:18rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { top:0.9375rem;left:10.75rem;width:21rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { top:5.8125rem;left:14.375rem;width:17.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { top:0.9375rem;left:26.625rem;width:21rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHlEux3QfchTu1sr62F7XqgzW0yuvIF { top:8.25rem;left:28.3125rem;width:19.3125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { top:5.8125rem;left:30.5625rem;width:17.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWDbfgdgHZbVcCvO3WAVvvdpGEuN7rhD { top:2.375rem;left:31.75rem;width:2.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVERepP3wRVdcHvo5zOPcI4w2gmCJfd { top:2.3125rem;left:15.875rem;width:2.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { top:10.6875rem;left:18rem;width:29.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { top:1.875rem;left:15.125rem;width:32.625rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { width:21.3125rem;height:2.625rem;top:23.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block; }
 }@media only screen and (max-width: 763px) { #xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { top:4.4375rem;left:15.125rem;width:32.625rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { top:35.0625rem;left:23.8125rem;width:23.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ap3HK5AEISzcnbhgXcsgh8aD4rXX7ITV { width:21.3125rem;height:2.625rem;top:26.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3hHQX8H3DfTqdFPCqnWepxlQqGS55eR { display:block; }
 }@media only screen and (max-width: 763px) { #qdnv7on9N9xoTBAdlQGbGg8coMSnkawV { width:21.3125rem;height:2.625rem;top:29.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7FJfNbR6wX6XCxzTf7IUhmC5or6rFKR { display:block; }
 }@media only screen and (max-width: 763px) { #idvimtghFUH9zkzTl63BpZlSFcAz1rEL { display:block; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d92X4ORQ4wGunJ36waw0y2eef54xuePL { top:1.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { display:block; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfBR7Zfz4lmkzC17TTnQ9pUJpfgf5qyL { width:18.875rem;height:12.3125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMnH9Zvtrog88zT7R2MJpFan3pBplBR2 { width:15.625rem;height:3.4375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN44SKVS51xsmEvST59wUp1wMTrM8OVb { display:block; }
 }@media only screen and (max-width: 763px) { #VOG4kh05UiM78QeBM7vsC6hdUgcUQLak { width:16.9375rem;height:1.875rem;top:7.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkSVTqdkpfZobkA0dtaJfRd6vVS3FR7 { top:4.625rem;left:0.0625rem;width:15.375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFPBkTmzyLkU5GR6wkk3sr1uQBE5pFxZ { width:18.875rem;height:12.3125rem;top:2.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvr1BJGy0vXbPDT66BZEqt42IlzO1SfQ { width:15.625rem;height:3.4375rem;top:9.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #an1Mzmt5rKmiPLGLhniHbGgVpT9zXpvs { display:block; }
 }@media only screen and (max-width: 763px) { #K6XKc783xyCW4P74dm67P09CGrmDTFQx { width:16.9375rem;height:1.875rem;top:7.75rem;left:14.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70JOND5A77N4vZ0HWPpbiM3eKixiDZg { top:4.625rem;left:16.0625rem;width:15.375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDa9rhpqaxSFTmP2dCBeAGw9qNSJXhCL { width:18.875rem;height:12.3125rem;top:2.5rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBoCsAFXTnixShFguGlyt5pxPE0dmnw6 { width:15.625rem;height:3.4375rem;top:9.5625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBtc6L7UVgR4AfwSOar98PSXm88s7Tz { display:block; }
 }@media only screen and (max-width: 763px) { #duWyub4BTd7kuU55B8hSeFeLtifkKJsH { width:16.9375rem;height:1.875rem;top:7.6875rem;left:30.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3VzGoJcKBKPMNttqgNCCPSCHLFMNAR0 { top:4.5625rem;left:31.9677734375rem;width:15.375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugM2w6mTskBe9MbWIZOvXftdwEZC691K { display:block; }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUWBnmrqALfGtdFl675AKtnvmI8ydAKI { top:1.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtCpyUAA5CaUrO884wfSTZizWhuQflC { display:block; }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyGlMlKmHdPFOH0KSQGLmcAKeVQXE5n3 { width:18.875rem;height:12.3125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unw1ydEXT30PRaM16U7rUvKk6w4XJQcm { width:15.625rem;height:3.4375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6uUggLZLdaxVL7Kn75rkkM6Rl5FCmMT { display:block; }
 }@media only screen and (max-width: 763px) { #Ur2bqxZwnZt51WXnQwJSH2l4E2z4pIOH { width:16.9375rem;height:1.875rem;top:7rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZzKu0XQtQHd5RMSCucFTIs85MflM3oD { top:4.4375rem;left:0.0625rem;width:15.375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOCMiZGwl4mvhRQtdPZZ6XM4mpaorGnJ { width:18.875rem;height:12.3125rem;top:2.5rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlEi0GKhT2de40buKfXdzeLaIhHeUJf2 { width:15.625rem;height:3.4375rem;top:9.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC8IIhkiVtKux3R3c9oCv3b0URGTpcLZ { display:block; }
 }@media only screen and (max-width: 763px) { #us7b6XbEz5STQhR6avHFWsQzhx9fROTx { width:16.9375rem;height:1.875rem;top:7rem;left:14.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0RdJ3DVZ82fm65dG0qd0sygc5HIoeot { top:4.4375rem;left:15.9375rem;width:15.375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxhA6MaHK5oeF04P7aJIO2vUE8gFvcU { width:18.875rem;height:12.3125rem;top:2.4375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqkb611t2VIKl7X3DlDac8BOri7vMrdS { width:15.625rem;height:3.4375rem;top:10.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFs6Gev7ZSqAqAN8dcdGcEyLy6BrJ3EX { display:block; }
 }@media only screen and (max-width: 763px) { #hv7CCbBMr26mHWCCF9yEbAQMkxlP63wU { width:16.9375rem;height:1.875rem;top:7.6875rem;left:30.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G47Rwb9XFSOIgQ2bANvE1I7fFAfIwmeT { top:4.5rem;left:32.25rem;width:15.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ma7KC2usQMwEf8AeK0vZsWnQXRgfAs { display:block; }#E1ma7KC2usQMwEf8AeK0vZsWnQXRgfAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B44KSvsbBT18BPctzUArhLU0BA4qmBIR { width:18.9375rem;height:12.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPPrD1W4VHBxpKfTBc2kk77yoHRr5Npe { width:15.625rem;height:3.4375rem;top:9.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4oVTEck3CTB1qDcHTwTwM8LM32QbqHB { display:block; }
 }@media only screen and (max-width: 763px) { #bbONlQwKNX7z2z3Ob3MOTBI3P56gFNIx { width:17rem;height:1.875rem;top:6.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxSPgavmKfkhBA1fFWtDCt3UWk39BKrn { top:4.4375rem;left:0rem;width:18.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnRzOBOLN4U4ISqvcTvVwlo1s12hIR9m { width:18.9375rem;height:12.375rem;top:2.375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpTEusPRtpp5KR6bbc43JRw21VbkfLhV { width:15.625rem;height:3.4375rem;top:9.6875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #roTOGO9w6omrpfQxaL48e8IyF0I4ELJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #pzJ4Sodyyrn6KpIgheUyXDwVrBdghOaA { width:17rem;height:1.875rem;top:6.875rem;left:14.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVl9O5qVkukDskx3SeTRaO0ZKi5g1713 { top:4.4375rem;left:14.8125rem;width:16.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgHQGuzrLd77kQksSmAvvFF3VUOnbu3m { width:18.9375rem;height:12.375rem;top:2.5rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdQ9s3kLktp3CcGdDbs0SnMTQsqaxcC7 { width:15.625rem;height:3.4375rem;top:9.8125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlqJ3n75Nd7r47Xmv4C4zXR0SDkWZBoP { display:block; }
 }@media only screen and (max-width: 763px) { #S36ZAI5x4oKANEGtufinUufMM09QWIZ0 { width:17rem;height:1.875rem;top:7rem;left:30.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmZcHyB6fH8UwkaNeLcfzexHrZ6hPy5g { top:4.4375rem;left:31.96875rem;width:15.4375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKnTGNSXiegnMcN6TNcSCuIdp03t1gdn { display:block; }#MKnTGNSXiegnMcN6TNcSCuIdp03t1gdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnlrwIv3ur86E85hoR8w2HCobZ3ehdPp { top:1.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCEnkkX6AFK2hTBn0hzobDpcklGDyyhs { display:block; }#xCEnkkX6AFK2hTBn0hzobDpcklGDyyhs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DG34sgqAflcMGxhRbSXdh9LvcvKfrBHf { width:18.9375rem;height:12.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXmFRwg3QiHyLmTMUVG8NSmk8DHcBfZT { top:4.875rem;left:0.21875rem;width:15.4375rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 { display:block; }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWvaZwu4SgVvhMoPw0eR3Lp65CTGvl2H { top:1.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvllIPsX9uVHShWZXnXckBoPaOBqRLTh { display:block; }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1WM0FBad3iN6zCHbfecOwbgJJ4zCKSy { width:18.9375rem;height:12.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zgHeO44l8scTFVLGCaimK7N5ifgMsT { width:15.625rem;height:3.4375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1dHC77leIIvZyHtc4StgRTfPiTA7tE0 { display:block; }
 }@media only screen and (max-width: 763px) { #xaVKnrQqL6xrPZpzdehNWTFJvGm5q6Wc { width:16.9375rem;height:1.875rem;top:6.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TsVBaRhMxcXMgt84lHXlllG05IGSKM { top:4.3125rem;left:0rem;width:18.8125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNGyLGbTXrOFf6ChPmC55pW1rCam2qz { width:18.9375rem;height:12.375rem;top:2.5rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d60kxtRyItLNEKTKIUZgDnBeogoBfyqC { top:4.3125rem;left:12.9375rem;width:18.8125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWapgk8fchEU3yk9FBvfV4p9badS9Qh2 { width:16.9375rem;height:1.875rem;top:6.8125rem;left:14.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gotkrzIv4DIUb0Lc7vA3mHr5tUtF4GV3 { width:15.625rem;height:3.4375rem;top:9.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBIqaUTV12aq9g1VGctdvOE50bnkhU3D { display:block; }
 }@media only screen and (max-width: 763px) { #OoNvCUznfXMlZfH1nOwnxVTrz75RBAEP { width:18.9375rem;height:12.375rem;top:2.5rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4bu8JGCkKFB5pvvl6TdfPSJs733klgM { width:15.625rem;height:3.4375rem;top:9.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5boEVcSO9QGRVdn5347uCprTaE0qTTV { display:block; }
 }@media only screen and (max-width: 763px) { #C2BRd5qXeHpfXxz80XH3CKJ1qf7FyxBE { width:16.9375rem;height:1.875rem;top:6.8125rem;left:30.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ai3Txsrulf4pH7ZFRb6qZi3HX2SJab { top:4.3125rem;left:28.8125rem;width:18.8125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { top:3.375rem;left:0rem;width:24.8125rem;height:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFE0cNiB6wVMazKSeox9hho84ay68Bfr { top:16.6875rem;left:0rem;width:29.8125rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { top:5.25rem;left:7.3125rem;width:40.4375rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { top:13.875rem;left:0rem;width:29.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO41f9uFTHWFbTxatevo6TDaWnd40VIn { width:13.5rem;height:3.625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLZN1bFWoBvhSJgNyerJAWCizI5tzNLO { display:block; }
 }@media only screen and (max-width: 763px) { #uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMAMlBlx4APC2NWVny90yLhUkAZTEneB { top:3.4375rem;left:1.40625rem;width:46.1875rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { top:14.0625rem;left:28.25rem;width:19.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { top:12.1875rem;left:7.6875rem;width:12.4375rem;height:4.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { top:16.4375rem;left:7.6875rem;width:12.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { top:11.8125rem;left:6.21875rem;width:15.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RG77BREy13dTcplF1sU90du84oONrF { top:16.0625rem;left:21.71875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { top:15.875rem;left:26.78125rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { top:19.3125rem;left:0rem;width:12.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { top:29.5rem;left:8.125rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { top:31.3125rem;left:6.5rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { top:31.5rem;left:1.4375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { top:32.875rem;left:8.125rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { top:38.875rem;left:8.125rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS7He9hfMFew2RvW3WWV672JFkUvThq { top:35.5rem;left:8.125rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA25o0bUmDohmARu25fLpqEP5zZF3RgI { top:37.3125rem;left:6.5rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { top:37.5rem;left:1.4375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { top:20.375rem;left:27.125rem;width:13.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvlySxQUovEh7789r6nEAqbV8cbS4N { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { top:28.6875rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { top:26.0625rem;left:29.75rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { top:30.5rem;left:41.75rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3c8uSRT5DND19UIcIeQc6sXaeReruAV { top:30.6875rem;left:36.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { top:22.6875rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { top:25.75rem;left:41.75rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { top:25.9375rem;left:36.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { top:28.0625rem;left:7.6875rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvKdgs84HceML0acrtV1MH5pRtB7kMpg { top:21.25rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEvlUxELDcE1lLTZoGO1CUkhCGagOZiS { width:13.5rem;height:3.625rem;top:57.9375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0aHnOEny6CpO3NuSVZFiTImqFIQPBob { display:block; }
 }@media only screen and (max-width: 763px) { #gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { top:45.0625rem;left:0rem;width:47.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { top:7.1875rem;left:0rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNygiP4FdSf4v834oHC4gK4VhxrZVREb { top:10rem;left:0rem;width:13.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { top:9.6875rem;left:9.25rem;width:14.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { top:7.25rem;left:10.1875rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { top:10.9375rem;left:22.125rem;width:13.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { top:7.25rem;left:22.125rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { top:9.75rem;left:34.0625rem;width:13.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { top:7.25rem;left:34.0625rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roR98euE7kutydWRnNQZJzybKtfsNgiD { top:2.5rem;left:3.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STItz3ywlASGqBnMqTKbkNBf4iQdchzw { top:2.5rem;left:15.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { top:2.5rem;left:27.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { top:2.5rem;left:39.59375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { top:4.6875rem;left:44.0625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { top:4.625rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { top:4.5625rem;left:36.3125rem;width:7.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { top:4.5625rem;left:39.25rem;width:8.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { top:4.5625rem;left:40.3125rem;width:7.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/4cfb9a63-9d39-4858-b3ee-75bcf3b981d7/LPimagesGeneral1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { width:14.4375rem;height:2.12524375rem;top:16.625rem;left:2.78125rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:11.3125rem;height:3rem;top:27.875rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { width:20rem;height:2.4375rem;top:24.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { width:20rem;height:4.375rem;top:19.375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { width:4.9375rem;height:1.875rem;top:14rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { background-color:#ffffff;background-image:none;display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { background-color: transparent; background-image: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .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); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { width:7.125rem;height:1.3999rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { width:11rem;height:3.8994125rem;top:5rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { width:11rem;height:2.5996125rem;top:14.75rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { width:8rem;height:3.8994125rem;top:15.5rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { width:7.5rem;height:2.3125rem;top:2.125rem;left:11.03662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { width:5.3125rem;height:2.625rem;top:1.96875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { width:6.1875rem;height:4rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { width:7rem;height:2.9375rem;top:10.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7RBoWLDeZwNDrakmagTcq0IMnMP9PXX { width:20rem;height:18.19725rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { width:11.3125rem;height:3rem;top:26.9375rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block; }
 }@media only screen and (max-width: 763px) { #bT2hePQcvWh1SWrltm7AffZR4kVIFlrg { width:16.625rem;height:3.4375rem;top:2.25rem;left:1.6875rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { width:20rem;height:1.71875rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqgl718HSNEQ51aTvKwakluTfuC025a { display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { width:18rem;height:6.499rem;top:10.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { width:20rem;height:16.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { width:14.4375rem;height:3.04980625rem;top:6.75rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { width:2.8125rem;height:2.8125rem;top:3.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { width:18rem;height:6.499rem;top:26.9375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { width:20rem;height:16.875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { width:17.375rem;height:1.5249rem;top:24.6875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { width:20rem;height:16.875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHlEux3QfchTu1sr62F7XqgzW0yuvIF { width:18rem;height:6.499rem;top:46.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { width:14.4375rem;height:3.04980625rem;top:42.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWDbfgdgHZbVcCvO3WAVvvdpGEuN7rhD { width:2.8125rem;height:2.625rem;top:39.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVERepP3wRVdcHvo5zOPcI4w2gmCJfd { width:2.3125rem;height:2.75rem;top:21.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { background-color:#ffffff;background-image:none;display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { width:20rem;height:11.69825625rem;top:31.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { width:14.8125rem;height:1.71875rem;top:23.25rem;left:2.625rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { width:19.0625rem;height:2.5rem;top:44.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block; }
 }@media only screen and (max-width: 763px) { #xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { width:20rem;height:4.3994125rem;top:25.0625rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { width:16.875rem;height:6.9043rem;top:59rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { top:1.8125rem;left:0rem;width:20rem;height:20rem;z-index:15008;overflow:hidden;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) { #Ap3HK5AEISzcnbhgXcsgh8aD4rXX7ITV { width:19rem;height:2.625rem;top:48.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3hHQX8H3DfTqdFPCqnWepxlQqGS55eR { display:block; }
 }@media only screen and (max-width: 763px) { #qdnv7on9N9xoTBAdlQGbGg8coMSnkawV { width:19rem;height:2.625rem;top:52.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7FJfNbR6wX6XCxzTf7IUhmC5or6rFKR { display:block; }
 }@media only screen and (max-width: 763px) { #idvimtghFUH9zkzTl63BpZlSFcAz1rEL { display:block; }#idvimtghFUH9zkzTl63BpZlSFcAz1rEL > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d92X4ORQ4wGunJ36waw0y2eef54xuePL { width:20rem;height:3.4375rem;top:0.9375rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG { display:block; }#gHLcfM61XaVbl1MCdQ92aCeMcvEvi8sG > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfBR7Zfz4lmkzC17TTnQ9pUJpfgf5qyL { width:18.9375rem;height:12.375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMnH9Zvtrog88zT7R2MJpFan3pBplBR2 { width:15.625rem;height:3.4375rem;top:9.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN44SKVS51xsmEvST59wUp1wMTrM8OVb { display:block; }
 }@media only screen and (max-width: 763px) { #VOG4kh05UiM78QeBM7vsC6hdUgcUQLak { width:17rem;height:1.96875rem;top:6.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkSVTqdkpfZobkA0dtaJfRd6vVS3FR7 { width:15.4375rem;height:1.875rem;top:3.75rem;left:2.3125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kFPBkTmzyLkU5GR6wkk3sr1uQBE5pFxZ { width:18.875rem;height:12.3125rem;top:15.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvr1BJGy0vXbPDT66BZEqt42IlzO1SfQ { width:15.625rem;height:3.4375rem;top:22.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #an1Mzmt5rKmiPLGLhniHbGgVpT9zXpvs { display:block; }
 }@media only screen and (max-width: 763px) { #K6XKc783xyCW4P74dm67P09CGrmDTFQx { width:16.937375rem;height:1.96875rem;top:19.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70JOND5A77N4vZ0HWPpbiM3eKixiDZg { width:15.374875rem;height:1.875rem;top:17.375rem;left:2.375rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kDa9rhpqaxSFTmP2dCBeAGw9qNSJXhCL { width:18.875rem;height:12.3125rem;top:29.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBoCsAFXTnixShFguGlyt5pxPE0dmnw6 { width:15.625rem;height:3.4375rem;top:36.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBtc6L7UVgR4AfwSOar98PSXm88s7Tz { display:block; }
 }@media only screen and (max-width: 763px) { #duWyub4BTd7kuU55B8hSeFeLtifkKJsH { width:16.93725rem;height:1.96875rem;top:33.687133789062rem;left:1.53076171875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3VzGoJcKBKPMNttqgNCCPSCHLFMNAR0 { width:15.37475rem;height:1.875rem;top:31.3125rem;left:2.3125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ugM2w6mTskBe9MbWIZOvXftdwEZC691K { display:block; }#ugM2w6mTskBe9MbWIZOvXftdwEZC691K > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUWBnmrqALfGtdFl675AKtnvmI8ydAKI { width:20rem;height:3.4375rem;top:0.875rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPtCpyUAA5CaUrO884wfSTZizWhuQflC { display:block; }#NPtCpyUAA5CaUrO884wfSTZizWhuQflC > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyGlMlKmHdPFOH0KSQGLmcAKeVQXE5n3 { width:18.9375rem;height:12.375rem;top:1.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unw1ydEXT30PRaM16U7rUvKk6w4XJQcm { width:15.625rem;height:3.4375rem;top:8.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6uUggLZLdaxVL7Kn75rkkM6Rl5FCmMT { display:block; }
 }@media only screen and (max-width: 763px) { #Ur2bqxZwnZt51WXnQwJSH2l4E2z4pIOH { width:17rem;height:1.96875rem;top:6.125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZzKu0XQtQHd5RMSCucFTIs85MflM3oD { width:15.4375rem;height:1.875rem;top:3.5625rem;left:2.1875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SOCMiZGwl4mvhRQtdPZZ6XM4mpaorGnJ { width:18.9375rem;height:12.375rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlEi0GKhT2de40buKfXdzeLaIhHeUJf2 { width:15.625rem;height:3.4375rem;top:22.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC8IIhkiVtKux3R3c9oCv3b0URGTpcLZ { display:block; }
 }@media only screen and (max-width: 763px) { #us7b6XbEz5STQhR6avHFWsQzhx9fROTx { width:17rem;height:1.96875rem;top:19.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0RdJ3DVZ82fm65dG0qd0sygc5HIoeot { width:15.4375rem;height:1.875rem;top:17.3125rem;left:2.25rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XQxhA6MaHK5oeF04P7aJIO2vUE8gFvcU { width:18.875rem;height:12.3125rem;top:28.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqkb611t2VIKl7X3DlDac8BOri7vMrdS { width:15.625rem;height:3.4375rem;top:36.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFs6Gev7ZSqAqAN8dcdGcEyLy6BrJ3EX { display:block; }
 }@media only screen and (max-width: 763px) { #hv7CCbBMr26mHWCCF9yEbAQMkxlP63wU { width:16.93725rem;height:1.96875rem;top:34.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G47Rwb9XFSOIgQ2bANvE1I7fFAfIwmeT { width:15.37475rem;height:1.875rem;top:31.31103515625rem;left:2.31201171875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E1ma7KC2usQMwEf8AeK0vZsWnQXRgfAs { display:none; }#E1ma7KC2usQMwEf8AeK0vZsWnQXRgfAs > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B44KSvsbBT18BPctzUArhLU0BA4qmBIR { width:18.9375rem;height:11.625rem;top:0.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPPrD1W4VHBxpKfTBc2kk77yoHRr5Npe { width:15.625rem;height:3.4375rem;top:7.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4oVTEck3CTB1qDcHTwTwM8LM32QbqHB { display:block; }
 }@media only screen and (max-width: 763px) { #bbONlQwKNX7z2z3Ob3MOTBI3P56gFNIx { width:17rem;height:1.9375rem;top:4.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxSPgavmKfkhBA1fFWtDCt3UWk39BKrn { width:16.625rem;height:1.875rem;top:2.5rem;left:1.6875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xnRzOBOLN4U4ISqvcTvVwlo1s12hIR9m { width:18.9375rem;height:12.375rem;top:13.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpTEusPRtpp5KR6bbc43JRw21VbkfLhV { width:15.625rem;height:3.4375rem;top:21rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roTOGO9w6omrpfQxaL48e8IyF0I4ELJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #pzJ4Sodyyrn6KpIgheUyXDwVrBdghOaA { width:17rem;height:1.9375rem;top:18.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVl9O5qVkukDskx3SeTRaO0ZKi5g1713 { width:16.9375rem;height:1.875rem;top:15.625rem;left:1.53125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CgHQGuzrLd77kQksSmAvvFF3VUOnbu3m { width:18.9375rem;height:12.375rem;top:27.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdQ9s3kLktp3CcGdDbs0SnMTQsqaxcC7 { width:15.625rem;height:3.4375rem;top:35.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlqJ3n75Nd7r47Xmv4C4zXR0SDkWZBoP { display:block; }
 }@media only screen and (max-width: 763px) { #S36ZAI5x4oKANEGtufinUufMM09QWIZ0 { width:17rem;height:1.9375rem;top:32.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmZcHyB6fH8UwkaNeLcfzexHrZ6hPy5g { width:15.4375rem;height:1.875rem;top:29.875rem;left:2.3125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MKnTGNSXiegnMcN6TNcSCuIdp03t1gdn { display:none; }#MKnTGNSXiegnMcN6TNcSCuIdp03t1gdn > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rnlrwIv3ur86E85hoR8w2HCobZ3ehdPp { width:20rem;height:1.71875rem;top:0.625rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCEnkkX6AFK2hTBn0hzobDpcklGDyyhs { display:none; }#xCEnkkX6AFK2hTBn0hzobDpcklGDyyhs > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DG34sgqAflcMGxhRbSXdh9LvcvKfrBHf { width:18.9375rem;height:12.375rem;top:2.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXmFRwg3QiHyLmTMUVG8NSmk8DHcBfZT { width:15.4375rem;height:3.75rem;top:6.5625rem;left:2.28125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 { display:block; }#wiNZp0Hv0XWbCWMWvsgOiCHg8AzEail5 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWvaZwu4SgVvhMoPw0eR3Lp65CTGvl2H { width:20rem;height:1.71875rem;top:0.625rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvllIPsX9uVHShWZXnXckBoPaOBqRLTh { display:block; }#gvllIPsX9uVHShWZXnXckBoPaOBqRLTh > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1WM0FBad3iN6zCHbfecOwbgJJ4zCKSy { width:18.9375rem;height:12.375rem;top:1.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zgHeO44l8scTFVLGCaimK7N5ifgMsT { width:15.625rem;height:3.4375rem;top:9.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1dHC77leIIvZyHtc4StgRTfPiTA7tE0 { display:block; }
 }@media only screen and (max-width: 763px) { #xaVKnrQqL6xrPZpzdehNWTFJvGm5q6Wc { width:16.9375rem;height:1.96875rem;top:6.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TsVBaRhMxcXMgt84lHXlllG05IGSKM { width:18.8125rem;height:1.875rem;top:3.625rem;left:0.625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nFNGyLGbTXrOFf6ChPmC55pW1rCam2qz { width:18.9375rem;height:12.375rem;top:15.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d60kxtRyItLNEKTKIUZgDnBeogoBfyqC { width:18.8125rem;height:1.875rem;top:17.4375rem;left:0.625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gWapgk8fchEU3yk9FBvfV4p9badS9Qh2 { width:16.9375rem;height:1.96875rem;top:19.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gotkrzIv4DIUb0Lc7vA3mHr5tUtF4GV3 { width:15.625rem;height:3.4375rem;top:22.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBIqaUTV12aq9g1VGctdvOE50bnkhU3D { display:block; }
 }@media only screen and (max-width: 763px) { #OoNvCUznfXMlZfH1nOwnxVTrz75RBAEP { width:18.9375rem;height:12.375rem;top:29.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4bu8JGCkKFB5pvvl6TdfPSJs733klgM { width:15.625rem;height:3.4375rem;top:36.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5boEVcSO9QGRVdn5347uCprTaE0qTTV { display:block; }
 }@media only screen and (max-width: 763px) { #C2BRd5qXeHpfXxz80XH3CKJ1qf7FyxBE { width:16.9375rem;height:1.96875rem;top:33.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ai3Txsrulf4pH7ZFRb6qZi3HX2SJab { width:18.8125rem;height:1.875rem;top:30.8125rem;left:0.625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { width:12.5625rem;height:5.625rem;top:2.0234375rem;left:3.71875rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFE0cNiB6wVMazKSeox9hho84ay68Bfr { width:20rem;height:10.3984375rem;top:11.5234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { height:11.2206875rem;width:20rem;top:22.9921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { width:20rem;height:1.3496125rem;top:8.6171875rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hO41f9uFTHWFbTxatevo6TDaWnd40VIn { width:11.3125rem;height:3rem;top:36.4921875rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLZN1bFWoBvhSJgNyerJAWCizI5tzNLO { display:block; }
 }@media only screen and (max-width: 763px) { #uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMAMlBlx4APC2NWVny90yLhUkAZTEneB { width:20rem;height:3.75rem;top:2.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { width:18rem;height:5.5234375rem;top:8.75rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { width:12.4375rem;height:3.981325rem;top:15.5625rem;left:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { width:12.5625rem;height:2.76171875rem;top:19.5625rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { width:15.25rem;height:8rem;top:15.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RG77BREy13dTcplF1sU90du84oONrF { width:5.5625rem;height:0.125rem;top:11.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { width:0.5625rem;height:0.5625rem;top:12.625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { width:8.9375rem;height:16.375rem;top:25rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { width:5.0625rem;height:2.5996125rem;top:27.79345703125rem;left:12.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { width:0.5625rem;height:0.5625rem;top:28.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { width:5.5625rem;height:0.125rem;top:29rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { width:7.5625rem;height:1.4624rem;top:30.39306640625rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { width:9rem;height:2.92480625rem;top:36.3935546875rem;left:9rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VTS7He9hfMFew2RvW3WWV672JFkUvThq { width:4.25rem;height:2.5996125rem;top:52.6064453125rem;left:13.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA25o0bUmDohmARu25fLpqEP5zZF3RgI { width:0.5625rem;height:0.5625rem;top:34.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { width:5.5625rem;height:0.125rem;top:35rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDTWRTUNn5UTp1OM0OUFZn4eKXLWer5 { width:9rem;height:15.375rem;top:43.5166015625rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvlySxQUovEh7789r6nEAqbV8cbS4N { width:9.8125rem;height:2.92480625rem;top:55.2060546875rem;left:8.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { width:4.125rem;height:2.5996125rem;top:33.7939453125rem;left:13.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { width:6.25rem;height:1.4624rem;top:50.16015625rem;left:11.75rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { width:0.5625rem;height:0.5625rem;top:53.625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3c8uSRT5DND19UIcIeQc6sXaeReruAV { width:5.5625rem;height:0.125rem;top:53.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { width:4.125rem;height:2.5996125rem;top:47.7939453125rem;left:13.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { width:0.5625rem;height:0.5625rem;top:48.8125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { width:6.3125rem;height:0.125rem;top:49rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { width:5.8125rem;height:1.4624rem;top:25rem;left:7.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvKdgs84HceML0acrtV1MH5pRtB7kMpg { width:6.1875rem;height:1.4624rem;top:43.5166015625rem;left:6.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEvlUxELDcE1lLTZoGO1CUkhCGagOZiS { width:11.3125rem;height:3rem;top:87.0625rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0aHnOEny6CpO3NuSVZFiTImqFIQPBob { display:block; }
 }@media only screen and (max-width: 763px) { #gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { width:20rem;height:24.8554875rem;top:60.39990234375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { width:5.375rem;height:1.625rem;top:5.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNygiP4FdSf4v834oHC4gK4VhxrZVREb { width:7.5625rem;height:2.4375rem;top:7.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { width:8.9375rem;height:2.4375rem;top:7.125rem;left:10.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { width:8.625rem;height:1.25rem;top:5.5rem;left:10.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { width:5.125rem;height:2.4375rem;top:19.1875rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { width:8.6875rem;height:2.25rem;top:16.375rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { width:10.3125rem;height:3.65625rem;top:19.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { width:8.1875rem;height:2.25rem;top:16.375rem;left:0.96875rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #roR98euE7kutydWRnNQZJzybKtfsNgiD { display:flex;width:3.625rem;height:3.625rem;top:1.5625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #STItz3ywlASGqBnMqTKbkNBf4iQdchzw { display:flex;width:3.25rem;height:3.25rem;top:1.5625rem;left:12.84375rem; }
 }@media only screen and (max-width: 763px) { #xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { display:flex;width:3.4375rem;height:3.4375rem;top:12.125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { display:flex;width:3.0625rem;height:3.0625rem;top:12.3125rem;left:3.53125rem; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:10rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { width:17.8125rem;height:1.13769375rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { width:0.125rem;height:1.25rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { width:0.125rem;height:1.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { width:6.375rem;height:1.125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { width:7.0625rem;height:1.125rem;top:7.3125rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { width:6.4375rem;height:1.13769375rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }