.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image:url("https://images.assets-landingi.com/HIwA1OIW/background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#OLL3VnQOkDTTIJa9HgQ3IQgtXpUITfhb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:7.4375rem;top:1.625rem;left:26.28125rem;overflow:hidden;display:block; }
#Kq23d7KegThBbNZ2r6AcrlgXGKSWDQp9 { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:"lato black";font-size:3.375rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:8.8125rem;left:4.125rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#oTofgfaOrBRUuiv8PmXuTvX27rDTfEcG { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:17.875rem;left:28.4375rem;display:block; }
#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 { position:relative;display:block; }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 { background-color: transparent; background-image: none; }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .row .container > .video-iframe-container { display: none; }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .row > .video-iframe-container { display: none; }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .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); }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 { border-width: 0; border-radius: 0; }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AINvF7coQex1fzzysFXxDJI8wxJrZScW { 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:25.6875rem;width:15rem;top:3.8125rem;left:22.1875rem;overflow:hidden;display:block; }
#LE9W0n3E0lwZrlzv7gdiWCIL8zoGi77i { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:10rem;left:34.1875rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CxQzqL4TsNVTuC6PWrICv6TzkzrEQOhg { position:absolute;display:block;z-index:15030;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.0625rem;width:6.4375rem;top:9.5625rem;left:33.625rem;display:block; }
#eRKvIawif25vChelc3T5SXowJq7F8Bfk { z-index:15015;top:31.186959266663rem;left:22.311789512634rem;background-color:#ee7306;background-image:none;border-top:0.125rem solid #ffb94a;border-left:0.125rem solid #ffb94a;border-right:0.125rem solid #ffb94a;border-bottom:0.125rem solid #ffb94a;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DfV9i2uV7ZGddiudsvX8ITTviB2hRZ0r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W82LwmUd9vWqEnnXwpcM1664Biar85Nl { color:#f39c12;display:block;width:18.5618125rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.442642211914rem;left:0.71821784973144rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kp4CWmwq87dbH3o8RnZdRAHieFzVpDXh { color:#f39c12;display:block;width:22.249rem;position:absolute;font-family:"source sans pro";font-size:3.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8525390625rem;left:0.5rem;height:4.95605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row .container { background-color: transparent; background-image: none; }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row .container > .video-iframe-container { display: none; }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row > .video-iframe-container { display: none; }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .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); }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row .container { border-width: 0; border-radius: 0; }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#qDDGD3aACuGF2I6dCziWIXsa1kPk6LZg { color:#f39c12;display:block;width:18.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1728515625rem;left:0.9375rem;height:4.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTDKicOvTW4JUl9vFwd3krmsRie6vRDN { color:#f39c12;display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:3.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.052734375rem;left:1rem;height:4.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K5NZCdh7vtAXQzeU5Ayo5kum8K7VDg3W { position:absolute;display:block;z-index:15022;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:25.6875rem;width:15rem;top:2.5625rem;left:22.25rem;overflow:hidden;display:block; }
#ULuiZ8M3tsSUVyy5TMh8XVQE5a2OdBhb { position:absolute;display:block;z-index:15029;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.75rem;width:6.5rem;top:8.5617904663088rem;left:33.624821662903rem;display:block; }
#UdhXT88MAgie6R4yxgAwWuHNOLPb87xe { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:9.125rem;left:34.125rem;height:7.47460625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KPPSmMn8QHDIN9TBqLiL7wKJyLW8Uzha { z-index:15010;top:34.1875rem;left:22.3125rem;background-color:#ee7306;background-image:none;border-top:0.125rem solid #ffb94a;border-left:0.125rem solid #ffb94a;border-right:0.125rem solid #ffb94a;border-bottom:0.125rem solid #ffb94a;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Fvgu9sx5daAO7hBLOKZQ8NBfnyyCNGr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U49OBIsklg5LhQtZUirREHs8TupFC3d9 { 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:4rem;width:4rem;top:38.0625rem;left:31.8125rem;overflow:hidden;display:block; }
#l67NPnP4UUfBNlT7ESC37tI9TshM0eg4 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.4375rem;top:41.0625rem;left:32.0625rem;overflow:hidden;display:block; }
#XM7CuzTMXwdGzAV08gLoyWB4NiMxuxTR { color:#f39c12;display:block;width:8.18675rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:38.5625rem;left:22.875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#myI7l2VkTPVO4pLkwRQkMDcMS6qnS7T2 { color:#f39c12;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:28.9375rem;left:22.25rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hV0VpKWExg1QxUO7CeOiiK5nHWZp2Og6 { position:absolute;display:block;z-index:15043;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:32.625rem;left:23.5rem;display:block; }
#STBIcDnI5OilCIbaibJnZ3Z3ZIw96hMM { position:relative;display:none; }#STBIcDnI5OilCIbaibJnZ3Z3ZIw96hMM { border-width: 0; border-radius: 0; }#STBIcDnI5OilCIbaibJnZ3Z3ZIw96hMM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#STBIcDnI5OilCIbaibJnZ3Z3ZIw96hMM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WAcxkkHO0V85LGD1qvdTC7HN9FTQsLTh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1235rem;width:21.7480625rem;top:3.125rem;left:29.0625rem;overflow:hidden;display:block; }
#TF7duC7kyTTgTkVvNC5FTLoVL7kulwT5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:21.4375rem;top:3.125rem;left:15.4375rem;overflow:hidden;display:block; }
#ee7KhZNrBepAAE0wMzdQOzErRZB5LMmo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:21.375rem;top:1.875rem;left:21.375rem;overflow:hidden;display:block; }
#QiSoP0zm0yByVxCSnoIuIwZFBSUHERbD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:21.3125rem;top:2.5rem;left:12.8125rem;overflow:hidden;display:block; }
#zNO3H5rQ5RgtGBTo7CWWBSswlR9b046T { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:21.125rem;top:3.125rem;left:13.4375rem;overflow:hidden;display:block; }
#HqSLotywlxrpNy4eqtsKd3LiucWgwcWt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:21.0625rem;top:3.25rem;left:21.375rem;overflow:hidden;display:block; }
#pKeBQavXNCFT1TQR9bETNDFabGTsVlUT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6865rem;width:20.8115rem;top:4.5927734375rem;left:0rem;overflow:hidden;display:block; }
#hvIybMohs6Mwmvg7p9m3BBW7iu6M34sT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.624rem;width:20.749rem;top:3.373046875rem;left:36.3740234375rem;overflow:hidden;display:block; }
#sIqWK4nK381gkrynnweyCKqc0yqcSmxl { position:relative;display:block; }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl { background-color: transparent; background-image: none; }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .row .container > .video-iframe-container { display: none; }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .row > .video-iframe-container { display: none; }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .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); }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl { border-width: 0; border-radius: 0; }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XvTSAwaUXakDcoezTZ6yXRbGl5dTPtlD { color:#f39c12;display:block;width:18.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0.75rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d3pJsMHrUx4srEHDzwGZIBpbVNT2UnrM { color:#f39c12;display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:3.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.375rem;left:0.6875rem;height:9.261725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WHJqWzAcTsKAnOc5wbpyPP5lN7qlB61Q { z-index:15010;top:40.25rem;left:26.6875rem;background-color:#ee7306;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rQz4vCzPc3nR1mo8R3aXs6P6bJVsGSOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQuiDdtnnVJZfhVoQ9g9VFiVP8UkTdQs { z-index:15009;top:36.375rem;left:22.625rem;background-color:#ee7306;background-image:none;border-top:0.125rem solid #ffb94a;border-left:0.125rem solid #ffb94a;border-right:0.125rem solid #ffb94a;border-bottom:0.125rem solid #ffb94a;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OuUGM2K0kiwtN42FyThwObaDl8Z3gTiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTaG04q4Q5enJ4WuvU1rtCJdKmUBycH6 { position:absolute;display:block;z-index:15023;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:25.6875rem;width:15rem;top:3.625rem;left:22.375rem;overflow:hidden;display:block; }
#Cn8o1uMA71RqecTHi7dcJJLrGqLblgGh { position:absolute;display:block;z-index:15027;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.125rem;width:6.4375rem;top:11.25rem;left:32.625rem;display:block; }
#tT39sqtL7bqlpJk7MweJptpEt0KuUCcs { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:12rem;left:33.125rem;height:5.60595625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrifsRLKn8JhZf9HeKsF7yx5Cxx4xEOo { position:absolute;display:block;z-index:15023;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:25.6875rem;width:15rem;top:3.625rem;left:42.5rem;overflow:hidden;display:block; }
#A2piI0PhHVTvA16PBkgLFpeX3fhLVwe3 { z-index:15010;top:36.3125rem;left:42.375rem;background-color:#ee7306;background-image:none;border-top:0.125rem solid #ffb94a;border-left:0.125rem solid #ffb94a;border-right:0.125rem solid #ffb94a;border-bottom:0.125rem solid #ffb94a;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EXO7p4ZO0O00R53tghBCgEazR9ezPvIH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCohJeeAfrU9FrERtTBR2owUg9m61ETG { position:absolute;display:block;z-index:15028;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.125rem;width:6.4375rem;top:10.5625rem;left:52.75rem;display:block; }
#v9dIrvRkupl32lQ7UQsZlrgzUNDMy3f3 { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:11.5rem;left:53.25rem;height:5.60595rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GCyP7b74FIBxcFU7xiRtEZMXnvtJCQTH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:44.1875rem;left:32rem;overflow:hidden;display:block; }
#TimbofTEQRIkvkZ9VtlwpL2UXdiDK3ru { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.4375rem;top:47.0625rem;left:32.0625rem;overflow:hidden;display:block; }
#yfz1D90TQBkKTpFU3HWTTI8vRLPHLny9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:40.25rem;left:52.5rem;overflow:hidden;display:block; }
#Hl5VHEwQLOIl5eTlEZ3RPPaZiRMQDLki { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.4375rem;top:43.1875rem;left:52.5625rem;overflow:hidden;display:block; }
#BCOLaSfyQ5chuS5lTBoAVLWTtrVXZaMB { color:#f39c12;display:block;width:8.1865rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:44.75rem;left:22.625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UtTdWv4zPvOuGx2yoQhawTWTmWuWehMG { color:#f39c12;display:block;width:8.1855625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:40.75rem;left:43.5rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1XoZs01Gr9NxH9QDkHOKmRUOPVMtmM0 { color:#f39c12;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:30.5625rem;left:22.375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fo43nEKMNiA8guTCaUrDRRaaEyzQhswK { position:absolute;display:block;z-index:15044;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:34.375rem;left:23.75rem;display:block; }
#JtdOK6xqTHemtkBQVPJU9Pw8qTVpQhoH { color:#f39c12;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:30.5625rem;left:42.375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCNT88vPCWuFOi0X0VM5AbmxfOZwr2CM { position:absolute;display:block;z-index:15045;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:34.375rem;left:43.75rem;display:block; }
#hRKecIwctzQ7bpB92awT1JNC8DU5wJLd { position:relative;display:none; }#hRKecIwctzQ7bpB92awT1JNC8DU5wJLd { border-width: 0; border-radius: 0; }#hRKecIwctzQ7bpB92awT1JNC8DU5wJLd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hRKecIwctzQ7bpB92awT1JNC8DU5wJLd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CQsJhBbBdx1dBf2k5KNO3XLDEAaJd1ie { 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:6rem;width:6rem;top:6.375rem;left:5.25rem;overflow:hidden;display:block; }
#PB2aO9tnA5ClKKHK3VEF8H8TfeCwvfRv { 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:5.9375rem;width:5.9375rem;top:6.40625rem;left:13.3125rem;overflow:hidden;display:block; }
#HimN3q5i1oV3rk9iw9tcgosv2fJNffXm { 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:5.9375rem;width:5.9375rem;top:6.34375rem;left:21.0625rem;overflow:hidden;display:block; }
#nf9qeMRXoiwaux35mwtOSiWuEbeFDFH8 { 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:5.9375rem;width:5.9375rem;top:6.40625rem;left:28.6875rem;overflow:hidden;display:block; }
#rymWoo7EEdS8fOE9SyoLEmeHzTbzgXgS { position:relative;display:none; }#rymWoo7EEdS8fOE9SyoLEmeHzTbzgXgS { border-width: 0; border-radius: 0; }#rymWoo7EEdS8fOE9SyoLEmeHzTbzgXgS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rymWoo7EEdS8fOE9SyoLEmeHzTbzgXgS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mVl1bLrEVAU2IkXdT4apVVAzVaIdetEU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.125rem;top:5.8720703125rem;left:5.7548828125rem;overflow:hidden;display:block; }
#F5Sip30xf3d97kc22Tq3PRqshv66qsGQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.0625rem;top:5.9033203125rem;left:13.6923828125rem;overflow:hidden;display:block; }
#Eo8lXSTkCS3JTns2Q2TAncI6oZsgFAbD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:5.875rem;top:5.9345703125rem;left:21.75390625rem;overflow:hidden;display:block; }
#uQD9VGkVkNsafPt5frdlpx5LnEp2r64t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.8125rem;top:5.9658203125rem;left:29.50390625rem;overflow:hidden;display:block; }
#d8UVCx6oVhK15DAc9g3hJcWDBEfc11qN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:5.75rem;top:5.9970703125rem;left:37.0029296875rem;overflow:hidden;display:block; }
#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row .container { background-color: transparent; background-image: none; }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row .container > .video-iframe-container { display: none; }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row > .video-iframe-container { display: none; }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .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); }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row .container { border-width: 0; border-radius: 0; }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#FxR9MSwD0bTOovI77JNWbD63S7txHSTQ { display:block;width:14.25rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.125rem;left:9.375rem;height:11.5rem;color:#ffffff;font-style:normal;text-align:right;text-align-last:right;display:none; }
#i5MLpzsGNRzkQl5qAcz7kXeXHO3oTHNk { position:absolute;display:block;z-index:15024;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:25.6875rem;width:15rem;top:1.8125rem;left:42.75rem;overflow:hidden;display:block; }
#tTol3WKKmpg5kHTdhZy6y5AoG8bDtZs6 { position:absolute;display:block;z-index:15029;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.8125rem;width:6.4375rem;top:7.8125rem;left:53.5625rem;display:block; }
#FOsczdFprtLDsd4gCcFEqNRgyqO7QslW { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:8.625rem;left:54.4375rem;height:9.34325625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xFN6chTxzfNgqOZSVzGHBT9yShhCow4p { z-index:15030;top:34.25rem;left:42.6875rem;background-color:#ee7306;background-image:none;border-top:0.125rem solid #ffb94a;border-left:0.125rem solid #ffb94a;border-right:0.125rem solid #ffb94a;border-bottom:0.125rem solid #ffb94a;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FybmqKvTpDG8NpV9WXE6SgmiaW4VXKFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoGgLQF3r936hl5TTRnpF6epB7nySXNZ { z-index:15012;top:37.375rem;left:46.25rem;background-color:#ee7306;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yTBBDC2vOST9r6lkr3crGZd9mRSJWxr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeRbvwyuS9C7cghk7rM2aCCd4PD7GiXm { position:absolute;display:block;z-index:15025;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.125rem;width:6.4375rem;top:9.5625rem;left:33.625rem;display:block; }
#sM1g2zS8pSW7kbftSFUgbyLH0CP2h1iu { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:10.3125rem;left:34.25rem;height:5.11816875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oz8E35h8SwbfStnoBGIA5uWcbcad27m2 { z-index:15029;top:34.25rem;left:22.25rem;background-color:#ee7306;background-image:none;border-top:0.125rem solid #ffb94a;border-left:0.125rem solid #ffb94a;border-right:0.125rem solid #ffb94a;border-bottom:0.125rem solid #ffb94a;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iqDuhVkC0qX4y7PowvRJZckiAmcoDLol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LFgyWkGTQHzVshZJsTdXMKGvBSNXGmEV { z-index:15008;top:37.375rem;left:26.0625rem;background-color:#ee7306;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:lato;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hSaWVXTcu2cv0QcCP2cTDiSlkiLARRkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsphVTp646flhrO1X7h1y5D6kDiGGvO5 { position:absolute;display:block;z-index:15022;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:25.6875rem;width:15rem;top:1.6875rem;left:22.5625rem;overflow:hidden;display:block; }
#AaAEG1ok3ZfJOow9FTyTHreoH8Nb8dKM { color:#f39c12;display:block;width:22.25rem;position:absolute;font-family:"source sans pro";font-size:3.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:0.375rem;height:4.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t0wd5w7WKOgBc05nKy5Qh843viVEvRHI { color:#f39c12;display:block;width:18.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:0.875rem;height:4.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SwXvRM6e0TZL1RO6UNlbiiCTpAMVzb5n { 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:4rem;width:4rem;top:41.4375rem;left:32.625rem;overflow:hidden;display:block; }
#x7vIHoa2ETpqBdu0txHIPgHWRSwQaBvC { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.4375rem;top:44.4375rem;left:32.9375rem;overflow:hidden;display:block; }
#bHQQk9pnSiOPAzI75AITKoiNdMvFQmxv { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.4375rem;top:44.3125rem;left:52.1875rem;overflow:hidden;display:block; }
#i3Xm9uN6ItF1bEi4D2KAzLynCG7nF44e { 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:4rem;width:4rem;top:41.4375rem;left:51.875rem;overflow:hidden;display:block; }
#o6UFUPKXEdE4bnfWyibES5TPCTB6wdAh { color:#f39c12;display:block;width:8.186875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:41.75rem;left:23.375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PK9a1vTiOmQTRe0XAlQwltVDVdauE6WT { color:#f39c12;display:block;width:8.1865rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:42rem;left:42.75rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5AnCUFDTsgM36uyD0DTgl41aGaExHCU { color:#f39c12;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:28.4375rem;left:22.375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxKnXHBzZFn0aWShJiAZAXHPCXHenz5F { position:absolute;display:block;z-index:15045;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:32.375rem;left:23.75rem;display:block; }
#vGEfD6TE4JJSscyQZFaT7OxyJURyb8tT { color:#f39c12;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:28.4375rem;left:42.625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzhnOxKRd7TGyTOi2ikQpB1ngzu8anll { position:absolute;display:block;z-index:15046;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:32.375rem;left:44rem;display:block; }
#cz3ck3irvtnbhm2zeI7U4DXCX52iTHFO { position:relative;display:none; }#cz3ck3irvtnbhm2zeI7U4DXCX52iTHFO { border-width: 0; border-radius: 0; }#cz3ck3irvtnbhm2zeI7U4DXCX52iTHFO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cz3ck3irvtnbhm2zeI7U4DXCX52iTHFO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GMLc9Zs7smk0aafPeuIZxiHLIAfgFBcv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.125rem;top:6.7480421066281rem;left:3.125rem;overflow:hidden;display:block; }
#Aw1zhWegXTTt3ZRt3Cub8EpsieekWMTP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:5.875rem;top:6.8088111877444rem;left:18.185764312744rem;overflow:hidden;display:block; }
#wieBNLUNDGGuEopl52oioKImWIe0MU65 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.8125rem;top:6.8391933441163rem;left:25.310329437256rem;overflow:hidden;display:block; }
#evqsv31Gl0LN3p1iwL4nH0nZP9xT9csD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:5.75rem;top:6.8706607818606rem;left:32.309028625488rem;overflow:hidden;display:block; }
#JWpzvSw0A741Xzk8sLTqRJydF09qhIMh { position:relative;display:none; }#JWpzvSw0A741Xzk8sLTqRJydF09qhIMh { border-width: 0; border-radius: 0; }#JWpzvSw0A741Xzk8sLTqRJydF09qhIMh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JWpzvSw0A741Xzk8sLTqRJydF09qhIMh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#F4MqzNdNtkqhETClZfp9A94Ai3dWSozD { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.125rem;top:7.6247844696044rem;left:11.559244155884rem;overflow:hidden;display:block; }
#ZOyxpaLIrUHbDmZNPDCqkxFkWBxMozaT { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.0625rem;top:7.65625rem;left:19.182941436767rem;overflow:hidden;display:block; }
#gQnMPgTdHDgHfGUZ8LOup1n1VSOUESls { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:5.875rem;top:7.6866321563719rem;left:26.935764312744rem;overflow:hidden;display:block; }
#eBH9acaumuhWgN2UsXRFDqeStoUOgDZP { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.8125rem;top:7.7180995941163rem;left:33.747829437256rem;overflow:hidden;display:block; }
#h9kxZrvQneoDoZIv9qfwiTKLRzZAf7No { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:5.75rem;top:7.7484817504881rem;left:40.99609375rem;overflow:hidden;display:block; }
#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee7306;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; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { background-color: transparent; background-image: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { border-width: 0; border-radius: 0; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#sGAm4KbCuEtFWQoSUIT4o1rMHqvhE11t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:4.375rem;left:27.4375rem;overflow:hidden;display:block; }
#TeH1opa5LOTNRrc8GeNlCQrEkVIuyJ6w { color:rgba(255,255,255,0.3);display:block;width:47.8125rem;position:absolute;font-family:"azo sans";font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9375rem;left:6.125rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 { border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row .container { background-color: transparent; background-image: none; }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row .container > .video-iframe-container { display: none; }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row > .video-iframe-container { display: none; }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .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); }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row .container { border-width: 0; border-radius: 0; }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#Dq87w2lOUqllvoc6ZGeo7Mcoe4UCA0in { z-index:15016;top:0.4375rem;left:40.5rem;background-color:#f39c12;background-image:none;border-top:0.125rem solid #ffca08;border-left:0.125rem solid #ffca08;border-right:0.125rem solid #ffca08;border-bottom:0.125rem solid #ffca08;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iQxvNM6wMmqG6BFGKGmFzG9TVr8x4MHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UH5QCz0o0lt6Ho0QB1Eka1PgdzCNsUOK { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:0rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLL3VnQOkDTTIJa9HgQ3IQgtXpUITfhb { width:7.4375rem;height:4.4375rem;top:1.625rem;left:20.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq23d7KegThBbNZ2r6AcrlgXGKSWDQp9 { width:47.75rem;height:6.75rem;top:8.8125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTofgfaOrBRUuiv8PmXuTvX27rDTfEcG { width:3.125rem;height:3.125rem;top:17.875rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 { display:block; }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AINvF7coQex1fzzysFXxDJI8wxJrZScW { width:15rem;height:25.6875rem;top:3.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE9W0n3E0lwZrlzv7gdiWCIL8zoGi77i { width:5.4375rem;height:4.625rem;top:10rem;left:26.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQzqL4TsNVTuC6PWrICv6TzkzrEQOhg { width:6.4375rem;height:5.0625rem;top:9.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRKvIawif25vChelc3T5SXowJq7F8Bfk { top:31.125rem;left:16.124289512634rem;width:15.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfV9i2uV7ZGddiudsvX8ITTviB2hRZ0r { display:block; }
 }@media only screen and (max-width: 763px) { #W82LwmUd9vWqEnnXwpcM1664Biar85Nl { top:11.4375rem;left:0rem;width:18.5rem;height:3.8984375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp4CWmwq87dbH3o8RnZdRAHieFzVpDXh { top:14.8125rem;left:0rem;width:22.1875rem;height:4.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa { display:block; }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDDGD3aACuGF2I6dCziWIXsa1kPk6LZg { top:14.125rem;left:0rem;width:18.5625rem;height:3.8984375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDKicOvTW4JUl9vFwd3krmsRie6vRDN { top:18rem;left:0rem;width:18rem;height:4.6308625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5NZCdh7vtAXQzeU5Ayo5kum8K7VDg3W { width:15rem;height:25.6875rem;top:2.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULuiZ8M3tsSUVyy5TMh8XVQE5a2OdBhb { width:6.5rem;height:8.75rem;top:8.5rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdhXT88MAgie6R4yxgAwWuHNOLPb87xe { width:5.375rem;height:6.5rem;top:9.0625rem;left:26.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPPSmMn8QHDIN9TBqLiL7wKJyLW8Uzha { top:34.1875rem;left:16.125rem;width:15.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvgu9sx5daAO7hBLOKZQ8NBfnyyCNGr1 { display:block; }
 }@media only screen and (max-width: 763px) { #U49OBIsklg5LhQtZUirREHs8TupFC3d9 { width:4rem;height:4rem;top:38.0625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l67NPnP4UUfBNlT7ESC37tI9TshM0eg4 { width:3.4375rem;height:3.25rem;top:41.0625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM7CuzTMXwdGzAV08gLoyWB4NiMxuxTR { top:38.5625rem;left:16.6875rem;width:8.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myI7l2VkTPVO4pLkwRQkMDcMS6qnS7T2 { top:28.9375rem;left:16.0625rem;width:15.25rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV0VpKWExg1QxUO7CeOiiK5nHWZp2Og6 { width:12.5rem;height:0.125rem;top:32.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STBIcDnI5OilCIbaibJnZ3Z3ZIw96hMM { display:none; }#STBIcDnI5OilCIbaibJnZ3Z3ZIw96hMM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WAcxkkHO0V85LGD1qvdTC7HN9FTQsLTh { width:21.6875rem;height:12.089739315859rem;top:3.125rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7duC7kyTTgTkVvNC5FTLoVL7kulwT5 { width:21.4375rem;height:12.0625rem;top:3.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7KhZNrBepAAE0wMzdQOzErRZB5LMmo { width:21.375rem;height:12rem;top:1.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiSoP0zm0yByVxCSnoIuIwZFBSUHERbD { width:21.3125rem;height:11.9375rem;top:2.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNO3H5rQ5RgtGBTo7CWWBSswlR9b046T { width:21.125rem;height:11.875rem;top:3.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSLotywlxrpNy4eqtsKd3LiucWgwcWt { width:21.0625rem;height:11.8125rem;top:3.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKeBQavXNCFT1TQR9bETNDFabGTsVlUT { width:20.75rem;height:11.651965259592rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvIybMohs6Mwmvg7p9m3BBW7iu6M34sT { width:20.6875rem;height:11.589546484168rem;top:3.3125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIqWK4nK381gkrynnweyCKqc0yqcSmxl { display:block; }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvTSAwaUXakDcoezTZ6yXRbGl5dTPtlD { top:12.1875rem;left:0rem;width:18.5625rem;height:1.94921875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pJsMHrUx4srEHDzwGZIBpbVNT2UnrM { top:14.375rem;left:0rem;width:18rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHJqWzAcTsKAnOc5wbpyPP5lN7qlB61Q { top:40.25rem;left:20.5rem;width:7.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQz4vCzPc3nR1mo8R3aXs6P6bJVsGSOT { display:block; }
 }@media only screen and (max-width: 763px) { #MQuiDdtnnVJZfhVoQ9g9VFiVP8UkTdQs { top:36.375rem;left:16.375rem;width:15.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUGM2K0kiwtN42FyThwObaDl8Z3gTiy { display:block; }
 }@media only screen and (max-width: 763px) { #sTaG04q4Q5enJ4WuvU1rtCJdKmUBycH6 { width:15rem;height:25.6875rem;top:3.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn8o1uMA71RqecTHi7dcJJLrGqLblgGh { width:6.4375rem;height:7.125rem;top:11.25rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT39sqtL7bqlpJk7MweJptpEt0KuUCcs { width:5.4375rem;height:5.6044875rem;top:12rem;left:26.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrifsRLKn8JhZf9HeKsF7yx5Cxx4xEOo { width:15rem;height:25.687125rem;top:3.625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2piI0PhHVTvA16PBkgLFpeX3fhLVwe3 { top:36.3125rem;left:32.0625rem;width:15.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXO7p4ZO0O00R53tghBCgEazR9ezPvIH { display:block; }
 }@media only screen and (max-width: 763px) { #zCohJeeAfrU9FrERtTBR2owUg9m61ETG { width:6.375rem;height:7.0625rem;top:10.5625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9dIrvRkupl32lQ7UQsZlrgzUNDMy3f3 { width:5.375rem;height:5.6044875rem;top:11.5rem;left:42.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCyP7b74FIBxcFU7xiRtEZMXnvtJCQTH { width:4rem;height:4rem;top:44.1875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimbofTEQRIkvkZ9VtlwpL2UXdiDK3ru { width:3.4375rem;height:3.3125rem;top:47.0625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfz1D90TQBkKTpFU3HWTTI8vRLPHLny9 { width:4rem;height:4rem;top:40.25rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5VHEwQLOIl5eTlEZ3RPPaZiRMQDLki { width:3.4375rem;height:3.3125rem;top:43.1875rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOLaSfyQ5chuS5lTBoAVLWTtrVXZaMB { top:44.75rem;left:16.4375rem;width:8.125rem;height:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtTdWv4zPvOuGx2yoQhawTWTmWuWehMG { top:40.75rem;left:33.1875rem;width:8.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1XoZs01Gr9NxH9QDkHOKmRUOPVMtmM0 { top:30.5625rem;left:16.1875rem;width:15.25rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo43nEKMNiA8guTCaUrDRRaaEyzQhswK { width:12.5rem;height:0.125rem;top:34.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtdOK6xqTHemtkBQVPJU9Pw8qTVpQhoH { top:30.5625rem;left:32.0625rem;width:15.25rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCNT88vPCWuFOi0X0VM5AbmxfOZwr2CM { width:12.5rem;height:0.125rem;top:34.375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRKecIwctzQ7bpB92awT1JNC8DU5wJLd { display:none; }#hRKecIwctzQ7bpB92awT1JNC8DU5wJLd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CQsJhBbBdx1dBf2k5KNO3XLDEAaJd1ie { width:6rem;height:6rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB2aO9tnA5ClKKHK3VEF8H8TfeCwvfRv { width:5.9375rem;height:5.9375rem;top:6.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HimN3q5i1oV3rk9iw9tcgosv2fJNffXm { width:5.9375rem;height:5.9375rem;top:6.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf9qeMRXoiwaux35mwtOSiWuEbeFDFH8 { width:5.9375rem;height:5.9375rem;top:6.375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymWoo7EEdS8fOE9SyoLEmeHzTbzgXgS { display:none; }#rymWoo7EEdS8fOE9SyoLEmeHzTbzgXgS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mVl1bLrEVAU2IkXdT4apVVAzVaIdetEU { width:6.125rem;height:3.4375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Sip30xf3d97kc22Tq3PRqshv66qsGQ { width:6.0625rem;height:3.375rem;top:5.875rem;left:7.5673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo8lXSTkCS3JTns2Q2TAncI6oZsgFAbD { width:5.875rem;height:3.3125rem;top:5.875rem;left:15.62890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQD9VGkVkNsafPt5frdlpx5LnEp2r64t { width:5.8125rem;height:3.25rem;top:5.9375rem;left:23.37890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8UVCx6oVhK15DAc9g3hJcWDBEfc11qN { width:5.75rem;height:3.1875rem;top:5.9375rem;left:30.8779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B { display:none; }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxR9MSwD0bTOovI77JNWbD63S7txHSTQ { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5MLpzsGNRzkQl5qAcz7kXeXHO3oTHNk { width:15rem;height:25.6875rem;top:1.8125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTol3WKKmpg5kHTdhZy6y5AoG8bDtZs6 { width:6.4375rem;height:10.8125rem;top:7.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOsczdFprtLDsd4gCcFEqNRgyqO7QslW { width:5.4375rem;height:9.3125rem;top:8.625rem;left:42.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFN6chTxzfNgqOZSVzGHBT9yShhCow4p { top:34.25rem;left:32.3125rem;width:15.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FybmqKvTpDG8NpV9WXE6SgmiaW4VXKFX { display:block; }
 }@media only screen and (max-width: 763px) { #HoGgLQF3r936hl5TTRnpF6epB7nySXNZ { top:37.375rem;left:35.9375rem;width:7.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTBBDC2vOST9r6lkr3crGZd9mRSJWxr9 { display:block; }
 }@media only screen and (max-width: 763px) { #MeRbvwyuS9C7cghk7rM2aCCd4PD7GiXm { width:6.4375rem;height:7.125rem;top:9.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1g2zS8pSW7kbftSFUgbyLH0CP2h1iu { width:5.4375rem;height:5.0625rem;top:10.3125rem;left:26.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz8E35h8SwbfStnoBGIA5uWcbcad27m2 { top:34.25rem;left:16.0625rem;width:15.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqDuhVkC0qX4y7PowvRJZckiAmcoDLol { display:block; }
 }@media only screen and (max-width: 763px) { #LFgyWkGTQHzVshZJsTdXMKGvBSNXGmEV { top:37.375rem;left:19.875rem;width:7.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSaWVXTcu2cv0QcCP2cTDiSlkiLARRkk { display:block; }
 }@media only screen and (max-width: 763px) { #OsphVTp646flhrO1X7h1y5D6kDiGGvO5 { width:15rem;height:25.6875rem;top:1.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaAEG1ok3ZfJOow9FTyTHreoH8Nb8dKM { top:12.875rem;left:0rem;width:22.25rem;height:4.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0wd5w7WKOgBc05nKy5Qh843viVEvRHI { top:8.625rem;left:0rem;width:18.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwXvRM6e0TZL1RO6UNlbiiCTpAMVzb5n { width:4rem;height:4rem;top:41.4375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7vIHoa2ETpqBdu0txHIPgHWRSwQaBvC { width:3.4375rem;height:3.25rem;top:44.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHQQk9pnSiOPAzI75AITKoiNdMvFQmxv { width:3.4375rem;height:3.3125rem;top:44.3125rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Xm9uN6ItF1bEi4D2KAzLynCG7nF44e { width:4rem;height:4rem;top:41.4375rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6UFUPKXEdE4bnfWyibES5TPCTB6wdAh { top:41.75rem;left:17.1875rem;width:8.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9a1vTiOmQTRe0XAlQwltVDVdauE6WT { top:42rem;left:32.4375rem;width:8.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5AnCUFDTsgM36uyD0DTgl41aGaExHCU { top:28.4375rem;left:16.1875rem;width:15.25rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxKnXHBzZFn0aWShJiAZAXHPCXHenz5F { width:12.5rem;height:0.125rem;top:32.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGEfD6TE4JJSscyQZFaT7OxyJURyb8tT { top:28.4375rem;left:32.3125rem;width:15.25rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzhnOxKRd7TGyTOi2ikQpB1ngzu8anll { width:12.5rem;height:0.125rem;top:32.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz3ck3irvtnbhm2zeI7U4DXCX52iTHFO { display:none; }#cz3ck3irvtnbhm2zeI7U4DXCX52iTHFO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GMLc9Zs7smk0aafPeuIZxiHLIAfgFBcv { width:6.125rem;height:3.4375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1zhWegXTTt3ZRt3Cub8EpsieekWMTP { width:5.875rem;height:3.3125rem;top:6.75rem;left:12.060764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #wieBNLUNDGGuEopl52oioKImWIe0MU65 { width:5.8125rem;height:3.25rem;top:6.8125rem;left:19.185329437256rem;display:block; }
 }@media only screen and (max-width: 763px) { #evqsv31Gl0LN3p1iwL4nH0nZP9xT9csD { width:5.75rem;height:3.1875rem;top:6.8125rem;left:26.184028625488rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWpzvSw0A741Xzk8sLTqRJydF09qhIMh { display:none; }#JWpzvSw0A741Xzk8sLTqRJydF09qhIMh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F4MqzNdNtkqhETClZfp9A94Ai3dWSozD { width:6.125rem;height:3.4375rem;top:7.5625rem;left:5.4342441558838rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyxpaLIrUHbDmZNPDCqkxFkWBxMozaT { width:6.0625rem;height:3.375rem;top:7.625rem;left:13.057941436767rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQnMPgTdHDgHfGUZ8LOup1n1VSOUESls { width:5.875rem;height:3.3125rem;top:7.625rem;left:20.810764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBH9acaumuhWgN2UsXRFDqeStoUOgDZP { width:5.8125rem;height:3.25rem;top:7.6875rem;left:27.622829437256rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9kxZrvQneoDoZIv9qfwiTKLRzZAf7No { width:5.75rem;height:3.1875rem;top:7.6875rem;left:34.87109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGAm4KbCuEtFWQoSUIT4o1rMHqvhE11t { width:5.125rem;height:3.125rem;top:4.375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeH1opa5LOTNRrc8GeNlCQrEkVIuyJ6w { width:47.75rem;height:0.9375rem;top:8.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 { display:block; }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq87w2lOUqllvoc6ZGeo7Mcoe4UCA0in { top:0.4375rem;left:28.25rem;width:19.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQxvNM6wMmqG6BFGKGmFzG9TVr8x4MHs { display:block; }
 }@media only screen and (max-width: 763px) { #UH5QCz0o0lt6Ho0QB1Eka1PgdzCNsUOK { top:0.6875rem;left:0rem;width:40.1875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image:url("https://images.assets-landingi.com/HIwA1OIW/background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:18.25rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLL3VnQOkDTTIJa9HgQ3IQgtXpUITfhb { width:5.75rem;height:3.5625rem;top:1.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq23d7KegThBbNZ2r6AcrlgXGKSWDQp9 { width:20rem;height:6rem;top:7.40625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTofgfaOrBRUuiv8PmXuTvX27rDTfEcG { width:3.125rem;height:3.125rem;top:14.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 { display:block; }#cAnm68nGrBSZLiCHfxAOdsXaTqTzsau7 > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AINvF7coQex1fzzysFXxDJI8wxJrZScW { width:15rem;height:25.6875rem;top:10.8984375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE9W0n3E0lwZrlzv7gdiWCIL8zoGi77i { width:5.4375rem;height:4.3872rem;top:16.5625rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQzqL4TsNVTuC6PWrICv6TzkzrEQOhg { width:6.4375rem;height:5.0625rem;top:16.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRKvIawif25vChelc3T5SXowJq7F8Bfk { top:38.335388183594rem;left:2.5937495827675rem;width:14.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfV9i2uV7ZGddiudsvX8ITTviB2hRZ0r { display:block; }
 }@media only screen and (max-width: 763px) { #W82LwmUd9vWqEnnXwpcM1664Biar85Nl { width:18.499625rem;height:3.8994125rem;top:1.7719993591309rem;left:1.5003550648689rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kp4CWmwq87dbH3o8RnZdRAHieFzVpDXh { width:17.25rem;height:3.33105625rem;top:5.732421875rem;left:1.375rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa { display:block; }#LpzEBxb18lZJP7tUFPzwHP7SZoCmcEKa > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDDGD3aACuGF2I6dCziWIXsa1kPk6LZg { width:16.1875rem;height:3.8994125rem;top:1.15625rem;left:1.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTDKicOvTW4JUl9vFwd3krmsRie6vRDN { width:18rem;height:4.6308625rem;top:5.0546875rem;left:1rem;font-size:3.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5NZCdh7vtAXQzeU5Ayo5kum8K7VDg3W { width:15rem;height:25.6875rem;top:11.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULuiZ8M3tsSUVyy5TMh8XVQE5a2OdBhb { width:6.4375rem;height:10.375rem;top:16.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdhXT88MAgie6R4yxgAwWuHNOLPb87xe { width:5.4375rem;height:6.5rem;top:17.8125rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPPSmMn8QHDIN9TBqLiL7wKJyLW8Uzha { top:44.75rem;left:2.3125rem;width:15.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvgu9sx5daAO7hBLOKZQ8NBfnyyCNGr1 { display:block; }
 }@media only screen and (max-width: 763px) { #U49OBIsklg5LhQtZUirREHs8TupFC3d9 { width:3.875rem;height:3.875rem;top:49.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l67NPnP4UUfBNlT7ESC37tI9TshM0eg4 { width:3.4375rem;height:3.3125rem;top:52.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM7CuzTMXwdGzAV08gLoyWB4NiMxuxTR { width:8.125rem;height:2.875rem;top:49.375rem;left:2.75rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #myI7l2VkTPVO4pLkwRQkMDcMS6qnS7T2 { width:15.25rem;height:2.875rem;top:38.5rem;left:1.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hV0VpKWExg1QxUO7CeOiiK5nHWZp2Og6 { width:13.0625rem;height:0.125rem;top:42.9375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STBIcDnI5OilCIbaibJnZ3Z3ZIw96hMM { display:none; }#STBIcDnI5OilCIbaibJnZ3Z3ZIw96hMM > .row .container { width:20rem;height:125.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WAcxkkHO0V85LGD1qvdTC7HN9FTQsLTh { width:20rem;height:11.149471530464rem;top:13.6903125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7duC7kyTTgTkVvNC5FTLoVL7kulwT5 { width:20rem;height:11.253644314869rem;top:51.0965rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7KhZNrBepAAE0wMzdQOzErRZB5LMmo { width:20rem;height:11.228070175439rem;top:63.59975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiSoP0zm0yByVxCSnoIuIwZFBSUHERbD { width:20rem;height:11.202346041056rem;top:26.151875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNO3H5rQ5RgtGBTo7CWWBSswlR9b046T { width:20rem;height:11.242603550296rem;top:38.604125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSLotywlxrpNy4eqtsKd3LiucWgwcWt { width:20rem;height:11.216617210683rem;top:76.0769375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKeBQavXNCFT1TQR9bETNDFabGTsVlUT { width:20rem;height:11.231231231231rem;top:101.0498125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvIybMohs6Mwmvg7p9m3BBW7iu6M34sT { width:20rem;height:11.204819277108rem;top:113.5303125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIqWK4nK381gkrynnweyCKqc0yqcSmxl { display:block; }#sIqWK4nK381gkrynnweyCKqc0yqcSmxl > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvTSAwaUXakDcoezTZ6yXRbGl5dTPtlD { width:18.5625rem;height:1.95rem;top:1.375rem;left:1.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3pJsMHrUx4srEHDzwGZIBpbVNT2UnrM { width:14.4375rem;height:5.6875rem;top:4.0625rem;left:1.6875rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WHJqWzAcTsKAnOc5wbpyPP5lN7qlB61Q { top:47.4375rem;left:6.0625rem;width:7.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQz4vCzPc3nR1mo8R3aXs6P6bJVsGSOT { display:block; }
 }@media only screen and (max-width: 763px) { #MQuiDdtnnVJZfhVoQ9g9VFiVP8UkTdQs { top:43.4375rem;left:1.5625rem;width:16.8119375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUGM2K0kiwtN42FyThwObaDl8Z3gTiy { display:block; }
 }@media only screen and (max-width: 763px) { #sTaG04q4Q5enJ4WuvU1rtCJdKmUBycH6 { width:15rem;height:25.6875rem;top:12.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn8o1uMA71RqecTHi7dcJJLrGqLblgGh { width:6.4375rem;height:7.125rem;top:16.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT39sqtL7bqlpJk7MweJptpEt0KuUCcs { width:5.4375rem;height:4.38720625rem;top:17.625rem;left:13.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrifsRLKn8JhZf9HeKsF7yx5Cxx4xEOo { width:15rem;height:25.687125rem;top:60.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2piI0PhHVTvA16PBkgLFpeX3fhLVwe3 { top:92.1875rem;left:2.3125rem;width:15.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXO7p4ZO0O00R53tghBCgEazR9ezPvIH { display:block; }
 }@media only screen and (max-width: 763px) { #zCohJeeAfrU9FrERtTBR2owUg9m61ETG { width:6.375rem;height:7.0625rem;top:65.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9dIrvRkupl32lQ7UQsZlrgzUNDMy3f3 { width:5.37464375rem;height:4.3872rem;top:66.6875rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCyP7b74FIBxcFU7xiRtEZMXnvtJCQTH { width:3.9375rem;height:3.9375rem;top:51.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimbofTEQRIkvkZ9VtlwpL2UXdiDK3ru { width:3.4375rem;height:3.3125rem;top:54.8125rem;left:12.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #yfz1D90TQBkKTpFU3HWTTI8vRLPHLny9 { width:3.9375rem;height:3.9375rem;top:96.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5VHEwQLOIl5eTlEZ3RPPaZiRMQDLki { width:3.4375rem;height:3.3125rem;top:99.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOLaSfyQ5chuS5lTBoAVLWTtrVXZaMB { width:8.125rem;height:2.875rem;top:97.4375rem;left:2.3125rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UtTdWv4zPvOuGx2yoQhawTWTmWuWehMG { width:8.125rem;height:2.875rem;top:52.34375rem;left:2.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d1XoZs01Gr9NxH9QDkHOKmRUOPVMtmM0 { width:15.25rem;height:2.875rem;top:38.4375rem;left:2.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fo43nEKMNiA8guTCaUrDRRaaEyzQhswK { width:12.5rem;height:0.125rem;top:42.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtdOK6xqTHemtkBQVPJU9Pw8qTVpQhoH { width:15.25rem;height:2.875rem;top:86.75rem;left:2.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCNT88vPCWuFOi0X0VM5AbmxfOZwr2CM { width:12.5rem;height:0.125rem;top:90.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRKecIwctzQ7bpB92awT1JNC8DU5wJLd { display:none; }#hRKecIwctzQ7bpB92awT1JNC8DU5wJLd > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CQsJhBbBdx1dBf2k5KNO3XLDEAaJd1ie { width:6rem;height:6rem;top:8.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB2aO9tnA5ClKKHK3VEF8H8TfeCwvfRv { width:5.9375rem;height:5.9375rem;top:15.81185rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HimN3q5i1oV3rk9iw9tcgosv2fJNffXm { width:5.9375rem;height:5.9375rem;top:30.24935rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf9qeMRXoiwaux35mwtOSiWuEbeFDFH8 { width:5.9375rem;height:5.9375rem;top:44.68685rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymWoo7EEdS8fOE9SyoLEmeHzTbzgXgS { display:none; }#rymWoo7EEdS8fOE9SyoLEmeHzTbzgXgS > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mVl1bLrEVAU2IkXdT4apVVAzVaIdetEU { width:6.125rem;height:3.4375rem;top:6rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Sip30xf3d97kc22Tq3PRqshv66qsGQ { width:6.0625rem;height:3.375rem;top:10.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo8lXSTkCS3JTns2Q2TAncI6oZsgFAbD { width:5.875rem;height:3.3125rem;top:15.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQD9VGkVkNsafPt5frdlpx5LnEp2r64t { width:5.8125rem;height:3.25rem;top:19.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8UVCx6oVhK15DAc9g3hJcWDBEfc11qN { width:5.75rem;height:3.1875rem;top:24.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B { display:block; }#ghgdMOKTKmJXHDERKLf3VPJHVTfQtP5B > .row .container { width:20rem;height:102.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxR9MSwD0bTOovI77JNWbD63S7txHSTQ { width:20rem;height:3.1494125rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #i5MLpzsGNRzkQl5qAcz7kXeXHO3oTHNk { width:15rem;height:25.687125rem;top:11.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTol3WKKmpg5kHTdhZy6y5AoG8bDtZs6 { width:6.4375rem;height:10.8125rem;top:17.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOsczdFprtLDsd4gCcFEqNRgyqO7QslW { width:5.4375rem;height:7.31200625rem;top:18.875rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFN6chTxzfNgqOZSVzGHBT9yShhCow4p { top:43.25rem;left:2.1875rem;width:15.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FybmqKvTpDG8NpV9WXE6SgmiaW4VXKFX { display:block; }
 }@media only screen and (max-width: 763px) { #HoGgLQF3r936hl5TTRnpF6epB7nySXNZ { top:33.5625rem;left:10.6875rem;width:7.8125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTBBDC2vOST9r6lkr3crGZd9mRSJWxr9 { display:block; }
 }@media only screen and (max-width: 763px) { #MeRbvwyuS9C7cghk7rM2aCCd4PD7GiXm { width:6.4373125rem;height:7.1244375rem;top:61.4375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1g2zS8pSW7kbftSFUgbyLH0CP2h1iu { width:5.99964375rem;height:5.36133125rem;top:62.3125rem;left:13.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz8E35h8SwbfStnoBGIA5uWcbcad27m2 { top:86.5625rem;left:1.75rem;width:16.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqDuhVkC0qX4y7PowvRJZckiAmcoDLol { display:block; }
 }@media only screen and (max-width: 763px) { #LFgyWkGTQHzVshZJsTdXMKGvBSNXGmEV { top:90.8125rem;left:5.625rem;width:7.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSaWVXTcu2cv0QcCP2cTDiSlkiLARRkk { display:block; }
 }@media only screen and (max-width: 763px) { #OsphVTp646flhrO1X7h1y5D6kDiGGvO5 { width:15rem;height:25.6875rem;top:54.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaAEG1ok3ZfJOow9FTyTHreoH8Nb8dKM { width:15rem;height:2.76220625rem;top:6.0859375rem;left:2.5rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t0wd5w7WKOgBc05nKy5Qh843viVEvRHI { width:14.125rem;height:3.8994125rem;top:1.25rem;left:2.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SwXvRM6e0TZL1RO6UNlbiiCTpAMVzb5n { width:3.5rem;height:3.5rem;top:94.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7vIHoa2ETpqBdu0txHIPgHWRSwQaBvC { width:3.4375rem;height:3.3125rem;top:97.125rem;left:12rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #bHQQk9pnSiOPAzI75AITKoiNdMvFQmxv { width:3.4375rem;height:3.3125rem;top:49.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Xm9uN6ItF1bEi4D2KAzLynCG7nF44e { width:3.4375rem;height:3.4375rem;top:47.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6UFUPKXEdE4bnfWyibES5TPCTB6wdAh { width:8.125rem;height:2.875rem;top:94.9375rem;left:2.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PK9a1vTiOmQTRe0XAlQwltVDVdauE6WT { width:8.125rem;height:2.875rem;top:47.34375rem;left:2.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X5AnCUFDTsgM36uyD0DTgl41aGaExHCU { width:15.25rem;height:2.875rem;top:81.0625rem;left:2.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxKnXHBzZFn0aWShJiAZAXHPCXHenz5F { width:12.5rem;height:0.125rem;top:84.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGEfD6TE4JJSscyQZFaT7OxyJURyb8tT { width:15.25rem;height:2.875rem;top:38.3125rem;left:2.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzhnOxKRd7TGyTOi2ikQpB1ngzu8anll { width:12.5rem;height:0.125rem;top:42rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz3ck3irvtnbhm2zeI7U4DXCX52iTHFO { display:none; }#cz3ck3irvtnbhm2zeI7U4DXCX52iTHFO > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GMLc9Zs7smk0aafPeuIZxiHLIAfgFBcv { width:6.125rem;height:3.4375rem;top:1.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1zhWegXTTt3ZRt3Cub8EpsieekWMTP { width:5.875rem;height:3.3125rem;top:10.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wieBNLUNDGGuEopl52oioKImWIe0MU65 { width:5.8125rem;height:3.25rem;top:15.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evqsv31Gl0LN3p1iwL4nH0nZP9xT9csD { width:5.75rem;height:3.1875rem;top:19.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWpzvSw0A741Xzk8sLTqRJydF09qhIMh { display:none; }#JWpzvSw0A741Xzk8sLTqRJydF09qhIMh > .row .container { width:20rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F4MqzNdNtkqhETClZfp9A94Ai3dWSozD { width:6.125rem;height:3.4375rem;top:5.99935rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyxpaLIrUHbDmZNPDCqkxFkWBxMozaT { width:6.0625rem;height:3.375rem;top:10.74935rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQnMPgTdHDgHfGUZ8LOup1n1VSOUESls { width:5.875rem;height:3.3125rem;top:15.37435rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBH9acaumuhWgN2UsXRFDqeStoUOgDZP { width:5.8125rem;height:3.25rem;top:19.93685rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9kxZrvQneoDoZIv9qfwiTKLRzZAf7No { width:5.75rem;height:3.1875rem;top:24.43685rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGAm4KbCuEtFWQoSUIT4o1rMHqvhE11t { width:5.125rem;height:3.125rem;top:2.9609375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeH1opa5LOTNRrc8GeNlCQrEkVIuyJ6w { width:20rem;height:0.89355625rem;top:7.646484375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Z5eNhwiiu8D7iNIbB4oJKLG5875u1zi2 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq87w2lOUqllvoc6ZGeo7Mcoe4UCA0in { top:1.724609375rem;left:0.25rem;width:19.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQxvNM6wMmqG6BFGKGmFzG9TVr8x4MHs { display:block; }
 }@media only screen and (max-width: 763px) { #UH5QCz0o0lt6Ho0QB1Eka1PgdzCNsUOK { width:20rem;height:0.9746125rem;top:0.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }