.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(227,244,248,0.3);background-image:url("https://images.assets-landingi.com/RZsxZdHv/shutterstock_536582824.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:38rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#m6ZBnrML9FygMSh2IUR6Pfub3547y4Al { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1238112449646rem;left:19.491338729858rem;display:block; }
#GDtZBdbpUm4Fi6Dha0QNQFUJVw7fmKiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1238112449646rem;left:29.990659713745rem;display:block; }
#RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1238112449646rem;left:37.490659713745rem;display:block; }
#XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zir9o5tKKu9O4cTW82TXF9oEM0No2uEo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.1238112449646rem;left:44.365659713745rem;display:block; }
#Io432UWDM8gZFiQto1g7MTmK7kptT1Wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.1238112449646rem;left:50.552824020386rem;display:block; }
#PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIBZR4TR2zKz6Wr615LWr93HwDxHnF3D { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.8125rem;top:1.4988112449646rem;left:0.625rem;overflow:hidden;display:block; }
#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:#ffffff;display:block;width:55rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.900390625rem;left:0rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { box-sizing:content-box;color:#4facfe;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15004;top:33.5556640625rem;left:19.4912109375rem;display:block; }
#gZS945SJ0PEGDbOWTyQ9B2gyse8VC5QI { color:#ffffff;display:block;width:22.2490234375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8369140625rem;left:22.615234375rem;height:1.9375rem;display:block; }
#oZaqkUdwUqIT0LBR7SFqiBb4hKX6kCvm { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:30.8125rem;top:10.28125rem;left:12.490234375rem;overflow:hidden;display:block; }
#l9p22bGUf7enG0RMQwLFfqFobHWOrIhz { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.603515625rem;left:13.6875rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container { background-color: transparent; background-image: none; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container > .video-iframe-container { display: none; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row > .video-iframe-container { display: none; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .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); }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container { border-width: 0; border-radius: 0; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#K8JKwths2SfOuMHUpHKwuyGeqDlItBIv { color:#000000;display:block;width:55.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.519189834595rem;left:2.1875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3Pmc0u4F5CIARxlA7KEryK0Lk8AhodZ { color:#000000;display:block;width:59.81233215332rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.44344329834rem;left:0rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M82Oc4hdVrlHM7Us03wBn8B7sN14w7lV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:15.8125rem;top:2.6875rem;left:22.09375rem;overflow:hidden;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:15.5625rem;left:1.71875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:#585858;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.59375rem;left:1.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJ4Js0kXZnRDZn0NP8aerlTWMViNHIyh { box-sizing:content-box;color:#ffffff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.25rem;left:7.875rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:#4fd6fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:17.96875rem;left:8.7492179870606rem;display:block; }
#z9k2qeToS70ydP8TFQCgk9s85HnnReNv { box-sizing:content-box;color:#ffffff;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:2.375rem;left:47.9375rem;display:block; }
#LuvSvEA0W4Z70MJFJKBpm1SzP0is8MQ6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.0625rem;width:18.375rem;top:3.9249992370606rem;left:0.8125rem;overflow:hidden;display:block; }
#Si8dVqWtfJ3Kni2G3wNPBBVoReCTaeVI { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:15.5625rem;left:21.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdGpRgVwf43soXvCS3wEFnT4Cf4ALHDE { color:#585858;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.625rem;left:21.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByVHHDHPKEAOaqZLsyfsZ3uK08FbJq3l { position:absolute;display:block;z-index:15009;background-color:#4fd6fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:18rem;left:28.75rem;display:block; }
#wCMe6tkN1xAUJ6ZPDi0mSUwBXGxhxH57 { color:#585858;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.8125rem;left:41.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rg2hA8oe1KFxbfeT5qRsBDPmxtgplpoC { position:absolute;display:block;z-index:15009;background-color:#4fd6fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:18.1875rem;left:48.75rem;display:block; }
#uPxB340ep55nGVGlnOTs6QkOmpeCNsfZ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:15.75rem;left:41.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k65S0V6ZLNTKkeaCSCD4OmMZkSIOUL4c { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.125rem;width:18.1875rem;top:3.7679691314698rem;left:20.686717987061rem;overflow:hidden;display:block; }
#ZlxTWX4B3XddpNNh2pGvdX5DnlthWC7f { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.125rem;width:18.125rem;top:3.9242191314698rem;left:40.936717987061rem;overflow:hidden;display:block; }
#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row .container { background-color: transparent; background-image: none; }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row .container > .video-iframe-container { display: none; }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row > .video-iframe-container { display: none; }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .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); }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row .container { border-width: 0; border-radius: 0; }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }#XuDcWPHSxIIr6TlZEcJl8Cg4cRX1Xbc9 { color:#000000;display:block;width:27.437160491943rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0142631530763rem;left:31.281419754028rem;height:6.6875rem;display:block; }#XuDcWPHSxIIr6TlZEcJl8Cg4cRX1Xbc9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XuDcWPHSxIIr6TlZEcJl8Cg4cRX1Xbc9 li:before{  }
#ThfRKmRutetrvRZyNNF4TuBVNe7BecJg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.375rem;width:27.625rem;top:1.1109371185302rem;left:1.3359375rem;overflow:hidden;display:block; }
#IoDcW66Nzth5aNTelXkJqTR5TpaaVHXP { color:#000000;display:block;width:29.874320983887rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7732658386231rem;left:30.000001907349rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mqNS6Zct/speaker_giving_talk_business_meeting_260nw_358977299.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv.adaptive-delivery-prevent-bg, #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv.lazyload, #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv.lazyloading { background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { border-width: 0; border-radius: 0; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAn9Tnti4TVT4sHv6gsQRhUlEm0UaQdc { color:#4fd6fe;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:#000000;display:block;width:55.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.220275878906rem;left:2.1875rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { color:#4fd6fe;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { background-color: transparent; background-image: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container > .video-iframe-container { display: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container { display: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .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); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { border-width: 0; border-radius: 0; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:14.6875rem;left:3.5625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { color:#4fd6fe;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:16.5625rem;left:1.75rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uN3iaxyJ/MattDahlstrom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.75rem;left:4.6875rem;display:block; }#gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.adaptive-delivery-prevent-bg, #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.lazyload, #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.lazyloading { background-image: none; }
#PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:14.6875rem;left:23.5625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { color:#4fd6fe;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.5625rem;left:21.75rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/T3YtJZY2/GrantBarrett.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.75rem;left:24.6875rem;display:block; }#ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G.adaptive-delivery-prevent-bg, #ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G.lazyload, #ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G.lazyloading { background-image: none; }
#FcZObGhPr1f6bqHlGNMoIo58TP90zTTS { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:14.6875rem;left:43.5625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrRT1UPTUlaXEIiICio57QZhNTKxTs4Z { color:#4fd6fe;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:16.5625rem;left:41.75rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/tb5hinwJ/DarinSpence_BW_Small.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.75rem;left:44.6875rem;display:block; }#JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.adaptive-delivery-prevent-bg, #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.lazyload, #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.lazyloading { background-image: none; }
#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row .container { background-color: transparent; background-image: none; }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row .container > .video-iframe-container { display: none; }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row > .video-iframe-container { display: none; }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .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); }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row .container { border-width: 0; border-radius: 0; }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#iwEunpStvvPZ4r7lokthPo6HgTMyvFGT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vW5nRmcIAApIV0KIwuwHqwRsA3Jtw8Z0 { color:#4fd6fe;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row .container { background-color: transparent; background-image: none; }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row .container > .video-iframe-container { display: none; }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row > .video-iframe-container { display: none; }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .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); }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row .container { border-width: 0; border-radius: 0; }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#QAJCg4uaBq6T04zaHu9eC9wu3JLFdKB4 { color:#ffffff;display:block;width:12.937330245972rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:10.270042419434rem;left:3.5309104919434rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evf7qGX6M9KN2i3TtBAyWraw62fCtpzU { color:#ffffff;display:block;width:16.499660491943rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.757476806641rem;left:1.7493209838868rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3wZlt97mzBcyNBxTnKoRnZPhPwlT0pt { position:absolute;display:block;z-index:15006;background-color:#4fd6fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:13.999664306641rem;left:8.75rem;display:block; }
#V5sTG2z8URKUXIT8vT9xroAwUAmwNsnQ { color:#ffffff;display:block;width:12.937330245972rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:10.325241088868rem;left:23.530912399292rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6SpSHQcU1g2GfAZqeflyaHN0LUSH6X5 { color:#ffffff;display:block;width:16.499660491943rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.811820983887rem;left:21.750169754028rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mySKxlSuvX992UyhX7QQE9G6k6wpMi8k { position:absolute;display:block;z-index:15011;background-color:#4fd6fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12483016401529rem;width:2.5rem;top:14.25016784668rem;left:28.750001907349rem;display:block; }
#toqMvdA0OzzoFVQC5TKguxHrsRTOE3VF { color:#ffffff;display:block;width:12.937330245972rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.9575424194338rem;left:43.530912399292rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6gUuJX6S4TTa8RI2epw4z3sh5s7v8q9 { color:#ffffff;display:block;width:16.499660491943rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:15.750679016113rem;left:41.750173568726rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EW4yliOzmTnbia3VKtdG9JQhHEOfOJi3 { position:absolute;display:block;z-index:15016;background-color:#4fd6fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:14.249664306641rem;left:48.750005722046rem;display:block; }
#Z8PFhlr7WdEZmLxxy5aNnd9Um1U4XAeo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3123302459719rem;width:9.8123302459719rem;top:1.9862442016601rem;left:5.0934104919434rem;overflow:hidden;display:block; }
#n4JehBEvaVaPS9Mn0DRieO2Dq284dcV1 { 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:7.3123302459719rem;width:11.374830245972rem;top:1.9803009033203rem;left:24.312162399292rem;overflow:hidden;display:block; }
#wmvgnP5ZzHzqBUyIVXfiJ5J8AK67JQPW { 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:7.25rem;width:9.625rem;top:1.9582214355469rem;left:45.093412399292rem;overflow:hidden;display:block; }
#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);background-size:auto !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; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { background-color: transparent; background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .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); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { border-width: 0; border-radius: 0; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:7.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GKgqP8Npzl2XB5X1d3mXG3OXdQXSRKdg { color:#ffffff;display:block;width:30.562160491943rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.896408081055rem;left:13.624322891236rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#P6MIG5Oy2EuThSyK3MGxXRE7S16OTmOT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9.8123302459719rem;top:9.8359527587887rem;left:41.998983383179rem;overflow:hidden;display:block; }
#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { background-color: transparent; background-image: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container > .video-iframe-container { display: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container { display: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .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); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { border-width: 0; border-radius: 0; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6873474121094rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DSnLT7B6uOwUnt0kADaEt5WmUgULhfwv { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9988403320312rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row .container { background-color: transparent; background-image: none; }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row .container > .video-iframe-container { display: none; }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row > .video-iframe-container { display: none; }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .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); }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row .container { border-width: 0; border-radius: 0; }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#queUubJbJTyiTkPi8PcMRSkZ4RgIm2Ek { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.25rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#TcPFSvH3KyTRQItMvbz3zcB3TpwecchH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:8.8125rem;top:0.5rem;left:25.5625rem;overflow:hidden;display:block; }
#TTbwGomvFbPwhZp49nqhJnSO1ps745FC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:12.9375rem;top:1.09375rem;left:43.5rem;overflow:hidden;display:block; }
#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row .container { background-color: transparent; background-image: none; }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row .container > .video-iframe-container { display: none; }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row > .video-iframe-container { display: none; }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .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); }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row .container { border-width: 0; border-radius: 0; }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#GkIzgh4XGEJZxAI9eO1hDhHitpTwWhKg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:12.6875rem;top:2.3125rem;left:3.625rem;overflow:hidden;display:block; }
#p0g5Sr5oIh0PLO5Pexl6lo1dloL4s3Py { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.4375rem;top:0.5rem;left:24.25rem;overflow:hidden;display:block; }
#ZbuN9KbdX0qGuHGUuckESeoeTsOVUTV1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:13.5rem;top:1.90625rem;left:43.25rem;overflow:hidden;display:block; }
#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row .container { background-color: transparent; background-image: none; }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row .container > .video-iframe-container { display: none; }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row > .video-iframe-container { display: none; }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .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); }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row .container { border-width: 0; border-radius: 0; }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#bTEPKa3Jd8CR9S6S3q6BrUL71Ji2mkMm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8.5rem;top:0.8125rem;left:6.40625rem;overflow:hidden;display:block; }
#LdcPdBwwc808vmhLJFzM0GiFCuqLQvyT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.5rem;left:26.71875rem;overflow:hidden;display:block; }
#iHd1GnQ0wDgI9UcST1D2ZT6UscT0mUlP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:11rem;top:0.25rem;left:43.5625rem;overflow:hidden;display:block; }
#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row .container { background-color: transparent; background-image: none; }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row .container > .video-iframe-container { display: none; }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row > .video-iframe-container { display: none; }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .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); }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row .container { border-width: 0; border-radius: 0; }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#ArI4Dc68EZIHTxOe1oHli6qy1V4a94iv { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANrqJHB6x8R6xfMarf87rS0XGk2JgTr2 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { background-color: transparent; background-image: none; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container > .video-iframe-container { display: none; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row > .video-iframe-container { display: none; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .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); }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { border-width: 0; border-radius: 0; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#JkTUw1Tk9ex7S5BT91NedT9JM8J75MkI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:0.6875rem;left:6.875rem;overflow:hidden;display:block; }
#FMmnBbq92a19InMUFGaisyBLP8T32zxz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.625rem;top:1.78125rem;left:25.1875rem;overflow:hidden;display:block; }
#shvuU22TsxHIacRa5yUbUVMAzl2S4K1X { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.1875rem;top:0.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#HtC544av3TSvzFcVJ7Aqqp8L65pfv7Gc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:5.78125rem;left:4.9375rem;overflow:hidden;display:block; }
#czkymQFiSuetWoDIRHyWsX62i92kyCAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row .container { background-color: transparent; background-image: none; }#czkymQFiSuetWoDIRHyWsX62i92kyCAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row .container > .video-iframe-container { display: none; }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row > .video-iframe-container { display: none; }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .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); }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row .container { border-width: 0; border-radius: 0; }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#xUQ7yE8ed5kqHS4RMWEracZGlPVXoLXH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:14.875rem;top:1.09375rem;left:22.5625rem;overflow:hidden;display:block; }
#uL4k8kTCQrXQTVn6PPMsCTmUdvJc35t9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:14.875rem;top:1.28125rem;left:41.9833984375rem;overflow:hidden;display:block; }
#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row .container { background-color: transparent; background-image: none; }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row .container > .video-iframe-container { display: none; }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row > .video-iframe-container { display: none; }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .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); }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row .container { border-width: 0; border-radius: 0; }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#iyRebuTTOTVCXEyTAxE42omdTwlPB3FQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:0rem;left:6.5625rem;overflow:hidden;display:block; }
#NuOWUlchzWbqywqODP84L7DZyn0GxAsT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:12.3125rem;top:0.78125rem;left:23.84375rem;overflow:hidden;display:block; }
#A76G6909S7y26z53pRPdqK5iXc0Cgnfa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:5.9375rem;top:0.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { background-color: transparent; background-image: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container > .video-iframe-container { display: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row > .video-iframe-container { display: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .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); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { border-width: 0; border-radius: 0; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);background-size:auto !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; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row .container { background-color: transparent; background-image: none; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row .container > .video-iframe-container { display: none; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row > .video-iframe-container { display: none; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .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); }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row .container { border-width: 0; border-radius: 0; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#lr67MNilXlCtx6nMrSxOXSBnnrdTc8Gb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.306396484375rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1fnobOwILIrWCp9itLLmM1WNOZqxKkF { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:14.175445556641rem;left:2.4269695281983rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orJslo62GHHx5Igw5qg8MD7nn6LTOgmS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.6875rem;top:26.775634765625rem;left:25.802480697632rem;overflow:hidden;display:block; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-form-header {  }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#ffffff;width:26.25rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:26.25rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;vertical-align:top; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-text {padding-top: 0; padding-bottom: 0;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:26.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;vertical-align:top; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-select {padding-top: 0; padding-bottom: 0;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#27292e;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:5.875rem;margin-bottom:0.25rem;margin-left:5.875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#f2f9ff;width:14.4375rem;height:3.75rem;font-family:lato;overflow:hidden;font-style:normal; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .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:lato;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:25rem;overflow:hidden;font-style:normal;line-height:1.5; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .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; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-container:first-of-type{padding-top:0;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-container:last-of-type{padding-bottom:0;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.6323782801625rem;left:30.488277435302rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem;display:block;vertical-align:top; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK {display:block;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.6323782801625rem;left:30.488277435302rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #OhBtNRfm8E2NIviWvQcV0cKTqoqdSCqb { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #ROWILgKRDNscSvetwDsTPLIwpWJitRWH { position:relative;display:block; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #uJxIpTXTOVJa3gUi61dUyl6uBxSdS0ub { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #GWCBdNWFlOTHgwHoEazyMOMNUg1HFdPg { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #U72zlHKGnbzliyVfkuu4FUQJnSzWD9cs { position:relative;display:block; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #KJl0hXGPnR4P4cCwEo9BQLH7pGD8WpOE { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #yo7ccfGv49TLadVdubT7Q9SpVO5r8Xnt { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #XWVZH0VCauVaOQCAibuMie23elZxXaUt { position:relative;display:block; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #HTkay0zHwLWdnMUoQ2XwSwvoW7HahIJK { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #xWQ0bSrXp8BcNwpR7QJldeg14PGupS0u { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #vWNxZBbpFqGc3K7fdKuJcTVmLh4aNxL0 { position:relative;display:block; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #hIfphaaDfG3abPIkMs1wiJqk4TBPNkes { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #n0orPPTpfILb9G4IxARhCnZIbho4t5K0 { position:relative; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK #PoMnl9zt71tiogWHQBFcTgGBvfUMSW5h { position:relative; }
#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T { position:relative;display:block; }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T { background-color: transparent; background-image: none; }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .row .container > .video-iframe-container { display: none; }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .row > .video-iframe-container { display: none; }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .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); }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T { border-width: 0; border-radius: 0; }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .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; }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zhSz8HEo5d6vTG1lXfyBNsNDtvRpgGpg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8539428710938rem;left:3.75rem;height:4.125rem;display:block; }
#fXdoSKdZGUQgrdbVu3EwtUomzWACmDqf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0409545898438rem;left:3.75rem;height:1.8125rem;display:block; }
#M87t3albuWLbRsiPSTD0kgUrT5aSITOB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:23.75rem;height:4.125rem;display:block; }
#OhTM63JuJmTDDNG1sOdugkeRwXidulnl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:23.75rem;height:1.8125rem;display:block; }
#GK8mZTNGpMKqkwcnfb4Nnn5xD7rdoMam { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:43.75rem;height:4.125rem;display:block; }
#dVnsbTBaTha1B6xs2l1sNaPsVnzfKrfS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:43.75rem;height:1.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6ZBnrML9FygMSh2IUR6Pfub3547y4Al { width:11.25rem;height:2.5rem;top:1.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDtZBdbpUm4Fi6Dha0QNQFUJVw7fmKiH { display:block; }
 }@media only screen and (max-width: 763px) { #pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { width:7.5rem;height:2.5rem;top:1.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block; }
 }@media only screen and (max-width: 763px) { #VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block; }
 }@media only screen and (max-width: 763px) { #zir9o5tKKu9O4cTW82TXF9oEM0No2uEo { width:6.875rem;height:2.5rem;top:1.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io432UWDM8gZFiQto1g7MTmK7kptT1Wy { display:block; }
 }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #IIBZR4TR2zKz6Wr615LWr93HwDxHnF3D { top:1.4375rem;left:0rem;width:10.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:47.75rem;height:3.1875rem;top:5.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { width:2.5rem;height:2.5rem;top:31.8125rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZS945SJ0PEGDbOWTyQ9B2gyse8VC5QI { top:33.8125rem;left:16.490234375rem;width:22.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZaqkUdwUqIT0LBR7SFqiBb4hKX6kCvm { top:10.25rem;left:6.365234375rem;width:30.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9p22bGUf7enG0RMQwLFfqFobHWOrIhz { top:28.5625rem;left:7.5625rem;width:27.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO { display:block; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8JKwths2SfOuMHUpHKwuyGeqDlItBIv { width:47.75rem;height:7.125rem;top:11.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Pmc0u4F5CIARxlA7KEryK0Lk8AhodZ { top:8.4375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82Oc4hdVrlHM7Us03wBn8B7sN14w7lV { top:2.6875rem;left:15.96875rem;width:15.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:17.5rem;height:1.4375rem;top:18.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4Js0kXZnRDZn0NP8aerlTWMViNHIyh { width:3.125rem;height:3.125rem;top:2.625rem;left:6.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9k2qeToS70ydP8TFQCgk9s85HnnReNv { width:3.125rem;height:3.125rem;top:2.625rem;left:38.770833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuvSvEA0W4Z70MJFJKBpm1SzP0is8MQ6 { top:3.875rem;left:0rem;width:18.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si8dVqWtfJ3Kni2G3wNPBBVoReCTaeVI { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdGpRgVwf43soXvCS3wEFnT4Cf4ALHDE { width:17.5625rem;height:1.5rem;top:18.625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByVHHDHPKEAOaqZLsyfsZ3uK08FbJq3l { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCMe6tkN1xAUJ6ZPDi0mSUwBXGxhxH57 { width:17.5625rem;height:1.5rem;top:18.8125rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg2hA8oe1KFxbfeT5qRsBDPmxtgplpoC { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPxB340ep55nGVGlnOTs6QkOmpeCNsfZ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k65S0V6ZLNTKkeaCSCD4OmMZkSIOUL4c { top:3.75rem;left:13.125rem;width:18.1875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlxTWX4B3XddpNNh2pGvdX5DnlthWC7f { top:3.875rem;left:29.5rem;width:18.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 { display:block; }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuDcWPHSxIIr6TlZEcJl8Cg4cRX1Xbc9 { top:9rem;left:20.375rem;width:27.375rem;height:6.75rem;font-size:1.125rem;display:block; }#XuDcWPHSxIIr6TlZEcJl8Cg4cRX1Xbc9 li:before{  }
 }@media only screen and (max-width: 763px) { #ThfRKmRutetrvRZyNNF4TuBVNe7BecJg { top:1.0625rem;left:0rem;width:27.625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoDcW66Nzth5aNTelXkJqTR5TpaaVHXP { width:29.8125rem;height:6.1875rem;top:1.75rem;left:17.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAn9Tnti4TVT4sHv6gsQRhUlEm0UaQdc { width:47.75rem;height:1.625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:47.75rem;height:10rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:3.375rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:47.75rem;height:4.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { width:12.9375rem;height:1.5625rem;top:14.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { width:16.5rem;height:1.375rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { width:10.625rem;height:10.625rem;top:2.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { width:12.9375rem;height:1.5625rem;top:14.6875rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { width:16.5rem;height:1.375rem;top:16.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G { width:10.625rem;height:10.625rem;top:2.75rem;left:19.104166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcZObGhPr1f6bqHlGNMoIo58TP90zTTS { width:12.9375rem;height:1.5625rem;top:14.625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrRT1UPTUlaXEIiICio57QZhNTKxTs4Z { width:16.4375rem;height:1.375rem;top:16.5625rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { width:10.625rem;height:10.625rem;top:2.6875rem;left:35.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke { display:block; }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwEunpStvvPZ4r7lokthPo6HgTMyvFGT { width:47.75rem;height:3.3125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW5nRmcIAApIV0KIwuwHqwRsA3Jtw8Z0 { width:47.75rem;height:1.5625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv { display:block; }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAJCg4uaBq6T04zaHu9eC9wu3JLFdKB4 { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evf7qGX6M9KN2i3TtBAyWraw62fCtpzU { width:16.4375rem;height:7.3125rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3wZlt97mzBcyNBxTnKoRnZPhPwlT0pt { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5sTG2z8URKUXIT8vT9xroAwUAmwNsnQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6SpSHQcU1g2GfAZqeflyaHN0LUSH6X5 { width:16.4375rem;height:7.3125rem;top:15.75rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mySKxlSuvX992UyhX7QQE9G6k6wpMi8k { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #toqMvdA0OzzoFVQC5TKguxHrsRTOE3VF { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gUuJX6S4TTa8RI2epw4z3sh5s7v8q9 { width:16.4375rem;height:7.3125rem;top:15.75rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW4yliOzmTnbia3VKtdG9JQhHEOfOJi3 { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PFhlr7WdEZmLxxy5aNnd9Um1U4XAeo { top:1.9375rem;left:3.0309104919434rem;width:9.75rem;height:7.2658805921756rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4JehBEvaVaPS9Mn0DRieO2Dq284dcV1 { top:1.9375rem;left:18.124662399292rem;width:11.3125rem;height:7.272261134345rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmvgnP5ZzHzqBUyIVXfiJ5J8AK67JQPW { top:1.9375rem;left:34.780912399292rem;width:9.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:47.75rem;height:7.3125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKgqP8Npzl2XB5X1d3mXG3OXdQXSRKdg { width:30.5rem;height:2.4375rem;top:10.875rem;left:7.4993228912356rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6MIG5Oy2EuThSyK3MGxXRE7S16OTmOT { top:9.8125rem;left:35.873983383179rem;width:9.75rem;height:7.7628731494513rem;display:block; }
 }@media only screen and (max-width: 763px) { #beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { display:block; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { width:47.75rem;height:3.3125rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSnLT7B6uOwUnt0kADaEt5WmUgULhfwv { width:47.75rem;height:3.3125rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH { display:block; }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #queUubJbJTyiTkPi8PcMRSkZ4RgIm2Ek { width:12.25rem;height:6.1875rem;top:0rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcPFSvH3KyTRQItMvbz3zcB3TpwecchH { width:8.8125rem;height:6.5625rem;top:0.5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbwGomvFbPwhZp49nqhJnSO1ps745FC { width:12.9375rem;height:5.375rem;top:1.0625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 { display:block; }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkIzgh4XGEJZxAI9eO1hDhHitpTwWhKg { width:12.6875rem;height:2.9375rem;top:2.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0g5Sr5oIh0PLO5Pexl6lo1dloL4s3Py { width:11.4375rem;height:6.5625rem;top:0.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbuN9KbdX0qGuHGUuckESeoeTsOVUTV1 { width:13.5rem;height:3.75rem;top:1.875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfpr2klI2Rps6ON05wRF7V7hwphe8eT { display:block; }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTEPKa3Jd8CR9S6S3q6BrUL71Ji2mkMm { width:8.5rem;height:5.9375rem;top:0.8125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdcPdBwwc808vmhLJFzM0GiFCuqLQvyT { width:6.5625rem;height:6.5625rem;top:0.5rem;left:20.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHd1GnQ0wDgI9UcST1D2ZT6UscT0mUlP { width:11rem;height:6.875rem;top:0.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK { display:block; }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArI4Dc68EZIHTxOe1oHli6qy1V4a94iv { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANrqJHB6x8R6xfMarf87rS0XGk2JgTr2 { width:47.75rem;height:3.375rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 { display:block; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkTUw1Tk9ex7S5BT91NedT9JM8J75MkI { width:6.1875rem;height:6.1875rem;top:0.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmnBbq92a19InMUFGaisyBLP8T32zxz { width:9.625rem;height:4rem;top:1.75rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvuU22TsxHIacRa5yUbUVMAzl2S4K1X { width:6.1875rem;height:6.6875rem;top:0.4375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtC544av3TSvzFcVJ7Aqqp8L65pfv7Gc { width:10.125rem;height:10.125rem;top:5.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkymQFiSuetWoDIRHyWsX62i92kyCAP { display:block; }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUQ7yE8ed5kqHS4RMWEracZGlPVXoLXH { width:14.875rem;height:5.375rem;top:1.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL4k8kTCQrXQTVn6PPMsCTmUdvJc35t9 { width:14.875rem;height:5rem;top:1.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA { display:block; }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyRebuTTOTVCXEyTAxE42omdTwlPB3FQ { width:8.25rem;height:8.25rem;top:0rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuOWUlchzWbqywqODP84L7DZyn0GxAsT { width:12.3125rem;height:6rem;top:0.75rem;left:17.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A76G6909S7y26z53pRPdqK5iXc0Cgnfa { width:5.9375rem;height:6.6875rem;top:0.4375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 { display:block; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe { display:block; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr67MNilXlCtx6nMrSxOXSBnnrdTc8Gb { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1fnobOwILIrWCp9itLLmM1WNOZqxKkF { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orJslo62GHHx5Igw5qg8MD7nn6LTOgmS { width:4.6875rem;height:1.875rem;top:26.75rem;left:19.677480697632rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-text {padding-top: 0; padding-bottom: 0;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-select {padding-top: 0; padding-bottom: 0;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK {display:block;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #OhBtNRfm8E2NIviWvQcV0cKTqoqdSCqb {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #ROWILgKRDNscSvetwDsTPLIwpWJitRWH { display:block; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #uJxIpTXTOVJa3gUi61dUyl6uBxSdS0ub {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #GWCBdNWFlOTHgwHoEazyMOMNUg1HFdPg {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #U72zlHKGnbzliyVfkuu4FUQJnSzWD9cs { display:block; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #KJl0hXGPnR4P4cCwEo9BQLH7pGD8WpOE {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #yo7ccfGv49TLadVdubT7Q9SpVO5r8Xnt {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #XWVZH0VCauVaOQCAibuMie23elZxXaUt { display:block; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #HTkay0zHwLWdnMUoQ2XwSwvoW7HahIJK {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #xWQ0bSrXp8BcNwpR7QJldeg14PGupS0u {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #vWNxZBbpFqGc3K7fdKuJcTVmLh4aNxL0 { display:block; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #hIfphaaDfG3abPIkMs1wiJqk4TBPNkes {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #n0orPPTpfILb9G4IxARhCnZIbho4t5K0 {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #PoMnl9zt71tiogWHQBFcTgGBvfUMSW5h {  }
 }@media only screen and (max-width: 763px) { #DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T { display:block; }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhSz8HEo5d6vTG1lXfyBNsNDtvRpgGpg { top:4.8125rem;left:1.6875rem;width:12.5rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXdoSKdZGUQgrdbVu3EwtUomzWACmDqf { top:3rem;left:1.6875rem;width:12.5rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M87t3albuWLbRsiPSTD0kgUrT5aSITOB { top:4.875rem;left:17.5625rem;width:12.5rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhTM63JuJmTDDNG1sOdugkeRwXidulnl { top:3.0625rem;left:17.5625rem;width:12.5rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK8mZTNGpMKqkwcnfb4Nnn5xD7rdoMam { top:4.8125rem;left:33.4375rem;width:12.5rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVnsbTBaTha1B6xs2l1sNaPsVnzfKrfS { top:3rem;left:33.4375rem;width:12.5rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:#030304;background-image:url("https://images.assets-landingi.com/RZsxZdHv/shutterstock_536582824.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6ZBnrML9FygMSh2IUR6Pfub3547y4Al { width:9.6875rem;height:2.5rem;top:10.375rem;left:5.1562498807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDtZBdbpUm4Fi6Dha0QNQFUJVw7fmKiH { display:block; }
 }@media only screen and (max-width: 763px) { #pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { width:7.5rem;height:2.5rem;top:13.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block; }
 }@media only screen and (max-width: 763px) { #VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { width:6.25rem;height:2.5rem;top:17.5625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block; }
 }@media only screen and (max-width: 763px) { #zir9o5tKKu9O4cTW82TXF9oEM0No2uEo { width:6.875rem;height:2.5rem;top:21.3125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Io432UWDM8gZFiQto1g7MTmK7kptT1Wy { display:block; }
 }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:25.0625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #IIBZR4TR2zKz6Wr615LWr93HwDxHnF3D { width:19.5609375rem;height:6.5625rem;top:3.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:18.75rem;height:4.125rem;top:16.5576171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;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;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { width:2.5rem;height:2.5rem;top:41.89453125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZS945SJ0PEGDbOWTyQ9B2gyse8VC5QI { width:16.9375rem;height:1.9375rem;top:38.45703125rem;left:1.53125rem;font-size:1.5rem;color:#e5e9f1;display:block; }
 }@media only screen and (max-width: 763px) { #oZaqkUdwUqIT0LBR7SFqiBb4hKX6kCvm { width:18.8125rem;height:10.625rem;top:22.5576171875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9p22bGUf7enG0RMQwLFfqFobHWOrIhz { width:20rem;height:1.9375rem;top:33.9326171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO { background-color:#ffffff;background-image:none;display:block; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container { background-color: transparent; background-image: none; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container > .video-iframe-container { display: none; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row > .video-iframe-container { display: none; }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .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); }#FXsCzeDxd9hq3nVnmZC6CCQw1KdaxUGO > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8JKwths2SfOuMHUpHKwuyGeqDlItBIv { width:18.75rem;height:15rem;top:15.4091875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Pmc0u4F5CIARxlA7KEryK0Lk8AhodZ { width:20rem;height:7.25rem;top:6.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82Oc4hdVrlHM7Us03wBn8B7sN14w7lV { width:15.8125rem;height:4.1875rem;top:2.5625rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9365rem;height:1.5625rem;top:12.5605625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.4980625rem;height:1.5rem;top:16.758805rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4Js0kXZnRDZn0NP8aerlTWMViNHIyh { width:3.125rem;height:3.125rem;top:12.125rem;left:8.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.12402375rem;top:15.38478125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9k2qeToS70ydP8TFQCgk9s85HnnReNv { width:2.5rem;height:2.5rem;top:36.8125rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuvSvEA0W4Z70MJFJKBpm1SzP0is8MQ6 { width:18.3730625rem;height:10.0615rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si8dVqWtfJ3Kni2G3wNPBBVoReCTaeVI { width:16.5625rem;height:1.5625rem;top:30.8818675rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdGpRgVwf43soXvCS3wEFnT4Cf4ALHDE { width:17.5605625rem;height:1.5rem;top:35.08011rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByVHHDHPKEAOaqZLsyfsZ3uK08FbJq3l { width:2.5rem;height:0.12402375rem;top:33.70608625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCMe6tkN1xAUJ6ZPDi0mSUwBXGxhxH57 { width:17.5605625rem;height:1.5rem;top:53.401415rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg2hA8oe1KFxbfeT5qRsBDPmxtgplpoC { width:2.5rem;height:0.12402375rem;top:52.02739125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPxB340ep55nGVGlnOTs6QkOmpeCNsfZ { width:16.5625rem;height:1.5625rem;top:49.2031725rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k65S0V6ZLNTKkeaCSCD4OmMZkSIOUL4c { width:18.1855625rem;height:10.124rem;top:19.508805rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlxTWX4B3XddpNNh2pGvdX5DnlthWC7f { width:18.125rem;height:10.124rem;top:37.83011rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 { display:block; }#qhikUmkTdvwMOEW04G6ZvNM7yCct93s0 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuDcWPHSxIIr6TlZEcJl8Cg4cRX1Xbc9 { width:20rem;height:12.4375rem;top:20.07715625rem;left:0rem;font-size:1.125rem;color:#3a3c41;display:block; }#XuDcWPHSxIIr6TlZEcJl8Cg4cRX1Xbc9 li:before{  }
 }@media only screen and (max-width: 763px) { #ThfRKmRutetrvRZyNNF4TuBVNe7BecJg { width:20rem;height:11.128875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoDcW66Nzth5aNTelXkJqTR5TpaaVHXP { width:20rem;height:5.125rem;top:13.6279375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAn9Tnti4TVT4sHv6gsQRhUlEm0UaQdc { width:18.75rem;height:2.5rem;top:4.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:18.75rem;height:15rem;top:8.7871125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:18.75rem;height:10rem;top:4.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { width:12.9365rem;height:1.5625rem;top:13.125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { width:16.4980625rem;height:1.5rem;top:15.94921875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { width:10.625rem;height:10.625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { width:12.9365rem;height:1.5625rem;top:30.57421875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { width:16.4980625rem;height:1.5rem;top:33.3984375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G { width:10.625rem;height:10.625rem;top:18.69921875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcZObGhPr1f6bqHlGNMoIo58TP90zTTS { width:12.9365rem;height:1.5625rem;top:48.0234375rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrRT1UPTUlaXEIiICio57QZhNTKxTs4Z { width:16.4980625rem;height:1.5rem;top:50.91015625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { width:10.625rem;height:10.625rem;top:36.1484375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke { display:block; }#x2Ak6a7KlLA69qqMgyOx3q7XcwWbXxke > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwEunpStvvPZ4r7lokthPo6HgTMyvFGT { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW5nRmcIAApIV0KIwuwHqwRsA3Jtw8Z0 { width:18.75rem;height:2.5rem;top:4.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv { display:block; }#qAkTixxUSWMsMJVb5qmtGZoI3E2AmfEv > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAJCg4uaBq6T04zaHu9eC9wu3JLFdKB4 { width:12.9355625rem;height:1.5625rem;top:9.765625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evf7qGX6M9KN2i3TtBAyWraw62fCtpzU { width:16.4980625rem;height:7.5rem;top:13.962890625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3wZlt97mzBcyNBxTnKoRnZPhPwlT0pt { width:2.5rem;height:0.123046875rem;top:12.58984375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5sTG2z8URKUXIT8vT9xroAwUAmwNsnQ { width:12.9355625rem;height:3.125rem;top:31.294890625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6SpSHQcU1g2GfAZqeflyaHN0LUSH6X5 { width:16.4980625rem;height:7.5rem;top:37.066375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mySKxlSuvX992UyhX7QQE9G6k6wpMi8k { width:2.5rem;height:0.123046875rem;top:35.693328125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toqMvdA0OzzoFVQC5TKguxHrsRTOE3VF { width:12.9355625rem;height:3.125rem;top:54.3144375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gUuJX6S4TTa8RI2epw4z3sh5s7v8q9 { width:16.4980625rem;height:7.5rem;top:60.085921875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW4yliOzmTnbia3VKtdG9JQhHEOfOJi3 { width:2.5rem;height:0.123046875rem;top:58.712875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PFhlr7WdEZmLxxy5aNnd9Um1U4XAeo { width:9.749rem;height:7.265625rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4JehBEvaVaPS9Mn0DRieO2Dq284dcV1 { width:11.3115rem;height:7.2705rem;top:22.712890625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmvgnP5ZzHzqBUyIVXfiJ5J8AK67JQPW { width:9.624rem;height:7.249rem;top:45.816375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKgqP8Npzl2XB5X1d3mXG3OXdQXSRKdg { width:20rem;height:1.9375rem;top:16.1435625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6MIG5Oy2EuThSyK3MGxXRE7S16OTmOT { width:9.75rem;height:7.76175rem;top:19.34278125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { display:block; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { width:18.75rem;height:7.3125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSnLT7B6uOwUnt0kADaEt5WmUgULhfwv { width:20rem;height:2.4375rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH { display:block; }#tkP6cxDCsfsfy7Vhv5vh0gSIfDU5nhOH > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #queUubJbJTyiTkPi8PcMRSkZ4RgIm2Ek { width:6.625rem;height:3.1875rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcPFSvH3KyTRQItMvbz3zcB3TpwecchH { width:5.875rem;height:4.375rem;top:5.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbwGomvFbPwhZp49nqhJnSO1ps745FC { width:7.9375rem;height:3.25rem;top:11.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 { display:block; }#um8hxsrCuWmgqcMb1macI3PLVJqs2Ai3 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkIzgh4XGEJZxAI9eO1hDhHitpTwWhKg { width:9.5rem;height:2.25rem;top:1.25rem;left:5.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #p0g5Sr5oIh0PLO5Pexl6lo1dloL4s3Py { width:7.8125rem;height:4.25rem;top:4.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbuN9KbdX0qGuHGUuckESeoeTsOVUTV1 { width:10.75rem;height:2.8125rem;top:10.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfpr2klI2Rps6ON05wRF7V7hwphe8eT { display:block; }#SMfpr2klI2Rps6ON05wRF7V7hwphe8eT > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTEPKa3Jd8CR9S6S3q6BrUL71Ji2mkMm { width:4.625rem;height:3rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdcPdBwwc808vmhLJFzM0GiFCuqLQvyT { width:4rem;height:4rem;top:5.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHd1GnQ0wDgI9UcST1D2ZT6UscT0mUlP { width:5.3125rem;height:3.1875rem;top:10.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK { display:block; }#qvF4UXvAmTW0g69RniAtAJ2yhDNaZ8HK > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArI4Dc68EZIHTxOe1oHli6qy1V4a94iv { width:18.75rem;height:4.875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANrqJHB6x8R6xfMarf87rS0XGk2JgTr2 { width:20rem;height:2.4375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 { display:block; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkTUw1Tk9ex7S5BT91NedT9JM8J75MkI { width:4.25rem;height:4.1875rem;top:9.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmnBbq92a19InMUFGaisyBLP8T32zxz { width:5.875rem;height:2.3125rem;top:15.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvuU22TsxHIacRa5yUbUVMAzl2S4K1X { width:4rem;height:4.375rem;top:18.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtC544av3TSvzFcVJ7Aqqp8L65pfv7Gc { width:7.25rem;height:7.25rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkymQFiSuetWoDIRHyWsX62i92kyCAP { display:block; }#czkymQFiSuetWoDIRHyWsX62i92kyCAP > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUQ7yE8ed5kqHS4RMWEracZGlPVXoLXH { width:6.8125rem;height:2.375rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL4k8kTCQrXQTVn6PPMsCTmUdvJc35t9 { width:5.8125rem;height:1.875rem;top:4.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA { display:block; }#JRMsUJRxmQnS7wslnvM3XaQ0inSGr6SA > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyRebuTTOTVCXEyTAxE42omdTwlPB3FQ { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuOWUlchzWbqywqODP84L7DZyn0GxAsT { width:7.3125rem;height:3.375rem;top:6.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A76G6909S7y26z53pRPdqK5iXc0Cgnfa { width:3.125rem;height:3.5625rem;top:11.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 { display:none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe { display:block; }#Wlf85t5sy5vzqxxIwNDkrIN8Rw3mNHFe > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr67MNilXlCtx6nMrSxOXSBnnrdTc8Gb { width:17.6230625rem;height:2.375rem;top:1.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1fnobOwILIrWCp9itLLmM1WNOZqxKkF { width:20rem;height:6.1875rem;top:4.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJslo62GHHx5Igw5qg8MD7nn6LTOgmS { width:4.6875rem;height:1.875rem;top:26.75rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-text {padding-top: 0; padding-bottom: 0;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-select {padding-top: 0; padding-bottom: 0;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.9375rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK  { width:17.5rem;height:26.21875rem;top:12.4463125rem;left:0rem; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WCuXXtiHZ76rLOkhdaphloFnJhtexInK {display:block;}#WCuXXtiHZ76rLOkhdaphloFnJhtexInK { width:17.5rem;height:26.21875rem;top:12.4463125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #OhBtNRfm8E2NIviWvQcV0cKTqoqdSCqb {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #ROWILgKRDNscSvetwDsTPLIwpWJitRWH { display:block; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #uJxIpTXTOVJa3gUi61dUyl6uBxSdS0ub {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #GWCBdNWFlOTHgwHoEazyMOMNUg1HFdPg {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #U72zlHKGnbzliyVfkuu4FUQJnSzWD9cs { display:block; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #KJl0hXGPnR4P4cCwEo9BQLH7pGD8WpOE {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #yo7ccfGv49TLadVdubT7Q9SpVO5r8Xnt {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #XWVZH0VCauVaOQCAibuMie23elZxXaUt { display:block; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #HTkay0zHwLWdnMUoQ2XwSwvoW7HahIJK {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #xWQ0bSrXp8BcNwpR7QJldeg14PGupS0u {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #vWNxZBbpFqGc3K7fdKuJcTVmLh4aNxL0 { display:block; }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #hIfphaaDfG3abPIkMs1wiJqk4TBPNkes {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #n0orPPTpfILb9G4IxARhCnZIbho4t5K0 {  }
 }@media only screen and (max-width: 763px) { #WCuXXtiHZ76rLOkhdaphloFnJhtexInK #PoMnl9zt71tiogWHQBFcTgGBvfUMSW5h {  }
 }@media only screen and (max-width: 763px) { #DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T { display:block; }#DiavOlcC1ou0nTIv74LlzL9PPbhSEs5T > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhSz8HEo5d6vTG1lXfyBNsNDtvRpgGpg { width:12.5rem;height:4.125rem;top:3.1171875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXdoSKdZGUQgrdbVu3EwtUomzWACmDqf { width:12.5rem;height:1.8125rem;top:1.25rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M87t3albuWLbRsiPSTD0kgUrT5aSITOB { width:12.5rem;height:4.125rem;top:11.6259765625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhTM63JuJmTDDNG1sOdugkeRwXidulnl { width:12.5rem;height:1.8125rem;top:9.7597625rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK8mZTNGpMKqkwcnfb4Nnn5xD7rdoMam { width:12.5rem;height:4.125rem;top:20.1357421875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVnsbTBaTha1B6xs2l1sNaPsVnzfKrfS { width:12.5rem;height:1.8125rem;top:18.269525rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }