.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:#f9f9f9;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); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3dc37c42-c04f-48ff-af22-7013bfe3d4e1/bg221.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K.adaptive-delivery-prevent-bg, #igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K.lazyload, #igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K.lazyloading { background-image: none; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container { background-color: transparent; background-image: none; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container > .video-iframe-container { display: none; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row > .video-iframe-container { display: none; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .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); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container { border-width: 0; border-radius: 0; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row > .video-iframe-container {  }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ExDHO9CplP1fM0kVrSAUObToTC9ZGByh { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.3125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TaGtD8kSVET8uxtI7VGZngDUUVlM6ar3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:10rem;top:2.0625rem;left:1.3125rem;overflow:hidden;display:block; }
#ZknPf4G13UORxetRfP5NqHE73lUf85ZO { background-color:rgba(0,0,0,0);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.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:33.375rem;left:17.6875rem;display:block; }
#yuvkVgfzAJplkodiN2PU52J5bXPL3mK5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yZ621isZh4A2Z72TWTHD252Tamiafyeg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;display:none; }
#kl5RXaZWiRniTJZlgpT9aEoIuEzbbg8g { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;top:27.91796875rem;left:1.3125rem; }
#RmvxJTVxdO48SwTLZMUvyg1sfTkIpWnf { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:23.6435546875rem;left:3.9375rem;height:2.923825rem;display:block; }
#v4aQggOy0tpsUfp2qqcKSLQ3F0VkPqQ9 { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.9375rem;height:1.4619125rem;display:block; }
#KX3OsZyahLWLRDPAqoJFW6sZfI2vz6O1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:21.25rem;left:1.3125rem; }
#euVDxV2GJ6kRymaed0mBFvdGfosoPr60 { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:21.14453125rem;left:3.9375rem;height:1.4619125rem;display:block; }
#Q2FXDBO2D0CDHZ5TSTktbsSOC4fuxMZq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:23.75rem;left:1.3125rem; }
#TZ6ktx7gTwgEOzR1z4HNyfgFn9QyTT5l { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:18.5rem;left:1.3125rem; }
#afP44OHO8lKXizoieoQxf9CyxIxGL1yn { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:6.61328125rem;left:1.3125rem;height:1.94921875rem;display:block; }
#tqbuCE7tUlmch0NXiEdgk2y20vLvcERe { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:27.8125rem;left:3.9375rem;height:1.4619125rem;display:block; }
#hg4bXBbGWLesxc7IPhe1cziNotLPl5L1 { 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 semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:32.5rem;left:1.3125rem;display:block; }
#PpRJJoPLSRy3eiLvxhdQiT9wvgcTdT7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU { position:relative;display:block; }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU { background-color: transparent; background-image: none; }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .row .container > .video-iframe-container { display: none; }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .row > .video-iframe-container { display: none; }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .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); }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU { border-width: 0; border-radius: 0; }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .row .container > .video-iframe-container {  }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#z0smIDmy03Iz2c2RTvdogr1GtosLkk5s { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:7.6552734375rem;left:13.5625rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aIwPTykWRTbd45HkHKMTQ7ys6QQuiqKJ { color:#000000;display:block;width:63rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:3.466796875rem;left:6rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row .container { background-color: transparent; background-image: none; }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row .container > .video-iframe-container { display: none; }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row > .video-iframe-container { display: none; }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .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); }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row .container { border-width: 0; border-radius: 0; }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row > .video-iframe-container {  }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#Flk0rQ9PTO4uDrTvSyVaz7cfcWVw8tT3 { 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;height:29.0625rem;width:22.9375rem;top:0rem;left:26.0625rem;display:block; }
#Srn06UTSHfiFtAT8LT8kEaTFS5pEbbL4 { 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; }
#yVdo9oIeiy5cd0Dp5LFW8syOPgE58tD8 { 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.73681640625rem;left:27.5625rem;height:6.296875rem;font-style:normal;display:block; }
#QDCR2nvLmKwtsDH7zlAeCay7LoqCAS9T { 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;height:29.0625rem;width:22.9375rem;top:0rem;left:52.0625rem;display:block; }
#uvN7b1pIhDNkEfkMUDwUsEGhnpOA3K9q { color:#000000;display:block;width:18.5625rem;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.1875rem;left:53.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#rTNt6CL653t8xwQFUlsN33vTx21rqCHr { 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.8125rem;left:53.6875rem;height:6.296875rem;font-style:normal;display:block; }
#NMgSgeATclBObR3gdi4nUl0tKn0pKEbB { 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; }
#D328PoIgqlfHH5EXFxlfsO49Iol2wL8M { 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.7373046875rem;left:1.5625rem;height:6.296875rem;font-style:normal;display:block; }
#q2EZMbz7gaBhgaqthff84p6TxyOSo8fu { 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;height:29.0625rem;width:22.9375rem;top:0rem;left:0rem;display:block; }
#wdKNlaAuWZ5DW2EqqmS1NbcDlang4GrF { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b30c627-b357-4398-8d5f-eb9a2abba39a/pic2.jpg");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;height:15.125rem;width:22.9375rem;top:0rem;left:0rem;display:block; }#wdKNlaAuWZ5DW2EqqmS1NbcDlang4GrF.adaptive-delivery-prevent-bg, #wdKNlaAuWZ5DW2EqqmS1NbcDlang4GrF.lazyload, #wdKNlaAuWZ5DW2EqqmS1NbcDlang4GrF.lazyloading { background-image: none; }
#xoHT5QcSCieymTo3Wcnm6BmbDbBFLMF3 { position:absolute;display:block;z-index:100040;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f30fe823-06dc-4d85-ae68-2ef221be3a23/pic1.jpg");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;height:15.125rem;width:22.9375rem;top:0rem;left:26.0625rem;display:block; }#xoHT5QcSCieymTo3Wcnm6BmbDbBFLMF3.adaptive-delivery-prevent-bg, #xoHT5QcSCieymTo3Wcnm6BmbDbBFLMF3.lazyload, #xoHT5QcSCieymTo3Wcnm6BmbDbBFLMF3.lazyloading { background-image: none; }
#MIRMih63ggT9UahMWtkqnHuDXrIo5E7T { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2090c07e-16ca-4594-a7e9-a679a404e425/pic3.jpg");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;height:15.125rem;width:22.9375rem;top:0rem;left:52.0625rem;display:block; }#MIRMih63ggT9UahMWtkqnHuDXrIo5E7T.adaptive-delivery-prevent-bg, #MIRMih63ggT9UahMWtkqnHuDXrIo5E7T.lazyload, #MIRMih63ggT9UahMWtkqnHuDXrIo5E7T.lazyloading { background-image: none; }
#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 { position:relative;display:block; }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 { background-color: transparent; background-image: none; }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .row .container > .video-iframe-container { display: none; }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .row > .video-iframe-container { display: none; }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .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); }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 { border-width: 0; border-radius: 0; }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .row .container > .video-iframe-container {  }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#d4BDc2V9X9MTiPJ4gds5ker1495KZEJJ { 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 semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.9375rem;left:30.3125rem;display:block; }
#KmBR3EbfGVtWWVChxHpONezkyK8vRrKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 { position:relative;display:block; }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 { background-color: transparent; background-image: none; }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .row .container > .video-iframe-container { display: none; }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .row > .video-iframe-container { display: none; }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .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); }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 { border-width: 0; border-radius: 0; }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .row .container > .video-iframe-container {  }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#B1JiL69wbXmJ4Ju86zt414wtAEy39xBB { color:#000000;display:block;width:25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:10.5rem;left:5.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jo9Vf0i4pZheLhhf0pugEEtzCaolHzvf { color:#000000;display:block;width:26.311875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.8;letter-spacing:0;top:16.3125rem;left:5.625rem;height:4.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kSNS8augWA1ZODHQQsvbpnJTMZFJA9dd { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cec03104-45d5-42d3-91ed-83f70d09120a/pic4.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;top:1.3351440429688E-5rem;left:37.500001907349rem;display:block; }#kSNS8augWA1ZODHQQsvbpnJTMZFJA9dd.adaptive-delivery-prevent-bg, #kSNS8augWA1ZODHQQsvbpnJTMZFJA9dd.lazyload, #kSNS8augWA1ZODHQQsvbpnJTMZFJA9dd.lazyloading { background-image: none; }
#BA5L8nkFE9DLamXHhUcKnymxrnrd4ovq { position:absolute;display:block;z-index:100000;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.375rem 1.875rem rgba(9,20,44,0.06) ;height:37.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#Am4memTxUX3Bzcm7p8HZfUOn0LIcAJKh { 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 semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:24.75rem;left:5.625rem;display:block; }
#Ru0Ua6DF1LTJVgDBAbqZIRrZKX2NcarW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh { position:relative;display:block; }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh { background-color: transparent; background-image: none; }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .row .container > .video-iframe-container { display: none; }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .row > .video-iframe-container { display: none; }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .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); }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh { border-width: 0; border-radius: 0; }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .row .container > .video-iframe-container {  }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#pZKvogzvBmwU8Bq5GiKnsxXizmA021Zw { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:10.1875rem;left:42.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p0TTU2cSGyzVd7Hlr7mi5KnQNcdH9TTf { color:#000000;display:block;width:26.311875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.8;letter-spacing:0;top:16rem;left:42.75rem;height:4.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HfpC37XgHEiivktNOnHzt0FJaXoCob9z { position:absolute;display:block;z-index:100000;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.375rem 1.875rem rgba(9,20,44,0.06) ;height:37.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3d6326d4-0d1a-4ef2-8082-fd45e60dffe8/pic5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;top:0rem;left:0rem;display:block; }#WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul.adaptive-delivery-prevent-bg, #WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul.lazyload, #WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul.lazyloading { background-image: none; }
#o5t4ZPkJfTmTKTRqQPU6tnhFIAiBcQyf { 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 semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:23.1875rem;left:42.75rem;display:block; }
#MRkBLSTx30x6OVe6aEcbHVQx00WV5UTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr { position:relative;display:block; }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr { background-color: transparent; background-image: none; }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .row .container > .video-iframe-container { display: none; }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .row > .video-iframe-container { display: none; }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .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); }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr { border-width: 0; border-radius: 0; }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .row .container > .video-iframe-container {  }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#gyBu9sGEOQ2WIDFGzDL95JHq6rGqgq9v { color:#000000;display:block;width:57.125rem;position:absolute;font-family:"inter light";font-size:2rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:9rem;left:8.9375rem;height:3.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pG3r3n7vHxRieHbe5llLAdqtDCEfvJ9B { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.374rem;width:13.6865rem;top:0rem;left:61.3134765625rem;overflow:hidden;display:block; }
#CXVmmtWZTUJP12i6qJtb4Nyrh8OGrmIT { position:absolute;display:block;z-index:99998;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.375rem 1.875rem rgba(9,20,44,0.06) ;height:17.999rem;width:75rem;top:5.3427734375rem;left:0rem;display:block; }
#zvgruvZMbGE3DSBIZvCSAxCoxCTFwUoV { 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 semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:14.25rem;left:30.3125rem;display:block; }
#AJ3arzBZr61el3x9RQBmQiXVxefOGUp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K { display:block; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExDHO9CplP1fM0kVrSAUObToTC9ZGByh { width:36.8125rem;height:7.5rem;top:8.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaGtD8kSVET8uxtI7VGZngDUUVlM6ar3 { width:10rem;height:2.75rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZknPf4G13UORxetRfP5NqHE73lUf85ZO { width:10.5rem;height:2.25rem;top:33.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuvkVgfzAJplkodiN2PU52J5bXPL3mK5 { display:block; }
 }@media only screen and (max-width: 763px) { #yZ621isZh4A2Z72TWTHD252Tamiafyeg { width:15rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #kl5RXaZWiRniTJZlgpT9aEoIuEzbbg8g { width:1.25rem;height:1.25rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmvxJTVxdO48SwTLZMUvyg1sfTkIpWnf { width:29.3125rem;height:2.875rem;top:23.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4aQggOy0tpsUfp2qqcKSLQ3F0VkPqQ9 { width:29.3125rem;height:1.4375rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX3OsZyahLWLRDPAqoJFW6sZfI2vz6O1 { width:1.25rem;height:1.25rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVDxV2GJ6kRymaed0mBFvdGfosoPr60 { width:29.3125rem;height:1.4375rem;top:21.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2FXDBO2D0CDHZ5TSTktbsSOC4fuxMZq { width:1.25rem;height:1.25rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6ktx7gTwgEOzR1z4HNyfgFn9QyTT5l { width:1.25rem;height:1.25rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afP44OHO8lKXizoieoQxf9CyxIxGL1yn { width:29.3125rem;height:1.9375rem;top:6.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqbuCE7tUlmch0NXiEdgk2y20vLvcERe { width:29.3125rem;height:1.4375rem;top:27.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg4bXBbGWLesxc7IPhe1cziNotLPl5L1 { width:14.375rem;height:4rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpRJJoPLSRy3eiLvxhdQiT9wvgcTdT7V { display:block; }
 }@media only screen and (max-width: 763px) { #TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU { display:block; }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0smIDmy03Iz2c2RTvdogr1GtosLkk5s { width:47.75rem;height:1.6875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIwPTykWRTbd45HkHKMTQ7ys6QQuiqKJ { width:47.75rem;height:3.75rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 { display:block; }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Flk0rQ9PTO4uDrTvSyVaz7cfcWVw8tT3 { width:22.9375rem;height:29.0625rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srn06UTSHfiFtAT8LT8kEaTFS5pEbbL4 { top:15.125rem;left:12.125rem;width:19.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVdo9oIeiy5cd0Dp5LFW8syOPgE58tD8 { top:18.6875rem;left:13.3125rem;width:18.4375rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDCR2nvLmKwtsDH7zlAeCay7LoqCAS9T { width:22.9375rem;height:29.0625rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN7b1pIhDNkEfkMUDwUsEGhnpOA3K9q { top:15.1875rem;left:29.0625rem;width:18.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNt6CL653t8xwQFUlsN33vTx21rqCHr { top:18.8125rem;left:28.875rem;width:18.75rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMgSgeATclBObR3gdi4nUl0tKn0pKEbB { top:15.25rem;left:0rem;width:19.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D328PoIgqlfHH5EXFxlfsO49Iol2wL8M { top:18.6875rem;left:0rem;width:18.75rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2EZMbz7gaBhgaqthff84p6TxyOSo8fu { width:22.9375rem;height:29.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKNlaAuWZ5DW2EqqmS1NbcDlang4GrF { width:22.9375rem;height:15.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHT5QcSCieymTo3Wcnm6BmbDbBFLMF3 { width:22.9375rem;height:15.125rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIRMih63ggT9UahMWtkqnHuDXrIo5E7T { width:22.9375rem;height:15.125rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 { display:block; }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4BDc2V9X9MTiPJ4gds5ker1495KZEJJ { width:14.375rem;height:4rem;top:0.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmBR3EbfGVtWWVChxHpONezkyK8vRrKz { display:block; }
 }@media only screen and (max-width: 763px) { #KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 { display:block; }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1JiL69wbXmJ4Ju86zt414wtAEy39xBB { width:25rem;height:4.5rem;top:10.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9Vf0i4pZheLhhf0pugEEtzCaolHzvf { width:26.25rem;height:6.25rem;top:16.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSNS8augWA1ZODHQQsvbpnJTMZFJA9dd { width:37.5rem;height:37.5rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA5L8nkFE9DLamXHhUcKnymxrnrd4ovq { width:47.75rem;height:37.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am4memTxUX3Bzcm7p8HZfUOn0LIcAJKh { width:13.75rem;height:3.375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru0Ua6DF1LTJVgDBAbqZIRrZKX2NcarW { display:block; }
 }@media only screen and (max-width: 763px) { #Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh { display:block; }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZKvogzvBmwU8Bq5GiKnsxXizmA021Zw { width:27.75rem;height:4.5rem;top:10.1875rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TTU2cSGyzVd7Hlr7mi5KnQNcdH9TTf { width:26.25rem;height:4.6875rem;top:16rem;left:21.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfpC37XgHEiivktNOnHzt0FJaXoCob9z { width:47.75rem;height:37.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul { width:37.5rem;height:37.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5t4ZPkJfTmTKTRqQPU6tnhFIAiBcQyf { width:13.75rem;height:3.375rem;top:23.1875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRkBLSTx30x6OVe6aEcbHVQx00WV5UTt { display:block; }
 }@media only screen and (max-width: 763px) { #FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr { display:block; }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyBu9sGEOQ2WIDFGzDL95JHq6rGqgq9v { width:47.75rem;height:3.375rem;top:9rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG3r3n7vHxRieHbe5llLAdqtDCEfvJ9B { width:13.625rem;height:8.3363716070581rem;top:0rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXVmmtWZTUJP12i6qJtb4Nyrh8OGrmIT { top:5.3125rem;left:0rem;width:47.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvgruvZMbGE3DSBIZvCSAxCoxCTFwUoV { width:14.375rem;height:4rem;top:14.25rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ3arzBZr61el3x9RQBmQiXVxefOGUp6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container { background-color: transparent; background-image: none; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container > .video-iframe-container { display: none; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row > .video-iframe-container { display: none; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .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); }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container { border-width: 0; border-radius: 0; }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row > .video-iframe-container {  }#igXNLmKN0WUdG9PQ9wQ9M9n8OMxWnh2K > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExDHO9CplP1fM0kVrSAUObToTC9ZGByh { width:17.0625rem;height:9.75rem;top:8.3095703125rem;left:1.46875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TaGtD8kSVET8uxtI7VGZngDUUVlM6ar3 { width:9.7480625rem;height:2.62305rem;top:1.498046875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZknPf4G13UORxetRfP5NqHE73lUf85ZO { width:9.9375rem;height:2.125rem;top:44rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuvkVgfzAJplkodiN2PU52J5bXPL3mK5 { display:block; }
 }@media only screen and (max-width: 763px) { #yZ621isZh4A2Z72TWTHD252Tamiafyeg { top:47.9375rem;left:2.5rem;width:15rem;height:15rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kl5RXaZWiRniTJZlgpT9aEoIuEzbbg8g { width:1.25rem;height:1.25rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmvxJTVxdO48SwTLZMUvyg1sfTkIpWnf { width:17.375rem;height:4.38574375rem;top:28rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4aQggOy0tpsUfp2qqcKSLQ3F0VkPqQ9 { width:17.4375rem;height:2.923825rem;top:19.6875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX3OsZyahLWLRDPAqoJFW6sZfI2vz6O1 { width:1.25rem;height:1.25rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVDxV2GJ6kRymaed0mBFvdGfosoPr60 { width:17.375rem;height:2.923825rem;top:23.8125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2FXDBO2D0CDHZ5TSTktbsSOC4fuxMZq { width:1.25rem;height:1.25rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6ktx7gTwgEOzR1z4HNyfgFn9QyTT5l { width:1.25rem;height:1.25rem;top:34.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afP44OHO8lKXizoieoQxf9CyxIxGL1yn { width:20rem;height:1.94921875rem;top:5.673828125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqbuCE7tUlmch0NXiEdgk2y20vLvcERe { width:17.3125rem;height:1.4619125rem;top:34.0673828125rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg4bXBbGWLesxc7IPhe1cziNotLPl5L1 { width:13.4375rem;height:4rem;top:36.2353515625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpRJJoPLSRy3eiLvxhdQiT9wvgcTdT7V { display:block; }
 }@media only screen and (max-width: 763px) { #TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU { display:block; }#TaHzSze7ZiLLiaoTmPINt5lhCf7PWgeU > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0smIDmy03Iz2c2RTvdogr1GtosLkk5s { width:20rem;height:3.5996125rem;top:10.40625rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #aIwPTykWRTbd45HkHKMTQ7ys6QQuiqKJ { width:20rem;height:4.875rem;top:2.1875rem;left:0.029296875rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 { display:block; }#pqaqJ8wBfQ9m7NTIvobmdxosWnbBB9R7 > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Flk0rQ9PTO4uDrTvSyVaz7cfcWVw8tT3 { width:20rem;height:29.3125rem;top:28.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srn06UTSHfiFtAT8LT8kEaTFS5pEbbL4 { width:18.125rem;height:1.57470625rem;top:44.375rem;left:0.9375rem;font-size:1.125rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #yVdo9oIeiy5cd0Dp5LFW8syOPgE58tD8 { width:18.125rem;height:8.999rem;top:48.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDCR2nvLmKwtsDH7zlAeCay7LoqCAS9T { width:20rem;height:30.5rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN7b1pIhDNkEfkMUDwUsEGhnpOA3K9q { width:17.5rem;height:1.57421875rem;top:74.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNt6CL653t8xwQFUlsN33vTx21rqCHr { width:17.8125rem;height:10.7988125rem;top:78.5283203125rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMgSgeATclBObR3gdi4nUl0tKn0pKEbB { width:18.125rem;height:1.57421875rem;top:13.6865234375rem;left:1.1240234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D328PoIgqlfHH5EXFxlfsO49Iol2wL8M { width:17.8125rem;height:8.999rem;top:17.6240234375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2EZMbz7gaBhgaqthff84p6TxyOSo8fu { width:20rem;height:25.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKNlaAuWZ5DW2EqqmS1NbcDlang4GrF { width:20rem;height:11.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHT5QcSCieymTo3Wcnm6BmbDbBFLMF3 { width:20rem;height:15.125rem;top:27.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIRMih63ggT9UahMWtkqnHuDXrIo5E7T { width:20rem;height:15.125rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 { display:block; }#TtLxNH8H1bXd2ycdLOWJrSeFzaOuSVI5 > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4BDc2V9X9MTiPJ4gds5ker1495KZEJJ { width:13.4375rem;height:4rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmBR3EbfGVtWWVChxHpONezkyK8vRrKz { display:block; }
 }@media only screen and (max-width: 763px) { #KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 { display:block; }#KkcCT8Dh91sT2SGS1hGw7TQDHrBtIOZ8 > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1JiL69wbXmJ4Ju86zt414wtAEy39xBB { width:17.3123125rem;height:3.75rem;top:3.5592651367188rem;left:1.2500000596046rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9Vf0i4pZheLhhf0pugEEtzCaolHzvf { width:18.125rem;height:9.4453125rem;top:8.4365234375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSNS8augWA1ZODHQQsvbpnJTMZFJA9dd { width:20rem;height:20rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA5L8nkFE9DLamXHhUcKnymxrnrd4ovq { width:20rem;height:19.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am4memTxUX3Bzcm7p8HZfUOn0LIcAJKh { width:11.6875rem;height:3.375rem;top:41.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru0Ua6DF1LTJVgDBAbqZIRrZKX2NcarW { display:block; }
 }@media only screen and (max-width: 763px) { #Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh { display:block; }#Jiyy3ahdKT9Eakr9FI2uagiviWb0mwsh > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZKvogzvBmwU8Bq5GiKnsxXizmA021Zw { width:17.3115rem;height:7.5rem;top:2.5rem;left:1.375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p0TTU2cSGyzVd7Hlr7mi5KnQNcdH9TTf { width:17.3125rem;height:7.871125rem;top:9.5625rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfpC37XgHEiivktNOnHzt0FJaXoCob9z { width:20rem;height:40.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul { width:20rem;height:20rem;top:21.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3d6326d4-0d1a-4ef2-8082-fd45e60dffe8/pic5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul.adaptive-delivery-prevent-bg, #WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul.lazyload, #WZZoXHBxgwtkGMLM1JF5hMuK1Jlvylul.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #o5t4ZPkJfTmTKTRqQPU6tnhFIAiBcQyf { width:11.6875rem;height:3.375rem;top:42.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRkBLSTx30x6OVe6aEcbHVQx00WV5UTt { display:block; }
 }@media only screen and (max-width: 763px) { #FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr { display:block; }#FVDK1uuyBK47wWsX8eTTFaW2FPQNgQSr > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyBu9sGEOQ2WIDFGzDL95JHq6rGqgq9v { width:17.5625rem;height:6.75rem;top:3.064453125rem;left:1.25rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pG3r3n7vHxRieHbe5llLAdqtDCEfvJ9B { width:7rem;height:7rem;top:13.939453125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXVmmtWZTUJP12i6qJtb4Nyrh8OGrmIT { width:20rem;height:17.9373125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvgruvZMbGE3DSBIZvCSAxCoxCTFwUoV { width:13.4375rem;height:4rem;top:11.001953125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ3arzBZr61el3x9RQBmQiXVxefOGUp6 { display:block; }
 }