.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:url("https://images.assets-landingi.com/6kWNKdsS/Backround2_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.1875rem;left:34.8125rem;display:block; }
#EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbyEAISyLORixaEnhzfwXusarpvzUfsI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.25rem;left:27.5rem;display:block; }
#iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3T5hV3GwGTs34BsHexzErGhOzCNwBIe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.25rem;left:20.1875rem;display:block; }
#xcz7CIc7LiufU9uDvc6k4XG51kr2g2S2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1fbd0a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.25rem;left:12.8125rem;display:block; }
#ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#irsGdS6sUPNieX5TAoCipZTiDJc3pKWs { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1248779296875rem;left:0rem;height:1.625rem;display:block; }
#awkWweI6ktAsLRtNcFKuwo2zgR2XGbXx { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:0.375rem;left:41.6875rem;display:block; }
#c23lnLi3TGXa5u49iue3ppgZUurOToQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { position:relative;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.51318359375rem;left:0rem;height:7.1494125rem;font-style:normal;display:block; }
#R62zs85ioyade7We6TCqwvCvrpvwGImw { color:#000000;display:block;width:26.998875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:0rem;height:13.1616rem;font-style:normal;display:block; }
#P1AnQCH27aCBcfPzfUdy2PLwqdszkCKK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3120125rem;width:3.4375rem;top:27.4111328125rem;left:19.8125rem;overflow:hidden;display:block; }
#y2duvHIcU4cy7bnyI5fdfeszgLnxKVPP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #78624f, #000000);background-image: -moz-linear-gradient(180deg, #78624f, #000000);background-image: -ms-linear-gradient(180deg, #78624f, #000000);background-image: -o-linear-gradient(180deg, #78624f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );";background-image: linear-gradient(180deg, #78624f, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:1.875rem;width:1.875rem;top:27.125rem;left:50.375rem;display:none; }
#lmx8rd5tdVwe4neG2A1OU9d5Ty0VXPek { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:30.3125rem;top:3.6875rem;left:29.6875rem;overflow:hidden;display:block; }
#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI { position:relative;display:block; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI { background-color: transparent; background-image: none; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container > .video-iframe-container { display: none; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row > .video-iframe-container { display: none; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .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); }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI { border-width: 0; border-radius: 0; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AWZUXrkN7taLzfOr5MQ4MOfMoo2nN53H { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4rem;height:1.4624rem;font-style:normal;display:block; }
#yTmuOBFeoqP5tOLBf4pNougdJrsc22ix { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.625rem;left:4rem;height:3.8994125rem;font-style:normal;display:block; }
#rQpoeUKGTPZwAIOhTsULyOTcxrIsFq9p { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:18.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#DsuNg5lLhOB2z0oaAlomMU9uD4cNaZDU { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:18.9375rem;height:1.4624rem;font-style:normal;display:block; }
#RzPG19GiL1UqnGn8ic4cyKJFt90bIf43 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:33.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#NgKPLENiCbyzEXSxZDgFqv1ZhUQJwTUd { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:33.9375rem;height:1.4624rem;font-style:normal;display:block; }
#Lt3wiPHfX73FTBqfqxUoiIVfDbTbv40u { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:48.875rem;height:2.5996125rem;font-style:normal;display:block; }
#zB6XduUfwZ8z2MnFPTdr00TJdozGcxCb { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:48.875rem;height:1.4624rem;font-style:normal;display:block; }
#QTBknAocZwX1DW9fqWwtr9Vhy37VcnH2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4371337890625rem;left:0rem; }
#STe8yrT6WsTGeJzcZTTmVra39tS2Q0Pz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:15rem; }
#AMqLbhCWPTkmU2nQUyC4p04avJyFIa1R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.5rem;left:30rem; }
#gN4Jo40qkxo2q7xQgaqGvdvg7dyB95IT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.5rem;left:45rem; }
#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { position:relative;display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { background-color: transparent; background-image: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .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); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8732757568359rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILsqwblQiK1Vwume30ii2hu9givLv92l { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5338592529297rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { position:relative;display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#e3fbgAZbT6dyzlV0UP54LhV1FCHmkJWl { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #78624f, #000000);background-image: -moz-linear-gradient(84deg, #78624f, #000000);background-image: -ms-linear-gradient(84deg, #78624f, #000000);background-image: -o-linear-gradient(84deg, #78624f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );";background-image: linear-gradient(84deg, #78624f, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:12.375rem;left:12.9375rem;display:none; }
#qgoFleaKhvgSOIEuQlfGzUnCxGhTWJFd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhGrLuVXKq0k1MomVTfXyK5zP8WaRtEs { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:30.5625rem;left:20.84375rem;display:block; }
#wVby6WF92KPEagfFZghMszWFpQHQkxvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbXsme96AHEwXp9FLNGTSWWJNbiOtFhl { position:absolute;display:block;z-index:15050;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.8125rem;width:60rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#gwBgCTh1a8TObJ0Myr1qgInm9oTKDxVq { position:absolute;display:block;z-index:15051;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.625rem;width:60rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#kQigTRXcLUxPm6iONSDLee5rlFl94ftv { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.560546875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH { 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; }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row .container { background-color: transparent; background-image: none; }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row .container > .video-iframe-container { display: none; }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row > .video-iframe-container { display: none; }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .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); }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row .container { border-width: 0; border-radius: 0; }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#u0s5PMGDWtpGG2Wg1Meu5fZdTM0mhADT { position:absolute;display:block;z-index:15054;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.8125rem;width:60rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#gbUcGqEyzpPQDSyZ0ouAzWq10N90uNBD { position:absolute;display:block;z-index:15055;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.1875rem;width:60rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#zXObLeTN3h0Upk6VReIJonEw9vIqo9Zq { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #78624f, #000000);background-image: -moz-linear-gradient(84deg, #78624f, #000000);background-image: -ms-linear-gradient(84deg, #78624f, #000000);background-image: -o-linear-gradient(84deg, #78624f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );";background-image: linear-gradient(84deg, #78624f, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:10.875rem;left:12.9375rem;display:none; }
#uhSBICOFQQIZAtX96MpLCoiAQkdZ6E9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLhtT5UO59W7NbpmeuflB4kZ7ySC5Sp9 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:30.5rem;left:20.84375rem;display:block; }
#sOWQcGDITIs6hx7FAcTolSyfe5otQanu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEEXPUac6uxlKKx9NPQ1qDADEKREE1Hs { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.623046875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e { position:relative;display:block; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e { background-color: transparent; background-image: none; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row .container > .video-iframe-container { display: none; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row > .video-iframe-container { display: none; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .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); }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e { border-width: 0; border-radius: 0; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ucTBP60V3EJwrDoROsUeLvxt5emTTJqs { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8923645019531rem;left:11.65625rem;height:2.598875rem;font-style:normal;display:none; }
#QWGKx4WlONTaCXprrpLHGhhNyKKk48fm { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #78624f, #000000);background-image: -moz-linear-gradient(84deg, #78624f, #000000);background-image: -ms-linear-gradient(84deg, #78624f, #000000);background-image: -o-linear-gradient(84deg, #78624f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );";background-image: linear-gradient(84deg, #78624f, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:19rem;left:12.9375rem;display:none; }
#zZQFSZ8dEtxVgKHAWz2uE8uJGlaVLGX5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KL4TTP8x1NTWcXghW04Eirc4aBHnQESG { position:absolute;display:block;z-index:15059;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.1875rem;width:60rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#QveA7TlyyAEgwACLWFu6kVVNkTv3bSnc { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:30.25rem;left:20.84375rem;display:block; }
#NXHZPwLFzCdRugDdiCRLyzSuCTQ2qngw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bc8b1gn0wQzArfCGe4kh5O9xRS6s5rJE { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.685546875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k { 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; }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row .container { background-color: transparent; background-image: none; }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row .container > .video-iframe-container { display: none; }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row > .video-iframe-container { display: none; }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .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); }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row .container { border-width: 0; border-radius: 0; }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#S2SM4WdKs3toG056lkFFiRrWdpVTwGKl { position:absolute;display:block;z-index:15062;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.25rem;width:60rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#U0geGEJdpI7mxJe6xl3TZP9dK5Ihg3S8 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #78624f, #000000);background-image: -moz-linear-gradient(84deg, #78624f, #000000);background-image: -ms-linear-gradient(84deg, #78624f, #000000);background-image: -o-linear-gradient(84deg, #78624f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );";background-image: linear-gradient(84deg, #78624f, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:7.1875rem;left:13.125rem;display:block; }
#oaLskOmHcyZ1PhrKmxmi6p53RDkLHucz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mi29Qf6saQ8l9Wc0GxqPyAIwfWvT7pzW { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:30.3125rem;left:20.84375rem;display:block; }
#r8Czg3ALcGeToQxDn4Ldov9yVOQmSbf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KuBKEb1gAHAB68e1BxNB62Q0lXqXCT2W { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.623046875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl { 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; }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row .container { background-color: transparent; background-image: none; }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row .container > .video-iframe-container { display: none; }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row > .video-iframe-container { display: none; }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .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); }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row .container { border-width: 0; border-radius: 0; }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#SpGrBzduCiD6TOWm1T4MLqcLu2urcBtW { position:absolute;display:block;z-index:15062;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.375rem;width:60rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#nMUzKz7Omvg4pPQsbTnaciT0F0QbtsFs { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #78624f, #000000);background-image: -moz-linear-gradient(84deg, #78624f, #000000);background-image: -ms-linear-gradient(84deg, #78624f, #000000);background-image: -o-linear-gradient(84deg, #78624f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78624f', endColorstr='#000000' );";background-image: linear-gradient(84deg, #78624f, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:7.1875rem;left:13.125rem;display:block; }
#U4KyWNB66CtVG27c9bI3yBCcGwMsAaSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMmLDx3NAsNXptxwm1UutQCfGpKRM95g { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:30.3125rem;left:20.84375rem;display:block; }
#UqAs7Log8KncRAZADlyAA2hPJpSTlzGH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXAV86QTgDrVbVnevc3uG4DQlIWwrg7S { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.623046875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f { position:relative;display:block; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f { background-color: transparent; background-image: none; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row .container > .video-iframe-container { display: none; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row > .video-iframe-container { display: none; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .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); }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f { border-width: 0; border-radius: 0; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VdGc35saKMsmgX1IResusr8LD5W3FeaC { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8923645019531rem;left:11.65625rem;height:2.598875rem;font-style:normal;display:none; }
#lPvVcMWsKBR7CWxveHcpoDXdbGrzO7ti { position:absolute;display:block;z-index:15064;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:25rem;width:60rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#p6Wh35dM32NDtT3sg1wutqr0ip032X7V { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:29.9375rem;left:20.84375rem;display:block; }
#zgibaGPnMU0cl8NvVeDpL6rJXIObmGsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sgcQzbcRLqAdWRxpubyFT6Cl1tyQ5XTQ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.623046875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aHHNI1Dn/Bacground2_png.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s.adaptive-delivery-prevent-bg, #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s.lazyload, #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s.lazyloading { background-image: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { background-color: transparent; background-image: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container > .video-iframe-container { display: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row > .video-iframe-container { display: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .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); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { border-width: 0; border-radius: 0; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.72119140625rem;left:32.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { color:#000000;display:block;width:27.8745rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9306640625rem;left:31.0625rem;height:37.694325rem;font-style:normal;display:block; }
#J6FiJ3nv14rhydxSIHqhMMAT0CoXABIl { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:33.9375rem;left:5.84375rem;display:block; }
#fbQdb4NFA7acd0xbUTc5M9nGZkKw9qtV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwK1dWmDVuo95S3380kI7TylRuq0aMgi { position:absolute;display:block;z-index:15067;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:27.9375rem;width:29.75rem;top:3.15869140625rem;left:0rem;overflow:hidden;display:block; }
#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2eif3S96/Background4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.adaptive-delivery-prevent-bg, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyload, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyloading { background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { background-color: transparent; background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .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); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { border-width: 0; border-radius: 0; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#WGwoaHfpMQpL7E53sRTNk2G9cCn8gOpk { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 2.375rem rgba(168,168,168,0.26) ;height:19.3125rem;width:60rem;top:6.3125rem;left:0rem;display:block; }
#BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.0625rem;left:3.8125rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ocpUz2VzqMDZqIVXkPo43P9zeTWVWVgm { color:#000000;display:block;width:22.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.4375rem;left:3.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-form-header {  }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.75rem;font-weight:400;color:#909090;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center;line-height:1; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center;line-height:1; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #243291, #6800ad);background-image: -moz-linear-gradient(135deg, #243291, #6800ad);background-image: -ms-linear-gradient(135deg, #243291, #6800ad);background-image: -o-linear-gradient(135deg, #243291, #6800ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#243291', endColorstr='#6800ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#243291', endColorstr='#6800ad' );";background-image: linear-gradient(135deg, #243291, #6800ad);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:13.9375rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(11,236,178,0.5) ; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#868686;vertical-align:top;width:13.125rem;overflow:hidden;font-style:normal;float:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:first-of-type{padding-top:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:last-of-type{padding-bottom:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:36.06201171875rem;top:6.93701171875rem;z-index:15010;position:absolute; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:400;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:36.06201171875rem;top:6.93701171875rem;z-index:15010;position:absolute; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #yTgoiMSbyiOwq1ycI1NkGoSWbLsATL4O { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F8QMTFXts674sCHMgguLc5pCttUq0JQO { position:relative;z-index:2; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #LAa8EE2ngsJGr0WgTm2zvax1VlKx2HDq { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr { position:relative; }
#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH { position:relative;display:none; }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH { border-width: 0; border-radius: 0; }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .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; }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .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; }#zVRNh1T5SqdmX8M2XQ6QyfvtxfKQFn3I { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0050de, #40009d);background-image: -moz-linear-gradient(84deg, #0050de, #40009d);background-image: -ms-linear-gradient(84deg, #0050de, #40009d);background-image: -o-linear-gradient(84deg, #0050de, #40009d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050de', endColorstr='#40009d' );";background-image: linear-gradient(84deg, #0050de, #40009d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:33.9375rem;left:5.84375rem;display:none; }
#Pzev5UIWz7n0sPbNr81eoSW9Lh4pUCN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { width:6.125rem;height:3.4375rem;top:0.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block; }
 }@media only screen and (max-width: 763px) { #JbyEAISyLORixaEnhzfwXusarpvzUfsI { width:6.125rem;height:3.4375rem;top:0.25rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block; }
 }@media only screen and (max-width: 763px) { #F3T5hV3GwGTs34BsHexzErGhOzCNwBIe { width:6.125rem;height:3.4375rem;top:0.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcz7CIc7LiufU9uDvc6k4XG51kr2g2S2 { display:block; }
 }@media only screen and (max-width: 763px) { #E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { width:6.125rem;height:3.4375rem;top:0.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block; }
 }@media only screen and (max-width: 763px) { #irsGdS6sUPNieX5TAoCipZTiDJc3pKWs { top:1.0625rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awkWweI6ktAsLRtNcFKuwo2zgR2XGbXx { width:18.3125rem;height:3rem;top:0.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c23lnLi3TGXa5u49iue3ppgZUurOToQZ { display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { top:7.5rem;left:0rem;width:30.6875rem;height:7.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { top:17.5rem;left:0rem;width:26.9375rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1AnQCH27aCBcfPzfUdy2PLwqdszkCKK { top:27.375rem;left:13.6875rem;width:3.4375rem;height:3.3120125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2duvHIcU4cy7bnyI5fdfeszgLnxKVPP { top:27.125rem;left:44.25rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmx8rd5tdVwe4neG2A1OU9d5Ty0VXPek { top:3.6875rem;left:17.4375rem;width:30.3125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvexcCxkaPqEq6T317Rw4iTOwsiSErvI { display:block; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWZUXrkN7taLzfOr5MQ4MOfMoo2nN53H { top:2.1875rem;left:1.625rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTmuOBFeoqP5tOLBf4pNougdJrsc22ix { top:3.625rem;left:1.625rem;width:10.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQpoeUKGTPZwAIOhTsULyOTcxrIsFq9p { top:3.625rem;left:13.5625rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsuNg5lLhOB2z0oaAlomMU9uD4cNaZDU { top:2.1875rem;left:13.5625rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzPG19GiL1UqnGn8ic4cyKJFt90bIf43 { top:3.4375rem;left:25.5rem;width:10.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgKPLENiCbyzEXSxZDgFqv1ZhUQJwTUd { top:2rem;left:25.1875rem;width:10.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3wiPHfX73FTBqfqxUoiIVfDbTbv40u { top:3.4375rem;left:37.375rem;width:10.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB6XduUfwZ8z2MnFPTdr00TJdozGcxCb { top:2rem;left:37.125rem;width:10.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBknAocZwX1DW9fqWwtr9Vhy37VcnH2 { top:2.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STe8yrT6WsTGeJzcZTTmVra39tS2Q0Pz { top:2.5rem;left:11.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqLbhCWPTkmU2nQUyC4p04avJyFIa1R { top:2.5rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN4Jo40qkxo2q7xQgaqGvdvg7dyB95IT { top:2.5rem;left:35.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { top:4.8125rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILsqwblQiK1Vwume30ii2hu9givLv92l { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3fbgAZbT6dyzlV0UP54LhV1FCHmkJWl { width:18.3125rem;height:3rem;top:12.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgoFleaKhvgSOIEuQlfGzUnCxGhTWJFd { display:block; }
 }@media only screen and (max-width: 763px) { #RhGrLuVXKq0k1MomVTfXyK5zP8WaRtEs { width:18.3125rem;height:3rem;top:30.5625rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVby6WF92KPEagfFZghMszWFpQHQkxvP { display:block; }
 }@media only screen and (max-width: 763px) { #IbXsme96AHEwXp9FLNGTSWWJNbiOtFhl { top:4.0625rem;left:0rem;width:47.75rem;height:20.542447916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwBgCTh1a8TObJ0Myr1qgInm9oTKDxVq { top:4.0625rem;left:0rem;width:47.75rem;height:20.393229166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQigTRXcLUxPm6iONSDLee5rlFl94ftv { top:0.5rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH { display:block; }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0s5PMGDWtpGG2Wg1Meu5fZdTM0mhADT { top:4rem;left:0rem;width:47.75rem;height:20.542447916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbUcGqEyzpPQDSyZ0ouAzWq10N90uNBD { top:4rem;left:0rem;width:47.75rem;height:20.045052083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXObLeTN3h0Upk6VReIJonEw9vIqo9Zq { width:18.3125rem;height:3rem;top:10.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhSBICOFQQIZAtX96MpLCoiAQkdZ6E9X { display:block; }
 }@media only screen and (max-width: 763px) { #iLhtT5UO59W7NbpmeuflB4kZ7ySC5Sp9 { width:18.3125rem;height:3rem;top:30.5rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOWQcGDITIs6hx7FAcTolSyfe5otQanu { display:block; }
 }@media only screen and (max-width: 763px) { #bEEXPUac6uxlKKx9NPQ1qDADEKREE1Hs { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e { display:block; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucTBP60V3EJwrDoROsUeLvxt5emTTJqs { top:23.125rem;left:0rem;width:16.9375rem;height:6.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWGKx4WlONTaCXprrpLHGhhNyKKk48fm { width:18.3125rem;height:3rem;top:19rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZQFSZ8dEtxVgKHAWz2uE8uJGlaVLGX5 { display:block; }
 }@media only screen and (max-width: 763px) { #KL4TTP8x1NTWcXghW04Eirc4aBHnQESG { top:4.25rem;left:0rem;width:47.75rem;height:20.045052083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QveA7TlyyAEgwACLWFu6kVVNkTv3bSnc { width:18.3125rem;height:3rem;top:30.25rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXHZPwLFzCdRugDdiCRLyzSuCTQ2qngw { display:block; }
 }@media only screen and (max-width: 763px) { #bc8b1gn0wQzArfCGe4kh5O9xRS6s5rJE { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k { display:block; }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2SM4WdKs3toG056lkFFiRrWdpVTwGKl { top:4.0625rem;left:0rem;width:47.75rem;height:20.094791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0geGEJdpI7mxJe6xl3TZP9dK5Ihg3S8 { width:18.3125rem;height:3rem;top:7.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaLskOmHcyZ1PhrKmxmi6p53RDkLHucz { display:block; }
 }@media only screen and (max-width: 763px) { #Mi29Qf6saQ8l9Wc0GxqPyAIwfWvT7pzW { width:18.3125rem;height:3rem;top:30.3125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Czg3ALcGeToQxDn4Ldov9yVOQmSbf5 { display:block; }
 }@media only screen and (max-width: 763px) { #KuBKEb1gAHAB68e1BxNB62Q0lXqXCT2W { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl { display:block; }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpGrBzduCiD6TOWm1T4MLqcLu2urcBtW { top:4.0625rem;left:0rem;width:47.75rem;height:20.194270833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMUzKz7Omvg4pPQsbTnaciT0F0QbtsFs { width:18.3125rem;height:3rem;top:7.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4KyWNB66CtVG27c9bI3yBCcGwMsAaSk { display:block; }
 }@media only screen and (max-width: 763px) { #RMmLDx3NAsNXptxwm1UutQCfGpKRM95g { width:18.3125rem;height:3rem;top:30.3125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqAs7Log8KncRAZADlyAA2hPJpSTlzGH { display:block; }
 }@media only screen and (max-width: 763px) { #eXAV86QTgDrVbVnevc3uG4DQlIWwrg7S { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f { display:block; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdGc35saKMsmgX1IResusr8LD5W3FeaC { top:24.5625rem;left:0rem;width:16.9375rem;height:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPvVcMWsKBR7CWxveHcpoDXdbGrzO7ti { top:4rem;left:0rem;width:47.75rem;height:19.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Wh35dM32NDtT3sg1wutqr0ip032X7V { width:18.3125rem;height:3rem;top:29.9375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgibaGPnMU0cl8NvVeDpL6rJXIObmGsR { display:block; }
 }@media only screen and (max-width: 763px) { #sgcQzbcRLqAdWRxpubyFT6Cl1tyQ5XTQ { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { top:0.6875rem;left:19.9375rem;width:27.8125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { top:3.875rem;left:19.9375rem;width:27.8125rem;height:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FiJ3nv14rhydxSIHqhMMAT0CoXABIl { width:18.3125rem;height:3rem;top:33.9375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbQdb4NFA7acd0xbUTc5M9nGZkKw9qtV { display:block; }
 }@media only screen and (max-width: 763px) { #gwK1dWmDVuo95S3380kI7TylRuq0aMgi { top:3.125rem;left:0rem;width:29.75rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGwoaHfpMQpL7E53sRTNk2G9cCn8gOpk { top:6.3125rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { top:11.0625rem;left:0rem;width:22.4375rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocpUz2VzqMDZqIVXkPo43P9zeTWVWVgm { top:18.4375rem;left:0rem;width:22.375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { width:13.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.1875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { width:14.375rem;height:auto;top:6.875rem;left:29.93701171875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { width:14.375rem;height:auto;top:6.875rem;left:29.93701171875rem; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #yTgoiMSbyiOwq1ycI1NkGoSWbLsATL4O {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F8QMTFXts674sCHMgguLc5pCttUq0JQO {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #LAa8EE2ngsJGr0WgTm2zvax1VlKx2HDq {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr {  }
 }@media only screen and (max-width: 763px) { #vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH { display:none; }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zVRNh1T5SqdmX8M2XQ6QyfvtxfKQFn3I { width:18.3125rem;height:3rem;top:33.9375rem;left:2.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pzev5UIWz7n0sPbNr81eoSW9Lh4pUCN2 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { width:5.0625rem;height:3.4375rem;top:2.31201171875rem;left:14.9375rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block; }
 }@media only screen and (max-width: 763px) { #JbyEAISyLORixaEnhzfwXusarpvzUfsI { width:4.8120125rem;height:3.4375rem;top:2.31201171875rem;left:9.31201171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block; }
 }@media only screen and (max-width: 763px) { #F3T5hV3GwGTs34BsHexzErGhOzCNwBIe { width:5rem;height:3.4375rem;top:2.31201171875rem;left:4.56201171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcz7CIc7LiufU9uDvc6k4XG51kr2g2S2 { display:block; }
 }@media only screen and (max-width: 763px) { #E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { width:4.4375rem;height:3.4375rem;top:2.31201171875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block; }
 }@media only screen and (max-width: 763px) { #irsGdS6sUPNieX5TAoCipZTiDJc3pKWs { width:8.9375rem;height:1.625rem;top:0.56201171875rem;left:5.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awkWweI6ktAsLRtNcFKuwo2zgR2XGbXx { width:18.3125rem;height:3rem;top:5.87451171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c23lnLi3TGXa5u49iue3ppgZUurOToQZ { display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4cf1d, #ffffff);background-image: -moz-linear-gradient(180deg, #f4cf1d, #ffffff);background-image: -ms-linear-gradient(180deg, #f4cf1d, #ffffff);background-image: -o-linear-gradient(180deg, #f4cf1d, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cf1d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cf1d', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f4cf1d, #ffffff);background-size:cover !important;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { width:20rem;height:4.386725rem;top:0.62451171875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { width:19.0625rem;height:13.1616rem;top:25.8388671875rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P1AnQCH27aCBcfPzfUdy2PLwqdszkCKK { width:2.6875rem;height:2.5625rem;top:47.5625rem;left:1.2491319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2duvHIcU4cy7bnyI5fdfeszgLnxKVPP { width:1.43676875rem;height:1.43676875rem;top:40.1875rem;left:13.3125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #lmx8rd5tdVwe4neG2A1OU9d5Ty0VXPek { width:20rem;height:20rem;top:5.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvexcCxkaPqEq6T317Rw4iTOwsiSErvI { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f4cf1d, #ffffff);background-image: -moz-linear-gradient(360deg, #f4cf1d, #ffffff);background-image: -ms-linear-gradient(360deg, #f4cf1d, #ffffff);background-image: -o-linear-gradient(360deg, #f4cf1d, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cf1d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cf1d', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #f4cf1d, #ffffff);background-size:auto !important;display:block; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container { background-color: transparent; background-image: none; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container > .video-iframe-container { display: none; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row > .video-iframe-container { display: none; }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .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); }#CvexcCxkaPqEq6T317Rw4iTOwsiSErvI > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWZUXrkN7taLzfOr5MQ4MOfMoo2nN53H { width:20rem;height:1.4624rem;top:1.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTmuOBFeoqP5tOLBf4pNougdJrsc22ix { width:20rem;height:2.5996125rem;top:2.9375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQpoeUKGTPZwAIOhTsULyOTcxrIsFq9p { width:20rem;height:1.29980625rem;top:9.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsuNg5lLhOB2z0oaAlomMU9uD4cNaZDU { width:20rem;height:1.4624rem;top:7.125rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzPG19GiL1UqnGn8ic4cyKJFt90bIf43 { width:19.8125rem;height:2.5996125rem;top:15.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgKPLENiCbyzEXSxZDgFqv1ZhUQJwTUd { width:20rem;height:1.4624rem;top:13.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3wiPHfX73FTBqfqxUoiIVfDbTbv40u { width:20rem;height:1.29980625rem;top:20.8125rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zB6XduUfwZ8z2MnFPTdr00TJdozGcxCb { width:20rem;height:1.4624rem;top:19.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTBknAocZwX1DW9fqWwtr9Vhy37VcnH2 { display:flex;width:3.125rem;height:3.125rem;top:0.25rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #STe8yrT6WsTGeJzcZTTmVra39tS2Q0Pz { display:flex;width:3.125rem;height:3.125rem;top:6rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #AMqLbhCWPTkmU2nQUyC4p04avJyFIa1R { display:flex;width:3.125rem;height:3.125rem;top:12rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #gN4Jo40qkxo2q7xQgaqGvdvg7dyB95IT { display:flex;width:3.125rem;height:3.125rem;top:17.4375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:20rem;height:10.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { width:20rem;height:5.19921875rem;top:4.9644088745117rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ILsqwblQiK1Vwume30ii2hu9givLv92l { width:16.124875rem;height:2.92480625rem;top:0.9991455078125rem;left:1.93603515625rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:20rem;height:18.75rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3fbgAZbT6dyzlV0UP54LhV1FCHmkJWl { width:18.3125rem;height:3rem;top:34.9375rem;left:0.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgoFleaKhvgSOIEuQlfGzUnCxGhTWJFd { display:block; }
 }@media only screen and (max-width: 763px) { #RhGrLuVXKq0k1MomVTfXyK5zP8WaRtEs { width:18.3125rem;height:3rem;top:14.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVby6WF92KPEagfFZghMszWFpQHQkxvP { display:block; }
 }@media only screen and (max-width: 763px) { #IbXsme96AHEwXp9FLNGTSWWJNbiOtFhl { width:20rem;height:8.6041666666667rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwBgCTh1a8TObJ0Myr1qgInm9oTKDxVq { width:20rem;height:8.5416666666667rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQigTRXcLUxPm6iONSDLee5rlFl94ftv { width:20rem;height:2.5996125rem;top:0.9375rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH { display:block; }#tvpnSMrS4EX9c8Mb5fZsdLPoLCJEdPRH > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0s5PMGDWtpGG2Wg1Meu5fZdTM0mhADT { width:20rem;height:8.6041666666667rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbUcGqEyzpPQDSyZ0ouAzWq10N90uNBD { width:20rem;height:8.3958333333333rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXObLeTN3h0Upk6VReIJonEw9vIqo9Zq { width:18.3125rem;height:3rem;top:11.9746125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhSBICOFQQIZAtX96MpLCoiAQkdZ6E9X { display:block; }
 }@media only screen and (max-width: 763px) { #iLhtT5UO59W7NbpmeuflB4kZ7ySC5Sp9 { width:18.3125rem;height:3rem;top:14.849609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOWQcGDITIs6hx7FAcTolSyfe5otQanu { display:block; }
 }@media only screen and (max-width: 763px) { #bEEXPUac6uxlKKx9NPQ1qDADEKREE1Hs { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e { display:block; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e { background-color: transparent; background-image: none; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row .container > .video-iframe-container { display: none; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row > .video-iframe-container { display: none; }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .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); }#WFJKTN7Mg3LCt5pqPsLbdw6TTNH1FL2e > .row .container { width:20rem;height:21.1875rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucTBP60V3EJwrDoROsUeLvxt5emTTJqs { width:16.998875rem;height:0;top:23.186645507812rem;left:1.500244140625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #QWGKx4WlONTaCXprrpLHGhhNyKKk48fm { width:18.3125rem;height:3rem;top:22.44921875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZQFSZ8dEtxVgKHAWz2uE8uJGlaVLGX5 { display:block; }
 }@media only screen and (max-width: 763px) { #KL4TTP8x1NTWcXghW04Eirc4aBHnQESG { width:20rem;height:8.3958333333333rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QveA7TlyyAEgwACLWFu6kVVNkTv3bSnc { width:18.3125rem;height:3rem;top:17.38671875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXHZPwLFzCdRugDdiCRLyzSuCTQ2qngw { display:block; }
 }@media only screen and (max-width: 763px) { #bc8b1gn0wQzArfCGe4kh5O9xRS6s5rJE { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k { display:block; }#eCwT1cO0DuLCQ2wa0LAgyZToyrmzJd5k > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2SM4WdKs3toG056lkFFiRrWdpVTwGKl { width:20rem;height:8.4166666666667rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0geGEJdpI7mxJe6xl3TZP9dK5Ihg3S8 { width:18.3125rem;height:3rem;top:8.2246125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaLskOmHcyZ1PhrKmxmi6p53RDkLHucz { display:block; }
 }@media only screen and (max-width: 763px) { #Mi29Qf6saQ8l9Wc0GxqPyAIwfWvT7pzW { width:18.3125rem;height:3rem;top:14.7661125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Czg3ALcGeToQxDn4Ldov9yVOQmSbf5 { display:block; }
 }@media only screen and (max-width: 763px) { #KuBKEb1gAHAB68e1BxNB62Q0lXqXCT2W { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl { display:block; }#P5oHWD3lvnuV9PerstVBhgMVftqX9Mpl > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpGrBzduCiD6TOWm1T4MLqcLu2urcBtW { width:20rem;height:8.4583333333333rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMUzKz7Omvg4pPQsbTnaciT0F0QbtsFs { width:18.3125rem;height:3rem;top:8.2246125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4KyWNB66CtVG27c9bI3yBCcGwMsAaSk { display:block; }
 }@media only screen and (max-width: 763px) { #RMmLDx3NAsNXptxwm1UutQCfGpKRM95g { width:18.3125rem;height:3rem;top:14.8076125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqAs7Log8KncRAZADlyAA2hPJpSTlzGH { display:block; }
 }@media only screen and (max-width: 763px) { #eXAV86QTgDrVbVnevc3uG4DQlIWwrg7S { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f { display:block; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f { background-color: transparent; background-image: none; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row .container > .video-iframe-container { display: none; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row > .video-iframe-container { display: none; }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .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); }#R7iitJPOvl0P7Sk5SwFTL8ZWleZXID9f > .row .container { width:20rem;height:18.125rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdGc35saKMsmgX1IResusr8LD5W3FeaC { width:16.9995rem;height:0;top:20.8125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #lPvVcMWsKBR7CWxveHcpoDXdbGrzO7ti { width:20rem;height:8.3333333333333rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Wh35dM32NDtT3sg1wutqr0ip032X7V { width:18.3125rem;height:3rem;top:14.6826125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgibaGPnMU0cl8NvVeDpL6rJXIObmGsR { display:block; }
 }@media only screen and (max-width: 763px) { #sgcQzbcRLqAdWRxpubyFT6Cl1tyQ5XTQ { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { width:20rem;height:1.94970625rem;top:0.9365234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { width:19.375rem;height:48.09275625rem;top:3.6875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6FiJ3nv14rhydxSIHqhMMAT0CoXABIl { width:18.3125rem;height:3rem;top:73.06103515625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbQdb4NFA7acd0xbUTc5M9nGZkKw9qtV { display:block; }
 }@media only screen and (max-width: 763px) { #gwK1dWmDVuo95S3380kI7TylRuq0aMgi { width:20rem;height:18.781512605042rem;top:53.15478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGwoaHfpMQpL7E53sRTNk2G9cCn8gOpk { width:20rem;height:30.125rem;top:0.62353515625rem;left:0rem;border-top-left-radius:2.0625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { width:16.25rem;height:4.54980625rem;top:1.4996337890625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocpUz2VzqMDZqIVXkPo43P9zeTWVWVgm { width:13.2495rem;height:2.4375rem;top:6.0491943359375rem;left:3.3740234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-form-header {  }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:14.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.8125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(109deg, #0062b6, #9000c4);background-image: -moz-linear-gradient(109deg, #0062b6, #9000c4);background-image: -ms-linear-gradient(109deg, #0062b6, #9000c4);background-image: -o-linear-gradient(109deg, #0062b6, #9000c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062b6', endColorstr='#9000c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062b6', endColorstr='#9000c4' );";background-image: linear-gradient(109deg, #0062b6, #9000c4);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.25rem;margin-bottom:0.25rem;margin-left:0.25rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:14.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.5625rem;overflow:hidden;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container { padding-top:1rem;padding-right:0;padding-bottom:0.9375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:first-of-type{padding-top:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:last-of-type{padding-bottom:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:1.34375rem;top:9.6865234375rem;z-index:15002; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.8125rem;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:1.34375rem;top:9.6865234375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #yTgoiMSbyiOwq1ycI1NkGoSWbLsATL4O {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F8QMTFXts674sCHMgguLc5pCttUq0JQO {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #LAa8EE2ngsJGr0WgTm2zvax1VlKx2HDq {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr {  }
 }@media only screen and (max-width: 763px) { #vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH { background-color: transparent; background-image: none; }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .row .container > .video-iframe-container { display: none; }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .row > .video-iframe-container { display: none; }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .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); }#vli0XWdtTKpUtrTqdmWqc51lG6ql0GqH > .row .container { width:20rem;height:4.6875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVRNh1T5SqdmX8M2XQ6QyfvtxfKQFn3I { width:18.3125rem;height:3.9375rem;top:0.53125rem;left:0.84375rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Pzev5UIWz7n0sPbNr81eoSW9Lh4pUCN2 { display:block; }
 }