.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { 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; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { background-color: transparent; background-image: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container > .video-iframe-container { display: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container { display: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .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); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { border-width: 0; border-radius: 0; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:14.375rem;top:0.93625712394713rem;left:0rem;overflow:hidden;display:block; }
#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { 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;z-index:auto;display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { background-color: transparent; background-image: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container > .video-iframe-container { display: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container { display: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .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); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { border-width: 0; border-radius: 0; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { color:#2b92d0;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.9371452331543rem;left:0rem;height:9.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGgoE5wWrs1EGGPmXLgBQTBd6qs8XanM { color:#2b92d0;display:block;width:24.7491875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:12.487501144409rem;left:0rem;height:3.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d7qNfKJr269VennxZumVooqAeJ3uBNaZ { background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:14.4375rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.50156211853rem;left:0rem;display:block; }
#sBd3Nr5uUbm5nuQ1Tq8kAi1yJTs0ciQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StUxgPmwqeevELL7EDBpNSK37RCCFrga { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:28.9994375rem;width:27.9998125rem;top:4.8735795021057rem;left:32.000171661377rem;overflow:hidden;display:none; }
#iDv5Op8327MWXIl2iXkFkdsM09Uus3zX { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:8.6875rem;top:20.4375rem;left:27.549999237061rem;overflow:hidden;display:block; }
#ynv3Se4H7drmNmLUcZbBS7W6rzycUNnS { box-sizing:content-box;height:4.6875rem;width:13.5625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:18.5rem;left:15.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.0625rem solid #2b92d0;border-left:0.0625rem solid #2b92d0;border-right:0.0625rem solid #2b92d0;border-bottom:0.0625rem solid #2b92d0;display:block; }
#Q8BE47CyyvrCzRf5TvdDBadSq2mhOyqp { color:#2b92d0;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:19.0625rem;left:16.5rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pi0tkgSbmHF7mSTSv2eD1Jp26m7KbkUN { color:#2b92d0;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:20.25rem;left:22.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BgfDvsNDl5LOLRhQ5VQAHNe5bEW4PXbV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:28.125rem;width:27.125rem;top:0.125rem;left:30.625rem;overflow:hidden;display:block; }
#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,248,248,0.26);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; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container { background-color: transparent; background-image: none; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container > .video-iframe-container { display: none; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row > .video-iframe-container { display: none; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .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); }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container { border-width: 0; border-radius: 0; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:60rem;position:relative;display:block; }#Kd7Wa9oWGKzrX2hTQiiWNJ1MRZv7iptx { color:#2b92d0;display:block;width:27.9368125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:28.25rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { color:#1a2025;display:block;width:26.3734375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:13.275000572204rem;left:28.25rem;height:28.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#zO3dcuXIyndsgeJa1oMwgfiPP1bM8kTR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:16rem;width:24.25rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#xENTfPZNShCCsQoxGnRLl34sbKiu2zZS { background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:13.7960625rem;height:3.42265625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.562499046326rem;left:0rem;display:block; }
#TGdDXN3pNhqmH4rgv9PPom8HJ4vEXpRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Klt6ECb9nQoVXwUDeOf0yhXq2BiosBQd { color:#1a2025;display:block;width:26.371875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:40.6875rem;left:28.25rem;height:11.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#aFLqRcSeGLgGOi8OG0ZxWCVdOiCaagFg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.5625rem;width:24.25rem;top:26.1875rem;left:0rem;overflow:hidden;display:block; }
#FB1z7TFohefL0qaU2NkHgFS7WIx19HGt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");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:none; }#FB1z7TFohefL0qaU2NkHgFS7WIx19HGt.adaptive-delivery-prevent-bg, #FB1z7TFohefL0qaU2NkHgFS7WIx19HGt.lazyload, #FB1z7TFohefL0qaU2NkHgFS7WIx19HGt.lazyloading { background-image: none; }#FB1z7TFohefL0qaU2NkHgFS7WIx19HGt > .row .container { border-width: 0; border-radius: 0; }#FB1z7TFohefL0qaU2NkHgFS7WIx19HGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FB1z7TFohefL0qaU2NkHgFS7WIx19HGt > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:none; }#HPLQmOxMLOLNroWNhybpmAorPo9dsf6f { color:#ffffff;display:block;width:27.9368125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.75rem;left:27.6875rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wczTRV5RBT1fqSBhR9tmN1EhX5o9LCdx { box-sizing:content-box;height:48.625rem;width:55.8125rem;position:absolute;display:block;z-index:15007;background-color:#2b92d0;background-image:none;top:2.5625rem;left:1.5625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#W6zCMVCT46f4RcyuE5A4H8Z1Zz2iZTHL { color:#ffffff;display:block;width:26.3736875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:16.31103515625rem;left:27.687173843384rem;height:27.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#C0btTva7z61nvy44rxwtow6I6xhdquE5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:13.6248125rem;width:20.5619375rem;top:6.75rem;left:4.375rem;overflow:hidden;display:block; }
#wGq0npPBrWsw6A0NWngtceCVqvy2qStu { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:13.896488625rem;height:3.522726125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.311786651611rem;left:4.3732223510742rem;display:block; }
#SZpWRMiMWukmMK2A0pslt7ol7ytkSpOH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NksBhT1EKTJz48Ld5IxBprht9VB26HKa { color:#ffffff;display:block;width:26.3720625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:40.833320617676rem;left:27.687173843384rem;height:11.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ABPAIEWabuJKCvB0sC4k8hDLmX3ceNcW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:11.5rem;width:20.5rem;top:23.355823516846rem;left:4.3732223510742rem;overflow:hidden;display:block; }
#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);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; }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row .container { background-color: transparent; background-image: none; }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row .container > .video-iframe-container { display: none; }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row > .video-iframe-container { display: none; }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .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); }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row .container { border-width: 0; border-radius: 0; }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:60rem;position:relative;display:block; }#yfLS7JbNuH8CK7lmEqmbCoC66eLBZEhk { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:17.1875rem;width:19.25rem;top:7.375rem;left:0rem;display:block; }
#OV4FDizVihMvlBcfDFOUP2eBzZtAhB3B { color:#2b92d0;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:4.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.606250762939rem;left:21rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jwb0CSGFspmca9c6JNdIyWzHLGtwawcG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.875rem;width:20rem;top:25.875rem;left:20rem;overflow:hidden;display:block; }
#KUy9ED7VhmgrPmB5H7zVLdG60vApqXNi { color:#1a2025;display:block;width:13.1234375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:50.625rem;left:23.438282012939rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSTWGiMAARTaoGE9Rnx9xSUZ2cFfsn17 { color:#ff8200;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.75rem;left:25.4375rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zp7m2Ei4sfx6Q7CNWh9JDCTu0kGtvuqA { color:#1a2025;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:1.6875rem;left:0rem;height:3.325rem;text-align:left;text-align-last:left;font-style:normal;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; }
#hVJEpP1oJAQuWN7Gh5BNpVHvohl248LQ { color:#ff8200;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.5625rem;height:4.63125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kkI0oQSAEaCt70CJe3x80dG3fDNXAQSV { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.981246948243rem;left:2.2117195129394rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqmiLV7QmmtZQdLFhgrV5pRM00KqJdqo { color:#1a2025;display:block;width:4.93685rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:46.25rem;left:21.0625rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bqilpRp8kgITUC3SkrmqbJaoPLZTh5Zt { color:#1a2025;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.5625rem;left:21.375rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VUAXTpJTegsST7cFqf0VMwFSGuwmkngE { color:#1a2025;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:30rem;left:42.9375rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QLp0Bq3JPzhlc22QUHtEU5wBllW3AvO3 { color:#ff8200;display:block;width:17.1859375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.4375rem;left:42.5rem;height:3.16875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MyGBZg4qfoMW4BunFKL7VvVbe6DS2NrX { color:#2b92d0;display:block;width:6.6875rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.367959976196rem;left:6.65625rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwGUWKbJ99FeD5bfhsVDDmL2adtrJpq8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.4375rem;width:18.75rem;top:32.8125rem;left:0rem;overflow:hidden;display:none; }
#OiRPb8r5JS13bhGsTtnJ3EgbhpeEKRVr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5rem;width:19.4375rem;top:41.6875rem;left:0rem;overflow:hidden;display:block; }
#goig2KcqkupT2E2PvPTt6MfsFHp6M71k { position:absolute;display:block;z-index:15011;height:13.8125rem;width:19.3125rem;top:11.606250762939rem;left:40rem;display:block; }
#sbyuCf5DsZkMNza0Ff4Wrnxog9DTqsrq { color:#2b92d0;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:48.4375rem;left:42.40625rem;height:6.075rem;font-style:normal;text-align:left;text-align-last:left;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; }
#przZhrJWscynpVneu5vBNPnl901HSsVy { color:#1a2025;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:43.8125rem;left:42.8125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#utzsJi5Zs1DtEiNEPqirumGvqTZxmn7D { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:58.3125rem;left:1.5625rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#waRuMzAR2JmJTQ0prG81VCS8wazmArA3 { color:#ffffff;display:block;width:15.3115rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:65.875rem;left:22.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEhzp5wIAowyvD8B8arrNhZ7gdvtfHqp { color:#2b92d0;display:block;width:17.184375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:63.375rem;left:1.4375rem;height:5.7rem;font-style:normal;text-align:left;text-align-last:left;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; }
#eAOL4bbPKFplnqyMEpww6pMcAE4NpNZP { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:17.1875rem;width:19.25rem;top:7.375rem;left:20rem;display:block; }
#eoedXa4fiXKTTXGea0wBbv0w0TczlkcJ { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.887500762939rem;left:22.21875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DErNxACg83tynwdWs6aykzN2TfhepAnS { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:15.125rem;width:19.25rem;top:25.6875rem;left:0rem;display:block; }
#RsHuhqOuUSfwb3QVksIVXxodlit9guuN { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:33.25rem;left:1.25rem;height:3.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZdKCGpPDTehLpC3ATiThK4eQUTi4lasr { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:15.125rem;width:19.25rem;top:25.875rem;left:40.75rem;display:block; }
#cWCUOKUcCGir0JgZvQniHXVS4gMBp3Pt { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:13.875rem;width:19.25rem;top:42.25rem;left:20.375rem;display:block; }
#CtLCSUxBakzRPwm7RXTQwczKkMbhrB8Q { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:13.875rem;width:19.25rem;top:42.25rem;left:40.75rem;display:block; }
#LryN16QBohhS99yA2eZRZS4U1R3IUppI { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:14.5625rem;width:19.25rem;top:57rem;left:0rem;display:block; }
#ClGBRGZSgu69VlPtM6rUZlMp0IU5gHO3 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:17.1875rem;width:19.25rem;top:7.375rem;left:20rem;display:none; }
#uVpWadoMwo9cdWUtB0BlVM8UqhLgce4a { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.16) ;height:17.1875rem;width:19.25rem;top:7.375rem;left:20rem;display:none; }
#LM0D7XEQUg0ndIvsuv8fdE1uAxX6dZCm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.875rem;width:33.625rem;top:56.4375rem;left:21rem;display:block; }
#DPMyU5wDvMhVZgHqTEPqh5whcbndIQBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,248,248,0.88);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; }#DPMyU5wDvMhVZgHqTEPqh5whcbndIQBB > .row .container { border-width: 0; border-radius: 0; }#DPMyU5wDvMhVZgHqTEPqh5whcbndIQBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPMyU5wDvMhVZgHqTEPqh5whcbndIQBB > .row .container { font-size:0.875rem;font-family:arial;height:76.0625rem;width:60rem;position:relative;display:none; }#tCN2QxIS5mnRxnnHD6hgJKZTUzXWl3Cv { position:absolute;display:block;z-index:15001;background-color:#2b92d0;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.1875rem;width:19.25rem;top:7.375rem;left:0rem;display:block; }
#yTVC5Tb39kbNHvQCP3x4UdfC9LPRBzdz { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:4.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.606250762939rem;left:21rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GguBCleuOQVaFLInZHlBqxelB5xQkZwW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.875rem;width:20rem;top:25.875rem;left:20rem;overflow:hidden;display:block; }
#APUmXNLtBPvQcEm71nWycf3JiU55xMOg { color:#ffffff;display:block;width:13.1234375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:50.828125rem;left:22.907032012939rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2NKpoTMEbepHBL82aLoMdwCsP7nPGyS { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.75rem;left:25.4375rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrEZwApnTTScgcZ1vbaH0vktRxmFcHrh { color:#1a2025;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:1.6875rem;left:0rem;height:3.325rem;text-align:left;text-align-last:left;font-style:normal;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; }
#ulDTdv8Gq2d25mVmzkTdUeiIhKx5MyyH { color:#ffffff;display:block;width:15.31175rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0.875rem;height:4.63125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aswTs7qcdcqyg93UCo534Ok0w9hOuEhC { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:15.8125rem;left:1.03125rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XqrbrTuBTWGnegriqk3grDRQ22GvNmxL { color:#ffffff;display:block;width:4.93685rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:46.25rem;left:21.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9E4aW75TAf6d9InrcPnCV416gCyTDPt { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.5625rem;left:22.5rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZCiEQleNI2pgndEaRZO0FIaLxeHMauN { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:29.1875rem;left:42.5rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FM7kixWwGfDSiZdX1IkTx0Mz8fWvehKB { color:#ffffff;display:block;width:17.1859375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.6875rem;left:42.5rem;height:3.16875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MMU94KmI7gcBwr8Lyzfyrzh3eyaiSJqO { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.625rem;left:1.25rem;height:5.11875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Er85Rb0iDhDruJsi4aTUzHOEWw3lwqdK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.4375rem;width:18.75rem;top:32.8125rem;left:0rem;overflow:hidden;display:none; }
#mlQiTwyoTxgMBteDS7lfOGCQM55yoHrP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5rem;width:19.4375rem;top:42.25rem;left:0rem;overflow:hidden;display:block; }
#mIEseNf59aGmyrpPchv2CV8vK9KEKtmz { position:absolute;display:block;z-index:15011;height:13.8125rem;width:19.3125rem;top:11.606250762939rem;left:40rem;display:block; }
#rGakZXU1pThNUTuwbonnqnRwG9lMOAP8 { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:48.4375rem;left:42.40625rem;height:6.075rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ehEIkXK5UIuhqNs1fRnoDUivCdJtrMDz { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:43.8125rem;left:42.8125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vGZpRwB4AAIhfg9wfh95TzlfTGn8G55r { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:58.3125rem;left:1.5625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wZCW6RuNeRNTJTVTuyeTU9Tsm6PKrbnT { color:#ffffff;display:block;width:15.3115rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:65.875rem;left:22.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8TrlvGSN6LlsQFKFMATinA3BIwB5qeU { color:#ffffff;display:block;width:17.184375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:63.375rem;left:1.4375rem;height:5.7rem;font-style:normal;text-align:left;text-align-last:left;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; }
#foqIu01UZL7GkmOClIT76oWnoBUNDwgk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:61.1875rem;left:41.3125rem;height:1.3rem;display:block; }
#mZ273rNnlZXDGwTpbLN2AArr12nVG3sa { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.3125rem;width:39.8125rem;top:57.3125rem;left:20.1875rem;display:block; }
#TDXONg9KsAzWR0VqrVD6n54vK7MssOE3 { position:absolute;display:block;z-index:15004;background-color:#ff8200;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.1875rem;width:19.25rem;top:7.375rem;left:20rem;display:block; }
#ThcPE55kp0roV23OVETcr5VHlQZhexkk { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:17.887500762939rem;left:22.21875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S9m1VOvuIKBi33OS7rAqh891C8GFFlwk { position:absolute;display:block;z-index:15004;background-color:rgba(43,146,208,0.74);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.125rem;width:19.25rem;top:25.6875rem;left:0rem;display:block; }
#T8UP3HeMlko2BnE7R3frwVoQLt3M0bgR { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:33.25rem;left:1.25rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oXX5cpzVstZ2FTf01khog1GvWwqOo9u0 { position:absolute;display:block;z-index:15004;background-color:#2b92d0;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.125rem;width:19.25rem;top:25.875rem;left:40.75rem;display:block; }
#epwuQUDJd6F6d5dpkHWPWoTKRqxX1xuJ { position:absolute;display:block;z-index:15000;background-color:rgba(43,146,208,0.74);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.875rem;width:19.25rem;top:42.25rem;left:20.375rem;display:block; }
#J8UASGoruknFWxQtnzkUaR0Xz3wuo7rg { position:absolute;display:block;z-index:15007;background-color:#ff8200;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.875rem;width:19.25rem;top:42.25rem;left:40.75rem;display:block; }
#OMT16tm0Jbzu9Iukpxh997TG6IQXCS3g { position:absolute;display:block;z-index:15007;background-color:#2b92d0;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.5625rem;width:19.25rem;top:57rem;left:0rem;display:block; }
#EysuAAwkr6DlET26i0HTW3Hv3HQS4rnv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.25rem;width:39.9375rem;top:57.125rem;left:19.960478199719rem;overflow:hidden;display:block; }
#MoJWozHRZu208Fn0ATfK6Tb7xQ6IPM61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MoJWozHRZu208Fn0ATfK6Tb7xQ6IPM61 > .row .container { border-width: 0; border-radius: 0; }#MoJWozHRZu208Fn0ATfK6Tb7xQ6IPM61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MoJWozHRZu208Fn0ATfK6Tb7xQ6IPM61 > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:60rem;position:relative;display:none; }#doSmz4t6qmAW9sDATzc67R2Je13QbkFw { position:absolute;display:block;z-index:15001;background-color:#2b92d0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13rem;width:19.125rem;top:3.625rem;left:0.125rem;display:block; }
#ZKnaPisQA223eIdoP6Ld26qEWO51Uei2 { color:#ffffff;display:block;width:13.9985625rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.75rem;left:3.125rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydA9gTbHCm7ASNQvkLNbgwRW0q20Uz1f { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:27.3125rem;left:2.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#blgLdbrBdpNO7F5bNmk6cahFcTqXHbaE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.625rem;width:19.5625rem;top:17.25rem;left:20.125rem;overflow:hidden;display:block; }
#ThNwc2Zugn8TPfiNikBebW5sh2eEoclP { position:absolute;display:block;z-index:15004;background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.1875rem;width:19.1875rem;top:32.6875rem;left:40.6875rem;display:block; }
#hLQOhdtned2GLkENZavU5R8oQRTIgGJE { color:#ffffff;display:block;width:13.1241875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:39.3125rem;left:43.625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvOivvNviBudB3wgiDzo5GtB4iUTAoVb { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.625rem;left:45.062501907349rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToaKvJythbJiacJ1QTVBrMfRt874Eq04 { color:#2b92d0;display:block;width:17.4369375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:5.75rem;left:21.4375rem;height:6.65rem;text-align:left;text-align-last:left;font-style:normal;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; }
#nreuVPxQnV0TQDTff6wibCsSQS3fmso7 { position:absolute;display:block;z-index:15005;background-color:#2b92d0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:19.75rem;top:32.8125rem;left:20.125rem;display:block; }
#glvX6N5tJ26ebHRQ0eqb0Zn5Mm6RC45V { color:#ffffff;display:block;width:15.311875rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.5rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDmVFD8x1oadTfT0T9pMoyHxCa56uVuL { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10rem;left:2.8125rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8oB0XT2PM4SWN3KWKDsAbm1eFbx7pTT { color:#ffffff;display:block;width:4.93685rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:36.096355438233rem;left:40.687501907349rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItR5nKcVDx0LnPl3fLFf7PndFHqiSTcU { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.0625rem;left:7.625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTZb8ZWgRp6Leiun75m5k9af1yZg9KSW { position:absolute;display:block;z-index:15002;background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.6875rem;width:19.1875rem;top:17.3125rem;left:0.125rem;display:block; }
#w4cQUX6iAxyKO7A7PyDH6IEUW7JbQsU5 { color:#ffffff;display:block;width:12.562125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:35.4375rem;left:23.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6B8636lU9TgSvuKppJ8IEqDM18Dk9cP { color:#ffffff;display:block;width:17.186625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:38.6875rem;left:21.5rem;height:3.16875rem;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; }
#VdGyyQWhRZIXmBBbHmpkUZknOEBwFFIG { position:absolute;display:block;z-index:15005;background-color:#2b92d0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.625rem;width:19.4375rem;top:17.3125rem;left:40.5625rem;display:block; }
#LlCh1M99g8oI31IgsxZxxI3CDfUqi7zA { color:#ffffff;display:block;width:15.311875rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.25rem;left:42.5rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxTaeUmZlGyFVLbxkvNWvfTTBQQItBVN { color:#ffffff;display:block;width:16.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:24.5rem;left:42rem;height:3.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egLsGXgdpfDtX0n7dPsQgUTDamhkeyoh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.4375rem;width:18.75rem;top:32.8125rem;left:0rem;overflow:hidden;display:none; }
#WUqI67ytT4fIAv3KRRBpOHmSPrlwQfzb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:19.4375rem;top:33.186610221863rem;left:0rem;overflow:hidden;display:block; }
#GwLp69SUkW820VKNqz3WEyiXtQPduLTc { position:absolute;display:block;z-index:15011;height:13.8125rem;width:19.3125rem;top:3.34375rem;left:40.6875rem;display:block; }
#hlTs85PirbOcnnvvmxEzut6Gi06AMd1X { position:absolute;display:block;z-index:15006;background-color:#2b92d0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:19.75rem;top:47.75rem;left:0rem;display:block; }
#d498TXdry49sZKD1QuPM9aTRrcW7Eotx { color:#ffffff;display:block;width:17.1865rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:53.1875rem;left:1.40625rem;height:6.825rem;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; }
#DypVHdkHSb5dGsKmZDRRwQs9PyFTy6zs { color:#ffffff;display:block;width:16.249rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:48.9375rem;left:1.875rem;height:3.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvwhKKlLgh8pDesDaBUqiItePCJZrz47 { position:absolute;display:block;z-index:15003;background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:19.1875rem;top:47.90625rem;left:20.40625rem;display:block; }
#u8GubS5SpkDT1xZdCdz1HtXeAyGOx4rK { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:48.849609375rem;left:21.5625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CkpoLiJutxm7msStgTIxc4KUbP78d4ze { color:#ffffff;display:block;width:15.3115rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:54.283203125rem;left:22.3427734375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxUFrwxOXtubDLfpKIM6FavkgM19Dsxf { color:#ffffff;display:block;width:17.1855625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:53.1875rem;left:21.40625rem;height:6.3375rem;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; }
#s7DIBztrfsaoL0nSqMPU4aP82ZQqS2BB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:49.5986328125rem;left:41.28125rem;height:1.3rem;display:block; }
#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { 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; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { background-color: transparent; background-image: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container > .video-iframe-container { display: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container { display: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .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); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { border-width: 0; border-radius: 0; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { font-size:0.875rem;font-family:arial;height:118.625rem;width:60rem;position:relative;display:block; }#WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { color:#2b92d0;display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { color:rgba(26,32,37,0.9);display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.3125rem;left:0.0625rem;height:5.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { color:rgba(26,32,37,0.9);display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:33.625rem;left:31.5625rem;height:5.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { color:#2b92d0;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.0625rem;left:31.625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { color:rgba(26,32,37,0.9);display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:51.125rem;left:0.4375rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { color:#2b92d0;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:46.9375rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pk7pI6EKrWULydxuBCh5ozPRXo3rkqOE { color:#2b92d0;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:64.75rem;left:30.9375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0U8vomemZEPqgNVhvKrW6Vr4CKIMaBq { color:rgba(33,34,38,0.9);display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:68.5rem;left:30.9375rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RP7iN19xryQlSRDRh7tmxETfZG10xEdz { background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:14.43675rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:112rem;left:22.78125rem;display:block; }
#g3BwXK3KrFDcsEnPcy2MFZIBByzCzaJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCAAPpVNxsTXDe2s7fIo3Cx6zTofhQC5 { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15001;background-color:rgba(255,130,0,0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#KsiQ58dT4rQ3RdnHmzOzrVKTpEDqgOzk { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15002;background-color:rgba(43,146,208,0.17);background-image:none;top:14rem;left:42.6875rem;display:none; }
#fLdx4wzlIC2r9Fo8IicI0ZyuJPe5s9Pp { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15001;background-color:rgba(255,130,0,0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#bLhtll8qF0FPAVdGS09W8PiCXpe3mB1E { color:#1a2025;display:block;width:56.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:2.22265625rem;left:0rem;height:3.325rem;text-align:left;text-align-last:left;font-style:normal;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; }
#T857SxEqzVdU1t5VFlq5fo1dhvRTnrQh { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:21.8125rem;top:4.9375rem;left:32.4375rem;overflow:hidden;display:block; }
#gyBWhcXruzQRZwb0iWQhFqD7CVWvoPwh { position:absolute;display:block;z-index:15032;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:17.4375rem;width:24.1875rem;top:25.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#r8WVKcwB2LdbQhZ9Xu8p3yDUI92g0Gqq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:15.8125rem;top:95.625rem;left:2.6875rem;overflow:hidden;display:block; }
#KoxUxiihOP702zPVhBxc1hmmouDbc17z { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:14.3125rem;top:63rem;left:5.0625rem;overflow:hidden;display:block; }
#iC9PS8VKxdrXoTzF1Kv8LJTfihUce7Bo { color:rgba(33,34,38,0.9);display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:85.5rem;left:0rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxAlz0assGykG9ZO4vy2F9dSAkDJQV0K { color:#2b92d0;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:81.75rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HpqWO74ZZE514t5f66JWm56URXahJyq7 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:16.6875rem;top:81.75rem;left:35.5625rem;overflow:hidden;display:block; }
#vrQfLQ5eWVZeNGvTHb1eWZ8XCI63gTxw { color:rgba(33,34,38,0.9);display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:105.1875rem;left:33.25rem;height:3.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SceVGMwNeILkglCfxTGOidx14WV3VraP { color:#2b92d0;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:101.4375rem;left:33.25rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWGMSRiU04oPBiEXXFRT936Ep2cu8Szi { position:absolute;display:block;z-index:15036;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:20.1875rem;width:21rem;top:40.5625rem;left:33.875rem;overflow:hidden;display:block; }
#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.06);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; }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row .container { background-color: transparent; background-image: none; }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row .container > .video-iframe-container { display: none; }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row > .video-iframe-container { display: none; }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .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); }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row .container { border-width: 0; border-radius: 0; }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:60rem;position:relative;display:block; }#dq8N5CZ9Fc7MwQfEXmAqDKQdoBo9FCZA { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6.6875rem;left:17.125rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zl8lUXcmZs3u4TMNLp0DNUIhChUC6oyl { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:14996;background-color:#ff8200;background-image:none;top:9.25rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f3MxMsl5U08odbrmCupW7IQwSPCxmo0T { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(43,146,208,0.53);background-image:none;top:7.75rem;left:10.8125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#IlBuFsLUV5k9aMPWmndobsh9xIB3TPQC { color:#ffffff;display:block;width:1.371875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:13.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4UpIgtza2bH8vWKxDsrP2AIOyzbrLhT { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#oRAhL6Wg4ak2FrlNFGOR7kTUmfT16N9v { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#fRkGyotQeLJgEbcIKKzhLlFTVNfWV3LE { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#qqwJJ5Rp5RchMwSmaBC3ng7aTM1zCSdQ { color:#1a2025;display:block;width:56.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1359386444092rem;left:1.625rem;height:3.325rem;text-align:center;text-align-last:center;font-style:normal;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; }
#xNTfUO87PuZTHnfIkvLTkKIZE865F7sP { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.1875rem;left:16.3125rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebuIoaBAnWiJz1qcAtulgcAZacTHgwZa { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(43,146,208,0.6);background-image:none;top:16.125rem;left:10.8125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#OTi4yHbU4g7Tdc4wtk5N00MDq8Nv5aHA { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:15000;background-color:#ff8200;background-image:none;top:17.625rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C9UUbEo6rXP26dQ0W0TR0D7EoaZ3zzHm { color:#ffffff;display:block;width:1.371875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.25rem;left:13.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x871LI1Ry61oLT67Ev6gzZat0ymTlqXF { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(43,146,208,0.73);background-image:none;top:24.25rem;left:10.8125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#cbFLBqezUwP1m4UucmqHbAXyOzxTpqoF { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:26.3125rem;left:16rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmzANsUVKRbD4TQD9G1iQvJWXlrAObs3 { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:15004;background-color:#ff8200;background-image:none;top:25.75rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bCSGtoUi6mu4JqeimfAfrzH2CGXCbeyP { color:#ffffff;display:block;width:1.371875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.375rem;left:13.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTfkwuUPNk0hTAXpdfiNNKCqXyyUU3g8 { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(43,146,208,0.81);background-image:none;top:32.5rem;left:10.8125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#vWoKRZTpgpkPTf0wT1s0x1UH93O2mi0D { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:33.5rem;left:19.6875rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QymfM9KToTttsCu55ZeE2LqnTC93a2XT { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:#ff8200;background-image:none;top:34rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xppLNt3QtFqvS6zqZ2yBnnfLaAILHg9Q { color:#ffffff;display:block;width:1.371875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34.625rem;left:13.1875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vbycs6OQUk4fnVCyK3ifhGxPF6SKc1PM { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:15005;background-color:#2b92d0;background-image:none;top:40.6875rem;left:10.8125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#JBXdq3wWQZHZb5qP8TTDJK8eT92eNyLb { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:41.6875rem;left:16.6875rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTdgxrQQTisbTwTQxlQEimQSsDm6Fkem { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:15012;background-color:#ff8200;background-image:none;top:42.1875rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UoNWD1SvLOW4PkHo0I7XoPPUScFB2NLG { color:#ffffff;display:block;width:1.371875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.8125rem;left:13.1875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxhbUKFJPmK3A6V4ciL1FHIeQp7dPZNd { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:14996;background-color:#ff8200;background-image:none;top:9.25rem;left:13.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#F7lgku9ti0qefObH0Lm98966iyza3Zxi { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(43,146,208,0.6);background-image:none;top:16.125rem;left:12.125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#WcFqHaEvaDC42iPGAldOG41bzNFphQTX { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:14996;background-color:#ff8200;background-image:none;top:9.25rem;left:13.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#KCxFxWd04IMFlrggVr0K0ggOyz4shIeZ { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(43,146,208,0.6);background-image:none;top:16.125rem;left:12.125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#u8qnxJDWkSsz0N5xxAgBVyeCTPmyAaTP { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:14996;background-color:#ff8200;background-image:none;top:9.25rem;left:13.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#R0qtc1AiVhFQ7rA56usl8yKvw1heThXg { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(43,146,208,0.6);background-image:none;top:16.125rem;left:12.125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#aA8benTBAMZzih9plOnDO30sue0vvPuT { box-sizing:content-box;height:3.24921875rem;width:3.24921875rem;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:14996;background-color:#ff8200;background-image:none;top:9.25rem;left:13.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.06);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;z-index:auto;display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { background-color: transparent; background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .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); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { border-width: 0; border-radius: 0; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#luAaQLqy5tJXkgPSJW0hq7yKtp2WnfwC { background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:14.434375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.09375rem;left:22.782032012939rem;display:block; }
#Lx2HmIk0pOQC3sc3cgHO5K6WdDz3Lfli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row .container { border-width: 0; border-radius: 0; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row .container { font-size:0.875rem;font-family:arial;height:82.5625rem;width:60rem;position:relative;display:none; }#xkHU2sP9qQwZp2d8wJeZq3BFsBliHH1q { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4358978271484rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CE7Xfc6JODSw7yKLJrO2XllI2kQyoxM1 { color:#2b92d0;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25rem;left:0.9375rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGHwiAygOz9CXc48mZ1cLyxTqgPRI3E3 { color:rgba(33,34,38,0.8);display:block;width:15.1855625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:29.998046875rem;left:0.9375rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aKbLFIgraeAQwTtAlBP2H4ilQIdksLrT { color:rgba(33,34,38,0.8);display:block;width:17.872875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:29.998224496841rem;left:21.778228759766rem;height:6.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8sfhUkEmDDTwmToE2G7TgXFyCvcHToa { color:#ff8200;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.9990234375rem;left:21.7763671875rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbBxlB3tL7impJ0K2f9UlcvI1pFla9af { color:rgba(33,34,38,0.8);display:block;width:15.37375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:29.200101852417rem;left:42.687320709229rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ASumECkmWF6FRySweGziL3Ocbp4Vnogg { color:#2b92d0;display:block;width:15.374625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.99910736084rem;left:42.27982711792rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ifTVC7GMGxrwUD506cKeu8mEaAZs8NCk { color:rgba(33,34,38,0.8);display:block;width:16.937125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:55.25rem;left:21.5rem;height:12.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UN3CXcsJfpNIfoMkauoZW67qXcnVxeHE { color:rgba(33,34,38,0.8);display:block;width:14.5623125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:55.248579025269rem;left:42.687320709229rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCCiRRcUxNaaoRUm83VodOeETr7K5MdJ { color:#2b92d0;display:block;width:18.8725rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:51.937139511108rem;left:21.276630401611rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNFlWANc3DHMufTbkZb8xOrFoKsdH3LP { color:#ff8200;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.936250686646rem;left:42.811611175537rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogtRyy4FfUdkF6Wo6uFzw4KfPDocbWbA { color:#ff8200;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.937143325806rem;left:0.78125rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTztPDTN4R6V0lqfLKqmALGaQPFiuRNo { color:rgba(33,34,38,0.8);display:block;width:15.37375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:55.248579025269rem;left:0.9375rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J0789iKCHfX0rT2fpI5WZVAIKMMTrPOv { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15000;background-color:rgba(43,146,208,0.17);background-image:none;top:14rem;left:0.9375rem;display:block; }
#SRXKT5csUpPuHolGHckGArVt1KvADl9k { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15001;background-color:rgba(255,130,0,0.17);background-image:none;top:14rem;left:21.75rem;display:block; }
#AAG5X51Tog9odzuVI3HPI6t7rxefPiML { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15002;background-color:rgba(43,146,208,0.17);background-image:none;top:14rem;left:42.6875rem;display:block; }
#BCOJJQnwLxlgRK0K6UmzTzot2ngJleZW { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15002;background-color:rgba(255,130,0,0.17);background-image:none;top:40.9375rem;left:0.9375rem;display:block; }
#EF5TIlxN9giWB0C74pJqEC8NbnB7nJGi { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15004;background-color:rgba(43,146,208,0.17);background-image:none;top:40.9375rem;left:21.5rem;display:block; }
#eAL5H87KByMoIsQ9lhgVkzmI8CRdEmz1 { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15006;background-color:rgba(255,130,0,0.17);background-image:none;top:40.9375rem;left:42.6875rem;display:block; }
#DFx3psVmWw3AZ01BXQygeZSpc25FJ64Z { background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:14.437125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:74.311965942381rem;left:22.780536651611rem;display:block; }
#H0MHXgzFP8HG2uCr5IA15PhChGgHoAo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrvOiZVKFNTmDQ8WCMo4KbJatMBSyNZg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6242875rem;width:2.6242875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:44.374111413956rem;left:4.3705596923828rem; }
#Jpf5pQqgLrLl68mT6qyB7q5VwsQtURTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81214375rem;width:3.81214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.558061122894rem;left:24.592502593994rem; }
#xheaVnLd6389FHz03PoPEgNZVJrZPEZA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17rem;left:45.874462127686rem; }
#EnH1cTM4ee4CHcOk5uTv2kVkXvFyzmUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.009410142899rem;left:24.590732574463rem; }
#iETuyTtkLQimRha8EewTVVa4ew0brWIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.125rem;left:24.6875rem; }
#PFgEZl2KoXZbHV0u7tzPT0aryvx4uoE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:44.125rem;left:45.875rem; }
#QJeruSoT0U0n11A8pq0tfAcrssr44RBd { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15001;background-color:rgba(255,130,0,0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#XOTM1fmIF49rK74rJtouFvGTvB0ZoRNN { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15002;background-color:rgba(43,146,208,0.17);background-image:none;top:14rem;left:42.6875rem;display:none; }
#Gf64COaJK5reIQnPcgOUkTBef4bwfLWa { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;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:15001;background-color:rgba(255,130,0,0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#TstJZKL7TCg69FzzUcEzLIbgLLklVyt7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.775033950806rem;left:3.8730430603027rem; }
#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.06);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; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row .container { border-width: 0; border-radius: 0; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;position:relative;display:none; }#lzFtBDtSuHzKNhQVbIuWqST9tTa1QB1r { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8369140625rem;left:20.5rem;height:5.2rem;font-style:normal;display:block; }
#AEtJlTSKhCAONnHifCnb27SsarKQlgfB { color:#2b92d0;display:block;width:38.3744375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.224609375rem;left:12.561256408691rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4scK8MNRdknHXBiD2IHm78QAlMwaIzx { color:#ffffff;display:block;width:26.4994375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.25rem;left:20.5rem;height:1.3rem;font-style:normal;display:block; }
#z2ag0BtF2h5s1ASOEiUC3ELPcnSQJqSu { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.1875rem;left:20.4375rem;height:2.6rem;font-style:normal;display:block; }
#knFcTv9X92TlWoP5voT6shalE1APrZNO { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.3125rem;left:20.75rem;height:1.3rem;font-style:normal;display:block; }
#TUHlBQdkStyt5pxO76oMGZkWrHa7VRaL { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:39.1494140625rem;left:21.1845703125rem;height:3.2rem;font-style:normal;display:block; }
#RMRiOXK5xPBRieNtiVbcoxnKBKaLNoGV { box-sizing:content-box;height:3.2492875rem;width:3.2492875rem;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:14996;background-color:transparent;background-image:none;top:11.75rem;left:11.5625rem;border-top:0.0625rem solid #2b92d0;border-left:0.0625rem solid #2b92d0;border-right:0.0625rem solid #2b92d0;border-bottom:0.0625rem solid #2b92d0;display:block; }
#sKQkEr9nDy1wlPoQvEK677ZcOeFaKG9i { box-sizing:content-box;height:4.625rem;width:31.625rem;position:absolute;display:block;z-index:14995;background-color:#2b92d0;background-image:none;top:11.125rem;left:18.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#a6FGv9FyJSEeEIImiQQGgyoCpwTxmf9x { color:#2b92d0;display:block;width:1.3725125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:12.5rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXN4eWWZq16Ok8BUwDnKqnXR8HbeIwDN { box-sizing:content-box;height:4.3125rem;width:31.5rem;position:absolute;display:block;z-index:14993;background-color:#ff8200;background-image:none;top:17.75rem;left:18.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#SqXpssu28N1nxXKABP5LIUQdigyPp4fI { box-sizing:content-box;height:4.3125rem;width:31.6875rem;position:absolute;display:block;z-index:14991;background-color:#2b92d0;background-image:none;top:24.1875rem;left:18.25rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#hS5gbxUy0V8vFTZ0cJoeed7LCk2CpuFs { box-sizing:content-box;height:4.3125rem;width:31.6875rem;position:absolute;display:block;z-index:14999;background-color:#ff8200;background-image:none;top:30.8125rem;left:18.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#BEiEdBkdCpVEM1PidFfgw5Z7ekRQC6AT { box-sizing:content-box;height:7rem;width:31.6875rem;position:absolute;display:block;z-index:15000;background-color:#2b92d0;background-image:none;top:37.249643325806rem;left:18.312320709229rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#wvchGIL3LP3ZZfIKvUTWdpQ3O7lxTmAq { color:#ff8200;display:block;width:1.371625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.999645233154rem;left:12.562141418457rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJfIaspacUuhPrbW9SSROPWlLR8BZCpJ { box-sizing:content-box;height:3.2484rem;width:3.2484rem;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:14997;background-color:transparent;background-image:none;top:18.25rem;left:11.5625rem;border-top:0.0625rem solid #ff8200;border-left:0.0625rem solid #ff8200;border-right:0.0625rem solid #ff8200;border-bottom:0.0625rem solid #ff8200;display:block; }
#EGBwVuMTeDySfIpT6WH7sTsJ5V8C9zLF { box-sizing:content-box;height:3.0625rem;width:0.0625rem;position:absolute;display:block;z-index:14990;background-color:rgba(33,34,38,0.72);background-image:none;top:15.134571358154rem;left:13.187496185302rem;display:block; }
#XrRT8V5DLyCqeO4FMBwtNdciPveLWMbn { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#XSCAA4BhgwlQSq8FNz5a8SQmIP9aDd6f { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#zstS686ozyWKsgIKWKkfBB2qxRynF9OG { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#U2hfTQBkhEJfl6x1cbfeEsBuRmbSaNX2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37446875rem;width:3.37446875rem;top:3.0884230136871rem;left:3.1249961853027rem;overflow:hidden;display:block; }
#FxWzlxOVlMch4KnxeGN4TAlxSUQT44lH { box-sizing:content-box;height:3.2484rem;width:3.2484rem;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:14998;background-color:transparent;background-image:none;top:24.68678855896rem;left:11.560722351074rem;border-top:0.0625rem solid #2b92d0;border-left:0.0625rem solid #2b92d0;border-right:0.0625rem solid #2b92d0;border-bottom:0.0625rem solid #2b92d0;display:block; }
#LR4CSCNiklNcn7WQX2qh87yTrLhVpIqK { color:#2b92d0;display:block;width:1.371625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.427379608154rem;left:12.555038452149rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxLW5svNZmM4sZpRaUFEy8woxUpTEdF2 { box-sizing:content-box;height:2.875rem;width:0.062144875rem;position:absolute;display:block;z-index:14991;background-color:rgba(33,34,38,0.72);background-image:none;top:21.748933553696rem;left:13.210224151611rem;display:block; }
#Rc0fPKOR33C9BtXRW1TFtAnczaHmN50w { box-sizing:content-box;height:3.2484rem;width:3.2484rem;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:14999;background-color:transparent;background-image:none;top:31.375rem;left:11.625rem;border-top:0.0625rem solid #ff8200;border-left:0.0625rem solid #ff8200;border-right:0.0625rem solid #ff8200;border-bottom:0.0625rem solid #ff8200;display:block; }
#n0THU9Jfi8G84A50em09UVxGavxRLb2c { color:#ff8200;display:block;width:1.371625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.0625rem;left:12.5rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMGCoOPWvSbL0K7i65DVqT4p95U02d8f { box-sizing:content-box;height:3.06196875rem;width:0.061257125rem;position:absolute;display:block;z-index:14992;background-color:rgba(33,34,38,0.72);background-image:none;top:28.186256170273rem;left:13.211112976074rem;display:block; }
#Tmwrp7KaWtGa7yDla2d89yd1U2P0APHh { box-sizing:content-box;height:3.2484rem;width:3.2484rem;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:15000;background-color:transparent;background-image:none;top:39rem;left:11.625rem;border-top:0.0625rem solid #2b92d0;border-left:0.0625rem solid #2b92d0;border-right:0.0625rem solid #2b92d0;border-bottom:0.0625rem solid #2b92d0;display:block; }
#NQdwAun0wVs1UCmyRfQmTTeK6p7v2ff4 { color:#2b92d0;display:block;width:1.371625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.75rem;left:12.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xlbaqZbLahtFJBhLCwuLrugWw1VeHO6w { box-sizing:content-box;height:4.0625rem;width:0.061257125rem;position:absolute;display:block;z-index:14993;background-color:rgba(33,34,38,0.72);background-image:none;top:34.86843085289rem;left:13.211112976074rem;display:block; }
#ekJrIqDZDVLTfx2ndsPsMia9mFamRN2a { box-sizing:content-box;height:2.875rem;width:0.062144875rem;position:absolute;display:block;z-index:14991;background-color:rgba(33,34,38,0.72);background-image:none;top:21.748933553696rem;left:13.210224151611rem;display:none; }
#N3S02MTfPnLfgiE3PWwiSSMkimCD6MsC { box-sizing:content-box;height:2.875rem;width:0.062144875rem;position:absolute;display:block;z-index:14991;background-color:rgba(33,34,38,0.72);background-image:none;top:21.748933553696rem;left:13.210224151611rem;display:none; }
#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 { 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; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { background-color: transparent; background-image: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container > .video-iframe-container { display: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row > .video-iframe-container { display: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .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); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { border-width: 0; border-radius: 0; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#A2dnwHSEtJrD1H2KaCAhTbbFsJD1vmsn { color:#ffffff;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.125rem;left:2.125rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZJSfpCr0JLERuw7cuJefiBPLovzLMph { color:#ffffff;display:block;width:14.6234375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:21.012500762939rem;left:2.125rem;height:10.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sOai0Ae3O7eCviidZkOoylVk2DKglAkN { color:#ffffff;display:block;width:15.062125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.4375rem;left:43.6875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLPreFP4gWf35mQerxQGFt6f0d3Q3WXo { color:#ffffff;display:block;width:15.1243125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:23.1875rem;left:43.625rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2wo63yv38KzGh82L47MFUTQJLnyGeSw { box-sizing:content-box;height:25.3125rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(43,146,208,0.73);background-image:none;top:7.75rem;left:0rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#nEVGvoEqcn31aUi1CrHox3PGkIIuTfyI { box-sizing:content-box;height:25.75rem;width:18.625rem;position:absolute;display:block;z-index:14998;background-color:#2b92d0;background-image:none;top:7.875rem;left:41.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#c69WgAIc0iQB8LvgupsUEgfR88aNC5Nt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.1875rem;width:18.3125rem;top:8rem;left:20.75rem;overflow:hidden;display:block; }
#xZbbtVTHqv0F7TOd4c5fC5UyOOypVpuC { background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:14.435125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.687501907349rem;left:22.78125rem;display:block; }
#dQRMTtsdpUpPkbqz7BXPSZOM8G0ES2XN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKN8Fb2OhdNxdq6zatTXsO4CTZLpicto { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.499825rem;width:5.499825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:9.75rem;left:47.25rem; }
#MpO1chaRFU2W9MBVHce60Ex3WTqGxdya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.249825rem;width:4.249825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.875rem;left:6.9375rem;display:none; }
#sD0WOTMCFVzlA2F4w31ZAIayG5tuklbK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.499825rem;width:5.499825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:14.25rem;left:47.25rem;display:none; }
#TQbkrf9kSNQboW4TQmWXTS8L86VhInbv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.249825rem;width:4.249825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.375rem;left:7.3125rem; }
#HJcBugsE0MIhS4zeUJwRlln38MG0eBFH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.499825rem;width:5.499825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:14.874824523926rem;left:47.87463760376rem;display:none; }
#OlR9OuaBr1o8hDFW8HCrApFSCQDLQcn2 { color:#1a2025;display:block;width:56.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:1.5242185592651rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.79);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; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container { background-color: transparent; background-image: none; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container > .video-iframe-container { display: none; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row > .video-iframe-container { display: none; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .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); }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container { border-width: 0; border-radius: 0; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:60rem;position:relative;display:block; }#JVTpV7K3dtNdk5hfMoban3lpx8rKA4Kt { color:#ff8200;display:block;width:20.1864375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUNN3Kvhvv2oWKWbwksW8u6SieIKctlC { color:#1a2025;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.625rem;left:0rem;height:35.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#shNrntrtzPZg5UA8r3owO4cAs9TDldDy { color:#1a2025;display:block;width:21.4994375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:7.625rem;left:34.875rem;height:22.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#WVC8mpXcDJh8eHHMeuZLTLHQcc23FRBT { color:#2b92d0;display:block;width:22.9998125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:34.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9Catby6aJDgqKSD4NAxN2VeuRec5Zdu { color:#1a2025;display:block;width:21.4981875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:34.588231086731rem;left:34.874673843384rem;height:33.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#qTiaZZAaXOM9vplwCwuvXQzySivxHP96 { color:#1a2025;display:block;width:20.186375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.022801399231rem;left:34.874673843384rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyrUTyTNushPOJQXwvKApJJbEzOUype1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:25.8125rem;width:19.75rem;top:45.0625rem;left:0rem;overflow:hidden;display:block; }
#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.81);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; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { background-color: transparent; background-image: none; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container > .video-iframe-container { display: none; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row > .video-iframe-container { display: none; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .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); }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { border-width: 0; border-radius: 0; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { background-color:#ff8200;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.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:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.749625rem;height:6.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.436803817749rem;left:7.6242866516112rem;display:block; }
#q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.07);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; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { background-color: transparent; background-image: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container > .video-iframe-container { display: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container { display: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .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); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { border-width: 0; border-radius: 0; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#TfTCIVTARTqvRVr1gHvX08gob5WXyfxq { color:#1a2025;display:block;width:56.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:0.712890625rem;left:0rem;height:3.325rem;text-align:left;text-align-last:left;font-style:normal;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; }
#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.07);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; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { background-color: transparent; background-image: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container > .video-iframe-container { display: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container { display: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .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); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { border-width: 0; border-radius: 0; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { font-size:0.875rem;font-family:arial;height:69.5625rem;width:60rem;position:relative;display:block; }#hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:1.9375rem;left:0.0625rem;height:8rem;display:block; }
#cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { color:#000000;display:block;width:52.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:12.625rem;left:0.0625rem;height:9.6rem;display:block; }
#MFhd92o2dcLFXsMG3T9fMi2cfbgsTz5A { color:#000000;display:block;width:52.934125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:25.25rem;left:0.0625rem;height:9.6rem;display:block; }
#wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { color:#000000;display:block;width:52.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:38rem;left:0.0625rem;height:8rem;display:block; }
#OSMfSyLdmVLJqkoPJTzky8q5bVhzVWLA { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:49.375rem;left:0rem;height:9.6rem;display:block; }
#TG8k32MM88Q5B3y312FqvhTamGFSp8PC { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:61.875rem;left:0.0625rem;height:6.4rem;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; }
#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.06);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; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { background-color: transparent; background-image: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container > .video-iframe-container { display: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container { display: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .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); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { border-width: 0; border-radius: 0; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8732379563152rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGr8VxoWN4dtIdk4D19fWS2iDZvLx5D5 { position:absolute;display:block;z-index:15002;background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.3125rem;width:13rem;top:29.375rem;left:47rem;display:block; }
#n6yZ07gkgluHNP0eUeLPWNbkAPV4WOyu { position:absolute;display:block;z-index:15000;background-color:rgba(255,130,0,0.78);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.25rem;width:14.125rem;top:29.375rem;left:31.375rem;display:block; }
#xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.0625rem;width:28.625rem;top:6.9375rem;left:31.375rem;overflow:hidden;display:block; }
#W923mESk5V2UoEbzITwySnasPnTGrB6s { position:absolute;display:block;z-index:15002;background-color:rgba(43,146,208,0.64);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.1875rem;width:14.8125rem;top:7rem;left:15rem;display:block; }
#ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.25rem;width:27.4375rem;top:31.625rem;left:0rem;overflow:hidden;display:none; }
#RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:9.02890586853rem;left:4.71875rem;overflow:hidden;display:block; }
#GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:30.593751144596rem;left:36.21875rem;overflow:hidden;display:block; }
#xfmr3We18D1tE7355TB5AOBSLwCUJI57 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:9.0281238555906rem;left:19.8125rem;overflow:hidden;display:block; }
#fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#MMADfQH9x5b6egXDwVUidGpXTML89bx0 { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#oJTxcvZt1zrfIKG5vlTtVo9wFQsG1nIW { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:16.125000953674rem;left:1.3374977111816rem;height:6.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FFnxcRc41Hd2aCLcCBn0GisLlhtar9el { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.75rem;left:16.25rem;height:6.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A19BDpxXcJyQdEu2HisDD7ZURxAdOXLo { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:36.5625rem;left:31.8125rem;height:6.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HQCTiAOiyzcHhLgBuflqCwxGOdRWES0D { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:37.3125rem;left:48.5rem;height:5.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2tEBt2qBD8hSdNVWAsG23SuutIzMh27 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.25rem;left:51.9375rem; }
#yD2HdR3MhX6LGrXdwpybrG6sm3l5CEwJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.1875rem;width:27.375rem;top:31.625rem;left:0rem;overflow:hidden;display:none; }
#nJyDRmwO3hDtagvxTPxtzSEiP1WWz1rM { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#dhsRNvmmAmPGOVbT07n2OhU7zFVa4Xer { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19rem;width:28.5625rem;top:6.9375rem;left:31.375rem;overflow:hidden;display:none; }
#C9lnwoDv3dn0RwUEKD9kmst0bdAzQB7u { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#rQ3NMNwtxFD3M5JZBfJq70Tc8c75us5y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CRGUkC9xBbA8MtaZcauCiez15CNqRMwH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.625rem;width:29.5625rem;top:28.9375rem;left:0rem;overflow:hidden;display:block; }
#TgsRJV1ky0g07TSh7DaXTMTSJp5kHk6D { position:absolute;display:block;z-index:15003;background-color:#2b92d0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.1875rem;width:14.125rem;top:6.8750009536744rem;left:0rem;display:block; }
#nztRoXmCs0JVTsTGkrc1Cob43DGxAy7S { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:30.593751144596rem;left:36.21875rem;overflow:hidden;display:block; }
#bmxdXC2rmRrCcm5TMowSD3BH5oKGc6al { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:9.02890586853rem;left:4.71875rem;overflow:hidden;display:none; }
#Ke6lEhWJtaIfnZ6ztZmMhMMOdeLTC5Ti { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:9.02890586853rem;left:4.71875rem;overflow:hidden;display:none; }
#HBGJNShoVgnwcbU4ACLi0hCDBe4RxJwD { 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:60rem;width:60rem;display:none; }
#hc3c1cSdEIyWvBfMOOS7vKRsx5Z1WPXB { 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:60rem;width:60rem;display:none; }
#LZ0viehJkLKfnJTFb3L12a4Zq0ADk16a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:30.593751144596rem;left:36.21875rem;overflow:hidden;display:none; }
#Pe1rPggm46kotk6aTSK0d4sRrXu8M6Go { 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:60rem;width:60rem;display:none; }
#tQH7PNlF8gmG4omIUIHHrP2IW8M7xfVc { 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:60rem;width:60rem;display:none; }
#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.06);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; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { background-color: transparent; background-image: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .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); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { border-width: 0; border-radius: 0; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { color:#ff8200;display:block;width:45.9976875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:7.0007820129394rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.02);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; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { background-color: transparent; background-image: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container > .video-iframe-container { display: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container { display: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .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); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { border-width: 0; border-radius: 0; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#FkidlicNxAFO1XcRfxvoevkw0DXphmsd { color:#1a2025;display:block;width:49.9359375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9343757629394rem;left:5.0320320129394rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { color:#212226;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:43.727343082428rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARyB9NgPuOBXGJMkQQozAT6ybyPwGias { background-color:#2b92d0;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:6rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.236717224121rem;left:10.059375762939rem;display:block; }
#ENIt77TbSmBT7VdJ3fXTez5gxWTG5T6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-form-header {  }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:38.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-text {padding-top: 0; padding-bottom: 0;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-select {padding-top: 0; padding-bottom: 0;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ff8823;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:38.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:36.6875rem;overflow:hidden;font-style:normal; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-container:first-of-type{padding-top:0;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-container:last-of-type{padding-bottom:0;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.26) ;position:absolute;top:18.000000953674rem;left:10.090625762939rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.0625rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W {display:block;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.26) ;position:absolute;top:18.000000953674rem;left:10.090625762939rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ik5JJwGMyCtS9Untbrl1ZsUpurA76GLp { position:relative; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #JNLAQm5TO576kDlrnMVUdF9d4n6h3xdD { position:relative;display:block; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #TEzQcNDfS3wJ9vB8JRxzziLGb29ANHeC { position:relative; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #f8HKrViXUg61iHX63aRtzv1TDDwqFQFO { position:relative; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ZNDgJbcqAKpKcWpTNJ5rO6x1r52Jdx8B { position:relative;display:block; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #CtII3mJ1Mfg6CtpiqTxlD0TSz6uqB0Q2 { position:relative; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ViFg6BShpNphK4kCbXcBhpSMWVizLW8W { position:relative; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #awSnAFgWyINI87b2hV106yckWK1Z11EG { position:relative;display:block; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #vHIdxlxdGrloFyZ8KEJLTOt6Tbbw1FA0 { position:relative; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #QNBCNZee1O3EdSyhOqP5OB2iTppM9VJF { position:relative;display:block;z-index:15000; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #QgknCxsMckrDJqWyd3NDNUU4tMzJIEu9 { position:relative;display:block;z-index:15000; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #I4QZTBy1C182DWEatNu2NQW5uVGZFhXC { position:relative; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #G7lrPxw0afMi5lIGZhPJX7vikWtPrLZv { position:relative; }
#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { 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; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { background-color: transparent; background-image: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container > .video-iframe-container { display: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container { display: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .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); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { border-width: 0; border-radius: 0; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { color:#000000;display:block;width:37.6865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.3rem;display:block; }
#KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.06);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; }#KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk > .row .container { border-width: 0; border-radius: 0; }#KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;position:relative;display:none; }#Xumzc0kWM6HWMVIA0w09hrBEpvGFUqgx { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8732379563152rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLgFaVAuD6xl7HA4uRsXvdUbhSD2ABrv { position:absolute;display:block;z-index:15002;background-color:#2b92d0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.625rem;width:13.5625rem;top:33.25rem;left:46.3125rem;display:block; }
#ROvIQrJTp2Ub6VH8eOPg4QJrV1r4Ldg6 { position:absolute;display:block;z-index:15000;background-color:#2b92d0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.6875rem;width:14.625rem;top:33.1875rem;left:30.6875rem;display:block; }
#It3CyDbvBRXZeLXbyJnOsRev5cEOFoUm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.0625rem;width:28.625rem;top:6.9375rem;left:31.375rem;overflow:hidden;display:block; }
#qfRyLbmfCFAb7103SltgZE0VEPwXFonR { position:absolute;display:block;z-index:15000;background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:10.8125rem;left:0rem;display:block; }
#ZuxB6gnvzk9Gx9ROpW6iTcza3btufHux { position:absolute;display:block;z-index:15002;background-color:#ff8200;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.4375rem;width:14.8125rem;top:10.875rem;left:15rem;display:block; }
#CRTZbx9C3e8VtotaP8g6K0lxhsCW58ry { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.25rem;width:27.4375rem;top:31.625rem;left:0rem;overflow:hidden;display:none; }
#NUPDdeEAdy9IiXwdgMwWnifPwPhBfec6 { position:absolute;display:block;z-index:15001;background-color:#ff8200;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:30.0625rem;left:34.6875rem;display:block; }
#WkzSh04aMnsQxNEGm7c4yhn2zPw23hHx { position:absolute;display:block;z-index:15003;background-color:#ff8200;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:30.125rem;left:49.6875rem;display:block; }
#IRu31OuDMsWUQh5Eq0dCqmRLeLJOCmwa { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68696875rem;width:3.68696875rem;top:8.9683943986894rem;left:4.9021644592285rem;overflow:hidden;display:block; }
#KR8zx0zG9TZ8xv0PIeBXsx7L6X4TVhmT { position:absolute;display:block;z-index:15001;background-color:#2b92d0;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:7.6875rem;left:4rem;display:block; }
#UfpLTpg3X8AGATPWo55J7WISeqGZgoEF { position:absolute;display:block;z-index:15003;background-color:#2b92d0;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:7.75rem;left:19rem;display:block; }
#gM1wiwayfqzOJwtXPNTLgiRNnToSpccp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18714375rem;width:3.18714375rem;top:31.562142848969rem;left:36.279468536377rem;overflow:hidden;display:block; }
#oF1daoS6KwRNxIWApM0pvG9f4L8IMzeo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5617875rem;width:3.5617875rem;top:9.0305702686312rem;left:20.341793060302rem;overflow:hidden;display:block; }
#oHIFQ4VhvksOvlzgEEP7I1zlLAP2pqFN { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#zigNqZm09nPNTLbTETM8LotAZprz9fZT { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#twxopT24C0LeO1OJC2Qw83ODmdtPekAH { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#JvZzJghFC726tr1dLiUBULXKmIlibBk4 { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:16.125rem;left:1rem;height:6.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RMILt8wBbZtRpqVVPvLXNzgdv3RHoJhn { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.75rem;left:16.25rem;height:6.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBKGoOUwSW5BdWd7UaTamMT1V0988Apz { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:37.75rem;left:31.8125rem;height:6.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3cmibpVc7ORm0yltqguEE95OPUFTF2v { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:38.350497245789rem;left:47.560367584229rem;height:5.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0hf3vuyKlKcopgstwrvJlhSlCPvTUOg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.561613082886rem;left:51.249111175537rem; }
#QbDsZP8SLBWgWQBezNcEeVHuE7UFrGXg { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.1875rem;width:27.375rem;top:31.625rem;left:0rem;overflow:hidden;display:none; }
#gan4rGwB2m7Xah2z7wTBZXpeQ7lIwHIn { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#bsgk09CA8W8Tm0P667pB7r3gyfiuySIE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19rem;width:28.5625rem;top:6.9375rem;left:31.375rem;overflow:hidden;display:none; }
#c2bS8xD7p5Q2WcsBEosHvgFQX6i0emy8 { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#fDez0ZWKaw3sIBvKIfymTDHD4aFCSLGw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#X5wid5d5ZyHhWGgqOrNQnylQ08GTMtco { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Lxw34sR9ULvsR13cS7TFqbrLuECGuTRH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JyNlsOz4sx5Sq9wT3du9LIlwlMcz1Tpy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CeyHa5hwxWkQKsXSTmfUSXnW3QccLMSm { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19rem;width:28.5625rem;top:30.867362976074rem;left:0rem;overflow:hidden;display:block; }
#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;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; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { border-width: 0; border-radius: 0; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:none; }#cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { position:absolute;display:block;z-index:15001;background-color:#021f59;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.8125rem;width:29.3125rem;top:-0.15679931640625rem;left:0.34239196777344rem;display:block; }
#o2slVzTVOseGayKnX3alNtVipHDkkt9t { color:#e9e9e9;display:block;width:12.4369375rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3380470275879rem;left:12.372554779052rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { color:#e9e9e9;display:block;width:25.7494375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.175815582276rem;left:2.124454498291rem;height:14.410125rem;font-style:normal;overflow:hidden;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
#eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { position:absolute;display:block;z-index:15007;background-color:#021f59;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.6875rem;width:28.375rem;top:-0.15707397460938rem;left:30.811954498291rem;display:block; }
#SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1869375rem;width:8.6869375rem;top:0.49402236938476rem;left:31.686687469483rem;overflow:hidden;display:block; }
#l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { color:#e9e9e9;display:block;width:11.1244375rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3372287750244rem;left:42.061954498291rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axyGkS0aeWcimaIENbroGodrCaTEXpsl { color:#e9e9e9;display:block;width:26.74975rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.175824403763rem;left:31.624729156494rem;height:15.559875rem;font-style:normal;overflow:hidden;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
#NMlq4NPRulxdZPmOVSkasqAkLI5altyS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.62475rem;width:9.0619375rem;top:0.60244560241699rem;left:2.1236419677734rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { width:14.375rem;height:4.5rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { top:1.875rem;left:0rem;width:35.0625rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGgoE5wWrs1EGGPmXLgBQTBd6qs8XanM { top:12.4375rem;left:0rem;width:24.6875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7qNfKJr269VennxZumVooqAeJ3uBNaZ { width:14.4375rem;height:4.6875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBd3Nr5uUbm5nuQ1Tq8kAi1yJTs0ciQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #StUxgPmwqeevELL7EDBpNSK37RCCFrga { top:4.8125rem;left:19.8125rem;width:27.9375rem;height:28.934900373217rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDv5Op8327MWXIl2iXkFkdsM09Uus3zX { top:20.4375rem;left:21.424999237061rem;width:8.6875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynv3Se4H7drmNmLUcZbBS7W6rzycUNnS { top:18.5rem;left:9.1875rem;width:13.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8BE47CyyvrCzRf5TvdDBadSq2mhOyqp { top:19.0625rem;left:10.375rem;width:11.6875rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi0tkgSbmHF7mSTSv2eD1Jp26m7KbkUN { top:20.25rem;left:16rem;width:5.9375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgfDvsNDl5LOLRhQ5VQAHNe5bEW4PXbV { top:0.125rem;left:20.625rem;width:27.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB { display:block; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kd7Wa9oWGKzrX2hTQiiWNJ1MRZv7iptx { top:4.1875rem;left:19.875rem;width:27.875rem;height:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { top:13.25rem;left:21.4375rem;width:26.3125rem;height:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO3dcuXIyndsgeJa1oMwgfiPP1bM8kTR { top:5.0625rem;left:0rem;width:24.25rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xENTfPZNShCCsQoxGnRLl34sbKiu2zZS { width:13.75rem;height:3.375rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdDXN3pNhqmH4rgv9PPom8HJ4vEXpRB { display:block; }
 }@media only screen and (max-width: 763px) { #Klt6ECb9nQoVXwUDeOf0yhXq2BiosBQd { top:40.6875rem;left:21.4375rem;width:26.3125rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFLqRcSeGLgGOi8OG0ZxWCVdOiCaagFg { top:26.1875rem;left:0rem;width:24.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB1z7TFohefL0qaU2NkHgFS7WIx19HGt { display:block; }#FB1z7TFohefL0qaU2NkHgFS7WIx19HGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPLQmOxMLOLNroWNhybpmAorPo9dsf6f { top:6.75rem;left:19.875rem;width:27.875rem;height:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wczTRV5RBT1fqSBhR9tmN1EhX5o9LCdx { top:2.5625rem;left:0rem;width:47.75rem;height:48.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6zCMVCT46f4RcyuE5A4H8Z1Zz2iZTHL { top:16.25rem;left:21.4375rem;width:26.3125rem;height:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0btTva7z61nvy44rxwtow6I6xhdquE5 { top:6.75rem;left:0rem;width:20.5rem;height:13.583771288576rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGq0npPBrWsw6A0NWngtceCVqvy2qStu { width:13.875rem;height:3.5rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZpWRMiMWukmMK2A0pslt7ol7ytkSpOH { display:block; }
 }@media only screen and (max-width: 763px) { #NksBhT1EKTJz48Ld5IxBprht9VB26HKa { top:40.8125rem;left:21.4375rem;width:26.3125rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABPAIEWabuJKCvB0sC4k8hDLmX3ceNcW { top:23.3125rem;left:0rem;width:20.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS { display:block; }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfLS7JbNuH8CK7lmEqmbCoC66eLBZEhk { width:19.25rem;height:17.1875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV4FDizVihMvlBcfDFOUP2eBzZtAhB3B { width:16.9375rem;height:5.5625rem;top:11.5625rem;left:14.8125rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwb0CSGFspmca9c6JNdIyWzHLGtwawcG { width:20rem;height:14.875rem;top:25.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUy9ED7VhmgrPmB5H7zVLdG60vApqXNi { width:13.0625rem;height:1.6875rem;top:50.625rem;left:17.250782012939rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTWGiMAARTaoGE9Rnx9xSUZ2cFfsn17 { width:13.5625rem;height:4.625rem;top:44.75rem;left:18.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp7m2Ei4sfx6Q7CNWh9JDCTu0kGtvuqA { width:47.75rem;height:3.3125rem;top:1.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVJEpP1oJAQuWN7Gh5BNpVHvohl248LQ { width:11.9375rem;height:4.625rem;top:10.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkI0oQSAEaCt70CJe3x80dG3fDNXAQSV { width:15.9375rem;height:4.75rem;top:15.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqmiLV7QmmtZQdLFhgrV5pRM00KqJdqo { width:4.875rem;height:1.5625rem;top:46.25rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqilpRp8kgITUC3SkrmqbJaoPLZTh5Zt { width:5rem;height:1.5625rem;top:9.5625rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUAXTpJTegsST7cFqf0VMwFSGuwmkngE { width:14.4375rem;height:1.6875rem;top:30rem;left:32.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLp0Bq3JPzhlc22QUHtEU5wBllW3AvO3 { width:17.125rem;height:3.125rem;top:32.4375rem;left:30.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyGBZg4qfoMW4BunFKL7VvVbe6DS2NrX { width:6.6875rem;height:5.0625rem;top:27.3125rem;left:4.59375rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwGUWKbJ99FeD5bfhsVDDmL2adtrJpq8 { width:18.8125rem;height:12.5rem;top:32.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiRPb8r5JS13bhGsTtnJ3EgbhpeEKRVr { width:19.4375rem;height:13.5rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goig2KcqkupT2E2PvPTt6MfsFHp6M71k { top:11.5625rem;left:28.3125rem;width:19.3125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbyuCf5DsZkMNza0Ff4Wrnxog9DTqsrq { width:17.125rem;height:6.0625rem;top:48.4375rem;left:30.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #przZhrJWscynpVneu5vBNPnl901HSsVy { width:14.375rem;height:3.1875rem;top:43.8125rem;left:32.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utzsJi5Zs1DtEiNEPqirumGvqTZxmn7D { width:16.875rem;height:3.1875rem;top:58.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waRuMzAR2JmJTQ0prG81VCS8wazmArA3 { width:15.25rem;height:0;top:65.875rem;left:16.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEhzp5wIAowyvD8B8arrNhZ7gdvtfHqp { width:17.125rem;height:5.6875rem;top:63.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAOL4bbPKFplnqyMEpww6pMcAE4NpNZP { width:19.25rem;height:17.1875rem;top:7.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoedXa4fiXKTTXGea0wBbv0w0TczlkcJ { width:15.5625rem;height:1.5625rem;top:17.875rem;left:16.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DErNxACg83tynwdWs6aykzN2TfhepAnS { width:19.25rem;height:15.125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsHuhqOuUSfwb3QVksIVXxodlit9guuN { width:17.5625rem;height:3.375rem;top:33.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdKCGpPDTehLpC3ATiThK4eQUTi4lasr { width:19.25rem;height:15.125rem;top:25.875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCUOKUcCGir0JgZvQniHXVS4gMBp3Pt { width:19.25rem;height:13.875rem;top:42.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtLCSUxBakzRPwm7RXTQwczKkMbhrB8Q { width:19.25rem;height:13.875rem;top:42.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LryN16QBohhS99yA2eZRZS4U1R3IUppI { width:19.25rem;height:14.5625rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClGBRGZSgu69VlPtM6rUZlMp0IU5gHO3 { width:19.25rem;height:17.1875rem;top:7.375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVpWadoMwo9cdWUtB0BlVM8UqhLgce4a { width:19.25rem;height:17.1875rem;top:7.375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LM0D7XEQUg0ndIvsuv8fdE1uAxX6dZCm { top:56.4375rem;left:0rem;width:33.625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPMyU5wDvMhVZgHqTEPqh5whcbndIQBB { display:block; }#DPMyU5wDvMhVZgHqTEPqh5whcbndIQBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCN2QxIS5mnRxnnHD6hgJKZTUzXWl3Cv { width:19.25rem;height:17.1875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTVC5Tb39kbNHvQCP3x4UdfC9LPRBzdz { width:16.9375rem;height:5.5625rem;top:11.5625rem;left:14.8125rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GguBCleuOQVaFLInZHlBqxelB5xQkZwW { width:20rem;height:14.875rem;top:25.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #APUmXNLtBPvQcEm71nWycf3JiU55xMOg { width:13.0625rem;height:1.75rem;top:50.8125rem;left:16.719532012939rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2NKpoTMEbepHBL82aLoMdwCsP7nPGyS { width:13.5625rem;height:4.625rem;top:44.75rem;left:18.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrEZwApnTTScgcZ1vbaH0vktRxmFcHrh { width:47.75rem;height:3.3125rem;top:1.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulDTdv8Gq2d25mVmzkTdUeiIhKx5MyyH { width:15.25rem;height:4.625rem;top:9.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aswTs7qcdcqyg93UCo534Ok0w9hOuEhC { width:17.1875rem;height:5.0625rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqrbrTuBTWGnegriqk3grDRQ22GvNmxL { width:4.875rem;height:1.6875rem;top:46.25rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9E4aW75TAf6d9InrcPnCV416gCyTDPt { width:5rem;height:1.6875rem;top:9.5625rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZCiEQleNI2pgndEaRZO0FIaLxeHMauN { width:15rem;height:1.75rem;top:29.1875rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7kixWwGfDSiZdX1IkTx0Mz8fWvehKB { width:17.125rem;height:3.125rem;top:31.6875rem;left:30.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMU94KmI7gcBwr8Lyzfyrzh3eyaiSJqO { width:6.6875rem;height:5.0625rem;top:26.625rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er85Rb0iDhDruJsi4aTUzHOEWw3lwqdK { width:18.8125rem;height:12.5rem;top:32.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlQiTwyoTxgMBteDS7lfOGCQM55yoHrP { width:19.4375rem;height:13.5rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIEseNf59aGmyrpPchv2CV8vK9KEKtmz { top:11.5625rem;left:28.3125rem;width:19.3125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGakZXU1pThNUTuwbonnqnRwG9lMOAP8 { width:17.125rem;height:6.0625rem;top:48.4375rem;left:30.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehEIkXK5UIuhqNs1fRnoDUivCdJtrMDz { width:14.375rem;height:3.375rem;top:43.8125rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGZpRwB4AAIhfg9wfh95TzlfTGn8G55r { width:16.875rem;height:3.375rem;top:58.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZCW6RuNeRNTJTVTuyeTU9Tsm6PKrbnT { width:15.25rem;height:0;top:65.875rem;left:16.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8TrlvGSN6LlsQFKFMATinA3BIwB5qeU { width:17.125rem;height:5.6875rem;top:63.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foqIu01UZL7GkmOClIT76oWnoBUNDwgk { top:61.1875rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ273rNnlZXDGwTpbLN2AArr12nVG3sa { width:39.8125rem;height:14.3125rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDXONg9KsAzWR0VqrVD6n54vK7MssOE3 { width:19.25rem;height:17.1875rem;top:7.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThcPE55kp0roV23OVETcr5VHlQZhexkk { width:15.5625rem;height:3.375rem;top:17.875rem;left:16.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9m1VOvuIKBi33OS7rAqh891C8GFFlwk { width:19.25rem;height:15.125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8UP3HeMlko2BnE7R3frwVoQLt3M0bgR { width:17.5625rem;height:3.5625rem;top:33.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXX5cpzVstZ2FTf01khog1GvWwqOo9u0 { width:19.25rem;height:15.125rem;top:25.875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epwuQUDJd6F6d5dpkHWPWoTKRqxX1xuJ { width:19.25rem;height:13.875rem;top:42.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8UASGoruknFWxQtnzkUaR0Xz3wuo7rg { width:19.25rem;height:13.875rem;top:42.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMT16tm0Jbzu9Iukpxh997TG6IQXCS3g { width:19.25rem;height:14.5625rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EysuAAwkr6DlET26i0HTW3Hv3HQS4rnv { top:57.125rem;left:0rem;width:39.9375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoJWozHRZu208Fn0ATfK6Tb7xQ6IPM61 { display:block; }#MoJWozHRZu208Fn0ATfK6Tb7xQ6IPM61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doSmz4t6qmAW9sDATzc67R2Je13QbkFw { width:19.0625rem;height:12.9375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKnaPisQA223eIdoP6Ld26qEWO51Uei2 { width:13.9375rem;height:4.625rem;top:21.75rem;left:1.0625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydA9gTbHCm7ASNQvkLNbgwRW0q20Uz1f { width:15.5rem;height:1.4375rem;top:27.3125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blgLdbrBdpNO7F5bNmk6cahFcTqXHbaE { width:19.5625rem;height:14.625rem;top:17.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThNwc2Zugn8TPfiNikBebW5sh2eEoclP { width:19.125rem;height:13.125rem;top:32.6875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLQOhdtned2GLkENZavU5R8oQRTIgGJE { width:13.0625rem;height:1.5625rem;top:39.3125rem;left:33.312501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvOivvNviBudB3wgiDzo5GtB4iUTAoVb { width:13.5625rem;height:4.625rem;top:34.625rem;left:33.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToaKvJythbJiacJ1QTVBrMfRt874Eq04 { width:17.375rem;height:6.625rem;top:5.75rem;left:14.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nreuVPxQnV0TQDTff6wibCsSQS3fmso7 { width:19.6875rem;height:13.125rem;top:32.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #glvX6N5tJ26ebHRQ0eqb0Zn5Mm6RC45V { width:15.25rem;height:4.625rem;top:4.8125rem;left:0.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDmVFD8x1oadTfT0T9pMoyHxCa56uVuL { width:14.6875rem;height:4.75rem;top:10rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8oB0XT2PM4SWN3KWKDsAbm1eFbx7pTT { width:4.875rem;height:1.6875rem;top:36.0625rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItR5nKcVDx0LnPl3fLFf7PndFHqiSTcU { width:5rem;height:1.625rem;top:20.0625rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZb8ZWgRp6Leiun75m5k9af1yZg9KSW { width:19.125rem;height:14.6875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4cQUX6iAxyKO7A7PyDH6IEUW7JbQsU5 { width:12.5rem;height:1.5625rem;top:35.4375rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6B8636lU9TgSvuKppJ8IEqDM18Dk9cP { width:17.125rem;height:3.125rem;top:38.6875rem;left:14.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGyyQWhRZIXmBBbHmpkUZknOEBwFFIG { width:19.375rem;height:14.5625rem;top:17.3125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlCh1M99g8oI31IgsxZxxI3CDfUqi7zA { width:15.25rem;height:4.625rem;top:19.25rem;left:32.187501907349rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxTaeUmZlGyFVLbxkvNWvfTTBQQItBVN { width:16.1875rem;height:3.1875rem;top:24.5rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egLsGXgdpfDtX0n7dPsQgUTDamhkeyoh { width:18.8125rem;height:12.5rem;top:32.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUqI67ytT4fIAv3KRRBpOHmSPrlwQfzb { width:19.4375rem;height:12.749683474601rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwLp69SUkW820VKNqz3WEyiXtQPduLTc { top:3.3125rem;left:28.3125rem;width:19.3125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTs85PirbOcnnvvmxEzut6Gi06AMd1X { width:19.75rem;height:13.125rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d498TXdry49sZKD1QuPM9aTRrcW7Eotx { width:17.125rem;height:6.8125rem;top:53.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DypVHdkHSb5dGsKmZDRRwQs9PyFTy6zs { width:16.1875rem;height:3.1875rem;top:48.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvwhKKlLgh8pDesDaBUqiItePCJZrz47 { width:19.1875rem;height:12.8125rem;top:47.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GubS5SpkDT1xZdCdz1HtXeAyGOx4rK { width:16.875rem;height:3.375rem;top:48.8125rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkpoLiJutxm7msStgTIxc4KUbP78d4ze { width:15.25rem;height:;top:54.25rem;left:16.1552734375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFrwxOXtubDLfpKIM6FavkgM19Dsxf { width:17.125rem;height:6.3125rem;top:53.1875rem;left:14.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7DIBztrfsaoL0nSqMPU4aP82ZQqS2BB { top:49.5625rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { display:block; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { width:22.6875rem;height:1.9375rem;top:11rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { width:26.1875rem;height:5.0625rem;top:14.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { width:28.4375rem;height:5.0625rem;top:33.625rem;left:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { width:24.0625rem;height:3.875rem;top:28.0625rem;left:23.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { width:28.125rem;height:5.375rem;top:51.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { width:30.75rem;height:1.9375rem;top:46.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk7pI6EKrWULydxuBCh5ozPRXo3rkqOE { width:17.1875rem;height:1.9375rem;top:64.75rem;left:24.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0U8vomemZEPqgNVhvKrW6Vr4CKIMaBq { width:29.0625rem;height:8.5rem;top:68.5rem;left:18.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP7iN19xryQlSRDRh7tmxETfZG10xEdz { width:14.375rem;height:3.75rem;top:112rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3BwXK3KrFDcsEnPcy2MFZIBByzCzaJm { display:block; }
 }@media only screen and (max-width: 763px) { #vCAAPpVNxsTXDe2s7fIo3Cx6zTofhQC5 { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsiQ58dT4rQ3RdnHmzOzrVKTpEDqgOzk { top:14rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLdx4wzlIC2r9Fo8IicI0ZyuJPe5s9Pp { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLhtll8qF0FPAVdGS09W8PiCXpe3mB1E { width:47.75rem;height:3.3125rem;top:2.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T857SxEqzVdU1t5VFlq5fo1dhvRTnrQh { top:4.9375rem;left:25.9375rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyBWhcXruzQRZwb0iWQhFqD7CVWvoPwh { top:25.6875rem;left:0rem;width:24.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8WVKcwB2LdbQhZ9Xu8p3yDUI92g0Gqq { top:95.625rem;left:0rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxUxiihOP702zPVhBxc1hmmouDbc17z { top:63rem;left:0rem;width:14.3125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC9PS8VKxdrXoTzF1Kv8LJTfihUce7Bo { width:26.75rem;height:8.5rem;top:85.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxAlz0assGykG9ZO4vy2F9dSAkDJQV0K { width:17.1875rem;height:1.9375rem;top:81.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqWO74ZZE514t5f66JWm56URXahJyq7 { top:81.75rem;left:29.4375rem;width:16.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQfLQ5eWVZeNGvTHb1eWZ8XCI63gTxw { width:26.75rem;height:3.375rem;top:105.1875rem;left:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SceVGMwNeILkglCfxTGOidx14WV3VraP { width:17.1875rem;height:1.9375rem;top:101.4375rem;left:27.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGMSRiU04oPBiEXXFRT936Ep2cu8Szi { top:40.5625rem;left:26.75rem;width:21rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD { display:block; }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq8N5CZ9Fc7MwQfEXmAqDKQdoBo9FCZA { top:6.6875rem;left:11rem;width:25.75rem;height:8.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl8lUXcmZs3u4TMNLp0DNUIhChUC6oyl { top:9.25rem;left:6.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MxMsl5U08odbrmCupW7IQwSPCxmo0T { top:7.75rem;left:4.6875rem;width:38.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlBuFsLUV5k9aMPWmndobsh9xIB3TPQC { top:9.875rem;left:7.125rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UpIgtza2bH8vWKxDsrP2AIOyzbrLhT { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRAhL6Wg4ak2FrlNFGOR7kTUmfT16N9v { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRkGyotQeLJgEbcIKKzhLlFTVNfWV3LE { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqwJJ5Rp5RchMwSmaBC3ng7aTM1zCSdQ { width:47.75rem;height:3.3125rem;top:2.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTfUO87PuZTHnfIkvLTkKIZE865F7sP { top:18.1875rem;left:10.1875rem;width:29.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebuIoaBAnWiJz1qcAtulgcAZacTHgwZa { top:16.125rem;left:4.6875rem;width:38.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTi4yHbU4g7Tdc4wtk5N00MDq8Nv5aHA { top:17.625rem;left:6.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9UUbEo6rXP26dQ0W0TR0D7EoaZ3zzHm { top:18.25rem;left:7.125rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x871LI1Ry61oLT67Ev6gzZat0ymTlqXF { top:24.25rem;left:4.6875rem;width:38.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbFLBqezUwP1m4UucmqHbAXyOzxTpqoF { top:26.3125rem;left:9.875rem;width:25.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmzANsUVKRbD4TQD9G1iQvJWXlrAObs3 { top:25.75rem;left:6.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCSGtoUi6mu4JqeimfAfrzH2CGXCbeyP { top:26.375rem;left:7.125rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfkwuUPNk0hTAXpdfiNNKCqXyyUU3g8 { top:32.5rem;left:4.6875rem;width:38.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWoKRZTpgpkPTf0wT1s0x1UH93O2mi0D { top:33.5rem;left:13.5625rem;width:20.625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QymfM9KToTttsCu55ZeE2LqnTC93a2XT { top:34rem;left:6.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xppLNt3QtFqvS6zqZ2yBnnfLaAILHg9Q { top:34.625rem;left:7.0625rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbycs6OQUk4fnVCyK3ifhGxPF6SKc1PM { top:40.6875rem;left:4.6875rem;width:38.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBXdq3wWQZHZb5qP8TTDJK8eT92eNyLb { top:41.6875rem;left:10.5625rem;width:28.875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdgxrQQTisbTwTQxlQEimQSsDm6Fkem { top:42.1875rem;left:6.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoNWD1SvLOW4PkHo0I7XoPPUScFB2NLG { top:42.8125rem;left:7.0625rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxhbUKFJPmK3A6V4ciL1FHIeQp7dPZNd { top:9.25rem;left:7.5rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7lgku9ti0qefObH0Lm98966iyza3Zxi { top:16.125rem;left:6rem;width:38.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcFqHaEvaDC42iPGAldOG41bzNFphQTX { top:9.25rem;left:7.5rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCxFxWd04IMFlrggVr0K0ggOyz4shIeZ { top:16.125rem;left:6rem;width:38.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8qnxJDWkSsz0N5xxAgBVyeCTPmyAaTP { top:9.25rem;left:7.5rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0qtc1AiVhFQ7rA56usl8yKvw1heThXg { top:16.125rem;left:6rem;width:38.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aA8benTBAMZzih9plOnDO30sue0vvPuT { top:9.25rem;left:7.5rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luAaQLqy5tJXkgPSJW0hq7yKtp2WnfwC { width:14.375rem;height:3.75rem;top:2.0625rem;left:16.657032012939rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx2HmIk0pOQC3sc3cgHO5K6WdDz3Lfli { display:block; }
 }@media only screen and (max-width: 763px) { #lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS { display:block; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkHU2sP9qQwZp2d8wJeZq3BFsBliHH1q { width:47.75rem;height:2.5625rem;top:5.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE7Xfc6JODSw7yKLJrO2XllI2kQyoxM1 { width:16.875rem;height:3.6875rem;top:25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGHwiAygOz9CXc48mZ1cLyxTqgPRI3E3 { width:15.125rem;height:7.9375rem;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKbLFIgraeAQwTtAlBP2H4ilQIdksLrT { width:17.8125rem;height:6.375rem;top:29.9375rem;left:15.653228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8sfhUkEmDDTwmToE2G7TgXFyCvcHToa { width:17.8125rem;height:3.75rem;top:24.9375rem;left:15.6513671875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbBxlB3tL7impJ0K2f9UlcvI1pFla9af { width:15.3125rem;height:9.5625rem;top:29.1875rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASumECkmWF6FRySweGziL3Ocbp4Vnogg { width:15.3125rem;height:3.6875rem;top:24.9375rem;left:32.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTVC7GMGxrwUD506cKeu8mEaAZs8NCk { width:16.875rem;height:12.75rem;top:55.25rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN3CXcsJfpNIfoMkauoZW67qXcnVxeHE { width:14.5rem;height:4.75rem;top:55.1875rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCCiRRcUxNaaoRUm83VodOeETr7K5MdJ { width:18.8125rem;height:1.8125rem;top:51.875rem;left:15.151630401611rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNFlWANc3DHMufTbkZb8xOrFoKsdH3LP { width:17.1875rem;height:1.8125rem;top:51.875rem;left:30.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtRyy4FfUdkF6Wo6uFzw4KfPDocbWbA { width:17.1875rem;height:1.8125rem;top:51.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTztPDTN4R6V0lqfLKqmALGaQPFiuRNo { width:15.3125rem;height:14.375rem;top:55.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0789iKCHfX0rT2fpI5WZVAIKMMTrPOv { top:14rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRXKT5csUpPuHolGHckGArVt1KvADl9k { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAG5X51Tog9odzuVI3HPI6t7rxefPiML { top:14rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOJJQnwLxlgRK0K6UmzTzot2ngJleZW { top:40.9375rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF5TIlxN9giWB0C74pJqEC8NbnB7nJGi { top:40.9375rem;left:15.375rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAL5H87KByMoIsQ9lhgVkzmI8CRdEmz1 { top:40.9375rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFx3psVmWw3AZ01BXQygeZSpc25FJ64Z { width:14.375rem;height:3.75rem;top:74.25rem;left:16.655536651611rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0MHXgzFP8HG2uCr5IA15PhChGgHoAo5 { display:block; }
 }@media only screen and (max-width: 763px) { #TrvOiZVKFNTmDQ8WCMo4KbJatMBSyNZg { top:44.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpf5pQqgLrLl68mT6qyB7q5VwsQtURTX { top:16.5rem;left:18.467502593994rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xheaVnLd6389FHz03PoPEgNZVJrZPEZA { top:17rem;left:39.749462127686rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnH1cTM4ee4CHcOk5uTv2kVkXvFyzmUo { top:16rem;left:18.465732574463rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iETuyTtkLQimRha8EewTVVa4ew0brWIC { top:44.125rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFgEZl2KoXZbHV0u7tzPT0aryvx4uoE9 { top:44.125rem;left:39.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJeruSoT0U0n11A8pq0tfAcrssr44RBd { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOTM1fmIF49rK74rJtouFvGTvB0ZoRNN { top:14rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gf64COaJK5reIQnPcgOUkTBef4bwfLWa { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TstJZKL7TCg69FzzUcEzLIbgLLklVyt7 { top:16.75rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw { display:block; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzFtBDtSuHzKNhQVbIuWqST9tTa1QB1r { top:10.8125rem;left:14.375rem;width:28.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEtJlTSKhCAONnHifCnb27SsarKQlgfB { width:38.3125rem;height:2.5625rem;top:3.1875rem;left:6.435546875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4scK8MNRdknHXBiD2IHm78QAlMwaIzx { top:19.25rem;left:14.375rem;width:26.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ag0BtF2h5s1ASOEiUC3ELPcnSQJqSu { top:24.1875rem;left:14.3125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knFcTv9X92TlWoP5voT6shalE1APrZNO { top:32.3125rem;left:14.625rem;width:26.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUHlBQdkStyt5pxO76oMGZkWrHa7VRaL { top:39.125rem;left:15.0595703125rem;width:28.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMRiOXK5xPBRieNtiVbcoxnKBKaLNoGV { top:11.75rem;left:5.4375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQkEr9nDy1wlPoQvEK677ZcOeFaKG9i { top:11.125rem;left:12.1875rem;width:31.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6FGv9FyJSEeEIImiQQGgyoCpwTxmf9x { top:12.5rem;left:6.375rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXN4eWWZq16Ok8BUwDnKqnXR8HbeIwDN { top:17.75rem;left:12.3125rem;width:31.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqXpssu28N1nxXKABP5LIUQdigyPp4fI { top:24.1875rem;left:12.125rem;width:31.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS5gbxUy0V8vFTZ0cJoeed7LCk2CpuFs { top:30.8125rem;left:12.1875rem;width:31.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEiEdBkdCpVEM1PidFfgw5Z7ekRQC6AT { top:37.1875rem;left:12.187320709229rem;width:31.6875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvchGIL3LP3ZZfIKvUTWdpQ3O7lxTmAq { top:18.9375rem;left:6.4371414184569rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJfIaspacUuhPrbW9SSROPWlLR8BZCpJ { top:18.25rem;left:5.4375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBwVuMTeDySfIpT6WH7sTsJ5V8C9zLF { top:15.125rem;left:7.0624961853025rem;width:0.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrRT8V5DLyCqeO4FMBwtNdciPveLWMbn { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSCAA4BhgwlQSq8FNz5a8SQmIP9aDd6f { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zstS686ozyWKsgIKWKkfBB2qxRynF9OG { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2hfTQBkhEJfl6x1cbfeEsBuRmbSaNX2 { top:3.0625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxWzlxOVlMch4KnxeGN4TAlxSUQT44lH { top:24.625rem;left:5.4357223510742rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4CSCNiklNcn7WQX2qh87yTrLhVpIqK { top:25.375rem;left:6.4300384521488rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxLW5svNZmM4sZpRaUFEy8woxUpTEdF2 { top:21.6875rem;left:7.0852241516112rem;width:0.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0fPKOR33C9BtXRW1TFtAnczaHmN50w { top:31.375rem;left:5.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0THU9Jfi8G84A50em09UVxGavxRLb2c { top:32.0625rem;left:6.375rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMGCoOPWvSbL0K7i65DVqT4p95U02d8f { top:28.125rem;left:7.0861129760744rem;width:0;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmwrp7KaWtGa7yDla2d89yd1U2P0APHh { top:39rem;left:5.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdwAun0wVs1UCmyRfQmTTeK6p7v2ff4 { top:39.75rem;left:6.5rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlbaqZbLahtFJBhLCwuLrugWw1VeHO6w { top:34.8125rem;left:7.0861129760744rem;width:0.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekJrIqDZDVLTfx2ndsPsMia9mFamRN2a { top:21.6875rem;left:7.0852241516112rem;width:0.0625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3S02MTfPnLfgiE3PWwiSSMkimCD6MsC { top:21.6875rem;left:7.0852241516112rem;width:0.0625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 { display:block; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2dnwHSEtJrD1H2KaCAhTbbFsJD1vmsn { width:12rem;height:3.5625rem;top:16.125rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZJSfpCr0JLERuw7cuJefiBPLovzLMph { width:14.5625rem;height:10.1875rem;top:21rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOai0Ae3O7eCviidZkOoylVk2DKglAkN { width:15rem;height:3.5625rem;top:17.4375rem;left:32.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPreFP4gWf35mQerxQGFt6f0d3Q3WXo { width:15.0625rem;height:8rem;top:23.1875rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2wo63yv38KzGh82L47MFUTQJLnyGeSw { top:7.75rem;left:0rem;width:18.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEVGvoEqcn31aUi1CrHox3PGkIIuTfyI { top:7.875rem;left:29.0625rem;width:18.625rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69WgAIc0iQB8LvgupsUEgfR88aNC5Nt { top:8rem;left:13.4375rem;width:18.3125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZbbtVTHqv0F7TOd4c5fC5UyOOypVpuC { width:14.375rem;height:3.75rem;top:28.6875rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQRMTtsdpUpPkbqz7BXPSZOM8G0ES2XN { display:block; }
 }@media only screen and (max-width: 763px) { #oKN8Fb2OhdNxdq6zatTXsO4CTZLpicto { top:9.75rem;left:36.9375rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpO1chaRFU2W9MBVHce60Ex3WTqGxdya { top:14.875rem;left:4.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD0WOTMCFVzlA2F4w31ZAIayG5tuklbK { top:14.25rem;left:36.9375rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQbkrf9kSNQboW4TQmWXTS8L86VhInbv { top:10.375rem;left:5.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJcBugsE0MIhS4zeUJwRlln38MG0eBFH { top:14.8125rem;left:37.561252593994rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlR9OuaBr1o8hDFW8HCrApFSCQDLQcn2 { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i { display:block; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVTpV7K3dtNdk5hfMoban3lpx8rKA4Kt { top:2.5625rem;left:0rem;width:20.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUNN3Kvhvv2oWKWbwksW8u6SieIKctlC { top:7.625rem;left:0rem;width:19.75rem;height:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shNrntrtzPZg5UA8r3owO4cAs9TDldDy { top:7.625rem;left:26.3125rem;width:21.4375rem;height:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVC8mpXcDJh8eHHMeuZLTLHQcc23FRBT { top:2.5625rem;left:24.8125rem;width:22.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Catby6aJDgqKSD4NAxN2VeuRec5Zdu { top:34.5625rem;left:26.3125rem;width:21.4375rem;height:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiaZZAaXOM9vplwCwuvXQzySivxHP96 { top:30rem;left:27.625rem;width:20.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrUTyTNushPOJQXwvKApJJbEzOUype1 { top:45.0625rem;left:0rem;width:19.75rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA { display:block; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { width:44.6875rem;height:6.25rem;top:5.375rem;left:1.4992866516113rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block; }
 }@media only screen and (max-width: 763px) { #yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { display:block; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfTCIVTARTqvRVr1gHvX08gob5WXyfxq { width:47.75rem;height:3.3125rem;top:0.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { display:block; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { top:1.9375rem;left:0rem;width:47.75rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { top:12.625rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFhd92o2dcLFXsMG3T9fMi2cfbgsTz5A { top:25.25rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { top:38rem;left:0rem;width:47.75rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSMfSyLdmVLJqkoPJTzky8q5bVhzVWLA { top:49.375rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG8k32MM88Q5B3y312FqvhTamGFSp8PC { top:61.875rem;left:0rem;width:42.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { display:block; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { width:47.75rem;height:3.0625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGr8VxoWN4dtIdk4D19fWS2iDZvLx5D5 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6yZ07gkgluHNP0eUeLPWNbkAPV4WOyu { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { top:6.9375rem;left:19.125rem;width:28.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W923mESk5V2UoEbzITwySnasPnTGrB6s { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { top:31.625rem;left:0rem;width:27.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { top:9rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { top:30.5625rem;left:30.09375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmr3We18D1tE7355TB5AOBSLwCUJI57 { top:9rem;left:13.6875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMADfQH9x5b6egXDwVUidGpXTML89bx0 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJTxcvZt1zrfIKG5vlTtVo9wFQsG1nIW { width:10.8125rem;height:6.75rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFnxcRc41Hd2aCLcCBn0GisLlhtar9el { width:12.25rem;height:6.75rem;top:16.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A19BDpxXcJyQdEu2HisDD7ZURxAdOXLo { width:12.3125rem;height:6.75rem;top:36.5625rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQCTiAOiyzcHhLgBuflqCwxGOdRWES0D { width:10rem;height:5.0625rem;top:37.3125rem;left:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2tEBt2qBD8hSdNVWAsG23SuutIzMh27 { top:31.25rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD2HdR3MhX6LGrXdwpybrG6sm3l5CEwJ { top:31.625rem;left:0rem;width:27.4375rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJyDRmwO3hDtagvxTPxtzSEiP1WWz1rM { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhsRNvmmAmPGOVbT07n2OhU7zFVa4Xer { top:6.9375rem;left:19.125rem;width:28.625rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9lnwoDv3dn0RwUEKD9kmst0bdAzQB7u { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQ3NMNwtxFD3M5JZBfJq70Tc8c75us5y { display:none; }
 }@media only screen and (max-width: 763px) { #CRGUkC9xBbA8MtaZcauCiez15CNqRMwH { top:28.9375rem;left:0rem;width:29.5625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgsRJV1ky0g07TSh7DaXTMTSJp5kHk6D { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nztRoXmCs0JVTsTGkrc1Cob43DGxAy7S { top:30.5625rem;left:30.09375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmxdXC2rmRrCcm5TMowSD3BH5oKGc6al { top:9rem;left:0rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ke6lEhWJtaIfnZ6ztZmMhMMOdeLTC5Ti { top:9rem;left:0rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBGJNShoVgnwcbU4ACLi0hCDBe4RxJwD { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc3c1cSdEIyWvBfMOOS7vKRsx5Z1WPXB { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ0viehJkLKfnJTFb3L12a4Zq0ADk16a { top:30.5625rem;left:30.09375rem;width:4.4375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pe1rPggm46kotk6aTSK0d4sRrXu8M6Go { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQH7PNlF8gmG4omIUIHHrP2IW8M7xfVc { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { display:block; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { width:45.9375rem;height:6.5rem;top:0rem;left:0.87578201293944rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { display:block; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkidlicNxAFO1XcRfxvoevkw0DXphmsd { width:47.75rem;height:6.0625rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { width:47.75rem;height:3rem;top:43.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARyB9NgPuOBXGJMkQQozAT6ybyPwGias { width:40.625rem;height:6rem;top:12.1875rem;left:3.9343757629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENIt77TbSmBT7VdJ3fXTez5gxWTG5T6h { display:block; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-regular-label { width:38.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-text { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-text {padding-top: 0; padding-bottom: 0;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-textarea { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-select { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-select {padding-top: 0; padding-bottom: 0;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-button { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-checkbox-label { width:36.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W  { width:38.0625rem;height:19.6875rem;top:18rem;left:3.9656257629394rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .radio-container { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W {display:block;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W { width:38.0625rem;height:19.6875rem;top:18rem;left:3.9656257629394rem; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ik5JJwGMyCtS9Untbrl1ZsUpurA76GLp {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #JNLAQm5TO576kDlrnMVUdF9d4n6h3xdD { display:block; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #TEzQcNDfS3wJ9vB8JRxzziLGb29ANHeC {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #f8HKrViXUg61iHX63aRtzv1TDDwqFQFO {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ZNDgJbcqAKpKcWpTNJ5rO6x1r52Jdx8B { display:block; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #CtII3mJ1Mfg6CtpiqTxlD0TSz6uqB0Q2 {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ViFg6BShpNphK4kCbXcBhpSMWVizLW8W {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #awSnAFgWyINI87b2hV106yckWK1Z11EG { display:block; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #vHIdxlxdGrloFyZ8KEJLTOt6Tbbw1FA0 {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #QNBCNZee1O3EdSyhOqP5OB2iTppM9VJF {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #QgknCxsMckrDJqWyd3NDNUU4tMzJIEu9 {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #I4QZTBy1C182DWEatNu2NQW5uVGZFhXC {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #G7lrPxw0afMi5lIGZhPJX7vikWtPrLZv {  }
 }@media only screen and (max-width: 763px) { #N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk { display:block; }#KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xumzc0kWM6HWMVIA0w09hrBEpvGFUqgx { width:47.75rem;height:3.0625rem;top:1.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLgFaVAuD6xl7HA4uRsXvdUbhSD2ABrv { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROvIQrJTp2Ub6VH8eOPg4QJrV1r4Ldg6 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #It3CyDbvBRXZeLXbyJnOsRev5cEOFoUm { top:6.9375rem;left:19.125rem;width:28.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfRyLbmfCFAb7103SltgZE0VEPwXFonR { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuxB6gnvzk9Gx9ROpW6iTcza3btufHux { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRTZbx9C3e8VtotaP8g6K0lxhsCW58ry { top:31.625rem;left:0rem;width:27.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUPDdeEAdy9IiXwdgMwWnifPwPhBfec6 { width:6.25rem;height:6.25rem;top:30.0625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzSh04aMnsQxNEGm7c4yhn2zPw23hHx { width:6.25rem;height:6.25rem;top:30.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRu31OuDMsWUQh5Eq0dCqmRLeLJOCmwa { top:8.9375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR8zx0zG9TZ8xv0PIeBXsx7L6X4TVhmT { width:6.25rem;height:6.25rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfpLTpg3X8AGATPWo55J7WISeqGZgoEF { width:6.25rem;height:6.25rem;top:7.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM1wiwayfqzOJwtXPNTLgiRNnToSpccp { top:31.5rem;left:30.154468536377rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF1daoS6KwRNxIWApM0pvG9f4L8IMzeo { top:9rem;left:14.216793060302rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHIFQ4VhvksOvlzgEEP7I1zlLAP2pqFN { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zigNqZm09nPNTLbTETM8LotAZprz9fZT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #twxopT24C0LeO1OJC2Qw83ODmdtPekAH { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvZzJghFC726tr1dLiUBULXKmIlibBk4 { width:12.25rem;height:6.75rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMILt8wBbZtRpqVVPvLXNzgdv3RHoJhn { width:12.25rem;height:6.75rem;top:16.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBKGoOUwSW5BdWd7UaTamMT1V0988Apz { width:12.25rem;height:6.75rem;top:37.75rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3cmibpVc7ORm0yltqguEE95OPUFTF2v { width:10rem;height:5.125rem;top:38.3125rem;left:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0hf3vuyKlKcopgstwrvJlhSlCPvTUOg { top:31.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbDsZP8SLBWgWQBezNcEeVHuE7UFrGXg { top:31.625rem;left:0rem;width:27.4375rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gan4rGwB2m7Xah2z7wTBZXpeQ7lIwHIn { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsgk09CA8W8Tm0P667pB7r3gyfiuySIE { top:6.9375rem;left:19.125rem;width:28.625rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2bS8xD7p5Q2WcsBEosHvgFQX6i0emy8 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDez0ZWKaw3sIBvKIfymTDHD4aFCSLGw { display:none; }
 }@media only screen and (max-width: 763px) { #X5wid5d5ZyHhWGgqOrNQnylQ08GTMtco { display:none; }
 }@media only screen and (max-width: 763px) { #Lxw34sR9ULvsR13cS7TFqbrLuECGuTRH { display:none; }
 }@media only screen and (max-width: 763px) { #JyNlsOz4sx5Sq9wT3du9LIlwlMcz1Tpy { display:none; }
 }@media only screen and (max-width: 763px) { #CeyHa5hwxWkQKsXSTmfUSXnW3QccLMSm { top:30.8125rem;left:0rem;width:28.5625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { display:block; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { top:-0.125rem;left:0rem;width:29.3125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2slVzTVOseGayKnX3alNtVipHDkkt9t { top:2.3125rem;left:9.3100547790525rem;width:12.375rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { top:11.125rem;left:0rem;width:25.6875rem;height:15.8125rem;font-size:1.0625rem;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
 }@media only screen and (max-width: 763px) { #eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { top:-0.125rem;left:19.375rem;width:28.375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { top:0.4375rem;left:23.875rem;width:8.625rem;height:10.114305062918rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { top:2.3125rem;left:32.874454498291rem;width:11.0625rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axyGkS0aeWcimaIENbroGodrCaTEXpsl { top:11.125rem;left:21.0625rem;width:26.6875rem;height:15.5rem;font-size:1.0625rem;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
 }@media only screen and (max-width: 763px) { #NMlq4NPRulxdZPmOVSkasqAkLI5altyS { top:0.5625rem;left:0rem;width:9rem;height:10.552130821913rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { top:0rem;left:3.8112567663193rem;width:12.3748125rem;height:3.81214375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { position:relative;z-index:auto;display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { width:19.9959375rem;height:5.4rem;top:2.1533203125rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TGgoE5wWrs1EGGPmXLgBQTBd6qs8XanM { width:19.9984375rem;height:4.4625rem;top:8.859375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d7qNfKJr269VennxZumVooqAeJ3uBNaZ { width:19.875rem;height:4.4375rem;top:43.565624237061rem;left:0.030468761920929rem;font-size:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBd3Nr5uUbm5nuQ1Tq8kAi1yJTs0ciQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #StUxgPmwqeevELL7EDBpNSK37RCCFrga { width:20rem;height:20.7125rem;top:22.90234375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iDv5Op8327MWXIl2iXkFkdsM09Uus3zX { width:8.1875rem;height:7.375rem;top:14.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynv3Se4H7drmNmLUcZbBS7W6rzycUNnS { width:13.625rem;height:4.25rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8BE47CyyvrCzRf5TvdDBadSq2mhOyqp { width:11.6875rem;height:2.975rem;top:15.4375rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Pi0tkgSbmHF7mSTSv2eD1Jp26m7KbkUN { width:5.9375rem;height:2.625rem;top:16.5rem;left:6.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BgfDvsNDl5LOLRhQ5VQAHNe5bEW4PXbV { width:20rem;height:20.714044952599rem;top:4.5604858398438rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB { background-color:#ffffff;background-image:none;display:block; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container { background-color: transparent; background-image: none; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container > .video-iframe-container { display: none; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row > .video-iframe-container { display: none; }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .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); }#wSNXhnKlUsvVX8DyzyeTMLcIJSBFGZuB > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kd7Wa9oWGKzrX2hTQiiWNJ1MRZv7iptx { width:20rem;height:8.1rem;top:0.64140701293944rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { width:20rem;height:33.6rem;top:10.551563262939rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zO3dcuXIyndsgeJa1oMwgfiPP1bM8kTR { width:20rem;height:13.125rem;top:43.216407775879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xENTfPZNShCCsQoxGnRLl34sbKiu2zZS { width:13.7805rem;height:3.40625rem;top:72.134376525881rem;left:3.1093750596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdDXN3pNhqmH4rgv9PPom8HJ4vEXpRB { display:block; }
 }@media only screen and (max-width: 763px) { #Klt6ECb9nQoVXwUDeOf0yhXq2BiosBQd { width:20rem;height:12.8rem;top:58.26015663147rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aFLqRcSeGLgGOi8OG0ZxWCVdOiCaagFg { width:20rem;height:11.125rem;top:78.143751144406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB1z7TFohefL0qaU2NkHgFS7WIx19HGt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FB1z7TFohefL0qaU2NkHgFS7WIx19HGt.adaptive-delivery-prevent-bg, #FB1z7TFohefL0qaU2NkHgFS7WIx19HGt.lazyload, #FB1z7TFohefL0qaU2NkHgFS7WIx19HGt.lazyloading { background-image: none; }#FB1z7TFohefL0qaU2NkHgFS7WIx19HGt > .row .container { width:20rem;height:95.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HPLQmOxMLOLNroWNhybpmAorPo9dsf6f { width:17.6873125rem;height:10.9668125rem;top:2.3916902542114rem;left:1.7489346265793rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wczTRV5RBT1fqSBhR9tmN1EhX5o9LCdx { width:20rem;height:89.75rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6zCMVCT46f4RcyuE5A4H8Z1Zz2iZTHL { width:16.4985625rem;height:41.5899rem;top:14.927201032639rem;left:1.7498222589493rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C0btTva7z61nvy44rxwtow6I6xhdquE5 { width:18.3121875rem;height:12.0621875rem;top:54.029136657715rem;left:0.84309899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGq0npPBrWsw6A0NWngtceCVqvy2qStu { width:13.780895875rem;height:3.406577125rem;top:79.322099685669rem;left:3.0566405057907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZpWRMiMWukmMK2A0pslt7ol7ytkSpOH { display:block; }
 }@media only screen and (max-width: 763px) { #NksBhT1EKTJz48Ld5IxBprht9VB26HKa { width:19.6248125rem;height:12.7968625rem;top:66.573076248169rem;left:0.37516272068024rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ABPAIEWabuJKCvB0sC4k8hDLmX3ceNcW { width:18.75rem;height:10.4996875rem;top:84.082022666931rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS { display:block; }#gVWhOiHav6bMPmbTuGJ4VQuxRJTrWcpS > .row .container { width:20rem;height:170.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfLS7JbNuH8CK7lmEqmbCoC66eLBZEhk { width:20rem;height:12.3125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV4FDizVihMvlBcfDFOUP2eBzZtAhB3B { width:13.6875rem;height:4.0625rem;top:21.375rem;left:5.6875000596046rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jwb0CSGFspmca9c6JNdIyWzHLGtwawcG { width:20rem;height:14.933625rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUy9ED7VhmgrPmB5H7zVLdG60vApqXNi { width:13.935125rem;height:1.575rem;top:107.8125rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bSTWGiMAARTaoGE9Rnx9xSUZ2cFfsn17 { width:14.9375rem;height:4.0625rem;top:103.0625rem;left:4.375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zp7m2Ei4sfx6Q7CNWh9JDCTu0kGtvuqA { width:20rem;height:1.85625rem;top:1.6843757629394rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hVJEpP1oJAQuWN7Gh5BNpVHvohl248LQ { width:15.3125rem;height:4.63125rem;top:6.625rem;left:1.5625rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kkI0oQSAEaCt70CJe3x80dG3fDNXAQSV { width:17.685125rem;height:4.725rem;top:11.9375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zqmiLV7QmmtZQdLFhgrV5pRM00KqJdqo { width:6.6226875rem;height:1.575rem;top:104.3125rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bqilpRp8kgITUC3SkrmqbJaoPLZTh5Zt { width:6.25rem;height:1.575rem;top:23.125rem;left:1.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VUAXTpJTegsST7cFqf0VMwFSGuwmkngE { width:16.9355625rem;height:1.575rem;top:77.5rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QLp0Bq3JPzhlc22QUHtEU5wBllW3AvO3 { width:17.121125rem;height:2.6rem;top:80rem;left:1.4382813572884rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MyGBZg4qfoMW4BunFKL7VvVbe6DS2NrX { width:15.246125rem;height:4.0625rem;top:48.3125rem;left:1.5625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwGUWKbJ99FeD5bfhsVDDmL2adtrJpq8 { width:20rem;height:13.310125rem;top:128.8125rem;left:0rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OiRPb8r5JS13bhGsTtnJ3EgbhpeEKRVr { width:19.9375rem;height:13.8125rem;top:86.5rem;left:0.28046876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #goig2KcqkupT2E2PvPTt6MfsFHp6M71k { width:20rem;height:14.4375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbyuCf5DsZkMNza0Ff4Wrnxog9DTqsrq { width:17.125rem;height:6.3rem;top:119.5rem;left:1.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #przZhrJWscynpVneu5vBNPnl901HSsVy { width:15.125rem;height:3.15rem;top:115.4375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #utzsJi5Zs1DtEiNEPqirumGvqTZxmn7D { width:16.875rem;height:3.15rem;top:144.375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #waRuMzAR2JmJTQ0prG81VCS8wazmArA3 { width:15.25rem;height:0;top:147.0625rem;left:2.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nEhzp5wIAowyvD8B8arrNhZ7gdvtfHqp { width:17.125rem;height:4.8rem;top:148.875rem;left:1.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eAOL4bbPKFplnqyMEpww6pMcAE4NpNZP { width:19.875rem;height:10.5rem;top:102.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoedXa4fiXKTTXGea0wBbv0w0TczlkcJ { width:15.5625rem;height:1.4875rem;top:25.9375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DErNxACg83tynwdWs6aykzN2TfhepAnS { width:19.8125rem;height:11.1875rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsHuhqOuUSfwb3QVksIVXxodlit9guuN { width:17.5625rem;height:2.975rem;top:53.625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZdKCGpPDTehLpC3ATiThK4eQUTi4lasr { width:20rem;height:13.4375rem;top:155.34140586853rem;left:-5.9604644775391E-8rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCUOKUcCGir0JgZvQniHXVS4gMBp3Pt { width:19.8125rem;height:9.25rem;top:75.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtLCSUxBakzRPwm7RXTQwczKkMbhrB8Q { width:20rem;height:13.875rem;top:123.96640586853rem;left:-5.9604644775391E-8rem;display:block; }
 }@media only screen and (max-width: 763px) { #LryN16QBohhS99yA2eZRZS4U1R3IUppI { width:19.8125rem;height:10.3125rem;top:19.4375rem;left:0.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ClGBRGZSgu69VlPtM6rUZlMp0IU5gHO3 { width:19.875rem;height:12.9375rem;top:114.1875rem;left:0.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uVpWadoMwo9cdWUtB0BlVM8UqhLgce4a { width:20rem;height:12.375rem;top:143.5625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #LM0D7XEQUg0ndIvsuv8fdE1uAxX6dZCm { height:11.226765799257rem;width:20rem;top:157.6142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPMyU5wDvMhVZgHqTEPqh5whcbndIQBB { display:none; }#DPMyU5wDvMhVZgHqTEPqh5whcbndIQBB > .row .container { width:20rem;height:280.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tCN2QxIS5mnRxnnHD6hgJKZTUzXWl3Cv { width:20rem;height:11.25rem;top:10.561981201172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTVC5Tb39kbNHvQCP3x4UdfC9LPRBzdz { width:14.3123125rem;height:4.0625rem;top:11.6875rem;left:4.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GguBCleuOQVaFLInZHlBqxelB5xQkZwW { width:20rem;height:14.9343125rem;top:35.209516525269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APUmXNLtBPvQcEm71nWycf3JiU55xMOg { width:13.9364375rem;height:1.57486875rem;top:29.061612129211rem;left:1.6859019994736rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O2NKpoTMEbepHBL82aLoMdwCsP7nPGyS { width:14.9375rem;height:4.0625rem;top:23.692058563233rem;left:5.1562501192093rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrEZwApnTTScgcZ1vbaH0vktRxmFcHrh { width:20rem;height:4.3984375rem;top:3.3096618652344rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ulDTdv8Gq2d25mVmzkTdUeiIhKx5MyyH { width:15.3125rem;height:4.63135rem;top:67.676666259762rem;left:1.5616122484207rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aswTs7qcdcqyg93UCo534Ok0w9hOuEhC { width:17.6864375rem;height:4.72265625rem;top:72.874641418456rem;left:1.5616122484207rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XqrbrTuBTWGnegriqk3grDRQ22GvNmxL { width:6.62375rem;height:1.57486875rem;top:24.936966896057rem;left:1.5616122484207rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s9E4aW75TAf6d9InrcPnCV416gCyTDPt { width:6.25rem;height:1.57486875rem;top:13.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mZCiEQleNI2pgndEaRZO0FIaLxeHMauN { width:16.937125rem;height:1.57486875rem;top:82.686431884762rem;left:1.5305396318436rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FM7kixWwGfDSiZdX1IkTx0Mz8fWvehKB { width:17.1226875rem;height:2.6001rem;top:85.4980430603rem;left:1.4373222589493rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MMU94KmI7gcBwr8Lyzfyrzh3eyaiSJqO { width:15.2465625rem;height:4.0625rem;top:109.93733215332rem;left:1.0294595956802rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Er85Rb0iDhDruJsi4aTUzHOEWw3lwqdK { width:20rem;height:13.3121875rem;top:94.178054809569rem;left:0rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #mlQiTwyoTxgMBteDS7lfOGCQM55yoHrP { width:19.4375rem;height:13.5rem;top:42.25rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIEseNf59aGmyrpPchv2CV8vK9KEKtmz { width:20rem;height:14.4375rem;top:51rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGakZXU1pThNUTuwbonnqnRwG9lMOAP8 { width:17.125rem;height:6.82325rem;top:127.4980234375rem;left:1.53125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ehEIkXK5UIuhqNs1fRnoDUivCdJtrMDz { width:16.1875rem;height:3.1484375rem;top:123.2480234375rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vGZpRwB4AAIhfg9wfh95TzlfTGn8G55r { width:16.875rem;height:3.1484375rem;top:137.3788828125rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wZCW6RuNeRNTJTVTuyeTU9Tsm6PKrbnT { width:15.25rem;height:0;top:150.4980234375rem;left:2.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8TrlvGSN6LlsQFKFMATinA3BIwB5qeU { width:17.125rem;height:5.19921875rem;top:141.7167734375rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #foqIu01UZL7GkmOClIT76oWnoBUNDwgk { width:12.5rem;height:1.29980625rem;top:151.7480234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ273rNnlZXDGwTpbLN2AArr12nVG3sa { width:20rem;height:14.3125rem;top:186.6718765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDXONg9KsAzWR0VqrVD6n54vK7MssOE3 { width:19.25rem;height:17.1875rem;top:202.2343765625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThcPE55kp0roV23OVETcr5VHlQZhexkk { width:15.5625rem;height:0;top:212.74687637176rem;left:2.59375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S9m1VOvuIKBi33OS7rAqh891C8GFFlwk { width:19.25rem;height:15.125rem;top:154.2968765625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8UP3HeMlko2BnE7R3frwVoQLt3M0bgR { width:17.5625rem;height:0;top:161.8593765625rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oXX5cpzVstZ2FTf01khog1GvWwqOo9u0 { width:19.25rem;height:15.125rem;top:235.7968765625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epwuQUDJd6F6d5dpkHWPWoTKRqxX1xuJ { width:19.25rem;height:13.875rem;top:220.6718765625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8UASGoruknFWxQtnzkUaR0Xz3wuo7rg { width:19.25rem;height:13.875rem;top:252.1718765625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMT16tm0Jbzu9Iukpxh997TG6IQXCS3g { width:19.25rem;height:14.5625rem;top:170.6718765625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EysuAAwkr6DlET26i0HTW3Hv3HQS4rnv { width:20rem;height:9.1392801251956rem;top:186.4843765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoJWozHRZu208Fn0ATfK6Tb7xQ6IPM61 { display:none; }#MoJWozHRZu208Fn0ATfK6Tb7xQ6IPM61 > .row .container { width:20rem;height:158.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #doSmz4t6qmAW9sDATzc67R2Je13QbkFw { width:20rem;height:11.25rem;top:10.561981201172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKnaPisQA223eIdoP6Ld26qEWO51Uei2 { width:14.3123125rem;height:4.0625rem;top:11.6875rem;left:4.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydA9gTbHCm7ASNQvkLNbgwRW0q20Uz1f { width:14.1868125rem;height:3.1484375rem;top:16.936267852783rem;left:1.5616122484207rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #blgLdbrBdpNO7F5bNmk6cahFcTqXHbaE { width:20rem;height:14.9343125rem;top:35.209516525269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThNwc2Zugn8TPfiNikBebW5sh2eEoclP { width:20rem;height:11.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLQOhdtned2GLkENZavU5R8oQRTIgGJE { width:13.9364375rem;height:1.57486875rem;top:29.061612129211rem;left:1.6859019994736rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NvOivvNviBudB3wgiDzo5GtB4iUTAoVb { width:14.9375rem;height:4.0625rem;top:23.692058563233rem;left:5.1562501192093rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToaKvJythbJiacJ1QTVBrMfRt874Eq04 { width:20rem;height:4.3984375rem;top:3.3096618652344rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nreuVPxQnV0TQDTff6wibCsSQS3fmso7 { width:20rem;height:13.5625rem;top:66.125rem;left:0rem;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #glvX6N5tJ26ebHRQ0eqb0Zn5Mm6RC45V { width:15.3125rem;height:4.63135rem;top:67.676666259762rem;left:1.5616122484207rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDmVFD8x1oadTfT0T9pMoyHxCa56uVuL { width:17.6864375rem;height:4.72265625rem;top:72.874641418456rem;left:1.5616122484207rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q8oB0XT2PM4SWN3KWKDsAbm1eFbx7pTT { width:6.62375rem;height:1.57486875rem;top:24.936966896057rem;left:1.5616122484207rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ItR5nKcVDx0LnPl3fLFf7PndFHqiSTcU { width:6.25rem;height:1.57486875rem;top:13.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XTZb8ZWgRp6Leiun75m5k9af1yZg9KSW { width:20rem;height:9.8125rem;top:80.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4cQUX6iAxyKO7A7PyDH6IEUW7JbQsU5 { width:16.937125rem;height:1.57486875rem;top:82.686431884762rem;left:1.5305396318436rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I6B8636lU9TgSvuKppJ8IEqDM18Dk9cP { width:17.1226875rem;height:2.6001rem;top:85.4980430603rem;left:1.4373222589493rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VdGyyQWhRZIXmBBbHmpkUZknOEBwFFIG { width:20rem;height:12.7498125rem;top:108.06233215332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlCh1M99g8oI31IgsxZxxI3CDfUqi7zA { width:15.2465625rem;height:4.0625rem;top:109.93733215332rem;left:1.0294595956802rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxTaeUmZlGyFVLbxkvNWvfTTBQQItBVN { width:16.184875rem;height:3.1484375rem;top:115.24901771546rem;left:1.5608724355698rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #egLsGXgdpfDtX0n7dPsQgUTDamhkeyoh { width:20rem;height:13.3121875rem;top:94.178054809569rem;left:0rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WUqI67ytT4fIAv3KRRBpOHmSPrlwQfzb { width:19.4375rem;height:12.749683474601rem;top:33.125rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwLp69SUkW820VKNqz3WEyiXtQPduLTc { width:20rem;height:14.4375rem;top:51rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTs85PirbOcnnvvmxEzut6Gi06AMd1X { width:19.75rem;height:13.125rem;top:122.0605234375rem;left:0.125rem;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d498TXdry49sZKD1QuPM9aTRrcW7Eotx { width:17.125rem;height:6.82325rem;top:127.4980234375rem;left:1.53125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DypVHdkHSb5dGsKmZDRRwQs9PyFTy6zs { width:16.1875rem;height:3.1484375rem;top:123.2480234375rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dvwhKKlLgh8pDesDaBUqiItePCJZrz47 { width:19.1875rem;height:12.8125rem;top:136.4355234375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GubS5SpkDT1xZdCdz1HtXeAyGOx4rK { width:16.875rem;height:3.1484375rem;top:137.3788828125rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CkpoLiJutxm7msStgTIxc4KUbP78d4ze { width:15.25rem;height:0;top:150.4980234375rem;left:2.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFrwxOXtubDLfpKIM6FavkgM19Dsxf { width:17.125rem;height:5.19921875rem;top:141.7167734375rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s7DIBztrfsaoL0nSqMPU4aP82ZQqS2BB { width:12.5rem;height:1.29980625rem;top:151.7480234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { display:block; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { width:20rem;height:150.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { width:18.4375rem;height:1.4625rem;top:16.1875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { width:17.4375rem;height:8.5rem;top:18.625rem;left:1.0625rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { width:18.125rem;height:8.5rem;top:41.125rem;left:0.1875rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { width:18.4375rem;height:2.7625rem;top:36.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { width:19.25rem;height:9rem;top:65.3125rem;left:0rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { width:18rem;height:2.7625rem;top:61.625rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk7pI6EKrWULydxuBCh5ozPRXo3rkqOE { width:12.6855625rem;height:1.38125rem;top:83.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0U8vomemZEPqgNVhvKrW6Vr4CKIMaBq { width:19.6875rem;height:11.2rem;top:86.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #RP7iN19xryQlSRDRh7tmxETfZG10xEdz { width:14.375rem;height:3.75rem;top:144.9375rem;left:2.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3BwXK3KrFDcsEnPcy2MFZIBByzCzaJm { display:block; }
 }@media only screen and (max-width: 763px) { #vCAAPpVNxsTXDe2s7fIo3Cx6zTofhQC5 { width:5.3125rem;height:5.3125rem;top:68.0625rem;left:0rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #KsiQ58dT4rQ3RdnHmzOzrVKTpEDqgOzk { width:5.3125rem;height:5.3125rem;top:92.9375rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #fLdx4wzlIC2r9Fo8IicI0ZyuJPe5s9Pp { width:5.3125rem;height:5.3125rem;top:116.875rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #bLhtll8qF0FPAVdGS09W8PiCXpe3mB1E { width:14.25rem;height:6.075rem;top:0.75001335144044rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T857SxEqzVdU1t5VFlq5fo1dhvRTnrQh { width:12.5rem;height:12.5rem;top:5.1992053985596rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyBWhcXruzQRZwb0iWQhFqD7CVWvoPwh { width:12.5rem;height:9rem;top:27.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8WVKcwB2LdbQhZ9Xu8p3yDUI92g0Gqq { width:9.875rem;height:9.875rem;top:123.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxUxiihOP702zPVhBxc1hmmouDbc17z { width:8.4375rem;height:9.125rem;top:74.3125rem;left:5.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC9PS8VKxdrXoTzF1Kv8LJTfihUce7Bo { width:19.875rem;height:9.6rem;top:113rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #FxAlz0assGykG9ZO4vy2F9dSAkDJQV0K { width:17.1875rem;height:1.95rem;top:109.8125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqWO74ZZE514t5f66JWm56URXahJyq7 { width:12.5rem;height:10.75rem;top:98.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQfLQ5eWVZeNGvTHb1eWZ8XCI63gTxw { width:17.75rem;height:4.8rem;top:138.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #SceVGMwNeILkglCfxTGOidx14WV3VraP { width:17.1875rem;height:1.95rem;top:134.6875rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGMSRiU04oPBiEXXFRT936Ep2cu8Szi { width:12.5rem;height:12rem;top:49.625rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD { display:block; }#q6e9CIT7ATX2xFw61PG8oX6bgM3IbLgD > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq8N5CZ9Fc7MwQfEXmAqDKQdoBo9FCZA { width:11.4375rem;height:6.5rem;top:6.5625rem;left:4.9375rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zl8lUXcmZs3u4TMNLp0DNUIhChUC6oyl { width:2.625rem;height:2.625rem;top:8.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MxMsl5U08odbrmCupW7IQwSPCxmo0T { width:20rem;height:5.5625rem;top:7rem;left:0.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlBuFsLUV5k9aMPWmndobsh9xIB3TPQC { width:1.31171875rem;height:1.95rem;top:8.5625rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UpIgtza2bH8vWKxDsrP2AIOyzbrLhT { width:15.125rem;height:4.0625rem;top:24rem;left:4.875rem;z-index:14994;background-color:#2b92d0;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #oRAhL6Wg4ak2FrlNFGOR7kTUmfT16N9v { width:15.125rem;height:4.5rem;top:30.625rem;left:4.875rem;z-index:14996;background-color:#ff8200;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #fRkGyotQeLJgEbcIKKzhLlFTVNfWV3LE { width:15.125rem;height:7rem;top:41.6875rem;left:4.875rem;z-index:14997;background-color:#2b92d0;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #qqwJJ5Rp5RchMwSmaBC3ng7aTM1zCSdQ { width:20rem;height:4.05rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xNTfUO87PuZTHnfIkvLTkKIZE865F7sP { width:13.8125rem;height:2.6rem;top:14.625rem;left:3.75rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ebuIoaBAnWiJz1qcAtulgcAZacTHgwZa { width:20rem;height:4.5rem;top:13.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTi4yHbU4g7Tdc4wtk5N00MDq8Nv5aHA { width:3.1875rem;height:3.1875rem;top:17.4716796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9UUbEo6rXP26dQ0W0TR0D7EoaZ3zzHm { width:1.3125rem;height:1.95rem;top:14.9375rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x871LI1Ry61oLT67Ev6gzZat0ymTlqXF { width:14.6875rem;height:6.0625rem;top:23.861328125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbFLBqezUwP1m4UucmqHbAXyOzxTpqoF { width:14.375rem;height:1.3rem;top:20.9375rem;left:3.75rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EmzANsUVKRbD4TQD9G1iQvJWXlrAObs3 { width:3.1875rem;height:3.1875rem;top:25.298828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCSGtoUi6mu4JqeimfAfrzH2CGXCbeyP { width:1.3125rem;height:1.95rem;top:20.5625rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfkwuUPNk0hTAXpdfiNNKCqXyyUU3g8 { width:14.75rem;height:6.25rem;top:31.5rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWoKRZTpgpkPTf0wT1s0x1UH93O2mi0D { width:13.125rem;height:2.6rem;top:25.9375rem;left:4.0625rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QymfM9KToTttsCu55ZeE2LqnTC93a2XT { width:3.1875rem;height:3.1875rem;top:35.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xppLNt3QtFqvS6zqZ2yBnnfLaAILHg9Q { width:1.3125rem;height:1.95rem;top:26.25rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbycs6OQUk4fnVCyK3ifhGxPF6SKc1PM { width:14.75rem;height:6.25rem;top:42.0625rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBXdq3wWQZHZb5qP8TTDJK8eT92eNyLb { width:13.3125rem;height:3.9rem;top:31.75rem;left:3.8125rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NTdgxrQQTisbTwTQxlQEimQSsDm6Fkem { width:3.1875rem;height:3.1875rem;top:42.4150390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoNWD1SvLOW4PkHo0I7XoPPUScFB2NLG { width:1.3125rem;height:1.95rem;top:32.75rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxhbUKFJPmK3A6V4ciL1FHIeQp7dPZNd { width:2.625rem;height:2.625rem;top:14.625rem;left:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #F7lgku9ti0qefObH0Lm98966iyza3Zxi { width:20rem;height:4.5rem;top:19.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14994;background-color:rgba(43,146,208,0.73);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WcFqHaEvaDC42iPGAldOG41bzNFphQTX { width:2.625rem;height:2.625rem;top:20.25rem;left:1.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KCxFxWd04IMFlrggVr0K0ggOyz4shIeZ { width:20rem;height:4.5rem;top:25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14995;background-color:rgba(43,146,208,0.81);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u8qnxJDWkSsz0N5xxAgBVyeCTPmyAaTP { width:2.625rem;height:2.625rem;top:25.9375rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #R0qtc1AiVhFQ7rA56usl8yKvw1heThXg { width:20rem;height:5.75rem;top:30.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14996;background-color:#2b92d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aA8benTBAMZzih9plOnDO30sue0vvPuT { width:2.625rem;height:2.625rem;top:32.375rem;left:1.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { position:relative;z-index:auto;background-color:rgba(255,255,255,0.08);background-image:none;display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { background-color: transparent; background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .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); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luAaQLqy5tJXkgPSJW0hq7yKtp2WnfwC { width:14.375rem;height:3.75rem;top:2.15625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx2HmIk0pOQC3sc3cgHO5K6WdDz3Lfli { display:block; }
 }@media only screen and (max-width: 763px) { #lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS { display:none; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row .container { width:20rem;height:144.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xkHU2sP9qQwZp2d8wJeZq3BFsBliHH1q { width:20rem;height:6.5800625rem;top:2.0498933792114rem;left:0.093394875526431rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE7Xfc6JODSw7yKLJrO2XllI2kQyoxM1 { width:12.9998125rem;height:2.923825rem;top:13.125rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGHwiAygOz9CXc48mZ1cLyxTqgPRI3E3 { width:12.9368125rem;height:9.597625rem;top:15.4375rem;left:6.5625rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #aKbLFIgraeAQwTtAlBP2H4ilQIdksLrT { width:13.25rem;height:9.597625rem;top:34.3125rem;left:6.625rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #D8sfhUkEmDDTwmToE2G7TgXFyCvcHToa { width:13.3123125rem;height:2.76171875rem;top:30.25rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbBxlB3tL7impJ0K2f9UlcvI1pFla9af { width:13.3123125rem;height:9.597625rem;top:52.1875rem;left:6.6875rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #ASumECkmWF6FRySweGziL3Ocbp4Vnogg { width:13.187125rem;height:2.76171875rem;top:48.9375rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTVC7GMGxrwUD506cKeu8mEaAZs8NCk { width:13.499625rem;height:15.996125rem;top:95.8125rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #UN3CXcsJfpNIfoMkauoZW67qXcnVxeHE { width:13rem;height:6.3984375rem;top:120.125rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #xCCiRRcUxNaaoRUm83VodOeETr7K5MdJ { width:13.3744375rem;height:1.625rem;top:92.75rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNFlWANc3DHMufTbkZb8xOrFoKsdH3LP { width:13.125rem;height:1.625rem;top:116.625rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtRyy4FfUdkF6Wo6uFzw4KfPDocbWbA { width:12.6873125rem;height:1.625rem;top:67.75rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTztPDTN4R6V0lqfLKqmALGaQPFiuRNo { width:13.3744375rem;height:17.5956875rem;top:71.375rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #J0789iKCHfX0rT2fpI5WZVAIKMMTrPOv { width:5.3125rem;height:5.3125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRXKT5csUpPuHolGHckGArVt1KvADl9k { width:5.3125rem;height:5.3125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAG5X51Tog9odzuVI3HPI6t7rxefPiML { width:5.3125rem;height:5.3125rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOJJQnwLxlgRK0K6UmzTzot2ngJleZW { width:8.375rem;height:8.375rem;top:81.4375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EF5TIlxN9giWB0C74pJqEC8NbnB7nJGi { width:8.375rem;height:8.375rem;top:80.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAL5H87KByMoIsQ9lhgVkzmI8CRdEmz1 { width:8.375rem;height:8.375rem;top:140.125rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFx3psVmWw3AZ01BXQygeZSpc25FJ64Z { width:14.375rem;height:3.75rem;top:134.5625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0MHXgzFP8HG2uCr5IA15PhChGgHoAo5 { display:block; }
 }@media only screen and (max-width: 763px) { #TrvOiZVKFNTmDQ8WCMo4KbJatMBSyNZg { display:flex;width:1.9992875rem;height:1.9992875rem;top:69.75rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Jpf5pQqgLrLl68mT6qyB7q5VwsQtURTX { display:flex;width:2.875rem;height:2.875rem;top:31.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xheaVnLd6389FHz03PoPEgNZVJrZPEZA { display:flex;width:2.12446875rem;height:2.12446875rem;top:50.5625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #EnH1cTM4ee4CHcOk5uTv2kVkXvFyzmUo { display:flex;width:1.9375rem;height:1.9375rem;top:30.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #iETuyTtkLQimRha8EewTVVa4ew0brWIC { display:flex;width:2.1875rem;height:2.1875rem;top:94.4375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #PFgEZl2KoXZbHV0u7tzPT0aryvx4uoE9 { display:flex;width:2.374825rem;height:2.374825rem;top:118.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #QJeruSoT0U0n11A8pq0tfAcrssr44RBd { width:5.3125rem;height:5.3125rem;top:68.0625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XOTM1fmIF49rK74rJtouFvGTvB0ZoRNN { width:5.3125rem;height:5.3125rem;top:92.9375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Gf64COaJK5reIQnPcgOUkTBef4bwfLWa { width:5.3125rem;height:5.3125rem;top:116.875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TstJZKL7TCg69FzzUcEzLIbgLLklVyt7 { display:flex;width:2.87464375rem;height:2.87464375rem;top:14.648790359497rem;left:1.2805396318436rem; }
 }@media only screen and (max-width: 763px) { #oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw { display:none; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row .container { width:20rem;height:44.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lzFtBDtSuHzKNhQVbIuWqST9tTa1QB1r { width:12.874rem;height:6.499025rem;top:8.5302734375rem;left:5.875rem;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AEtJlTSKhCAONnHifCnb27SsarKQlgfB { width:20rem;height:4.38671875rem;top:1.6930046081543rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4scK8MNRdknHXBiD2IHm78QAlMwaIzx { width:9.624rem;height:3.19921875rem;top:17.150390625rem;left:6.498046875rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #z2ag0BtF2h5s1ASOEiUC3ELPcnSQJqSu { width:13.6865rem;height:3.199225rem;top:23.5rem;left:6.3134765625rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #knFcTv9X92TlWoP5voT6shalE1APrZNO { width:12.625rem;height:2.5996125rem;top:31.57421875rem;left:5.9990234375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TUHlBQdkStyt5pxO76oMGZkWrHa7VRaL { width:13.3744375rem;height:4.798825rem;top:37.4375rem;left:6.625rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RMRiOXK5xPBRieNtiVbcoxnKBKaLNoGV { width:3.1875rem;height:3.1875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQkEr9nDy1wlPoQvEK677ZcOeFaKG9i { width:14.875rem;height:5.5625rem;top:9rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6FGv9FyJSEeEIImiQQGgyoCpwTxmf9x { width:1.31214375rem;height:1.94986875rem;top:10.375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXN4eWWZq16Ok8BUwDnKqnXR8HbeIwDN { width:15.125rem;height:6rem;top:15.625rem;left:4.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqXpssu28N1nxXKABP5LIUQdigyPp4fI { width:20rem;height:4.3125rem;top:59.818359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hS5gbxUy0V8vFTZ0cJoeed7LCk2CpuFs { width:20rem;height:4.3125rem;top:69.818359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEiEdBkdCpVEM1PidFfgw5Z7ekRQC6AT { width:20rem;height:4.3125rem;top:79.818359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvchGIL3LP3ZZfIKvUTWdpQ3O7lxTmAq { width:1.31036875rem;height:1.94986875rem;top:17.648260235786rem;left:0.99343037605287rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJfIaspacUuhPrbW9SSROPWlLR8BZCpJ { width:3.18714375rem;height:3.18714375rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBwVuMTeDySfIpT6WH7sTsJ5V8C9zLF { width:0.12429rem;height:2.8125rem;top:13.469459533691rem;left:1.587357878685rem;background-color:rgba(33,34,38,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XrRT8V5DLyCqeO4FMBwtNdciPveLWMbn { width:15.125rem;height:4.0625rem;top:24rem;left:4.875rem;z-index:14994;background-color:#2b92d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XSCAA4BhgwlQSq8FNz5a8SQmIP9aDd6f { width:15.125rem;height:4.5rem;top:30.625rem;left:4.875rem;z-index:14996;background-color:#ff8200;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zstS686ozyWKsgIKWKkfBB2qxRynF9OG { width:15.125rem;height:7rem;top:36.3125rem;left:4.875rem;z-index:14997;background-color:#2b92d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U2hfTQBkhEJfl6x1cbfeEsBuRmbSaNX2 { width:2.1875rem;height:2.1875rem;top:1.1860790252686rem;left:16.929153800011rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxWzlxOVlMch4KnxeGN4TAlxSUQT44lH { width:3.1875rem;height:3.1875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4CSCNiklNcn7WQX2qh87yTrLhVpIqK { width:1.31185rem;height:1.94986875rem;top:24.6875rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxLW5svNZmM4sZpRaUFEy8woxUpTEdF2 { width:0.0625rem;height:3.5625rem;top:20.322619875rem;left:1.6875rem;background-color:rgba(33,34,38,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0fPKOR33C9BtXRW1TFtAnczaHmN50w { width:3.1875rem;height:3.1875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0THU9Jfi8G84A50em09UVxGavxRLb2c { width:1.31185rem;height:1.94986875rem;top:31.6875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMGCoOPWvSbL0K7i65DVqT4p95U02d8f { width:0;height:3rem;top:55.478014717651rem;left:10rem;background-color:rgba(33,34,38,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Tmwrp7KaWtGa7yDla2d89yd1U2P0APHh { width:3.1875rem;height:3.1875rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdwAun0wVs1UCmyRfQmTTeK6p7v2ff4 { width:1.31185rem;height:1.94986875rem;top:38.5rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlbaqZbLahtFJBhLCwuLrugWw1VeHO6w { width:0.0625rem;height:3.125rem;top:34.5rem;left:1.5625rem;background-color:rgba(33,34,38,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ekJrIqDZDVLTfx2ndsPsMia9mFamRN2a { width:0.0625rem;height:3.875rem;top:13.043678044746rem;left:1.679154753685rem;background-color:rgba(33,34,38,0.8);background-image:none;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #N3S02MTfPnLfgiE3PWwiSSMkimCD6MsC { width:0.0625rem;height:3.875rem;top:27.237215161324rem;left:1.5568181276321rem;background-color:rgba(33,34,38,0.8);background-image:none;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 { background-color:rgba(255,255,255,0.08);background-image:none;display:block; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { background-color: transparent; background-image: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container > .video-iframe-container { display: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row > .video-iframe-container { display: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .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); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2dnwHSEtJrD1H2KaCAhTbbFsJD1vmsn { width:11.7489375rem;height:3.575rem;top:45.4375rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kZJSfpCr0JLERuw7cuJefiBPLovzLMph { width:15.625rem;height:9.6rem;top:49.1875rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sOai0Ae3O7eCviidZkOoylVk2DKglAkN { width:9.9375rem;height:5.3625rem;top:8rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dLPreFP4gWf35mQerxQGFt6f0d3Q3WXo { width:17.375rem;height:6.4rem;top:14.625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b2wo63yv38KzGh82L47MFUTQJLnyGeSw { width:20rem;height:17.3125rem;top:42.6875rem;left:0rem;background-color:#2b92d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nEVGvoEqcn31aUi1CrHox3PGkIIuTfyI { width:20rem;height:19.5625rem;top:5.75rem;left:0rem;background-color:rgba(43,146,208,0.73);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c69WgAIc0iQB8LvgupsUEgfR88aNC5Nt { width:20rem;height:13.3125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZbbtVTHqv0F7TOd4c5fC5UyOOypVpuC { width:14.375rem;height:3.75rem;top:62.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQRMTtsdpUpPkbqz7BXPSZOM8G0ES2XN { display:block; }
 }@media only screen and (max-width: 763px) { #oKN8Fb2OhdNxdq6zatTXsO4CTZLpicto { display:flex;width:5.4375rem;height:5.4375rem;top:44.9375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #MpO1chaRFU2W9MBVHce60Ex3WTqGxdya { display:flex;width:2.87464375rem;height:2.87464375rem;top:44.4375rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #sD0WOTMCFVzlA2F4w31ZAIayG5tuklbK { display:flex;width:7.3125rem;height:7.3125rem;top:34.19140625rem;left:11.051136374474rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #TQbkrf9kSNQboW4TQmWXTS8L86VhInbv { display:flex;width:4.1875rem;height:4.1875rem;top:10.375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJcBugsE0MIhS4zeUJwRlln38MG0eBFH { display:flex;width:4.125rem;height:4.125rem;top:7.5625rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #OlR9OuaBr1o8hDFW8HCrApFSCQDLQcn2 { width:20rem;height:1.85625rem;top:1.8203125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i { background-color:rgba(255,255,255,0.79);background-image:none;display:block; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container { background-color: transparent; background-image: none; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container > .video-iframe-container { display: none; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row > .video-iframe-container { display: none; }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .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); }#WEJpMFKkBIdMT2m0BpRSTX5gbESUiG4i > .row .container { width:20rem;height:138.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVTpV7K3dtNdk5hfMoban3lpx8rKA4Kt { width:20rem;height:1.7875rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUNN3Kvhvv2oWKWbwksW8u6SieIKctlC { width:19.6875rem;height:36.8rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shNrntrtzPZg5UA8r3owO4cAs9TDldDy { width:20rem;height:24rem;top:46.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVC8mpXcDJh8eHHMeuZLTLHQcc23FRBT { width:20rem;height:1.7875rem;top:42.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Catby6aJDgqKSD4NAxN2VeuRec5Zdu { width:20rem;height:35.2rem;top:74.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiaZZAaXOM9vplwCwuvXQzySivxHP96 { width:20rem;height:1.7875rem;top:69.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrUTyTNushPOJQXwvKApJJbEzOUype1 { width:19.75rem;height:25.8125rem;top:112.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA { display:block; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { width:18.9994375rem;height:3.62445625rem;top:1.2799141407013rem;left:0.49891304969787rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block; }
 }@media only screen and (max-width: 763px) { #yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { display:block; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfTCIVTARTqvRVr1gHvX08gob5WXyfxq { width:20rem;height:4.05rem;top:0.88125038146975rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { display:block; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { width:20rem;height:128.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { width:18rem;height:19.2rem;top:1.8835906982422rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { width:17.4375rem;height:24rem;top:23.311717987061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFhd92o2dcLFXsMG3T9fMi2cfbgsTz5A { width:17.875rem;height:19.2rem;top:49.062499284744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { width:17.1875rem;height:17.6rem;top:70.937499284744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSMfSyLdmVLJqkoPJTzky8q5bVhzVWLA { width:17.5616875rem;height:22.4rem;top:90.87500190735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG8k32MM88Q5B3y312FqvhTamGFSp8PC { width:17.0625rem;height:11.2rem;top:116.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { display:block; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { background-color: transparent; background-image: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container > .video-iframe-container { display: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container { display: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .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); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { border-width: 0; border-radius: 0; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { width:20rem;height:66.8125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { width:19.996875rem;height:2.19375rem;top:1.68359375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #aGr8VxoWN4dtIdk4D19fWS2iDZvLx5D5 { width:20rem;height:12.6875rem;top:91.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6yZ07gkgluHNP0eUeLPWNbkAPV4WOyu { width:20rem;height:13.4375rem;top:65.93993759155rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { width:20rem;height:13.25rem;top:21.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #W923mESk5V2UoEbzITwySnasPnTGrB6s { width:15.374375rem;height:0.249023125rem;top:115.43699073791rem;left:1.4054361581802rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { width:20rem;height:13.25rem;top:5.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { width:3.625rem;height:3.625rem;top:31.123045921326rem;left:8.1560720205306rem;display:none; }
 }@media only screen and (max-width: 763px) { #GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { width:3.625rem;height:3.625rem;top:19.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfmr3We18D1tE7355TB5AOBSLwCUJI57 { width:3.5rem;height:3.5rem;top:55.8125rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { width:20rem;height:6.4375rem;top:28.0625rem;left:0rem;z-index:15019;box-shadow: none;background-color:rgba(43,146,208,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMADfQH9x5b6egXDwVUidGpXTML89bx0 { width:20rem;height:6.625rem;top:12.375rem;left:0rem;z-index:15025;box-shadow: none;background-color:rgba(255,130,0,0.92);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { width:20rem;height:12.125rem;top:1.4967441558838rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #oJTxcvZt1zrfIKG5vlTtVo9wFQsG1nIW { width:16.375rem;height:4.2rem;top:13.5625rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15026;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FFnxcRc41Hd2aCLcCBn0GisLlhtar9el { width:14.0625rem;height:4.2rem;top:28.9375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15027;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A19BDpxXcJyQdEu2HisDD7ZURxAdOXLo { width:16.3743125rem;height:4.2rem;top:44.375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15030;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HQCTiAOiyzcHhLgBuflqCwxGOdRWES0D { width:12.6875rem;height:3.2rem;top:60.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Q2tEBt2qBD8hSdNVWAsG23SuutIzMh27 { display:flex;width:3.125rem;height:3.125rem;top:73rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yD2HdR3MhX6LGrXdwpybrG6sm3l5CEwJ { width:20rem;height:13.3125rem;top:36.75rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nJyDRmwO3hDtagvxTPxtzSEiP1WWz1rM { width:20rem;height:6.625rem;top:43.4375rem;left:0rem;z-index:15028;box-shadow: none;background-color:rgba(255,130,0,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhsRNvmmAmPGOVbT07n2OhU7zFVa4Xer { width:20rem;height:13.3125rem;top:52.3125rem;left:0rem;z-index:15002;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C9lnwoDv3dn0RwUEKD9kmst0bdAzQB7u { width:20rem;height:6.4375rem;top:59.1875rem;left:0rem;z-index:15022;box-shadow: none;background-color:rgba(43,146,208,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ3NMNwtxFD3M5JZBfJq70Tc8c75us5y { display:flex;top:62.8125rem;left:17.25rem;width:2.062325rem;height:2.062325rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #CRGUkC9xBbA8MtaZcauCiez15CNqRMwH { width:20rem;height:13.276955602537rem;top:28.9375rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #TgsRJV1ky0g07TSh7DaXTMTSJp5kHk6D { width:14.125rem;height:19.1875rem;top:6.875rem;left:2.9375rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #nztRoXmCs0JVTsTGkrc1Cob43DGxAy7S { width:4.4375rem;height:4.4375rem;top:30.5625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmxdXC2rmRrCcm5TMowSD3BH5oKGc6al { width:7.0625rem;height:7.0625rem;top:7.2750244140625rem;left:6.2249999642372rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Ke6lEhWJtaIfnZ6ztZmMhMMOdeLTC5Ti { width:0.625rem;height:0.625rem;top:42.462524414062rem;left:16.224999964238rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #HBGJNShoVgnwcbU4ACLi0hCDBe4RxJwD { top:15rem;left:16.3125rem;width:3.0625rem;height:3.0625rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hc3c1cSdEIyWvBfMOOS7vKRsx5Z1WPXB { top:30.875rem;left:16.3125rem;width:3.0625rem;height:3.0625rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LZ0viehJkLKfnJTFb3L12a4Zq0ADk16a { width:7.0625rem;height:7.0625rem;top:43.987548828125rem;left:10.287499964237rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Pe1rPggm46kotk6aTSK0d4sRrXu8M6Go { top:46.375rem;left:16.3125rem;width:3.0625rem;height:3.0625rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tQH7PNlF8gmG4omIUIHHrP2IW8M7xfVc { top:46.375rem;left:16.3125rem;width:3.0625rem;height:3.0625rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { display:block; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { background-color: transparent; background-image: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .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); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { width:20rem;height:8.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { width:17.4375rem;height:6.58125rem;top:0.83437538146975rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { display:block; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkidlicNxAFO1XcRfxvoevkw0DXphmsd { width:20rem;height:7rem;top:1.1211681365967rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { width:11.6875rem;height:3rem;top:40.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARyB9NgPuOBXGJMkQQozAT6ybyPwGias { width:20rem;height:4.625rem;top:11.75rem;left:0rem;font-size:1rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ENIt77TbSmBT7VdJ3fXTez5gxWTG5T6h { display:block; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-text {padding-top: 0; padding-bottom: 0;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-select {padding-top: 0; padding-bottom: 0;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W  { width:17.5rem;height:auto;top:15.6875rem;left:0rem; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W {display:block;}#sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W { width:17.5rem;height:auto;top:15.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ik5JJwGMyCtS9Untbrl1ZsUpurA76GLp {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #JNLAQm5TO576kDlrnMVUdF9d4n6h3xdD { display:block; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #TEzQcNDfS3wJ9vB8JRxzziLGb29ANHeC {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #f8HKrViXUg61iHX63aRtzv1TDDwqFQFO {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ZNDgJbcqAKpKcWpTNJ5rO6x1r52Jdx8B { display:block; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #CtII3mJ1Mfg6CtpiqTxlD0TSz6uqB0Q2 {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #ViFg6BShpNphK4kCbXcBhpSMWVizLW8W {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #awSnAFgWyINI87b2hV106yckWK1Z11EG { display:block; }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #vHIdxlxdGrloFyZ8KEJLTOt6Tbbw1FA0 {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #QNBCNZee1O3EdSyhOqP5OB2iTppM9VJF {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #QgknCxsMckrDJqWyd3NDNUU4tMzJIEu9 {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #I4QZTBy1C182DWEatNu2NQW5uVGZFhXC {  }
 }@media only screen and (max-width: 763px) { #sLydPMiosVWFPzBQB0pcEBB9ihyTWq9W #G7lrPxw0afMi5lIGZhPJX7vikWtPrLZv {  }
 }@media only screen and (max-width: 763px) { #N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk { display:none; }#KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk { border-width: 0; border-radius: 0; }#KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKMGwvGT4lKHeEDLMcRuPNty2qgIeBCk > .row .container { width:20rem;height:67.8125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xumzc0kWM6HWMVIA0w09hrBEpvGFUqgx { width:19.99825rem;height:2.6001rem;top:2.1218032836914rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #eLgFaVAuD6xl7HA4uRsXvdUbhSD2ABrv { width:20rem;height:12.6875rem;top:91.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROvIQrJTp2Ub6VH8eOPg4QJrV1r4Ldg6 { width:20rem;height:13.4375rem;top:65.93993759155rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #It3CyDbvBRXZeLXbyJnOsRev5cEOFoUm { width:20rem;height:13.25rem;top:23.374489784241rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qfRyLbmfCFAb7103SltgZE0VEPwXFonR { width:0.12429rem;height:0.12429rem;top:131.375rem;left:6.375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #ZuxB6gnvzk9Gx9ROpW6iTcza3btufHux { width:15.374375rem;height:0.249023125rem;top:115.43699073791rem;left:1.4054361581802rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #CRTZbx9C3e8VtotaP8g6K0lxhsCW58ry { width:20rem;height:13.25rem;top:7.8213418069269rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NUPDdeEAdy9IiXwdgMwWnifPwPhBfec6 { width:6.25rem;height:6.25rem;top:54.4375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkzSh04aMnsQxNEGm7c4yhn2zPw23hHx { width:6.25rem;height:6.25rem;top:66.4375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRu31OuDMsWUQh5Eq0dCqmRLeLJOCmwa { width:3.68608125rem;height:3.68608125rem;top:31.123045921326rem;left:8.1560720205306rem;display:none; }
 }@media only screen and (max-width: 763px) { #KR8zx0zG9TZ8xv0PIeBXsx7L6X4TVhmT { width:6.25rem;height:6.25rem;top:18.125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfpLTpg3X8AGATPWo55J7WISeqGZgoEF { width:6.25rem;height:6.25rem;top:29.8125rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gM1wiwayfqzOJwtXPNTLgiRNnToSpccp { width:3.6875rem;height:3.6875rem;top:19.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oF1daoS6KwRNxIWApM0pvG9f4L8IMzeo { width:3.5625rem;height:3.5625rem;top:55.8125rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHIFQ4VhvksOvlzgEEP7I1zlLAP2pqFN { width:20rem;height:6.4375rem;top:30.180396080017rem;left:0rem;z-index:15019;box-shadow: none;background-color:rgba(43,146,208,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zigNqZm09nPNTLbTETM8LotAZprz9fZT { width:20rem;height:6.625rem;top:14.500011444092rem;left:0rem;z-index:15025;box-shadow: none;background-color:rgba(255,130,0,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twxopT24C0LeO1OJC2Qw83ODmdtPekAH { width:20rem;height:12.125rem;top:1.4967441558838rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #JvZzJghFC726tr1dLiUBULXKmIlibBk4 { width:16.375rem;height:4.798825rem;top:15.324929237366rem;left:1.343217253685rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #RMILt8wBbZtRpqVVPvLXNzgdv3RHoJhn { width:14.0625rem;height:4.798825rem;top:31.061612129211rem;left:1.343217253685rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #SBKGoOUwSW5BdWd7UaTamMT1V0988Apz { width:16.3743125rem;height:4.798825rem;top:46.474609375rem;left:1.343217253685rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #n3cmibpVc7ORm0yltqguEE95OPUFTF2v { width:12.6875rem;height:3.19986875rem;top:62.875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #R0hf3vuyKlKcopgstwrvJlhSlCPvTUOg { display:flex;width:3.125rem;height:3.125rem;top:73rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbDsZP8SLBWgWQBezNcEeVHuE7UFrGXg { width:20rem;height:13.3125rem;top:38.874328613281rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gan4rGwB2m7Xah2z7wTBZXpeQ7lIwHIn { width:20rem;height:6.625rem;top:45.5625rem;left:0rem;z-index:15028;box-shadow: none;background-color:rgba(255,130,0,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgk09CA8W8Tm0P667pB7r3gyfiuySIE { width:20rem;height:13.3125rem;top:54.4375rem;left:0rem;z-index:15002;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c2bS8xD7p5Q2WcsBEosHvgFQX6i0emy8 { width:20rem;height:6.4375rem;top:61.3125rem;left:0rem;z-index:15022;box-shadow: none;background-color:rgba(43,146,208,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDez0ZWKaw3sIBvKIfymTDHD4aFCSLGw { display:flex;top:18.001421092651rem;left:17.271664141319rem;width:2.0625rem;height:2.0625rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #X5wid5d5ZyHhWGgqOrNQnylQ08GTMtco { display:flex;top:33.811256408691rem;left:17.270950675011rem;width:2.062325rem;height:2.062325rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #Lxw34sR9ULvsR13cS7TFqbrLuECGuTRH { display:flex;top:49.264911651611rem;left:17.270950675011rem;width:2.062325rem;height:2.062325rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #JyNlsOz4sx5Sq9wT3du9LIlwlMcz1Tpy { display:flex;top:64.9375rem;left:17.25rem;width:2.062325rem;height:2.062325rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #CeyHa5hwxWkQKsXSTmfUSXnW3QccLMSm { width:20rem;height:13.304157549234rem;top:30.8125rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { display:none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { width:20rem;height:26.0625rem;top:2.1113290786743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2slVzTVOseGayKnX3alNtVipHDkkt9t { width:10.999375rem;height:1.95rem;top:4.2757167816162rem;left:0.99934899806975rem;font-size:1.5rem;color:#e9e9e9;display:block; }
 }@media only screen and (max-width: 763px) { #wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { width:19.3744375rem;height:17.8203125rem;top:9.2478344440462rem;left:0.31141304969787rem;font-size:1.0625rem;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
 }@media only screen and (max-width: 763px) { #eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { width:20rem;height:29.5rem;top:30.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { width:5.625rem;height:6.625rem;top:30.749510765076rem;left:13.14290368557rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { width:17.4373125rem;height:1.95rem;top:32.727048873901rem;left:1.2801107168198rem;font-size:1.5rem;color:#e9e9e9;display:block; }
 }@media only screen and (max-width: 763px) { #axyGkS0aeWcimaIENbroGodrCaTEXpsl { width:18.5625rem;height:21.650375rem;top:37.372803211212rem;left:0.717391371727rem;font-size:1.0625rem;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
 }@media only screen and (max-width: 763px) { #NMlq4NPRulxdZPmOVSkasqAkLI5altyS { width:5.625rem;height:6.5625rem;top:2.1110029220581rem;left:12.74983727932rem;display:block; }
 }