.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; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row .container { background-color: transparent; background-image: none; }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row .container > .video-iframe-container { display: none; }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row > .video-iframe-container { display: none; }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .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); }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row .container { border-width: 0; border-radius: 0; }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/qQO8cQoS/fb_ad_banner_general_2.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.adaptive-delivery-prevent-bg, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyload, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyloading { background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { background-color: transparent; background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,113,163,0.88); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,113,163,0.88); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .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); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { border-width: 0; border-radius: 0; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::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; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:60rem;height:30rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:11.375rem;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;text-align:center;text-align-last:center;display:block; }
#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t { 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; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { background-color: transparent; background-image: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container > .video-iframe-container { display: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container { display: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .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); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { border-width: 0; border-radius: 0; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#TKf5CEu4CSM8oWGL1I90xynIKOQW3GKL { color:#0c71a3;display:block;width:46.1875rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0750007629394rem;left:7.125rem;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; }
#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08c0ea;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; }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row .container { background-color: transparent; background-image: none; }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row .container > .video-iframe-container { display: none; }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row > .video-iframe-container { display: none; }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .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); }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row .container { border-width: 0; border-radius: 0; }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#lDpxXNHLTfLZDgIhtdgUxccI8sOONlHR { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2625007629394rem;left:12.3125rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlyFKQlAwmFbPCl7ZMkRfNMtST5uNACv { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:7.28750038147rem;left:27.21875rem;display:block; }
#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb { 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; }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row .container { background-color: transparent; background-image: none; }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row .container > .video-iframe-container { display: none; }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row > .video-iframe-container { display: none; }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .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); }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row .container { border-width: 0; border-radius: 0; }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#IDmvkD61lSoTC2DxO14pJrKBuaTSy7RJ { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:31.3125rem;width:29.375rem;top:2.4375rem;left:0rem;display:block; }
#nq6vO3KQRUoUn2nToVaqqa1olu3SFdBa { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.625rem;left:0.875rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lq5GZTrTycwPdiVBBnB2c7Qr9RdZplua { position:absolute;display:block;z-index:14999;background-color:#094a6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:29.4375rem;top:2.4375rem;left:0rem;display:block; }
#ohz2QLFsLoc8nh5uBiXJlLprBreOxZTX { color:#868686;display:block;width:27.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0.9375rem;height:15.9375rem;font-style:normal;display:block; }
#mx9faLRyszM9oKrFHRN1ufcIsvNo4GQe { background-color:#0c71a3;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.875rem;left:0.875rem;display:block; }
#ThCAb9FDBGDvE64O6vvU6W9SyrZTsFBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPHp11yhztsTaymO5TIdwC4OedB5LlX1 { background-color:#ff4133;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28.875rem;left:15.8125rem;display:block; }
#I0uJa4p9VlW1C6qUznKw6WAShMR3ekPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L52APiKr0H8buS5VnveMLP12l8Z1hqXN { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:31.375rem;width:29.375rem;top:2.4375rem;left:30.5625rem;display:block; }
#eTbCSBkaPcM7E1MPwTZPGnx0htc1WS7k { position:absolute;display:block;z-index:15011;background-color:#094a6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:29.4375rem;top:2.4375rem;left:30.5625rem;display:block; }
#R816WsOzhytOUWpO2H8ksyke80gd9Q5r { color:#7f7f7f;display:block;width:27.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.75rem;left:31.5rem;height:19.125rem;font-style:normal;display:block; }
#OiN04PWecP0uoGOHEUKPD2npce3A930F { background-color:#0c71a3;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:28.75rem;left:31.4375rem;display:block; }
#EP3dRzmDceBtUlGaXa6o5RPSQTU6Ooe3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2kqJZJui2onJpSpxf2VQfFDCVu9c6Ro { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.625rem;left:31.4375rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lpXXdbfdGDwbtep1OnA29KgPRrUAIMRD { background-color:#ff4133;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:28.75rem;left:46.375rem;display:block; }
#JwZGnUAXMfz2yN7npE8H4GMMoG795ze7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eACuF5FwPHMrT9AZ8p2ZBbmkkUx64odQ { position:absolute;display:block;z-index:14999;background-color:#094a6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:29.4375rem;top:2.4375rem;left:0rem;display:none; }
#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo { 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; }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row .container { background-color: transparent; background-image: none; }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row .container > .video-iframe-container { display: none; }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row > .video-iframe-container { display: none; }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .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); }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row .container { border-width: 0; border-radius: 0; }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#KSh3wdvhAgyOzvO6nbXIQnecz22TCqu1 { color:#0c71a3;display:block;width:47.625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#a5WTEfpUq522GLEKb97mOy6hn9aHyqBN { color:#747474;display:block;width:59.3125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.1989593505863rem;left:0rem;height:13.5rem;font-style:normal;display:block; }
#ZQ8Sr5AJw1KIw9uDuHS3GtrTX7WfVFSI { background-color:#ff3355;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.96875rem;left:0rem;display:block; }
#RDJRlTlWLzBh40lBIAEnOF2sDvkUU53y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c71a3;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; }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row .container { background-color: transparent; background-image: none; }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row .container > .video-iframe-container { display: none; }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row > .video-iframe-container { display: none; }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .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); }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row .container { border-width: 0; border-radius: 0; }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#WzdmPm0droud1AloeVIroQPPppuGqWPZ { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4458465576172rem;left:12.3125rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JplV8xyAhXKvqqXQufJysPOvWWToT4RU { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:7.28750038147rem;left:27.21875rem;display:block; }
#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ { 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; }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row .container { background-color: transparent; background-image: none; }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row .container > .video-iframe-container { display: none; }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row > .video-iframe-container { display: none; }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .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); }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row .container { border-width: 0; border-radius: 0; }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#BVGIkSk9CS8qAVzUCThfCnvdfyaxEElp { color:#0c71a3;display:block;width:47.625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GOZrashZo36sTPwlSCEV9Ab9qUKepwNH { color:#747474;display:block;width:56.3125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.3125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#F2KyriRTZBsV2BT5TMR6kkA4dVbeys0X { background-color:#ff3355;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.75rem;left:0rem;display:block; }
#iPXVLn7Vu01z8s0V1PlzANBqrU3A6Bhk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eHhlMRLzPDmQ5OFSmnTTDiqAQduuIwah { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:37.625rem;top:14.749996185302rem;left:21.25rem;display:block; }
#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08c0ea;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; }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row .container { background-color: transparent; background-image: none; }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row .container > .video-iframe-container { display: none; }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row > .video-iframe-container { display: none; }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .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); }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row .container { border-width: 0; border-radius: 0; }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#orfxUc1I9Ubc80GogWgCkV0mKwsef566 { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2625007629394rem;left:12.3125rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJSR9o7iGVWTsf81z5MiEqVEi1nbNm1F { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:7.28750038147rem;left:27.21875rem;display:block; }
#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP { 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; }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row .container { background-color: transparent; background-image: none; }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row .container > .video-iframe-container { display: none; }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row > .video-iframe-container { display: none; }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .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); }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row .container { border-width: 0; border-radius: 0; }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:60rem;position:relative;display:block; }#sstekI2hxIqvSSR0dSqRpsuubyigWocG { color:#0c71a3;display:block;width:47.625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PMx3WBdT29HDpku7eTzbWEAy6gGpZRnI { color:#747474;display:block;width:60rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.5rem;left:0rem;height:13.5rem;font-style:normal;display:block; }
#WqKv8UsACRfyUfrOZwJ3o7k2bd4xmWRB { color:#747474;display:block;width:60rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:30.312495231628rem;left:0rem;height:18.5625rem;font-style:normal;display:block; }
#oESqVBoNRTr174f213DAaFx7euD53HEh { color:#ff3355;display:block;width:59.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:22.3125rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094a6b;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; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row .container { background-color: transparent; background-image: none; }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row .container > .video-iframe-container { display: none; }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row > .video-iframe-container { display: none; }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .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); }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row .container { border-width: 0; border-radius: 0; }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV { display:block; }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:47.75rem;height:;top:11.5rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t { display:block; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKf5CEu4CSM8oWGL1I90xynIKOQW3GKL { width:46.1875rem;height:;top:4.0625rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt { display:block; }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDpxXNHLTfLZDgIhtdgUxccI8sOONlHR { top:3.25rem;left:6.1875rem;width:35.375rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlyFKQlAwmFbPCl7ZMkRfNMtST5uNACv { top:7.25rem;left:21.09375rem;width:5.5625rem;height:5.5625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb { display:block; }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDmvkD61lSoTC2DxO14pJrKBuaTSy7RJ { width:29.375rem;height:31.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq6vO3KQRUoUn2nToVaqqa1olu3SFdBa { width:24.4375rem;height:2.1875rem;top:3.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq5GZTrTycwPdiVBBnB2c7Qr9RdZplua { top:2.4375rem;left:0rem;width:29.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohz2QLFsLoc8nh5uBiXJlLprBreOxZTX { width:27.625rem;height:15.9375rem;top:7.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx9faLRyszM9oKrFHRN1ufcIsvNo4GQe { width:13.5625rem;height:3.0625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCAb9FDBGDvE64O6vvU6W9SyrZTsFBD { display:block; }
 }@media only screen and (max-width: 763px) { #nPHp11yhztsTaymO5TIdwC4OedB5LlX1 { width:12.6875rem;height:3.0625rem;top:28.875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0uJa4p9VlW1C6qUznKw6WAShMR3ekPS { display:block; }
 }@media only screen and (max-width: 763px) { #L52APiKr0H8buS5VnveMLP12l8Z1hqXN { width:29.375rem;height:31.375rem;top:2.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbCSBkaPcM7E1MPwTZPGnx0htc1WS7k { top:2.4375rem;left:18.3125rem;width:29.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R816WsOzhytOUWpO2H8ksyke80gd9Q5r { width:27.5rem;height:19.125rem;top:7.75rem;left:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiN04PWecP0uoGOHEUKPD2npce3A930F { width:13.5625rem;height:3.0625rem;top:28.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP3dRzmDceBtUlGaXa6o5RPSQTU6Ooe3 { display:block; }
 }@media only screen and (max-width: 763px) { #R2kqJZJui2onJpSpxf2VQfFDCVu9c6Ro { width:27.5rem;height:2.1875rem;top:3.625rem;left:20.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpXXdbfdGDwbtep1OnA29KgPRrUAIMRD { width:12.6875rem;height:3.0625rem;top:28.75rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwZGnUAXMfz2yN7npE8H4GMMoG795ze7 { display:block; }
 }@media only screen and (max-width: 763px) { #eACuF5FwPHMrT9AZ8p2ZBbmkkUx64odQ { top:2.4375rem;left:0rem;width:29.4375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo { display:block; }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSh3wdvhAgyOzvO6nbXIQnecz22TCqu1 { top:2.5rem;left:0rem;width:47.625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5WTEfpUq522GLEKb97mOy6hn9aHyqBN { top:7.1875rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ8Sr5AJw1KIw9uDuHS3GtrTX7WfVFSI { width:16.5rem;height:3.4375rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDJRlTlWLzBh40lBIAEnOF2sDvkUU53y { display:block; }
 }@media only screen and (max-width: 763px) { #nfkSH0drmiRATkxnMHTcGlvbqHylZBRV { display:block; }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzdmPm0droud1AloeVIroQPPppuGqWPZ { top:3.4375rem;left:6.1875rem;width:35.375rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JplV8xyAhXKvqqXQufJysPOvWWToT4RU { top:7.25rem;left:21.09375rem;width:5.5625rem;height:5.5625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ { display:block; }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVGIkSk9CS8qAVzUCThfCnvdfyaxEElp { top:3.3125rem;left:0rem;width:47.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOZrashZo36sTPwlSCEV9Ab9qUKepwNH { top:7.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2KyriRTZBsV2BT5TMR6kkA4dVbeys0X { width:16.5rem;height:3.4375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPXVLn7Vu01z8s0V1PlzANBqrU3A6Bhk { display:block; }
 }@media only screen and (max-width: 763px) { #eHhlMRLzPDmQ5OFSmnTTDiqAQduuIwah { top:14.6875rem;left:0rem;width:37.625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt { display:block; }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orfxUc1I9Ubc80GogWgCkV0mKwsef566 { top:3.25rem;left:6.1875rem;width:35.375rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJSR9o7iGVWTsf81z5MiEqVEi1nbNm1F { top:7.25rem;left:21.09375rem;width:5.5625rem;height:5.5625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP { display:block; }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sstekI2hxIqvSSR0dSqRpsuubyigWocG { top:3.0625rem;left:0rem;width:47.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMx3WBdT29HDpku7eTzbWEAy6gGpZRnI { top:6.5rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqKv8UsACRfyUfrOZwJ3o7k2bd4xmWRB { top:30.25rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oESqVBoNRTr174f213DAaFx7euD53HEh { top:22.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection { display:block; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV { position:relative;z-index:auto;display:block; }#i7R7EDSV4ce49JC6US8o5Fkbv9fhRTUV > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/qQO8cQoS/fb_ad_banner_general_2.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.adaptive-delivery-prevent-bg, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyload, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyloading { background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { background-color: transparent; background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,113,163,0.88); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,113,163,0.88); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .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); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:20rem;height:11.55rem;top:7.8125rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:2.625rem;line-height:1.1;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t { background-color:#ffffff;background-image:none;display:block; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { background-color: transparent; background-image: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container > .video-iframe-container { display: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container { display: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .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); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKf5CEu4CSM8oWGL1I90xynIKOQW3GKL { width:19.125rem;height:6.6rem;top:1.7937507629394rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt { display:block; }#ZZZi1qC44T2TOFJJy9GFPSCsZqKSvxRt > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDpxXNHLTfLZDgIhtdgUxccI8sOONlHR { width:20rem;height:2.68125rem;top:1.1875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlyFKQlAwmFbPCl7ZMkRfNMtST5uNACv { width:5.25rem;height:5.25rem;top:3.0625rem;left:7.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb { display:block; }#QrEVZlbNGdmRqtud6GI9cH7HseuwR8Zb > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDmvkD61lSoTC2DxO14pJrKBuaTSy7RJ { width:20rem;height:36.25rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;display:block; }#IDmvkD61lSoTC2DxO14pJrKBuaTSy7RJ.adaptive-delivery-prevent-bg, #IDmvkD61lSoTC2DxO14pJrKBuaTSy7RJ.lazyload, #IDmvkD61lSoTC2DxO14pJrKBuaTSy7RJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nq6vO3KQRUoUn2nToVaqqa1olu3SFdBa { width:17.6875rem;height:1.70625rem;top:2.6374998092651rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Lq5GZTrTycwPdiVBBnB2c7Qr9RdZplua { width:20rem;height:4.4375rem;top:1.1875038146973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohz2QLFsLoc8nh5uBiXJlLprBreOxZTX { width:18.0625rem;height:20.825rem;top:6.375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mx9faLRyszM9oKrFHRN1ufcIsvNo4GQe { width:15.625rem;height:3rem;top:28.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCAb9FDBGDvE64O6vvU6W9SyrZTsFBD { display:block; }
 }@media only screen and (max-width: 763px) { #nPHp11yhztsTaymO5TIdwC4OedB5LlX1 { width:15.625rem;height:3.0625rem;top:32.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0uJa4p9VlW1C6qUznKw6WAShMR3ekPS { display:block; }
 }@media only screen and (max-width: 763px) { #L52APiKr0H8buS5VnveMLP12l8Z1hqXN { width:20rem;height:43.25rem;top:40.249999046326rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14997;display:block; }#L52APiKr0H8buS5VnveMLP12l8Z1hqXN.adaptive-delivery-prevent-bg, #L52APiKr0H8buS5VnveMLP12l8Z1hqXN.lazyload, #L52APiKr0H8buS5VnveMLP12l8Z1hqXN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eTbCSBkaPcM7E1MPwTZPGnx0htc1WS7k { width:0;height:0;top:67.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #R816WsOzhytOUWpO2H8ksyke80gd9Q5r { width:17.8125rem;height:26.775rem;top:45.862498283386rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OiN04PWecP0uoGOHEUKPD2npce3A930F { width:15.625rem;height:3.0625rem;top:74.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP3dRzmDceBtUlGaXa6o5RPSQTU6Ooe3 { display:block; }
 }@media only screen and (max-width: 763px) { #R2kqJZJui2onJpSpxf2VQfFDCVu9c6Ro { width:14.5625rem;height:3.25rem;top:40.90625rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lpXXdbfdGDwbtep1OnA29KgPRrUAIMRD { width:15.625rem;height:3.0625rem;top:78.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwZGnUAXMfz2yN7npE8H4GMMoG795ze7 { display:block; }
 }@media only screen and (max-width: 763px) { #eACuF5FwPHMrT9AZ8p2ZBbmkkUx64odQ { width:20rem;height:4.4375rem;top:40.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo { display:block; }#iJ6dGVSKFKck8v6m3NouOGr2vw3vxdMo > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSh3wdvhAgyOzvO6nbXIQnecz22TCqu1 { width:16.75rem;height:3.7375rem;top:4.1833343505859rem;left:0.375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a5WTEfpUq522GLEKb97mOy6hn9aHyqBN { width:18.875rem;height:27rem;top:8.375rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ8Sr5AJw1KIw9uDuHS3GtrTX7WfVFSI { width:13.875rem;height:3.4375rem;top:36.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDJRlTlWLzBh40lBIAEnOF2sDvkUU53y { display:block; }
 }@media only screen and (max-width: 763px) { #nfkSH0drmiRATkxnMHTcGlvbqHylZBRV { display:block; }#nfkSH0drmiRATkxnMHTcGlvbqHylZBRV > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzdmPm0droud1AloeVIroQPPppuGqWPZ { width:20rem;height:2.68125rem;top:1.1875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JplV8xyAhXKvqqXQufJysPOvWWToT4RU { width:5.25rem;height:5.25rem;top:3.0625rem;left:7.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ { display:block; }#KRKmGhHqKtKlKJksKTytBKWFhyAzaAoJ > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVGIkSk9CS8qAVzUCThfCnvdfyaxEElp { width:10.75rem;height:1.9504625rem;top:1.375rem;left:0.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GOZrashZo36sTPwlSCEV9Ab9qUKepwNH { width:19rem;height:9rem;top:3.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F2KyriRTZBsV2BT5TMR6kkA4dVbeys0X { width:16.25rem;height:3.4375rem;top:27.812492370606rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPXVLn7Vu01z8s0V1PlzANBqrU3A6Bhk { display:block; }
 }@media only screen and (max-width: 763px) { #eHhlMRLzPDmQ5OFSmnTTDiqAQduuIwah { height:11.196013289036rem;width:20rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt { display:block; }#nhKfuaRsJXI5h73ryVT5oFQ8VAv5r3mt > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orfxUc1I9Ubc80GogWgCkV0mKwsef566 { width:20rem;height:5.3625rem;top:1.1875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJSR9o7iGVWTsf81z5MiEqVEi1nbNm1F { width:5.25rem;height:5.25rem;top:5.75rem;left:7.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP { display:block; }#DRKAJFdX6uzWiCmJMBDUTmOVbP9BGIBP > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sstekI2hxIqvSSR0dSqRpsuubyigWocG { width:18rem;height:1.9504625rem;top:1.25rem;left:0.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PMx3WBdT29HDpku7eTzbWEAy6gGpZRnI { width:19.125rem;height:26.6rem;top:4.0249977111816rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WqKv8UsACRfyUfrOZwJ3o7k2bd4xmWRB { width:19.0625rem;height:35rem;top:47.5625rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oESqVBoNRTr174f213DAaFx7euD53HEh { width:19.5625rem;height:12.6rem;top:32.462500572204rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection { position:relative;z-index:auto;display:block; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #qplApurX9rwWOwlSUiNVghJKHXhlLUrP > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }