.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-input-select option {
  color: #000;
}
.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 {
  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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/c9ae5cfc-cefa-49df-b1f3-9f43739a0bfd/Web1920212x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt.adaptive-delivery-prevent-bg, #BfsI2ngTsim0aPTM8qBdhqELysw7pDFt.lazyload, #BfsI2ngTsim0aPTM8qBdhqELysw7pDFt.lazyloading { background-image: none; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container { background-color: transparent; background-image: none; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container > .video-iframe-container { display: none; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row > .video-iframe-container { display: none; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .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); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container { border-width: 0; border-radius: 0; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row > .video-iframe-container {  }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;overflow:visible;position:relative;display:block; }#k7vm0x6rbqGcUC5DdlI05okGx08P3LWt { color:#000000;display:block;width:427px;position:absolute;font-family:"inter regular";font-size:42px;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:139px;left:0px;height:189px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NhQiSismTGbBfiJ4NaIkG47gR04HDScO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56.9965px;width:200px;top:35.989562988281px;left:0px;overflow:hidden;display:block; }
#XMB0pgOIgt196FzUnFNqtaClFdchs2DS { color:#000000;display:block;width:505px;position:absolute;font-family:"inter regular";font-size:18px;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:360px;left:0px;height:97.1719px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZUXOEwh4i3QRE5uTghOzkHJyDOR2kh2l { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:348px;width:574px;display:none; }
#ep1I5dEc6mkkoh9rTxpC4Ef6I3iELs05 { background-color:#2550aa;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:3px solid #2550aa;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"inter regular";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:223px;height:64px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:488px;left:0px;display:block; }
#FbiLdpiDZ4QFdHzzt1FgXNKc59UpX4di { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yqGlkzZmltvrEizG0gHCtIT85xTE63Me { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { background-color: transparent; background-image: none; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container > .video-iframe-container { display: none; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row > .video-iframe-container { display: none; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .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); }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { border-width: 0; border-radius: 0; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row > .video-iframe-container {  }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { font-size:14px;font-family:arial;height:254px;width:1200px;position:relative;display:block; }#N9vrKpBwq2zTtT4LNXvqFH1zniSttgcP { color:#000000;display:block;width:876.997px;position:absolute;font-family:"inter regular";font-size:16px;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:155px;left:160px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#icsbsdaweoTREG8fCgfWEhTM5J9kA0d2 { color:#000000;display:block;width:1200px;position:absolute;font-family:"inter light";font-size:40px;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:83px;left:0px;height:60px;text-align:center;text-align-last:center;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; }
#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row .container { background-color: transparent; background-image: none; }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row .container > .video-iframe-container { display: none; }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row > .video-iframe-container { display: none; }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .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); }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row .container { border-width: 0; border-radius: 0; }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row > .video-iframe-container {  }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row .container { font-size:14px;font-family:arial;height:451px;width:1200px;position:relative;display:block; }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row .container { background-color: transparent; background-image: none; }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row .container > .video-iframe-container { display: none; }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row > .video-iframe-container { display: none; }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .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); }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row .container { border-width: 0; border-radius: 0; }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row > .video-iframe-container {  }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row .container { font-size:14px;font-family:arial;height:465px;width:1200px;position:relative;display:block; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89160538-082d-4e73-91a6-58685943d6db/templatescrta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR.adaptive-delivery-prevent-bg, #gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR.lazyload, #gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR.lazyloading { background-image: none; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container { background-color: transparent; background-image: none; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container > .video-iframe-container { display: none; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row > .video-iframe-container { display: none; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .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); }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container { border-width: 0; border-radius: 0; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row > .video-iframe-container {  }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container { font-size:14px;font-family:arial;height:540px;width:1200px;position:relative;display:block; }#hX97oLBNgncKRkvDmcL791H56ADed4Rt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row .container { background-color: transparent; background-image: none; }#hX97oLBNgncKRkvDmcL791H56ADed4Rt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row .container > .video-iframe-container { display: none; }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row > .video-iframe-container { display: none; }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .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); }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row .container { border-width: 0; border-radius: 0; }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row > .video-iframe-container {  }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row .container { font-size:14px;font-family:arial;height:701px;width:1200px;position:relative;display:block; }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row .container { background-color: transparent; background-image: none; }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row .container > .video-iframe-container { display: none; }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row > .video-iframe-container { display: none; }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .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); }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row .container { border-width: 0; border-radius: 0; }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row > .video-iframe-container {  }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row .container { font-size:14px;font-family:arial;height:168px;width:1200px;position:relative;display:block; }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row .container { background-color: transparent; background-image: none; }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row .container > .video-iframe-container { display: none; }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row > .video-iframe-container { display: none; }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .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); }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row .container { border-width: 0; border-radius: 0; }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row > .video-iframe-container {  }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row .container { font-size:14px;font-family:arial;height:202px;width:1200px;position:relative;display:block; }#aW7zXxy3KgtlxbpkkZC4DGGJrV3wuuMn { color:#000000;display:block;width:1156px;position:absolute;font-family:"inter regular";font-size:40px;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:70px;left:22px;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; }
#QTbSNglw5QCMrTSaMiK7X6RUqscpLd3J { color:#000000;display:block;width:846px;position:absolute;font-family:"inter regular";font-size:16px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:137px;left:177px;height:25.5938px;text-align:center;text-align-last:center;display:block; }
#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row .container { background-color: transparent; background-image: none; }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row .container > .video-iframe-container { display: none; }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row > .video-iframe-container { display: none; }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .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); }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row .container { border-width: 0; border-radius: 0; }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row > .video-iframe-container {  }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row .container { font-size:14px;font-family:arial;height:713px;width:1200px;position:relative;display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UC9VxU8H/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.adaptive-delivery-prevent-bg, #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.lazyload, #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.lazyloading { background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { background-color: transparent; background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .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); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { border-width: 0; border-radius: 0; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container {  }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { font-size:14px;font-family:arial;height:735px;width:1200px;position:relative;display:block; }#M2cWwgF4U02DFE1neJDm2TTVwSrPaOM4 { color:#000000;display:block;width:1156px;position:absolute;font-family:"inter regular";font-size:40px;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:88px;left:22px;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; }
#hwPBynLCXRcuCuNiwEb8sP7pn3a4bPPy { background-color:#2550aa;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"inter regular";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:64px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:271px;left:468px;display:block; }
#IL8EDpp7RqG7THKxCTp1hCvv6RtF8o3C { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gzPNhvt50sQhtXCT5qf5g6G4CrVicofp { color:#000000;display:block;width:846px;position:absolute;font-family:"inter regular";font-size:16px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:173px;left:177px;height:51.1875px;text-align:center;text-align-last:center;display:block; }
#lUQpV1LwdGMPgas1GeJEPzUJCGcioLd4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:109px;width:223px;top:508px;left:66.800003051758px;overflow:hidden;display:block; }
#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2450a9;background-image:none;position:relative;display:block; }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row .container { background-color: transparent; background-image: none; }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row .container > .video-iframe-container { display: none; }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row > .video-iframe-container { display: none; }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .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); }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row .container { border-width: 0; border-radius: 0; }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row > .video-iframe-container {  }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row .container { font-size:14px;font-family:arial;height:107px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BfsI2ngTsim0aPTM8qBdhqELysw7pDFt { display:block; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7vm0x6rbqGcUC5DdlI05okGx08P3LWt { width:427px;height:189px;top:139px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #NhQiSismTGbBfiJ4NaIkG47gR04HDScO { width:200px;height:56.9792px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XMB0pgOIgt196FzUnFNqtaClFdchs2DS { width:505px;height:96px;top:360px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXOEwh4i3QRE5uTghOzkHJyDOR2kh2l { width:574px;height:348px;display:none; }
 }@media only screen and (max-width: 763px) { #ep1I5dEc6mkkoh9rTxpC4Ef6I3iELs05 { width:223px;height:64px;top:488px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FbiLdpiDZ4QFdHzzt1FgXNKc59UpX4di { display:block; }
 }@media only screen and (max-width: 763px) { #yqGlkzZmltvrEizG0gHCtIT85xTE63Me { display:block; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9vrKpBwq2zTtT4LNXvqFH1zniSttgcP { width:764px;height:56px;top:155px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #icsbsdaweoTREG8fCgfWEhTM5J9kA0d2 { width:764px;height:60px;top:83px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA { display:block; }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsqvgU8eThMw2v2P9s7rRevEo0llPr25 { display:block; }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR { display:block; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX97oLBNgncKRkvDmcL791H56ADed4Rt { display:block; }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row .container { width:764px;height:941px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X { display:block; }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CegowmT3l2447zSkoiTwXIbNEXPgWMWI { display:block; }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW7zXxy3KgtlxbpkkZC4DGGJrV3wuuMn { top:70px;left:0px;width:764px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QTbSNglw5QCMrTSaMiK7X6RUqscpLd3J { top:137px;left:0px;width:764px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eyxx9QizuQldqHOHN9IPRbAORM2XXLZS { display:block; }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2cWwgF4U02DFE1neJDm2TTVwSrPaOM4 { top:88px;left:0px;width:764px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hwPBynLCXRcuCuNiwEb8sP7pn3a4bPPy { width:265px;height:64px;top:271px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #IL8EDpp7RqG7THKxCTp1hCvv6RtF8o3C { display:block; }
 }@media only screen and (max-width: 763px) { #gzPNhvt50sQhtXCT5qf5g6G4CrVicofp { top:173px;left:0px;width:764px;height:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lUQpV1LwdGMPgas1GeJEPzUJCGcioLd4 { width:223px;height:109px;top:508px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT { display:block; }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BfsI2ngTsim0aPTM8qBdhqELysw7pDFt { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container { background-color: transparent; background-image: none; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container > .video-iframe-container { display: none; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row > .video-iframe-container { display: none; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .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); }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container { border-width: 0; border-radius: 0; }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row > .video-iframe-container {  }#BfsI2ngTsim0aPTM8qBdhqELysw7pDFt > .row .container { width:320px;height:737px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7vm0x6rbqGcUC5DdlI05okGx08P3LWt { width:278px;height:180px;top:80px;left:21px;font-size:30px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NhQiSismTGbBfiJ4NaIkG47gR04HDScO { width:155.969px;height:41.9688px;top:19.96875px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #XMB0pgOIgt196FzUnFNqtaClFdchs2DS { width:287px;height:140px;top:270px;left:16.5px;font-size:16px;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXOEwh4i3QRE5uTghOzkHJyDOR2kh2l { top:543px;left:0px;width:320px;height:194px;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ep1I5dEc6mkkoh9rTxpC4Ef6I3iELs05 { width:200px;height:64px;top:430.984375px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FbiLdpiDZ4QFdHzzt1FgXNKc59UpX4di { display:block; }
 }@media only screen and (max-width: 763px) { #yqGlkzZmltvrEizG0gHCtIT85xTE63Me { display:block; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9vrKpBwq2zTtT4LNXvqFH1zniSttgcP { width:320px;height:168px;top:167.5px;left:0px;font-size:16px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #icsbsdaweoTREG8fCgfWEhTM5J9kA0d2 { width:298px;height:117px;top:34px;left:11px;font-size:26px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA { display:block; }#yl6L3mgJ53xG08u7bV1lvTUazwWfwaOA > .row .container { width:320px;height:1115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsqvgU8eThMw2v2P9s7rRevEo0llPr25 { display:block; }#hsqvgU8eThMw2v2P9s7rRevEo0llPr25 > .row .container { width:320px;height:1173px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89160538-082d-4e73-91a6-58685943d6db/templatescrta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR.adaptive-delivery-prevent-bg, #gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR.lazyload, #gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR.lazyloading { background-image: none; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container { background-color: transparent; background-image: none; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container > .video-iframe-container { display: none; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row > .video-iframe-container { display: none; }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .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); }#gbVn7ulKE3kUUhBIDyWHOFix4MS43EsR > .row .container { width:320px;height:456px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX97oLBNgncKRkvDmcL791H56ADed4Rt { display:block; }#hX97oLBNgncKRkvDmcL791H56ADed4Rt > .row .container { width:320px;height:724px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X { display:block; }#dqbC0kR21Ug7aU9aIJPXaRiZyGW9xx2X > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CegowmT3l2447zSkoiTwXIbNEXPgWMWI { display:block; }#CegowmT3l2447zSkoiTwXIbNEXPgWMWI > .row .container { width:320px;height:141.5938px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW7zXxy3KgtlxbpkkZC4DGGJrV3wuuMn { width:320px;height:0;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QTbSNglw5QCMrTSaMiK7X6RUqscpLd3J { width:320px;height:0;top:96px;left:0px;font-size:16px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyxx9QizuQldqHOHN9IPRbAORM2XXLZS { display:block; }#eyxx9QizuQldqHOHN9IPRbAORM2XXLZS > .row .container { width:320px;height:501px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UC9VxU8H/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.adaptive-delivery-prevent-bg, #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.lazyload, #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.lazyloading { background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { background-color: transparent; background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .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); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { width:320px;height:525px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2cWwgF4U02DFE1neJDm2TTVwSrPaOM4 { width:296px;height:117px;top:33px;left:12px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hwPBynLCXRcuCuNiwEb8sP7pn3a4bPPy { width:214px;height:64px;top:344px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #IL8EDpp7RqG7THKxCTp1hCvv6RtF8o3C { display:block; }
 }@media only screen and (max-width: 763px) { #gzPNhvt50sQhtXCT5qf5g6G4CrVicofp { width:264px;height:144px;top:176px;left:28px;font-size:16px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUQpV1LwdGMPgas1GeJEPzUJCGcioLd4 { width:223px;height:109px;top:704px;left:48.5px;display:none; }
 }@media only screen and (max-width: 763px) { #wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT { display:block; }#wezK7Fl4JTfl4StTAtsebyGzp6QKmzrT > .row .container { width:320px;height:230px;position:relative;display:block; } }