.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;
}body { background-color:#f7f7f7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #026a80, #8800cc);background-image: -moz-linear-gradient(148deg, #026a80, #8800cc);background-image: -ms-linear-gradient(148deg, #026a80, #8800cc);background-image: -o-linear-gradient(148deg, #026a80, #8800cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#026a80', endColorstr='#8800cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#026a80', endColorstr='#8800cc' );";background-image: linear-gradient(148deg, #026a80, #8800cc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container { background-color: transparent; background-image: none; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container > .video-iframe-container { display: none; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row > .video-iframe-container { display: none; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .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); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container { border-width: 0; border-radius: 0; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:block; }#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:poppins;font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:0.6425rem;position:relative;font-family:poppins;font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.061525rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.65625rem;left:8.625rem;z-index:15000; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #T284a71OAhsfFQSArTzNrNOfpX2ZPah8 { display:flex;position:relative;top:0rem;left:0rem; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #DSI4G7F475kMkWZzO8rNxGmTurTZdNw9 { width:auto; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #kr23dwrW49f9gnvJy0slTdBQim1tBbWl {  }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #SD2A3uRX7KpK0gnh2eSyc9h3QqtklTtp { display:flex;position:relative;top:0rem;left:0rem; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #LvZ7T1mrHwVlqdKvUNLO9Z3TCTLJpJx7 {  }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #OXx0Fp6IkhmVtFcp3QPWqiG8JJVfKTPv {  }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #a3NNiJdy0SO8hAB3AmuiH56hWriarn47 { display:flex;position:relative;top:0rem;left:0rem; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #n2w2O9sosmFEOglgcP3wTFpRWZNGRzzu {  }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #Rbl4hF7ToKw1CVG2k4OgmGCBhkqLimwy {  }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #rReH6SXquPiie6ylskPkP8f82NTloUym { display:flex;position:relative;top:0rem;left:0rem; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #olXBUleZammVkvkQPkzXPtAg0LPis0kZ {  }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #zXKSKxpAPfx1H16UhrTJq0AmBBE10gPr {  }
#xupwCfKEXWN2mMSng1TpOEClRuyVTTuU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.625rem;top:0.65625rem;left:30.875rem;overflow:hidden;display:block; }
#s64V0lPTczbShMhdqZOA4FX6hF59I6G9 { color:#f7f7f7;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.66015625rem;left:0.5625rem;height:1.05615rem;display:block; }
#Fw59PONrpOks6ALcVMk0tMCiUk71V7di { background-color:#026a80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.9375rem;left:58.125rem;display:block; }
#TDTdA5kFNZmqJDe4cfwhHWczJWawTDTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a70ff386-fb9d-4182-985c-0d87ed2cb707/frame_3783782.jpg");background-position: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;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#pwGETe38fkPBwdKKkVMHxm9xFW6K1lo3 { position:absolute;display:block;z-index:15001;height:21.75rem;width:75rem;top:18.25rem;left:0rem;display:block; }
#PQEmxTofEocO6lSdZV7Aq8Dnkgsx2Dal { color:#f7f7f7;display:block;width:67.375rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:3.8125rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row .container { background-color: transparent; background-image: none; }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row .container > .video-iframe-container { display: none; }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row > .video-iframe-container { display: none; }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .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); }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row .container { border-width: 0; border-radius: 0; }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#Ph2TZ6XRB8oovgSeVXDo7JXngOKRO2cU { color:#353535;display:block;width:67.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:3.8125rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#EqdPzM9sGDfJu0m6hpNTf4Ck4X4nCbsW { color:#353535;display:block;width:67.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DTo1pv7ws0P3uA76fRx0ZcT6RyND5mvQ { color:#353535;display:block;width:66.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5rem;left:4.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #026a80, #8800cc);background-image: -moz-linear-gradient(98deg, #026a80, #8800cc);background-image: -ms-linear-gradient(98deg, #026a80, #8800cc);background-image: -o-linear-gradient(98deg, #026a80, #8800cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#026a80', endColorstr='#8800cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#026a80', endColorstr='#8800cc' );";background-image: linear-gradient(98deg, #026a80, #8800cc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row .container { background-color: transparent; background-image: none; }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row .container > .video-iframe-container { display: none; }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row > .video-iframe-container { display: none; }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .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); }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row .container { border-width: 0; border-radius: 0; }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#yLtoiz8TctVzlPkpfRWivirWVxyN7WZl { color:#f7f7f7;display:block;width:67.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PtUmFRHA0z1cWuR6vXfCUABqCM05dwrN { background-color:#026a80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.5625rem;left:26.21875rem;display:block; }
#g7kkqlC1qbOx3T2zTW4VlBVsgnPu1SLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZGNrgHDK9yzz4H8QG1MEJuEi3TquKNy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:12.71875rem;left:17.5rem;display:block; }
#lBntD088DTh834qLx7OZiTNBJA3lA95i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row .container { background-color: transparent; background-image: none; }#lBntD088DTh834qLx7OZiTNBJA3lA95i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row .container > .video-iframe-container { display: none; }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row > .video-iframe-container { display: none; }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .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); }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row .container { border-width: 0; border-radius: 0; }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#PcsJqpbIxoMvZmz6MkmRADU1fWkHW5tJ { color:#353535;display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.28125rem;left:3.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#DDHhsAXAGUs9zQlO7gxG6s1i75aQZMTb { color:#026a80;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.15625rem;left:20.90625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/a613e2ae-1863-4320-8e81-0f5511ab7162/color3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U.adaptive-delivery-prevent-bg, #w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U.lazyload, #w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U.lazyloading { background-image: none; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row .container { background-color: transparent; background-image: none; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row .container > .video-iframe-container { display: none; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row > .video-iframe-container { display: none; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .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); }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row .container { border-width: 0; border-radius: 0; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#uilwe84yVplUiNIPpXCm1KUeC6SuE0no { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:2.6875rem;left:6.1875rem;overflow:hidden;display:block; }
#gApdB6JnLBkM7UXomsrTh5pKErS24pVI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:2.6875rem;left:31.1875rem;overflow:hidden;display:block; }
#r1QbFi6N9TMM5PMFSFmsaoZnzu5pTNoB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:2.6875rem;left:56.1875rem;overflow:hidden;display:block; }
#CkzPSF1exefVgvOLLTB0euzBoqX7lqX3 { color:#353535;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.8125rem;height:12.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOKBtnVd3lUfSfzLsqa55TgeIXAh5P99 { color:#353535;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.0625rem;left:28.8125rem;height:14.297875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RcaPkaOwhhV4W34dRPv15DVlFAvu1sHt { color:#353535;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.6875rem;left:53.8125rem;height:9.098625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#026a80;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; }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row .container { background-color: transparent; background-image: none; }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row .container > .video-iframe-container { display: none; }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row > .video-iframe-container { display: none; }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .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); }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row .container { border-width: 0; border-radius: 0; }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#C2s6yG8xeo0ril6bT2eHJzw4Pqyhr1JB { color:#f7f7f7;display:block;width:67.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.53125rem;left:3.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row .container { background-color: transparent; background-image: none; }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row .container > .video-iframe-container { display: none; }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row > .video-iframe-container { display: none; }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .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); }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row .container { border-width: 0; border-radius: 0; }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#vZdNSX5ge1TnQgrvQBfqsJbowzlPs2oD { color:#353535;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0.5rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CZliypcrdh0tXaVZyo4cu8ZnAaTl182e { color:#353535;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:18.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBZNU4gnmw8yuHwgeU8k8NpTm3FFO8Q6 { color:#353535;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4375rem;left:37.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUf2Gv4TBQviGmbLkybSSizhzW0UsKQc { color:#353535;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:56.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PIdryp7lONqQzoFl9FAg1WTRNTITXVum { color:#353535;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.7626953125rem;left:0.65625rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkDHUxur2I8hhQs8kB5ZrpXp3GCTBdwk { color:#353535;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.7626953125rem;left:19.40625rem;height:9.098625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTu99oKfSIuErxZOBiapoOfPSpb5Fbax { color:#353535;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:38.15625rem;height:11.69825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBwP6fa3g28P29phB7hZFcQESHW2VbA7 { color:#353535;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.7626953125rem;left:56.90625rem;height:12.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row .container { background-color: transparent; background-image: none; }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row .container > .video-iframe-container { display: none; }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row > .video-iframe-container { display: none; }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .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); }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row .container { border-width: 0; border-radius: 0; }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#dafZgV8VlOQdT1vhwqw105uAv32NBrXc { position:absolute;display:block;z-index:15002;height:16.3125rem;width:75rem;top:2.4375rem;left:0rem;display:block; }
#cRU37g6TD3kLt75GOrwA0fimoZbKh4Wq { background-color:#026a80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.4375rem;left:26.21875rem;display:block; }
#xEpxPTaGE0mBrq7qBCbBWXL3khyx2NZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/31c5a2b7-32a3-4001-9bd9-a05244fa57ba/tealfooter.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.adaptive-delivery-prevent-bg, #lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.lazyload, #lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.lazyloading { background-image: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container { background-color: transparent; background-image: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container > .video-iframe-container { display: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row > .video-iframe-container { display: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .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); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container { border-width: 0; border-radius: 0; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003d45;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; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row .container { background-color: transparent; background-image: none; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row .container > .video-iframe-container { display: none; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row > .video-iframe-container { display: none; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .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); }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row .container { border-width: 0; border-radius: 0; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#WZysUJzcZyTseWI4fJ2CVwtQTszEG6r4 { color:#f7f7f7;display:block;width:30.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.921875rem;left:42.9375rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hO3NDlVsepfQvRt6XoctqT3CTufzkGyB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:8.5rem;top:2.75rem;left:1.4375rem;overflow:hidden;display:block; }
#nSKSSAxVI6PkvA1Pd8I6satmQCq2ed6m { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:75rem;top:13.071059431524rem;left:0rem;overflow:hidden;display:block; }
#Iax5AeT2G7KuMVdG5DKzfn2SbgklMszf { color:#f7f7f7;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.6865234375rem;left:54.5rem;height:1.05615rem;text-align:right;text-align-last:right;display:block; }
#RqRT3MsIU3wiCPT0h4dtNSZhOqzh1zQ1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.8125rem;left:11.9375rem; }
#RqRT3MsIU3wiCPT0h4dtNSZhOqzh1zQ1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#dHH9UkoBxySKCW8CBEft8F7NonXCaKXb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.8125rem;left:14.625rem; }
#dHH9UkoBxySKCW8CBEft8F7NonXCaKXb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bPyGJdZePSCaHTwuiP54hZ7IwP9Sd0xV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.8125rem;left:17.625rem; }
#bPyGJdZePSCaHTwuiP54hZ7IwP9Sd0xV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#eHhF4prB0ZDVziMuThOT6ZvDum8xEiq9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.8125rem;left:20.75rem; }
#eHhF4prB0ZDVziMuThOT6ZvDum8xEiq9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#px43uBTFcrA1JRknv1lOIeVqlNuBLADp { color:#f7f7f7;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.68701171875rem;left:2.5625rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ggACTHFXDLPHLSft2TzCVFndmGh8RgEu { display:block; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #T284a71OAhsfFQSArTzNrNOfpX2ZPah8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #DSI4G7F475kMkWZzO8rNxGmTurTZdNw9 {  }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #kr23dwrW49f9gnvJy0slTdBQim1tBbWl {  }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #SD2A3uRX7KpK0gnh2eSyc9h3QqtklTtp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #LvZ7T1mrHwVlqdKvUNLO9Z3TCTLJpJx7 {  }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #OXx0Fp6IkhmVtFcp3QPWqiG8JJVfKTPv {  }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #a3NNiJdy0SO8hAB3AmuiH56hWriarn47 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #n2w2O9sosmFEOglgcP3wTFpRWZNGRzzu {  }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #Rbl4hF7ToKw1CVG2k4OgmGCBhkqLimwy {  }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #rReH6SXquPiie6ylskPkP8f82NTloUym { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #olXBUleZammVkvkQPkzXPtAg0LPis0kZ {  }
 }@media only screen and (max-width: 1199px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #zXKSKxpAPfx1H16UhrTJq0AmBBE10gPr {  }
 }@media only screen and (max-width: 1199px) { #xupwCfKEXWN2mMSng1TpOEClRuyVTTuU { width:9.625rem;height:3.0625rem;top:0.625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s64V0lPTczbShMhdqZOA4FX6hF59I6G9 { width:12.5rem;height:1.05615rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fw59PONrpOks6ALcVMk0tMCiUk71V7di { width:13.125rem;height:2.5rem;top:0.9375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDTdA5kFNZmqJDe4cfwhHWczJWawTDTB { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pwGETe38fkPBwdKKkVMHxm9xFW6K1lo3 { width:47.75rem;height:21.75rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQEmxTofEocO6lSdZV7Aq8Dnkgsx2Dal { width:47.75rem;height:1.86865rem;top:6.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hmnMvql4edWXZkrNBN7KBnmfIsvUehJK { display:block; }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ph2TZ6XRB8oovgSeVXDo7JXngOKRO2cU { width:47.75rem;height:13.80860625rem;top:7.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EqdPzM9sGDfJu0m6hpNTf4Ck4X4nCbsW { width:47.75rem;height:1.86865rem;top:2.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTo1pv7ws0P3uA76fRx0ZcT6RyND5mvQ { width:47.75rem;height:1.625rem;top:19.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT { display:block; }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yLtoiz8TctVzlPkpfRWivirWVxyN7WZl { width:47.75rem;height:3.25rem;top:2.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PtUmFRHA0z1cWuR6vXfCUABqCM05dwrN { width:22.5625rem;height:4.125rem;top:6.5625rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7kkqlC1qbOx3T2zTW4VlBVsgnPu1SLT { display:block; }
 }@media only screen and (max-width: 1199px) { #nZGNrgHDK9yzz4H8QG1MEJuEi3TquKNy { width:40rem;height:22.5rem;top:12.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBntD088DTh834qLx7OZiTNBJA3lA95i { display:block; }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PcsJqpbIxoMvZmz6MkmRADU1fWkHW5tJ { width:47.75rem;height:4.14258125rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDHhsAXAGUs9zQlO7gxG6s1i75aQZMTb { width:31.9375rem;height:3.73730625rem;top:6.125rem;left:7.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U { display:block; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uilwe84yVplUiNIPpXCm1KUeC6SuE0no { width:12.6875rem;height:12.6875rem;top:2.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gApdB6JnLBkM7UXomsrTh5pKErS24pVI { width:12.6875rem;height:12.6875rem;top:2.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1QbFi6N9TMM5PMFSFmsaoZnzu5pTNoB { width:12.6875rem;height:12.6875rem;top:2.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkzPSF1exefVgvOLLTB0euzBoqX7lqX3 { width:14.125rem;height:16.8974375rem;top:17.0625rem;left:0.8955078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OOKBtnVd3lUfSfzLsqa55TgeIXAh5P99 { width:14.4375rem;height:16.8974375rem;top:17.0625rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcaPkaOwhhV4W34dRPv15DVlFAvu1sHt { width:14.625rem;height:11.69825rem;top:17.6875rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm { display:block; }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C2s6yG8xeo0ril6bT2eHJzw4Pqyhr1JB { width:47.75rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o { display:block; }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row .container { width:47.75rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vZdNSX5ge1TnQgrvQBfqsJbowzlPs2oD { width:10.9375rem;height:2.92480625rem;top:3rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #CZliypcrdh0tXaVZyo4cu8ZnAaTl182e { width:10.9375rem;height:1.4624rem;top:3rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBZNU4gnmw8yuHwgeU8k8NpTm3FFO8Q6 { width:10.6875rem;height:2.92480625rem;top:3rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUf2Gv4TBQviGmbLkybSSizhzW0UsKQc { width:10.6875rem;height:2.92480625rem;top:3rem;left:36.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIdryp7lONqQzoFl9FAg1WTRNTITXVum { width:9.8125rem;height:12.9980625rem;top:6.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkDHUxur2I8hhQs8kB5ZrpXp3GCTBdwk { width:10.4375rem;height:16.8974375rem;top:6.75rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTu99oKfSIuErxZOBiapoOfPSpb5Fbax { width:10.3125rem;height:22.0966875rem;top:6.6875rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBwP6fa3g28P29phB7hZFcQESHW2VbA7 { width:10.875rem;height:20.796875rem;top:6.75rem;left:36.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG { display:block; }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dafZgV8VlOQdT1vhwqw105uAv32NBrXc { width:47.75rem;height:16.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRU37g6TD3kLt75GOrwA0fimoZbKh4Wq { width:22.5625rem;height:4.125rem;top:2.4375rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEpxPTaGE0mBrq7qBCbBWXL3khyx2NZm { display:block; }
 }@media only screen and (max-width: 1199px) { #lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/31c5a2b7-32a3-4001-9bd9-a05244fa57ba/tealfooter.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.adaptive-delivery-prevent-bg, #lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.lazyload, #lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.lazyloading { background-image: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container { background-color: transparent; background-image: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container > .video-iframe-container { display: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row > .video-iframe-container { display: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .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); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 { display:block; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WZysUJzcZyTseWI4fJ2CVwtQTszEG6r4 { width:45.0625rem;height:2.4375rem;top:12.375rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #hO3NDlVsepfQvRt6XoctqT3CTufzkGyB { width:8.5rem;height:7.25rem;top:3.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSKSSAxVI6PkvA1Pd8I6satmQCq2ed6m { width:47.75rem;height:4.9739583333333rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iax5AeT2G7KuMVdG5DKzfn2SbgklMszf { width:18.875rem;height:1.05615rem;top:22.4375rem;left:28.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqRT3MsIU3wiCPT0h4dtNSZhOqzh1zQ1 { width:1.875rem;height:1.875rem;top:5.8125rem;left:35.25rem;display:block; }
#RqRT3MsIU3wiCPT0h4dtNSZhOqzh1zQ1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #dHH9UkoBxySKCW8CBEft8F7NonXCaKXb { width:1.875rem;height:1.875rem;top:5.8125rem;left:37.9375rem;display:block; }
#dHH9UkoBxySKCW8CBEft8F7NonXCaKXb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #bPyGJdZePSCaHTwuiP54hZ7IwP9Sd0xV { width:1.875rem;height:1.875rem;top:5.8125rem;left:40.9375rem;display:block; }
#bPyGJdZePSCaHTwuiP54hZ7IwP9Sd0xV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #eHhF4prB0ZDVziMuThOT6ZvDum8xEiq9 { width:1.875rem;height:1.875rem;top:5.8125rem;left:44.0625rem;display:block; }
#eHhF4prB0ZDVziMuThOT6ZvDum8xEiq9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #px43uBTFcrA1JRknv1lOIeVqlNuBLADp { width:18.875rem;height:1.05615rem;top:22.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ggACTHFXDLPHLSft2TzCVFndmGh8RgEu { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #026a80, #8800cc);background-image: -moz-linear-gradient(97deg, #026a80, #8800cc);background-image: -ms-linear-gradient(97deg, #026a80, #8800cc);background-image: -o-linear-gradient(97deg, #026a80, #8800cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#026a80', endColorstr='#8800cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#026a80', endColorstr='#8800cc' );";background-image: linear-gradient(97deg, #026a80, #8800cc);background-size:auto !important;display:block; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container { background-color: transparent; background-image: none; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container > .video-iframe-container { display: none; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row > .video-iframe-container { display: none; }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .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); }#ggACTHFXDLPHLSft2TzCVFndmGh8RgEu > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc { display:flex;width:12.125rem;height:2.874025rem;top:6.0625rem;left:3.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #T284a71OAhsfFQSArTzNrNOfpX2ZPah8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #DSI4G7F475kMkWZzO8rNxGmTurTZdNw9 {  }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #kr23dwrW49f9gnvJy0slTdBQim1tBbWl {  }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #SD2A3uRX7KpK0gnh2eSyc9h3QqtklTtp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #LvZ7T1mrHwVlqdKvUNLO9Z3TCTLJpJx7 {  }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #OXx0Fp6IkhmVtFcp3QPWqiG8JJVfKTPv {  }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #a3NNiJdy0SO8hAB3AmuiH56hWriarn47 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #n2w2O9sosmFEOglgcP3wTFpRWZNGRzzu {  }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #Rbl4hF7ToKw1CVG2k4OgmGCBhkqLimwy {  }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #rReH6SXquPiie6ylskPkP8f82NTloUym { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #olXBUleZammVkvkQPkzXPtAg0LPis0kZ {  }
 }@media only screen and (max-width: 763px) { #m63adEpc8wiuXy6vAgzWtCWhmfMAAlzc #zXKSKxpAPfx1H16UhrTJq0AmBBE10gPr {  }
 }@media only screen and (max-width: 763px) { #xupwCfKEXWN2mMSng1TpOEClRuyVTTuU { width:9.625rem;height:3.0625rem;top:0rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s64V0lPTczbShMhdqZOA4FX6hF59I6G9 { width:12.5rem;height:1.05615rem;top:4.375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fw59PONrpOks6ALcVMk0tMCiUk71V7di { width:13.125rem;height:2.5rem;top:10.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTdA5kFNZmqJDe4cfwhHWczJWawTDTB { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwGETe38fkPBwdKKkVMHxm9xFW6K1lo3 { width:20rem;height:2.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQEmxTofEocO6lSdZV7Aq8Dnkgsx2Dal { width:20rem;height:3.73730625rem;top:10.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmnMvql4edWXZkrNBN7KBnmfIsvUehJK { display:block; }#hmnMvql4edWXZkrNBN7KBnmfIsvUehJK > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ph2TZ6XRB8oovgSeVXDo7JXngOKRO2cU { width:20rem;height:23.474625rem;top:5.0996125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqdPzM9sGDfJu0m6hpNTf4Ck4X4nCbsW { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTo1pv7ws0P3uA76fRx0ZcT6RyND5mvQ { width:10.125rem;height:1.625rem;top:28.57421875rem;left:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT { display:block; }#ncN93H4WaHRZTZNZsN5g2KzHBRwN2RqT > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLtoiz8TctVzlPkpfRWivirWVxyN7WZl { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtUmFRHA0z1cWuR6vXfCUABqCM05dwrN { width:19rem;height:4.125rem;top:5.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7kkqlC1qbOx3T2zTW4VlBVsgnPu1SLT { display:block; }
 }@media only screen and (max-width: 763px) { #nZGNrgHDK9yzz4H8QG1MEJuEi3TquKNy { height:11.25rem;width:20rem;top:10.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBntD088DTh834qLx7OZiTNBJA3lA95i { display:block; }#lBntD088DTh834qLx7OZiTNBJA3lA95i > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcsJqpbIxoMvZmz6MkmRADU1fWkHW5tJ { width:20rem;height:5.5234375rem;top:2.12890625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDHhsAXAGUs9zQlO7gxG6s1i75aQZMTb { width:20rem;height:3.73730625rem;top:7.65234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U { display:block; }#w6KLFJzJs4nddgIRaig3NvZWKwmPvs1U > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uilwe84yVplUiNIPpXCm1KUeC6SuE0no { width:12.6875rem;height:12.6875rem;top:4.58300625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gApdB6JnLBkM7UXomsrTh5pKErS24pVI { width:12.6875rem;height:12.6875rem;top:33.3935546875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1QbFi6N9TMM5PMFSFmsaoZnzu5pTNoB { width:12.6875rem;height:12.6875rem;top:64.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkzPSF1exefVgvOLLTB0euzBoqX7lqX3 { width:17.4375rem;height:12.9980625rem;top:18.52050625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOKBtnVd3lUfSfzLsqa55TgeIXAh5P99 { width:17.4375rem;height:14.297875rem;top:48.4560546875rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcaPkaOwhhV4W34dRPv15DVlFAvu1sHt { width:17.4375rem;height:9.098625rem;top:78.6875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm { display:block; }#bcLp6FLDmXilOnN8B0Ckx5zQ1dNTJTzm > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2s6yG8xeo0ril6bT2eHJzw4Pqyhr1JB { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o { display:block; }#i6rOJmU5ObV3gvlphzdn6uPG0hmvWO2o > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZdNSX5ge1TnQgrvQBfqsJbowzlPs2oD { width:18.25rem;height:1.4624rem;top:2.0625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZliypcrdh0tXaVZyo4cu8ZnAaTl182e { width:18.75rem;height:1.4624rem;top:15.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBZNU4gnmw8yuHwgeU8k8NpTm3FFO8Q6 { width:18.625rem;height:1.4624rem;top:30.4375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUf2Gv4TBQviGmbLkybSSizhzW0UsKQc { width:18.625rem;height:1.4624rem;top:48.6875rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdryp7lONqQzoFl9FAg1WTRNTITXVum { width:17.4375rem;height:7.7988125rem;top:4.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDHUxur2I8hhQs8kB5ZrpXp3GCTBdwk { width:17.4375rem;height:9.098625rem;top:18.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTu99oKfSIuErxZOBiapoOfPSpb5Fbax { width:17.4375rem;height:11.69825rem;top:33.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwP6fa3g28P29phB7hZFcQESHW2VbA7 { width:17.4375rem;height:12.9980625rem;top:51.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG { display:block; }#q3aVtFhZnbbDsoHNWx8JiyMHLtDcuTGG > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dafZgV8VlOQdT1vhwqw105uAv32NBrXc { width:20rem;height:16.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRU37g6TD3kLt75GOrwA0fimoZbKh4Wq { width:19rem;height:4.125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEpxPTaGE0mBrq7qBCbBWXL3khyx2NZm { display:block; }
 }@media only screen and (max-width: 763px) { #lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/31c5a2b7-32a3-4001-9bd9-a05244fa57ba/tealfooter.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.adaptive-delivery-prevent-bg, #lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.lazyload, #lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN.lazyloading { background-image: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container { background-color: transparent; background-image: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container > .video-iframe-container { display: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row > .video-iframe-container { display: none; }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .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); }#lHrhKPSgw4KnpJMDKiCHLSTUplAHvdqN > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 { display:block; }#LbywMIJPXGZXDz12AcNm5iSyNI9dxke2 > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZysUJzcZyTseWI4fJ2CVwtQTszEG6r4 { width:17.6875rem;height:3.8984375rem;top:13.1875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO3NDlVsepfQvRt6XoctqT3CTufzkGyB { width:8.5rem;height:7.25rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSKSSAxVI6PkvA1Pd8I6satmQCq2ed6m { width:20rem;height:2.0833333333333rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iax5AeT2G7KuMVdG5DKzfn2SbgklMszf { width:18.875rem;height:1.05615rem;top:23.4375rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqRT3MsIU3wiCPT0h4dtNSZhOqzh1zQ1 { display:flex;width:1.875rem;height:1.875rem;top:9.625rem;left:4.125rem; }
#RqRT3MsIU3wiCPT0h4dtNSZhOqzh1zQ1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dHH9UkoBxySKCW8CBEft8F7NonXCaKXb { display:flex;width:1.875rem;height:1.875rem;top:9.625rem;left:7.1875rem; }
#dHH9UkoBxySKCW8CBEft8F7NonXCaKXb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bPyGJdZePSCaHTwuiP54hZ7IwP9Sd0xV { display:flex;width:1.875rem;height:1.875rem;top:9.625rem;left:10.5rem; }
#bPyGJdZePSCaHTwuiP54hZ7IwP9Sd0xV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #eHhF4prB0ZDVziMuThOT6ZvDum8xEiq9 { display:flex;width:1.875rem;height:1.875rem;top:9.625rem;left:13.875rem; }
#eHhF4prB0ZDVziMuThOT6ZvDum8xEiq9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #px43uBTFcrA1JRknv1lOIeVqlNuBLADp { width:18.875rem;height:1.05615rem;top:21.125rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }