.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { border-width: 0; border-radius: 0; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:21.0625rem;top:0.59375rem;left:19.468748092651rem;overflow:hidden;display:block; }
#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f1af31d-2367-4d04-a522-3f3830a1da8f/heroimg.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.adaptive-delivery-prevent-bg, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyload, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyloading { background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(203,228,246,0.8); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(203,228,246,0.8); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:60rem;height:36.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DGF3rSShJltiomrqavUWwv0AVy6H5rET { color:#2f2f2f;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.40625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { color:#123375;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:23.356250762939rem;left:15.362501144409rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CDLTACobrgdJWmzyTAnMh11TILTOGl5d { background-color:#2762d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.09375rem;left:6.5625rem;display:block; }
#oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEH6rfaD2AeOmr4PFo5zTxSBl1kN2N5p { 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.75rem;width:6.6875rem;top:6.706250190735rem;left:26.656248092651rem;overflow:hidden;display:block; }
#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { 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; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { background-color: transparent; background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .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); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { border-width: 0; border-radius: 0; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#qP64tIX5VWzJcPDKS0IN9yRMieLy7BqX { 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:3.5rem;width:11.5rem;top:4.5rem;left:7.6875rem;overflow:hidden;display:block; }
#TmwKvryDt6gkvU2XDTdx5UiMZEaEeTUA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.75rem;top:4.5rem;left:22.1875rem;overflow:hidden;display:block; }
#Wy01JElneuHgK6ePc8BsywaynDH0ACk6 { 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.5rem;width:7.6875rem;top:4.5rem;left:34.375rem;overflow:hidden;display:block; }
#QDZssG1IN0Oc9clsnKBSXIT6Q0v8KlTl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.6875rem;top:5.0625rem;left:44.625rem;overflow:hidden;display:block; }
#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq { 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; }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row .container { background-color: transparent; background-image: none; }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row .container > .video-iframe-container { display: none; }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row > .video-iframe-container { display: none; }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .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); }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row .container { border-width: 0; border-radius: 0; }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#mAxBL96SoWkCbiGMqAq1iS2ppIdDat7w { 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:9.75rem;width:12.1875rem;top:10.40625rem;left:0rem;overflow:hidden;display:block; }
#NIpGcSAvI9neZUtSuvmeSHMTC9b4rBdU { color:#3d4051;display:block;width:37.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.0625rem;left:22.4375rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1qVbH9wLKfRIAfc3AaT1fGdTN0DDhRy { color:#2762d8;display:block;width:28.625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:10rem;left:22.4375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BGTppyGmkAN2RKCeBCoA7A8h3Cy6Of4E { color:#2762d8;display:block;width:25.5rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:22.4375rem;height:1.1375rem;display:block; }
#UZWyTbFkC3h4lQ5K0LcZgLR1Dc6W8y56 { background-color:#2762d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.8125rem;left:22.4375rem;display:block; }
#gCLVOolLbgHU5lahwHGpJHu6V4P9f350 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd { 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; }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row .container { background-color: transparent; background-image: none; }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row .container > .video-iframe-container { display: none; }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row > .video-iframe-container { display: none; }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .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); }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row .container { border-width: 0; border-radius: 0; }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#KG69L3ZG9LbQQMqJhUU3isPcMaDET9P6 { 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:9.25rem;width:12.1875rem;top:10.656250953674rem;left:47.812498092651rem;overflow:hidden;display:block; }
#qIp0OaccgbpD9fHNZ3HCQ9OpA9yrhz2C { color:#3d4051;display:block;width:39.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#elh0R0yelD6olt2TgI7eQC11BNH4F61x { color:#2762d8;display:block;width:32.5625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c2b3BzLMuBxB0rtq4ygvlOfRyXzrzaVA { color:#2762d8;display:block;width:25.5rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:1.1375rem;display:block; }
#IR5vJQNFJRKLUDmxRUXuMDQg8f6xFRJo { background-color:#2762d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.4375rem;left:0rem;display:block; }
#HG4crmSy2N0mzXvfWOB4RTfbptaATXrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbe4f6;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; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { background-color: transparent; background-image: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { border-width: 0; border-radius: 0; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:60rem;position:relative;display:block; }#faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { color:#123375;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2QhIJy3iHw42XKwvmDTidb7WktIUlP8 { background-color:#2762d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.375rem;left:5.7374992370606rem;display:block; }
#hZnMF46alOJ9ogIZKSaL8FfOFw0FqJyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoQ38iCOi6Gl1B07xwILVfTK3s5BlyVr { position:absolute;display:block;z-index:15012;height:21.75rem;width:52.25rem;top:12.25rem;left:3.875rem;display:block; }
#wluo923nbREt5F8RVx4HEwKTPBrsIuTd { position:absolute;display:block;z-index:15011;height:21.75rem;width:38.75rem;top:34.562503814698rem;left:10.625rem;display:block; }
#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe28322c-e338-43ca-bcb6-29a454318d8c/sectionimg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR.adaptive-delivery-prevent-bg, #zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR.lazyload, #zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR.lazyloading { background-image: none; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container { background-color: transparent; background-image: none; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container > .video-iframe-container { display: none; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row > .video-iframe-container { display: none; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .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); }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container { border-width: 0; border-radius: 0; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container { width:60rem;height:33.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#uZQ0Sab2ddRbrXUh7Vv22zEJ4UG8Xvsr { color:#2f2f2f;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4062480926512rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qZwEWtDizaEDfqWApAwUD1IDUDcVtGM2 { color:#123375;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:19.481248855591rem;left:16.031248092651rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p06FPpSdWEsuTtJOTqbfP67SldRnngbD { background-color:#2762d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.531248092651rem;left:7.28125rem;display:block; }
#B7zsbuK4c6Tl9zTxowm5nfnbhNbMLbDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCgNTFwmVFKlLgJK0OO10v3lqnxDwZm2 { color:#2762d8;display:block;width:25.5rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8062515258787rem;left:16.581251144409rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbe4f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { color:#123375;display:block;width:55.6875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:6.768756866455rem;left:2.15625rem;height:8.4rem;text-align:center;text-align-last:center;display:block; }
#WUnI86lWtDlihlpkXfgaRBbcAh26Q0NL { position:absolute;display:block;z-index:15012;height:10.125rem;width:18.0625rem;top:0rem;left:20.968748092651rem;display:block; }
#vUUeCKs7d8u9vsCcxwn4MTU7IUdh4U8N { position:absolute;display:block;z-index:15013;height:10.125rem;width:18.0625rem;top:11.8125rem;left:20.968748092651rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:21.0625rem;height:4.4375rem;top:0.5625rem;left:13.343748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:47.75rem;height:;top:14.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:27.9375rem;height:1.5625rem;top:23.3125rem;left:9.2375011444094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLTACobrgdJWmzyTAnMh11TILTOGl5d { width:46.875rem;height:3.125rem;top:26.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block; }
 }@media only screen and (max-width: 763px) { #NEH6rfaD2AeOmr4PFo5zTxSBl1kN2N5p { width:6.6875rem;height:7.75rem;top:6.6875rem;left:20.531248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qP64tIX5VWzJcPDKS0IN9yRMieLy7BqX { width:11.5rem;height:3.5rem;top:4.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwKvryDt6gkvU2XDTdx5UiMZEaEeTUA { width:9.75rem;height:3.5rem;top:4.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy01JElneuHgK6ePc8BsywaynDH0ACk6 { width:7.6875rem;height:3.5rem;top:4.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDZssG1IN0Oc9clsnKBSXIT6Q0v8KlTl { width:7.6875rem;height:2.375rem;top:5.0625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq { display:block; }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAxBL96SoWkCbiGMqAq1iS2ppIdDat7w { width:12.1875rem;height:9.75rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIpGcSAvI9neZUtSuvmeSHMTC9b4rBdU { width:37.5625rem;height:3.875rem;top:14.0625rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1qVbH9wLKfRIAfc3AaT1fGdTN0DDhRy { width:28.625rem;height:2.5rem;top:10rem;left:16.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGTppyGmkAN2RKCeBCoA7A8h3Cy6Of4E { top:7.5625rem;left:16.3125rem;width:25.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZWyTbFkC3h4lQ5K0LcZgLR1Dc6W8y56 { width:17.6875rem;height:3.125rem;top:19.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCLVOolLbgHU5lahwHGpJHu6V4P9f350 { display:block; }
 }@media only screen and (max-width: 763px) { #LT7NFeW3V2O5lrNpA05WCrWn5COStsfd { display:block; }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG69L3ZG9LbQQMqJhUU3isPcMaDET9P6 { width:12.1875rem;height:9.25rem;top:10.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIp0OaccgbpD9fHNZ3HCQ9OpA9yrhz2C { width:39.5rem;height:3.875rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elh0R0yelD6olt2TgI7eQC11BNH4F61x { width:32.5625rem;height:6.5rem;top:7.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2b3BzLMuBxB0rtq4ygvlOfRyXzrzaVA { top:6rem;left:0rem;width:25.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR5vJQNFJRKLUDmxRUXuMDQg8f6xFRJo { width:17.6875rem;height:3.125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG4crmSy2N0mzXvfWOB4RTfbptaATXrN { display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { width:47.75rem;height:6.5rem;top:4.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2QhIJy3iHw42XKwvmDTidb7WktIUlP8 { width:17.6875rem;height:3.125rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZnMF46alOJ9ogIZKSaL8FfOFw0FqJyh { display:block; }
 }@media only screen and (max-width: 763px) { #OoQ38iCOi6Gl1B07xwILVfTK3s5BlyVr { top:12.25rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wluo923nbREt5F8RVx4HEwKTPBrsIuTd { top:34.5625rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR { display:block; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZQ0Sab2ddRbrXUh7Vv22zEJ4UG8Xvsr { width:47.75rem;height:7.75rem;top:9.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwEWtDizaEDfqWApAwUD1IDUDcVtGM2 { width:27.9375rem;height:1.5625rem;top:19.4375rem;left:9.9062480926512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p06FPpSdWEsuTtJOTqbfP67SldRnngbD { width:45.4375rem;height:3.125rem;top:22.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7zsbuK4c6Tl9zTxowm5nfnbhNbMLbDf { display:block; }
 }@media only screen and (max-width: 763px) { #BCgNTFwmVFKlLgJK0OO10v3lqnxDwZm2 { top:6.75rem;left:10.456251144409rem;width:25.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { top:6.75rem;left:0rem;width:47.75rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUnI86lWtDlihlpkXfgaRBbcAh26Q0NL { top:0rem;left:14.843748092651rem;width:18.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUUeCKs7d8u9vsCcxwn4MTU7IUdh4U8N { top:11.8125rem;left:14.843748092651rem;width:18.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:19.25rem;height:3.5rem;top:1.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f1af31d-2367-4d04-a522-3f3830a1da8f/heroimg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.adaptive-delivery-prevent-bg, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyload, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyloading { background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(203,228,246,0.8); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(203,228,246,0.8); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:20rem;height:14.625rem;top:12.89999961853rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:20rem;height:1.6rem;top:28.275000572204rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CDLTACobrgdJWmzyTAnMh11TILTOGl5d { width:18.125rem;height:3.125rem;top:31rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block; }
 }@media only screen and (max-width: 763px) { #NEH6rfaD2AeOmr4PFo5zTxSBl1kN2N5p { width:6.6875rem;height:7.75rem;top:3.3812503814698rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qP64tIX5VWzJcPDKS0IN9yRMieLy7BqX { width:11.5rem;height:3.5rem;top:2.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwKvryDt6gkvU2XDTdx5UiMZEaEeTUA { width:11.375rem;height:4rem;top:7.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy01JElneuHgK6ePc8BsywaynDH0ACk6 { width:10.1875rem;height:4.5625rem;top:12.75rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDZssG1IN0Oc9clsnKBSXIT6Q0v8KlTl { width:12.9375rem;height:3.875rem;top:18.6875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq { display:block; }#Fs2N0B551mSPbW10ot7f7RWdLmUfSuIq > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAxBL96SoWkCbiGMqAq1iS2ppIdDat7w { width:16.8125rem;height:13.4375rem;top:15.999997138977rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIpGcSAvI9neZUtSuvmeSHMTC9b4rBdU { width:18.8125rem;height:7.4375rem;top:7.3125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #n1qVbH9wLKfRIAfc3AaT1fGdTN0DDhRy { width:16.125rem;height:4.125rem;top:2.4375rem;left:1.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BGTppyGmkAN2RKCeBCoA7A8h3Cy6Of4E { width:20rem;height:1.05625rem;top:1.3499984741211rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZWyTbFkC3h4lQ5K0LcZgLR1Dc6W8y56 { width:17.6875rem;height:3.125rem;top:30.031248092651rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCLVOolLbgHU5lahwHGpJHu6V4P9f350 { display:block; }
 }@media only screen and (max-width: 763px) { #LT7NFeW3V2O5lrNpA05WCrWn5COStsfd { display:block; }#LT7NFeW3V2O5lrNpA05WCrWn5COStsfd > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG69L3ZG9LbQQMqJhUU3isPcMaDET9P6 { width:16.8125rem;height:12.8125rem;top:21.687500953674rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIp0OaccgbpD9fHNZ3HCQ9OpA9yrhz2C { width:17.9375rem;height:8.925rem;top:11.874996185302rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #elh0R0yelD6olt2TgI7eQC11BNH4F61x { width:18.6875rem;height:6.1875rem;top:4.9874992370606rem;left:0.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c2b3BzLMuBxB0rtq4ygvlOfRyXzrzaVA { width:20rem;height:1.1375rem;top:2.9625053405762rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IR5vJQNFJRKLUDmxRUXuMDQg8f6xFRJo { width:17.6875rem;height:3.125rem;top:35.200002670288rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG4crmSy2N0mzXvfWOB4RTfbptaATXrN { display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { width:20rem;height:9.75rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2QhIJy3iHw42XKwvmDTidb7WktIUlP8 { width:17.6875rem;height:3.125rem;top:44.562505722046rem;left:1.15625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #hZnMF46alOJ9ogIZKSaL8FfOFw0FqJyh { display:block; }
 }@media only screen and (max-width: 763px) { #OoQ38iCOi6Gl1B07xwILVfTK3s5BlyVr { width:20rem;height:21.75rem;top:13.5rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wluo923nbREt5F8RVx4HEwKTPBrsIuTd { width:20rem;height:21.75rem;top:35.250013351441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe28322c-e338-43ca-bcb6-29a454318d8c/sectionimg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR.adaptive-delivery-prevent-bg, #zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR.lazyload, #zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR.lazyloading { background-image: none; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container { background-color: transparent; background-image: none; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container > .video-iframe-container { display: none; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row > .video-iframe-container { display: none; }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .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); }#zPByuOTN9Fi8IulduAB8TgmrWbK0A9OR > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZQ0Sab2ddRbrXUh7Vv22zEJ4UG8Xvsr { width:18.6875rem;height:8.775rem;top:6.9999990463256rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwEWtDizaEDfqWApAwUD1IDUDcVtGM2 { width:18.9375rem;height:1.6rem;top:16.687499046326rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p06FPpSdWEsuTtJOTqbfP67SldRnngbD { width:18.75rem;height:3.125rem;top:19.124999046326rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7zsbuK4c6Tl9zTxowm5nfnbhNbMLbDf { display:block; }
 }@media only screen and (max-width: 763px) { #BCgNTFwmVFKlLgJK0OO10v3lqnxDwZm2 { width:20rem;height:1.1375rem;top:5.0374994277954rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#cbe4f6;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { width:20rem;height:32rem;top:3.3864593505859rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUnI86lWtDlihlpkXfgaRBbcAh26Q0NL { width:18.0625rem;height:10.125rem;top:28.448958396912rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUUeCKs7d8u9vsCcxwn4MTU7IUdh4U8N { width:18.0625rem;height:10.125rem;top:39.573959350586rem;left:0.96875rem;display:block; }
 }