.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container { background-color: transparent; background-image: none; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container > .video-iframe-container { display: none; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row > .video-iframe-container { display: none; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .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); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container { border-width: 0; border-radius: 0; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;overflow:visible;position:relative;display:block; }#uB1gtw33CGlXR5SeE33NlRuNO4evAQTg { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"inter regular";font-size:2.5rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:11.8125rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hisV2yrlPFTvRBJiuvwylIwAUydUoFLA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:11.9375rem;top:7.8125rem;left:0rem;overflow:hidden;display:block; }
#ykTF2n6wcRIbOx9LK58viwv4TPytf7d4 { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.8;letter-spacing:0;top:20.625rem;left:0rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPG8MuULq19VaFomKi0HxTDlt98BBdaW { background-color:#2550aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #2550aa;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:"inter regular";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:4rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:block; }
#y669wuOyuSTScG9xOsXqNWwBdA9BpQ8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#epiTbI2THwdVgdTcxR77iU4k0NAbarUt { color:rgba(0,0,0,0.3);display:block;width:16.875rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:30.3125rem;left:0rem;height:1.5249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OT51WmNnV3PetO3MfpzNffQtPlcmbF2P { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:8.8125rem;top:5.25rem;left:65.125rem;overflow:hidden;display:block; }
#rHWGcN2Ak0OidScrrguTqf0cLNRS5xkA { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.125rem;top:27.8125rem;left:30.0625rem;overflow:hidden;display:block; }
#ptcFQtrduWEg1hPZSKfZpHuOK3StTOnX { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.4375rem;width:38.25rem;top:0.6875rem;left:34.125rem;overflow:hidden;display:block; }
#yqGlkzZmltvrEizG0gHCtIT85xTE63Me { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { background-color: transparent; background-image: none; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container > .video-iframe-container { display: none; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row > .video-iframe-container { display: none; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { border-width: 0; border-radius: 0; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#N9vrKpBwq2zTtT4LNXvqFH1zniSttgcP { color:#000000;display:block;width:54.8123125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:9.6875rem;left:10rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#icsbsdaweoTREG8fCgfWEhTM5J9kA0d2 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:5.1875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row .container { background-color: transparent; background-image: none; }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row .container > .video-iframe-container { display: none; }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row > .video-iframe-container { display: none; }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .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); }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row .container { border-width: 0; border-radius: 0; }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#PTFptb0iv3GHONB8JV1zip6Wdzn9SpDQ { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.9375rem;width:22.9375rem;top:0rem;left:26.0625rem;display:block; }
#c1coLr82STApelfiMURT2QhN85xMCe0w { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100035;line-height:1.4;letter-spacing:0;top:15.125rem;left:27.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#wm5nLVrHQFXyHviJ7hCcLpPv6F6kK6W3 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.8;letter-spacing:0;top:18.25rem;left:27.5625rem;height:4.72411875rem;font-style:normal;display:block; }
#pVvTcNIKnA5PtNUDTTM2mEq1czRovTUr { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.875rem;width:22.9375rem;top:0rem;left:51.0625rem;display:block; }
#aqwB9b5vd746uvxrkxMEQ9NnaBXTTTBF { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.4;letter-spacing:0;top:14.9375rem;left:52.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#wH7F01dTPaD6aH900g1CUXaGrlPfT8W5 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.8;letter-spacing:0;top:17.9375rem;left:52.6875rem;height:4.72411875rem;font-style:normal;display:block; }
#pepqIeeSBVN53iGFcOXU1B5nc1M8ZJAT { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#NoTd0qFI4AIR0fSixtws6sybd3nG1viv { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.8;letter-spacing:0;top:18.375rem;left:1.5625rem;height:4.72411875rem;font-style:normal;display:block; }
#Kaw7aDLklmwEDUaGK67mEk22sTHTmy0I { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:24.8125rem;width:22.9375rem;top:0.1396484375rem;left:0rem;display:block; }
#KWIoFfdck4NcfhvUMfhr8t8Rg6pN1tof { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
#vJAUZB28EC33U9rd17bsBREWDH34M8Eq { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:27.5rem;overflow:hidden;display:block; }
#HZUx2E8A4uq5yXpF4vnPP6ZsqTswXeTl { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:52.5rem;overflow:hidden;display:block; }
#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row .container { background-color: transparent; background-image: none; }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row .container > .video-iframe-container { display: none; }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row > .video-iframe-container { display: none; }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .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); }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row .container { border-width: 0; border-radius: 0; }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#zW2WVBhZPW2NGE6OkBFLtwpCgRFx4diI { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.125rem;width:22.9375rem;top:0rem;left:26.0625rem;display:block; }
#TSRPeJNMT7C0Jw6kCtatyJmTwnXDHDOR { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100035;line-height:1.4;letter-spacing:0;top:15.125rem;left:27.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#yKuFwBp4gF98bTzpdxTPsTWAaqTC6Tfm { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.8;letter-spacing:0;top:18.25rem;left:27.5625rem;height:3.2119125rem;font-style:normal;display:block; }
#JRZCZwSIy3Rn6yugR03dXv71i3DXkXws { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.0625rem;width:22.9375rem;top:0rem;left:51.0625rem;display:block; }
#DTEzwcubnqVK92fJEleDyOfH7gRRkSq5 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.4;letter-spacing:0;top:14.9375rem;left:52.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#dGDwn9a90ViBOSigviDHzzwO4EcIzCD9 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.8;letter-spacing:0;top:17.9375rem;left:52.6875rem;height:3.2119125rem;font-style:normal;display:block; }
#AXvbaZhxkTCxV4rDC41ar5XhSk3cmZXw { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#NoTrsGQI53kFcxwdd36Abk09tPO39Plt { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.8;letter-spacing:0;top:18.375rem;left:1.5625rem;height:3.2119125rem;font-style:normal;display:block; }
#q5xZ6vkAEKzCAEx5mfDIFqGohX6Ls3Ox { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:23.0625rem;width:22.9375rem;top:0.1396484375rem;left:0rem;display:block; }
#xLPy8iHprMG9Mt3yPsLp8PvWgJD8xwHo { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
#rtnoyBXW0JqcntsnbEkDirST3Pecb96h { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:27.5rem;overflow:hidden;display:block; }
#Vllb5ifXD5uCw6MvcbrtaL3dgvKkrRnL { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20rem;top:1.25rem;left:52.5rem;overflow:hidden;display:block; }
#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89160538-082d-4e73-91a6-58685943d6db/templatescrta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J.adaptive-delivery-prevent-bg, #V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J.lazyload, #V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J.lazyloading { background-image: none; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container { background-color: transparent; background-image: none; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container > .video-iframe-container { display: none; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row > .video-iframe-container { display: none; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .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); }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container { border-width: 0; border-radius: 0; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row .container { background-color: transparent; background-image: none; }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row .container > .video-iframe-container { display: none; }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row > .video-iframe-container { display: none; }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .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); }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row .container { border-width: 0; border-radius: 0; }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row .container { background-color: transparent; background-image: none; }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row .container > .video-iframe-container { display: none; }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row > .video-iframe-container { display: none; }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .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); }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row .container { border-width: 0; border-radius: 0; }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row .container { background-color: transparent; background-image: none; }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row .container > .video-iframe-container { display: none; }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row > .video-iframe-container { display: none; }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .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); }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row .container { border-width: 0; border-radius: 0; }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#JhTK058lAAX8JiB3gzpBBLD28fX5ylg5 { color:#000000;display:block;width:72.25rem;position:absolute;font-family:"inter regular";font-size:2.5rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:4.375rem;left:1.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U7sWkQOGz1IG0bir2Zx16FvkvV87dFFL { color:#000000;display:block;width:52.875rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:8.5625rem;left:11.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row .container { background-color: transparent; background-image: none; }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row .container > .video-iframe-container { display: none; }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row > .video-iframe-container { display: none; }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .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); }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row .container { border-width: 0; border-radius: 0; }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row .container { background-color: transparent; background-image: none; }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row .container > .video-iframe-container { display: none; }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row > .video-iframe-container { display: none; }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .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); }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row .container { border-width: 0; border-radius: 0; }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#an1BH1r78f5mI0RbsJtdCyHRGNHp9QcB { color:#000000;display:block;width:50.125rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:8.875rem;left:12.4375rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mQ4K4WiUEsTsERhnqJrfVaLpQtyFlFST { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter alfa";font-size:2.5rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:3.9375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GXhaZivnUL6gDn14x3NeQI8fgAWk2flL { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:62.9375rem;top:12.375rem;left:5.875rem;overflow:hidden;display:block; }
#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UC9VxU8H/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.adaptive-delivery-prevent-bg, #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.lazyload, #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.lazyloading { background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { background-color: transparent; background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { border-width: 0; border-radius: 0; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#M2cWwgF4U02DFE1neJDm2TTVwSrPaOM4 { color:#000000;display:block;width:72.25rem;position:absolute;font-family:"inter regular";font-size:2.5rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:5.5rem;left:1.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hwPBynLCXRcuCuNiwEb8sP7pn3a4bPPy { background-color:#2550aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:4rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:16.9375rem;left:29.25rem;display:block; }
#IL8EDpp7RqG7THKxCTp1hCvv6RtF8o3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gzPNhvt50sQhtXCT5qf5g6G4CrVicofp { color:#000000;display:block;width:52.875rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:10.8125rem;left:11.0625rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#lUQpV1LwdGMPgas1GeJEPzUJCGcioLd4 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:13.9375rem;top:31.75rem;left:4.1750001907349rem;overflow:hidden;display:block; }
#ApvLeEb9nmzaCto5xCG3cJSVTGml56re { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2450a9;background-image:none;position:relative;display:block; }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .row .container { background-color: transparent; background-image: none; }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .row .container > .video-iframe-container { display: none; }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .row > .video-iframe-container { display: none; }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .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); }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .row .container { border-width: 0; border-radius: 0; }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl { display:block; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uB1gtw33CGlXR5SeE33NlRuNO4evAQTg { width:31.3125rem;height:7.5rem;top:11.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hisV2yrlPFTvRBJiuvwylIwAUydUoFLA { width:11.9375rem;height:2.0625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTF2n6wcRIbOx9LK58viwv4TPytf7d4 { width:26.75rem;height:4rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPG8MuULq19VaFomKi0HxTDlt98BBdaW { width:15.125rem;height:4rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y669wuOyuSTScG9xOsXqNWwBdA9BpQ8V { display:block; }
 }@media only screen and (max-width: 763px) { #epiTbI2THwdVgdTcxR77iU4k0NAbarUt { width:16.875rem;height:1.4375rem;top:30.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT51WmNnV3PetO3MfpzNffQtPlcmbF2P { width:8.8125rem;height:11rem;top:5.25rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHWGcN2Ak0OidScrrguTqf0cLNRS5xkA { width:10.125rem;height:10.8125rem;top:27.8125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptcFQtrduWEg1hPZSKfZpHuOK3StTOnX { width:38.25rem;height:39.4375rem;top:0.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqGlkzZmltvrEizG0gHCtIT85xTE63Me { display:block; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9vrKpBwq2zTtT4LNXvqFH1zniSttgcP { width:47.75rem;height:5.25rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icsbsdaweoTREG8fCgfWEhTM5J9kA0d2 { width:47.75rem;height:;top:5.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd { display:block; }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTFptb0iv3GHONB8JV1zip6Wdzn9SpDQ { width:22.9375rem;height:24.9375rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1coLr82STApelfiMURT2QhN85xMCe0w { top:15.125rem;left:12.125rem;width:19.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm5nLVrHQFXyHviJ7hCcLpPv6F6kK6W3 { top:18.25rem;left:13.3125rem;width:18.4375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVvTcNIKnA5PtNUDTTM2mEq1czRovTUr { width:22.9375rem;height:24.875rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqwB9b5vd746uvxrkxMEQ9NnaBXTTTBF { top:14.9375rem;left:31.75rem;width:15.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH7F01dTPaD6aH900g1CUXaGrlPfT8W5 { top:17.9375rem;left:27.5625rem;width:20.1875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pepqIeeSBVN53iGFcOXU1B5nc1M8ZJAT { top:15.25rem;left:0rem;width:19.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTd0qFI4AIR0fSixtws6sybd3nG1viv { top:18.375rem;left:0rem;width:18.75rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaw7aDLklmwEDUaGK67mEk22sTHTmy0I { width:22.9375rem;height:24.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWIoFfdck4NcfhvUMfhr8t8Rg6pN1tof { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJAUZB28EC33U9rd17bsBREWDH34M8Eq { width:20rem;height:12.625rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUx2E8A4uq5yXpF4vnPP6ZsqTswXeTl { width:20rem;height:12.625rem;top:1.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 { display:block; }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zW2WVBhZPW2NGE6OkBFLtwpCgRFx4diI { width:22.9375rem;height:23.125rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSRPeJNMT7C0Jw6kCtatyJmTwnXDHDOR { top:15.125rem;left:12.125rem;width:19.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKuFwBp4gF98bTzpdxTPsTWAaqTC6Tfm { top:18.25rem;left:13.3125rem;width:18.4375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRZCZwSIy3Rn6yugR03dXv71i3DXkXws { width:22.9375rem;height:23.0625rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTEzwcubnqVK92fJEleDyOfH7gRRkSq5 { top:14.9375rem;left:31.75rem;width:15.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDwn9a90ViBOSigviDHzzwO4EcIzCD9 { top:17.9375rem;left:28.25rem;width:19.375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXvbaZhxkTCxV4rDC41ar5XhSk3cmZXw { top:15.25rem;left:0rem;width:19.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTrsGQI53kFcxwdd36Abk09tPO39Plt { top:18.375rem;left:0rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5xZ6vkAEKzCAEx5mfDIFqGohX6Ls3Ox { width:22.9375rem;height:23.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLPy8iHprMG9Mt3yPsLp8PvWgJD8xwHo { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtnoyBXW0JqcntsnbEkDirST3Pecb96h { width:20rem;height:12.625rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vllb5ifXD5uCw6MvcbrtaL3dgvKkrRnL { width:20rem;height:12.625rem;top:1.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J { display:block; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 { display:block; }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row .container { width:47.75rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa { display:block; }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg { display:block; }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhTK058lAAX8JiB3gzpBBLD28fX5ylg5 { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7sWkQOGz1IG0bir2Zx16FvkvV87dFFL { top:8.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI { display:block; }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnOZCMk2q5y5cZebIt3LJih2lLOTZglV { display:block; }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an1BH1r78f5mI0RbsJtdCyHRGNHp9QcB { width:47.75rem;height:3.5rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ4K4WiUEsTsERhnqJrfVaLpQtyFlFST { width:47.75rem;height:;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXhaZivnUL6gDn14x3NeQI8fgAWk2flL { width:47.75rem;height:21.338133068521rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2cWwgF4U02DFE1neJDm2TTVwSrPaOM4 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwPBynLCXRcuCuNiwEb8sP7pn3a4bPPy { width:16.5625rem;height:4rem;top:16.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL8EDpp7RqG7THKxCTp1hCvv6RtF8o3C { display:block; }
 }@media only screen and (max-width: 763px) { #gzPNhvt50sQhtXCT5qf5g6G4CrVicofp { top:10.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQpV1LwdGMPgas1GeJEPzUJCGcioLd4 { width:13.9375rem;height:6.8125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApvLeEb9nmzaCto5xCG3cJSVTGml56re { display:block; }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .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) { #kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container { background-color: transparent; background-image: none; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container > .video-iframe-container { display: none; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row > .video-iframe-container { display: none; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .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); }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container { border-width: 0; border-radius: 0; }#kVHqRgtUOmnw82Vhuhk5ynVuH9ooOXrl > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uB1gtw33CGlXR5SeE33NlRuNO4evAQTg { width:17.375rem;height:8.4375rem;top:5.625rem;left:1.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hisV2yrlPFTvRBJiuvwylIwAUydUoFLA { width:10rem;height:1.75rem;top:2.748046875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTF2n6wcRIbOx9LK58viwv4TPytf7d4 { width:17.9375rem;height:5.4619125rem;top:15.1875rem;left:1.03125rem;font-size:1rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPG8MuULq19VaFomKi0HxTDlt98BBdaW { width:12.5rem;height:4rem;top:21.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y669wuOyuSTScG9xOsXqNWwBdA9BpQ8V { display:block; }
 }@media only screen and (max-width: 763px) { #epiTbI2THwdVgdTcxR77iU4k0NAbarUt { width:16.875rem;height:1.5249rem;top:26.35546875rem;left:1.5625rem;font-size:0.8125rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT51WmNnV3PetO3MfpzNffQtPlcmbF2P { width:5.25rem;height:6.8125rem;top:29.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHWGcN2Ak0OidScrrguTqf0cLNRS5xkA { width:5.875rem;height:6.375rem;top:39.5rem;left:0rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #ptcFQtrduWEg1hPZSKfZpHuOK3StTOnX { width:16.75rem;height:17.3125rem;top:27.8125rem;left:1.625rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #yqGlkzZmltvrEizG0gHCtIT85xTE63Me { display:block; }#yqGlkzZmltvrEizG0gHCtIT85xTE63Me > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9vrKpBwq2zTtT4LNXvqFH1zniSttgcP { width:20rem;height:8.999rem;top:10.46875rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #icsbsdaweoTREG8fCgfWEhTM5J9kA0d2 { width:18.625rem;height:7.3125rem;top:2.125rem;left:0.6875rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd { display:block; }#rddHLTxaxlGxVF3ZT3NCXbN1OTaRTezd > .row .container { width:20rem;height:70.5483125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTFptb0iv3GHONB8JV1zip6Wdzn9SpDQ { width:20rem;height:22.125rem;top:24.5rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #c1coLr82STApelfiMURT2QhN85xMCe0w { width:18.125rem;height:1.57470625rem;top:38.0625rem;left:1.125rem;font-size:1.125rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #wm5nLVrHQFXyHviJ7hCcLpPv6F6kK6W3 { width:18.125rem;height:4.72411875rem;top:40.25rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVvTcNIKnA5PtNUDTTM2mEq1czRovTUr { width:20rem;height:21.25rem;top:48.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #aqwB9b5vd746uvxrkxMEQ9NnaBXTTTBF { width:17.5rem;height:1.57470625rem;top:62rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH7F01dTPaD6aH900g1CUXaGrlPfT8W5 { width:17.8125rem;height:6.2988125rem;top:64.25rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pepqIeeSBVN53iGFcOXU1B5nc1M8ZJAT { width:18.125rem;height:1.57470625rem;top:14.5rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTd0qFI4AIR0fSixtws6sybd3nG1viv { width:17.8125rem;height:4.72411875rem;top:16.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaw7aDLklmwEDUaGK67mEk22sTHTmy0I { width:20rem;height:22.75rem;top:0.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #KWIoFfdck4NcfhvUMfhr8t8Rg6pN1tof { width:20rem;height:12.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJAUZB28EC33U9rd17bsBREWDH34M8Eq { width:20rem;height:12.625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUx2E8A4uq5yXpF4vnPP6ZsqTswXeTl { width:20rem;height:12.625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 { display:block; }#t9m7MBscdb4GulT20e2Stm05UTv2aNJ0 > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zW2WVBhZPW2NGE6OkBFLtwpCgRFx4diI { width:20rem;height:20.625rem;top:23.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #TSRPeJNMT7C0Jw6kCtatyJmTwnXDHDOR { width:18.125rem;height:1.57470625rem;top:36.875rem;left:1.125rem;font-size:1.125rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #yKuFwBp4gF98bTzpdxTPsTWAaqTC6Tfm { width:18.125rem;height:3.2119125rem;top:39.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRZCZwSIy3Rn6yugR03dXv71i3DXkXws { width:20rem;height:22.3125rem;top:45.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #DTEzwcubnqVK92fJEleDyOfH7gRRkSq5 { width:17.5rem;height:1.57470625rem;top:58.8125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDwn9a90ViBOSigviDHzzwO4EcIzCD9 { width:17.8125rem;height:4.72411875rem;top:61rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXvbaZhxkTCxV4rDC41ar5XhSk3cmZXw { width:18.125rem;height:1.57470625rem;top:14.6875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTrsGQI53kFcxwdd36Abk09tPO39Plt { width:17.8125rem;height:3.2119125rem;top:16.8125rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5xZ6vkAEKzCAEx5mfDIFqGohX6Ls3Ox { width:20rem;height:20.125rem;top:1.25rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #xLPy8iHprMG9Mt3yPsLp8PvWgJD8xwHo { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtnoyBXW0JqcntsnbEkDirST3Pecb96h { width:20rem;height:12.625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vllb5ifXD5uCw6MvcbrtaL3dgvKkrRnL { width:20rem;height:12.625rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89160538-082d-4e73-91a6-58685943d6db/templatescrta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J.adaptive-delivery-prevent-bg, #V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J.lazyload, #V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J.lazyloading { background-image: none; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container { background-color: transparent; background-image: none; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container > .video-iframe-container { display: none; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row > .video-iframe-container { display: none; }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .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); }#V2xJBDqu7tfepwl8CTgSEr6rH5ZO1E8J > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 { display:block; }#MNoUS0IOsCJcyM59rBrP3PT7uCq5L3D6 > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa { display:block; }#K1SK8nxGgk4MJLucQHpqs5gqNXsizxNa > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg { display:block; }#zheWn0QPiwtZAstVUo0KtzT4lRBK2Jxg > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhTK058lAAX8JiB3gzpBBLD28fX5ylg5 { width:20rem;height:4.9619125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7sWkQOGz1IG0bir2Zx16FvkvV87dFFL { width:20rem;height:1.5rem;top:7.523925rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI { display:block; }#RzBWOiTnp5xQgsg84NKOnbiBpDLG7bRI > .row .container { width:20rem;height:152.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnOZCMk2q5y5cZebIt3LJih2lLOTZglV { display:block; }#dnOZCMk2q5y5cZebIt3LJih2lLOTZglV > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an1BH1r78f5mI0RbsJtdCyHRGNHp9QcB { width:18.125rem;height:8.999rem;top:10.53125rem;left:0.9375rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #mQ4K4WiUEsTsERhnqJrfVaLpQtyFlFST { width:17.6875rem;height:4.875rem;top:1.9375rem;left:1.15625rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GXhaZivnUL6gDn14x3NeQI8fgAWk2flL { width:19.8125rem;height:8.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UC9VxU8H/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.adaptive-delivery-prevent-bg, #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.lazyload, #MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl.lazyloading { background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { background-color: transparent; background-image: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row > .video-iframe-container { display: none; }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuZKv1ZiWytq6pvkKWqW7ewXKHgkivl > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2cWwgF4U02DFE1neJDm2TTVwSrPaOM4 { width:18.5rem;height:7.349125rem;top:2.0625rem;left:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwPBynLCXRcuCuNiwEb8sP7pn3a4bPPy { width:13.375rem;height:4rem;top:21.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL8EDpp7RqG7THKxCTp1hCvv6RtF8o3C { display:block; }
 }@media only screen and (max-width: 763px) { #gzPNhvt50sQhtXCT5qf5g6G4CrVicofp { width:16.5rem;height:9rem;top:11rem;left:1.75rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUQpV1LwdGMPgas1GeJEPzUJCGcioLd4 { width:13.9375rem;height:6.8125rem;top:44rem;left:3.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApvLeEb9nmzaCto5xCG3cJSVTGml56re { display:block; }#ApvLeEb9nmzaCto5xCG3cJSVTGml56re > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }