.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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:"times new roman";font-size:5.625rem;font-weight:normal;z-index:15000;line-height:.8;letter-spacing:0;top:9.25rem;left:0rem;height:13.5rem;display:block; }
#E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { 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:37.6875rem;width:27.75rem;top:0.75rem;left:27.9375rem;overflow:hidden;display:block; }
#AnpLJTvT2CfVA4t9su0JzowGt33qimzg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.3125rem;top:4.375rem;left:23.5625rem;overflow:hidden;display:block; }
#DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { 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.3125rem;width:3.5rem;top:22.8125rem;left:28.875rem;overflow:hidden;display:block; }
#llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { 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:5.0625rem;width:5.4375rem;top:16.5rem;left:54.1103515625rem;overflow:hidden;display:block; }
#RIhyquvTrDRVdanWJ1esuDIMCGnZ3IAU { 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:3.5625rem;width:9.8125rem;top:0.75rem;left:1.5rem;overflow:hidden;display:block; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { color:#ffc500;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz { position:relative;display:block; }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz { background-color: transparent; background-image: none; }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .row .container > .video-iframe-container { display: none; }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .row > .video-iframe-container { display: none; }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .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); }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz { border-width: 0; border-radius: 0; }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .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; }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .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:block; }#rJk3EB0qShCXdULNe9JSd4Ps6eTGFAUn { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:6.775390625rem;left:1.5625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkRay4zlO1vodHc0T2FlcTw9ZOtsvFMH { color:#fd1700;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:2.8125rem;left:2.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#OBulGGcVoq8y7plChvgEGipx0iotQWWv { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:6.8125rem;left:21.5625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WktXdwM3wiQ6eznrE47Nk4xKKyFlTWSN { color:#fd1700;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:2.875rem;left:22.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#KaLGmVoQDksvfKRWs6kZdo4E3bDKbDeW { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.75rem;left:41.5625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUQCGdDSVpdVyr6XZo2OT8Dw0ZBFSgRM { color:#fd1700;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:2.8125rem;left:42.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd { position:relative;display:block; }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd { background-color: transparent; background-image: none; }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .row .container > .video-iframe-container { display: none; }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .row > .video-iframe-container { display: none; }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .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); }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd { border-width: 0; border-radius: 0; }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .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; }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .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:24.8125rem;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; }#NHyndkdvpqRDtTIgVoaTTgO2ufo7W38r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:0.875rem;left:10rem;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { color:#ffc500;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { position:relative;display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { background-color: transparent; background-image: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container > .video-iframe-container { display: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container { display: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .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); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { border-width: 0; border-radius: 0; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .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; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.1875rem;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; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.adaptive-delivery-prevent-bg, #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.lazyload, #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.lazyloading { background-image: none; }#gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(0,0,0,0.05) ;height:12.8125rem;width:22rem;top:2.9375rem;left:0.625rem;overflow:hidden;display:block; }
#y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(0,0,0,0.05) ;height:12.875rem;width:23.125rem;top:3rem;left:35.75rem;overflow:hidden;display:block; }
#TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { 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: 0.1875rem 0.3125rem 1.5625rem rgba(0,0,0,0.05) ;height:12.5rem;width:8.875rem;top:2.9375rem;left:24.75rem;overflow:hidden;display:block; }
#o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:13.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:5.1875rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.375rem;top:13.5rem;left:1.3125rem;overflow:hidden;display:block; }
#lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:11.9375rem;left:0rem;display:block; }
#oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.4375rem;top:12.9375rem;left:1.8125rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:15.25rem;left:6.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.4375rem;top:21.0625rem;left:1.8125rem;display:block; }
#pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:23.34375rem;left:6.15625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:20.0625rem;left:0rem;display:block; }
#h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:21.4375rem;left:1.375rem;overflow:hidden;display:block; }
#iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.5rem;top:29.25rem;left:1.8125rem;display:block; }
#UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:28.25rem;left:0rem;display:block; }
#vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:31.5625rem;left:5.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { 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:2.4375rem;width:2.4375rem;top:29.5rem;left:1.3125rem;overflow:hidden;display:block; }
#WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:29.8125rem;top:1.75rem;left:30rem;overflow:hidden;display:block; }
#Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.3125rem;top:6.375rem;left:53.625rem;overflow:hidden;display:block; }
#aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { 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:3.8125rem;width:3.625rem;top:10.625rem;left:32.25rem;overflow:hidden;display:block; }
#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { position:relative;display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { border-width: 0; border-radius: 0; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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:16rem;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; }#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:12.5rem;width:18.875rem;top:1.6875rem;left:0rem;display:block; }
#osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { position:absolute;display:block;z-index:15018;background-color:#ffb122;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:1.6875rem;display:block; }
#FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.875rem;left:2.5rem;overflow:hidden;display:block; }
#aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:9.0625rem;left:1.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:12.5rem;width:18.875rem;top:1.6875rem;left:20.5625rem;display:block; }
#Ai5kVcdurcCong8HvZI21FHZSE969Zvk { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:9.0625rem;left:22.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { position:absolute;display:block;z-index:15024;background-color:#009389;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:22.25rem;display:block; }
#RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:4rem;left:23.125rem;overflow:hidden;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:12.5rem;width:18.875rem;top:1.6875rem;left:41.0625rem;display:block; }
#DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:9.0625rem;left:42.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { position:absolute;display:block;z-index:15030;background-color:#fd8c67;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:42.875rem;display:block; }
#s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { 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:2.1875rem;width:3rem;top:4.125rem;left:43.5625rem;overflow:hidden;display:block; }
#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { color:#ffc500;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:3.5625rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:9.5rem;left:1.8125rem;height:8.49609375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { position:absolute;display:block;z-index:15012;background-color:#ffebdc;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:32.375rem;width:25.4375rem;top:3.1875rem;left:32.880859375rem;display:block; }
#Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:6.1875rem;top:28.1875rem;left:27.318359375rem;overflow:hidden;display:block; }
#AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6.4375rem;top:5.8125rem;left:53.5625rem;overflow:hidden;display:block; }
#ogS218mqfdXHF2zwOPDdR44eIAurwZCy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:35.25rem;top:9.5rem;left:24.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:9.25rem;left:0rem;width:25.3125rem;height:13.5rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { top:0.75rem;left:20rem;width:27.75rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { top:4.375rem;left:17.4375rem;width:3.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { top:22.8125rem;left:22.75rem;width:3.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { top:16.5rem;left:42.3125rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhyquvTrDRVdanWJ1esuDIMCGnZ3IAU { width:9.8125rem;height:3.5625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:4.6875rem;left:0rem;width:47.75rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz { display:block; }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJk3EB0qShCXdULNe9JSd4Ps6eTGFAUn { width:16.875rem;height:6rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkRay4zlO1vodHc0T2FlcTw9ZOtsvFMH { top:2.8125rem;left:0.375rem;width:15.125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBulGGcVoq8y7plChvgEGipx0iotQWWv { width:16.875rem;height:7.5rem;top:6.8125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktXdwM3wiQ6eznrE47Nk4xKKyFlTWSN { top:2.875rem;left:16.25rem;width:15.125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaLGmVoQDksvfKRWs6kZdo4E3bDKbDeW { width:16.875rem;height:7.5rem;top:6.75rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUQCGdDSVpdVyr6XZo2OT8Dw0ZBFSgRM { top:2.8125rem;left:32.125rem;width:15.125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd { display:block; }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHyndkdvpqRDtTIgVoaTTgO2ufo7W38r { width:40rem;height:22.5rem;top:0.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { top:2.9375rem;left:0rem;width:22rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { top:3rem;left:8.0625rem;width:23.125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { top:2.9375rem;left:18.5625rem;width:8.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { top:0rem;left:0rem;width:13.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { top:5.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { top:13.5rem;left:0rem;width:2.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:11.9375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:12.9375rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:15.25rem;left:2.0625rem;width:21.8125rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { top:21.0625rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { top:23.3125rem;left:2.25rem;width:21.625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { top:20.0625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { top:21.4375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { top:29.25rem;left:0rem;width:25.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { top:28.25rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { top:31.5625rem;left:2.3125rem;width:21.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { top:29.5rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { top:1.75rem;left:17.9375rem;width:29.8125rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { top:6.375rem;left:41.4375rem;width:6.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { top:10.625rem;left:23.875rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:1.6875rem;left:0rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { top:3.0625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { top:3.875rem;left:0.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { top:9.0625rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:1.6875rem;left:12.875rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { top:9.0625rem;left:14.625rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { top:3.0625rem;left:16.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { top:4rem;left:16.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:1.6875rem;left:28.75rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { top:9.0625rem;left:30.5rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { top:3.0625rem;left:32.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { top:4.125rem;left:33.25rem;width:3rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { top:5rem;left:0rem;width:30.0625rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { top:3.5625rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { top:9.5rem;left:0rem;width:26.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { top:3.1875rem;left:22.3125rem;width:25.4375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { top:28.1875rem;left:17.6875rem;width:6.1875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { top:5.8125rem;left:41.3125rem;width:6.4375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { top:9.5rem;left:0rem;width:35.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:10.3125rem;top:5.875rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { width:18.6875rem;height:25.375rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { width:3.6875rem;height:3.1875rem;top:23.375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { width:2.125rem;height:2rem;top:25.90625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { width:3.625rem;height:3.3125rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhyquvTrDRVdanWJ1esuDIMCGnZ3IAU { width:9.8125rem;height:3.5625rem;top:1.3125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:10rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { width:20rem;height:1rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz { display:block; }#P0pTHIcC3ZDVQi6g524M8e2854Ab2ZNz > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJk3EB0qShCXdULNe9JSd4Ps6eTGFAUn { width:16.875rem;height:6rem;top:4.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkRay4zlO1vodHc0T2FlcTw9ZOtsvFMH { width:15.125rem;height:1.875rem;top:1.25rem;left:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBulGGcVoq8y7plChvgEGipx0iotQWWv { width:16.875rem;height:7.5rem;top:14.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktXdwM3wiQ6eznrE47Nk4xKKyFlTWSN { width:15.125rem;height:1.875rem;top:11.625rem;left:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaLGmVoQDksvfKRWs6kZdo4E3bDKbDeW { width:16.875rem;height:7.5rem;top:26.625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUQCGdDSVpdVyr6XZo2OT8Dw0ZBFSgRM { width:15.125rem;height:1.875rem;top:23.5rem;left:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd { display:block; }#rA0PhuSmUCmTB5o5GGmcsfmF0Tp7aOkd > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHyndkdvpqRDtTIgVoaTTgO2ufo7W38r { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { width:15.0625rem;height:8.75rem;top:2.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { width:14.9375rem;height:8.3125rem;top:12.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { width:6.6875rem;height:9.4375rem;top:22.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { width:9rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { width:19.3125rem;height:2.125rem;top:1.375rem;left:0.34375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { width:2.375rem;height:2.125rem;top:5.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:5.0625rem;height:5.0625rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:20rem;height:7rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { width:13.9375rem;height:1.625rem;top:6.9375rem;left:6.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { width:20rem;height:6.5625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { width:13.8125rem;height:1.625rem;top:17.4375rem;left:6.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { width:5.0625rem;height:5.0625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { width:2.4375rem;height:2.4375rem;top:17rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { width:20rem;height:7rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { width:5.0625rem;height:5.0625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { width:13.875rem;height:1.625rem;top:27.5625rem;left:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { width:2.4375rem;height:2.4375rem;top:26.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { width:15.375rem;height:16.3125rem;top:37.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { width:4.5rem;height:4.5625rem;top:41.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { width:2.5625rem;height:2.6875rem;top:41.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:18.875rem;height:10.625rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { width:4.375rem;height:4.375rem;top:2.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { width:2.875rem;height:2.875rem;top:3.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { width:17.125rem;height:1.5rem;top:8.6875rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:18.875rem;height:10.625rem;top:12.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { width:17.125rem;height:1.5rem;top:20.125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { width:4.375rem;height:4.375rem;top:14.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { width:2.875rem;height:2.875rem;top:14.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:18.875rem;height:10.625rem;top:24.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { width:17.125rem;height:1.5rem;top:31.4375rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { width:4.375rem;height:4.375rem;top:25.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { width:3.125rem;height:2.25rem;top:26.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { width:19.125rem;height:2.125rem;top:4.5rem;left:0.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { width:19rem;height:1rem;top:2.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { width:18.9375rem;height:8.49609375rem;top:7.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { width:20rem;height:9.6875rem;top:21.03125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { width:2.1875rem;height:2rem;top:28.65625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { width:2.625rem;height:2.4375rem;top:28.4375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { width:19.8125rem;height:14.625rem;top:14.5625rem;left:0rem;display:block; }
 }