.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xcAn6HmU/Backround2_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { background-color: transparent; background-image: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .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); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { border-width: 0; border-radius: 0; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#mpFeklk6xXmltDHKVpOy6EJHOgwWE6pg { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:10.5rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#AknuTfQWeP411TRgZJkw2MHs5CDOysqb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container { background-color: transparent; background-image: none; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container > .video-iframe-container { display: none; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row > .video-iframe-container { display: none; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .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); }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container { border-width: 0; border-radius: 0; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:60rem;position:relative;display:block; }#rLskLRp8lUCDlJeH2ToTcUfTHxpmN8fi { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWZGC3NvN2N9X2xNgMl7fr08U0OyxqD1 { color:#000000;display:block;width:35.375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6.574999809265rem;left:12.3125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elTzmORLrmb53TDNwPp1H6vVpxHB4GfO { position:absolute;display:block;z-index:100026;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:33.0625rem;width:19.625rem;top:15.375rem;left:20.75rem;display:block; }
#dg67Wiu6yprs8SsNZRf2dGAkR4BWdcbu { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:17.4375rem;left:25.875rem;height:;font-style:normal;display:block; }
#CLPCK0ngJOKcqgDQInzPK53I7kLpRzhd { color:#000000;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:19.5rem;left:25.875rem;height:1.625rem;font-style:normal;display:block; }
#BeCR4asLArpV8zzMqySCWRywGqZtsiCE { color:#000000;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100029;line-height:1.3;letter-spacing:0;top:23.75rem;left:22.125rem;height:5.19921875rem;font-style:normal;display:block; }
#U51DUQkgWB7Zdy4HJu4IuZgaO873JTb9 { color:#000000;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100030;line-height:1.3;letter-spacing:0;top:29.8125rem;left:22.0625rem;height:2.9121125rem;font-style:normal;display:block; }#U51DUQkgWB7Zdy4HJu4IuZgaO873JTb9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U51DUQkgWB7Zdy4HJu4IuZgaO873JTb9 li:before{  }
#rnNguppI1ftm5T3uxt6vNMT9SUmJPZPu { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:3.25rem;top:13.762499809265rem;left:21.75rem;overflow:hidden;display:block; }
#tuWre6CLwBRrZ6ei7BTT1Iu05JIkXQAe { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -moz-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -ms-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -o-linear-gradient(84deg, #0becb2, #2cc2d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );";background-image: linear-gradient(84deg, #0becb2, #2cc2d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:42.875rem;left:25.1875rem;display:block; }
#bnJbGqF2fZqK2RdyK8Xb2TKfmhbl9vcX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IJNeMaEeRzruiBSZqxrGoy2uxHnWrBxi { color:#ffb200;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:36.125rem;left:26.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NO5hO0oNDleWTZlhzUkHdKbH6pmbAchJ { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:34.8125rem;left:26.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Au1TLqQTpSzKkUFNSXv3ezr0sCZaBaFZ { color:#22bc5a;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100058;line-height:1.3;letter-spacing:0;top:39.75rem;left:26.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HEO3hfJUTTxv6gw7pGPTexMkuZ20HgSX { position:absolute;display:block;z-index:100004;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.125rem;width:19.625rem;top:16.6875rem;left:1.625rem;display:block; }
#ipWUlEO9J9QoM2BCTZQizgoX9C9dPHKU { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:18.700000762939rem;left:6.15625rem;height:2.11230625rem;font-style:normal;display:block; }
#efNTadcyqsAxJB9bxEtouv6NZUa8f4GO { color:#000000;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:20.625rem;left:6.15625rem;height:1.4624rem;font-style:normal;display:block; }
#ykXfhKmQDOQz47qLpy11T50BS5uIDyCR { color:#000000;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100039;line-height:1.3;letter-spacing:0;top:24.012500762939rem;left:3.375rem;height:4.875rem;font-style:normal;display:block; }
#tAsuOfdTUQXO3aoIClbhP1nEZGrwyhiQ { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:2.375rem;top:18.1875rem;left:3.375rem;overflow:hidden;display:block; }
#SMAR4FTsm744aG2HL9ozZgbUlKAPTJoR { color:#000000;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:29.40625rem;left:3.375rem;height:2.75rem;font-style:normal;display:block; }#SMAR4FTsm744aG2HL9ozZgbUlKAPTJoR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SMAR4FTsm744aG2HL9ozZgbUlKAPTJoR li:before{  }
#IzMOivppAFKGRL7N0tE3XqhJ7q0SqJfN { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:35.4375rem;left:7.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXkOJnK9Mxzd9LmchmUFWnycEvLrgto8 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:34.0625rem;left:7.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfrJQyUM2u6yP7NKLESDMWOSHI1GJJ82 { color:#22bc5a;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:38.625rem;left:7.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHa0hX3D5EqDnCLzKlpiTiPPe6CCJltn { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -moz-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -ms-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -o-linear-gradient(84deg, #0becb2, #2cc2d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );";background-image: linear-gradient(84deg, #0becb2, #2cc2d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:41.1875rem;left:5.78125rem;display:block; }
#qGOCJi7bN6TtUf0ZoGTMtPJgLyEkUOnq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#id6sZA7pc6ItNqsmH2ckuqEmvds3CTeN { position:absolute;display:block;z-index:100014;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.125rem;width:19.625rem;top:16.6875rem;left:38.9375rem;display:block; }
#A3qCbnC1MFFQuul2MU7l33m8q3z8wl9l { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:18.6875rem;left:44.625rem;height:2.11230625rem;font-style:normal;display:block; }
#CribD88uW0eQQL4rSJLxvwLeeXN5C1RH { color:#000000;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:20.625rem;left:44.625rem;height:1.4624rem;font-style:normal;display:block; }
#UJgyWiyVcJNNnFMq0C0EFyOzN26vbB7J { color:#000000;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100049;line-height:1.3;letter-spacing:0;top:24rem;left:41.8125rem;height:4.875rem;font-style:normal;display:block; }
#fHNSIVzKCArptPMyR2UwCsKTAbzHF9vv { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:2.375rem;top:18.1875rem;left:41.8125rem;overflow:hidden;display:block; }
#uB7pTbD129BRL12ftmHBzCsJAxRyxk91 { color:#000000;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100050;line-height:1.3;letter-spacing:0;top:29.4375rem;left:41.8125rem;height:2.75rem;font-style:normal;display:block; }#uB7pTbD129BRL12ftmHBzCsJAxRyxk91 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uB7pTbD129BRL12ftmHBzCsJAxRyxk91 li:before{  }
#VwO66MM0FsP0ClzS0TIISdMKTLL75oQm { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:34.0625rem;left:45.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIpBPaMu7dIsOiJaVkDgpXwzp69p5ko4 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:35.4375rem;left:45.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0nG2Fi0bwCwBWtQo0lCra9OtRT8WUIx { color:#22bc5a;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100078;line-height:1.3;letter-spacing:0;top:38.625rem;left:45.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZokJ8ZBgxHQoWe5QbJnU5QgUsu16s52M { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -moz-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -ms-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -o-linear-gradient(84deg, #0becb2, #2cc2d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );";background-image: linear-gradient(84deg, #0becb2, #2cc2d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:41.1875rem;left:44.1875rem;display:block; }
#tNB45d1hilTvIQOOM8KNptXoSGI8WQLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row .container { background-color: transparent; background-image: none; }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row .container > .video-iframe-container { display: none; }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row > .video-iframe-container { display: none; }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .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); }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row .container { border-width: 0; border-radius: 0; }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#pF2MtNwKoDcB6yvJ5sUvrDaXgNq7ZPTv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#KKnDb6AxiA0p4BNwZVxi2A5KuCI5vLpQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.0625rem;top:2.375rem;left:30rem;overflow:hidden;display:block; }
#REsKD4AuCwEGs3QKu5Erbp2NqJUaXJxa { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:2.3125rem;left:45rem;overflow:hidden;display:block; }
#klWbnSlqTZKQzIT2tUpqwaukiu9OAoOU { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.5rem;top:2.4375rem;left:15rem;overflow:hidden;display:block; }
#RborhIQSGn0gnrWqNCABX5qgxGVT1u1M { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4rem;height:1.4624rem;font-style:normal;display:block; }
#qZJJWOoNryDOoEQAdB7NHHFWOIiTL1X4 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.625rem;left:4rem;height:2.5996125rem;font-style:normal;display:block; }
#qsn32rTUvoc4OAswmPKQT35DOMkAKMsL { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.625rem;left:18.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#OlHxTU3GDNt12cyzTfPWzTSU5sFMvOrt { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:18.9375rem;height:1.4624rem;font-style:normal;display:block; }
#HkNTX84WA0SdJDQ7klPgFqV9IsM2T1UA { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:33.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#A8rOqOJV1yZLVwTLPt6DCLL5Pu2TmDWs { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2rem;left:33.9375rem;height:1.4624rem;font-style:normal;display:block; }
#yXUS5vncgUvuH90F5CP4hSzzAsLJW1gz { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:48.875rem;height:2.5996125rem;font-style:normal;display:block; }
#gO9oJKfMLwCzdqJla6qyL8mq4p9rB1RD { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2rem;left:48.875rem;height:1.4624rem;font-style:normal;display:block; }
#Q34CzapgZvusnIK5g15bB75445v8TeKw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container { background-color: transparent; background-image: none; }#Q34CzapgZvusnIK5g15bB75445v8TeKw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container > .video-iframe-container { display: none; }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row > .video-iframe-container { display: none; }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .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); }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container { border-width: 0; border-radius: 0; }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpFeklk6xXmltDHKVpOy6EJHOgwWE6pg { top:0.625rem;left:0rem;width:10.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AknuTfQWeP411TRgZJkw2MHs5CDOysqb { display:block; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLskLRp8lUCDlJeH2ToTcUfTHxpmN8fi { top:2.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWZGC3NvN2N9X2xNgMl7fr08U0OyxqD1 { top:6.5625rem;left:6.1875rem;width:35.375rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elTzmORLrmb53TDNwPp1H6vVpxHB4GfO { top:15.375rem;left:14.625rem;width:19.625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg67Wiu6yprs8SsNZRf2dGAkR4BWdcbu { top:17.4375rem;left:19.75rem;width:11.3125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLPCK0ngJOKcqgDQInzPK53I7kLpRzhd { top:19.5rem;left:19.75rem;width:12.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeCR4asLArpV8zzMqySCWRywGqZtsiCE { top:23.75rem;left:16rem;width:17rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U51DUQkgWB7Zdy4HJu4IuZgaO873JTb9 { top:29.8125rem;left:15.9375rem;width:17rem;height:2.875rem;font-size:1rem;display:block; }#U51DUQkgWB7Zdy4HJu4IuZgaO873JTb9 li:before{  }
 }@media only screen and (max-width: 763px) { #rnNguppI1ftm5T3uxt6vNMT9SUmJPZPu { top:13.75rem;left:15.625rem;width:3.25rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuWre6CLwBRrZ6ei7BTT1Iu05JIkXQAe { width:10.8125rem;height:3.125rem;top:42.875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnJbGqF2fZqK2RdyK8Xb2TKfmhbl9vcX { display:block; }
 }@media only screen and (max-width: 763px) { #IJNeMaEeRzruiBSZqxrGoy2uxHnWrBxi { top:36.125rem;left:20.625rem;width:7.6875rem;height:4.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO5hO0oNDleWTZlhzUkHdKbH6pmbAchJ { top:34.8125rem;left:20.625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au1TLqQTpSzKkUFNSXv3ezr0sCZaBaFZ { top:39.75rem;left:20.75rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEO3hfJUTTxv6gw7pGPTexMkuZ20HgSX { top:16.6875rem;left:0rem;width:19.625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWUlEO9J9QoM2BCTZQizgoX9C9dPHKU { top:18.6875rem;left:0.03125rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efNTadcyqsAxJB9bxEtouv6NZUa8f4GO { top:20.625rem;left:0.03125rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXfhKmQDOQz47qLpy11T50BS5uIDyCR { top:24rem;left:0rem;width:16rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAsuOfdTUQXO3aoIClbhP1nEZGrwyhiQ { top:18.1875rem;left:0rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMAR4FTsm744aG2HL9ozZgbUlKAPTJoR { top:29.375rem;left:0rem;width:16rem;height:2.75rem;font-size:0.9375rem;display:block; }#SMAR4FTsm744aG2HL9ozZgbUlKAPTJoR li:before{  }
 }@media only screen and (max-width: 763px) { #IzMOivppAFKGRL7N0tE3XqhJ7q0SqJfN { top:35.4375rem;left:1.25rem;width:7.6875rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXkOJnK9Mxzd9LmchmUFWnycEvLrgto8 { top:34.0625rem;left:1.25rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfrJQyUM2u6yP7NKLESDMWOSHI1GJJ82 { top:38.625rem;left:1.375rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHa0hX3D5EqDnCLzKlpiTiPPe6CCJltn { width:10.8125rem;height:3.125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGOCJi7bN6TtUf0ZoGTMtPJgLyEkUOnq { display:block; }
 }@media only screen and (max-width: 763px) { #id6sZA7pc6ItNqsmH2ckuqEmvds3CTeN { top:16.6875rem;left:28.125rem;width:19.625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qCbnC1MFFQuul2MU7l33m8q3z8wl9l { top:18.6875rem;left:36.4375rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CribD88uW0eQQL4rSJLxvwLeeXN5C1RH { top:20.625rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJgyWiyVcJNNnFMq0C0EFyOzN26vbB7J { top:24rem;left:31.75rem;width:16rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHNSIVzKCArptPMyR2UwCsKTAbzHF9vv { top:18.1875rem;left:35.6875rem;width:2.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB7pTbD129BRL12ftmHBzCsJAxRyxk91 { top:29.4375rem;left:31.75rem;width:16rem;height:2.75rem;font-size:0.9375rem;display:block; }#uB7pTbD129BRL12ftmHBzCsJAxRyxk91 li:before{  }
 }@media only screen and (max-width: 763px) { #VwO66MM0FsP0ClzS0TIISdMKTLL75oQm { top:34.0625rem;left:39.5625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIpBPaMu7dIsOiJaVkDgpXwzp69p5ko4 { top:35.4375rem;left:39.5625rem;width:7.6875rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nG2Fi0bwCwBWtQo0lCra9OtRT8WUIx { top:38.625rem;left:39.6875rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZokJ8ZBgxHQoWe5QbJnU5QgUsu16s52M { width:10.8125rem;height:3.125rem;top:41.1875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNB45d1hilTvIQOOM8KNptXoSGI8WQLd { display:block; }
 }@media only screen and (max-width: 763px) { #H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f { display:block; }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pF2MtNwKoDcB6yvJ5sUvrDaXgNq7ZPTv { top:2.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKnDb6AxiA0p4BNwZVxi2A5KuCI5vLpQ { top:2.375rem;left:23.875rem;width:3.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REsKD4AuCwEGs3QKu5Erbp2NqJUaXJxa { top:2.3125rem;left:35.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWbnSlqTZKQzIT2tUpqwaukiu9OAoOU { top:2.4375rem;left:11.9375rem;width:2.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RborhIQSGn0gnrWqNCABX5qgxGVT1u1M { top:2.1875rem;left:0.875rem;width:10.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZJJWOoNryDOoEQAdB7NHHFWOIiTL1X4 { top:3.625rem;left:0.8125rem;width:10.3125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsn32rTUvoc4OAswmPKQT35DOMkAKMsL { top:3.625rem;left:13.5625rem;width:10.3125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlHxTU3GDNt12cyzTfPWzTSU5sFMvOrt { top:2.1875rem;left:12.8125rem;width:10.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkNTX84WA0SdJDQ7klPgFqV9IsM2T1UA { top:3.4375rem;left:25.5625rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8rOqOJV1yZLVwTLPt6DCLL5Pu2TmDWs { top:2rem;left:24.75rem;width:10.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXUS5vncgUvuH90F5CP4hSzzAsLJW1gz { top:3.4375rem;left:36.625rem;width:10.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9oJKfMLwCzdqJla6qyL8mq4p9rB1RD { top:2rem;left:36.6875rem;width:10.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34CzapgZvusnIK5g15bB75445v8TeKw { display:block; }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .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) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpFeklk6xXmltDHKVpOy6EJHOgwWE6pg { width:10.5rem;height:2.625rem;top:0.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AknuTfQWeP411TRgZJkw2MHs5CDOysqb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/egNlwnxM/Backround_1_png.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb.adaptive-delivery-prevent-bg, #AknuTfQWeP411TRgZJkw2MHs5CDOysqb.lazyload, #AknuTfQWeP411TRgZJkw2MHs5CDOysqb.lazyloading { background-image: none; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container { background-color: transparent; background-image: none; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container > .video-iframe-container { display: none; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row > .video-iframe-container { display: none; }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .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); }#AknuTfQWeP411TRgZJkw2MHs5CDOysqb > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLskLRp8lUCDlJeH2ToTcUfTHxpmN8fi { width:20rem;height:2.5996125rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FWZGC3NvN2N9X2xNgMl7fr08U0OyxqD1 { width:20rem;height:3.7373rem;top:4.6625003814697rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #elTzmORLrmb53TDNwPp1H6vVpxHB4GfO { width:18.75rem;height:30.3125rem;top:42.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg67Wiu6yprs8SsNZRf2dGAkR4BWdcbu { width:11.3125rem;height:2.2749rem;top:44.625rem;left:4.75rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CLPCK0ngJOKcqgDQInzPK53I7kLpRzhd { width:12.125rem;height:1.625rem;top:46.6875rem;left:4.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BeCR4asLArpV8zzMqySCWRywGqZtsiCE { width:17rem;height:4.875rem;top:50.1875rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U51DUQkgWB7Zdy4HJu4IuZgaO873JTb9 { width:17rem;height:2.75rem;top:55.5625rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#U51DUQkgWB7Zdy4HJu4IuZgaO873JTb9 li:before{  }
 }@media only screen and (max-width: 763px) { #rnNguppI1ftm5T3uxt6vNMT9SUmJPZPu { width:1.375rem;height:4.0625rem;top:44.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuWre6CLwBRrZ6ei7BTT1Iu05JIkXQAe { width:10.8125rem;height:3.125rem;top:67.3125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnJbGqF2fZqK2RdyK8Xb2TKfmhbl9vcX { display:block; }
 }@media only screen and (max-width: 763px) { #IJNeMaEeRzruiBSZqxrGoy2uxHnWrBxi { width:7.6875rem;height:3.4121125rem;top:61.375rem;left:6.1875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NO5hO0oNDleWTZlhzUkHdKbH6pmbAchJ { width:7.6875rem;height:1.7871125rem;top:60.0625rem;left:6.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Au1TLqQTpSzKkUFNSXv3ezr0sCZaBaFZ { width:7.4375rem;height:1.29980625rem;top:64.25rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEO3hfJUTTxv6gw7pGPTexMkuZ20HgSX { width:18.75rem;height:29.875rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWUlEO9J9QoM2BCTZQizgoX9C9dPHKU { width:11.3125rem;height:2.11230625rem;top:12.875rem;left:4.75rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efNTadcyqsAxJB9bxEtouv6NZUa8f4GO { width:12.125rem;height:1.4624rem;top:14.8125rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ykXfhKmQDOQz47qLpy11T50BS5uIDyCR { width:16rem;height:4.875rem;top:18.1875rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAsuOfdTUQXO3aoIClbhP1nEZGrwyhiQ { width:2.375rem;height:4.25rem;top:12.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMAR4FTsm744aG2HL9ozZgbUlKAPTJoR { width:16rem;height:2.75rem;top:23.625rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#SMAR4FTsm744aG2HL9ozZgbUlKAPTJoR li:before{  }
 }@media only screen and (max-width: 763px) { #IzMOivppAFKGRL7N0tE3XqhJ7q0SqJfN { width:7.6875rem;height:3.25rem;top:29.25rem;left:5.9375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXkOJnK9Mxzd9LmchmUFWnycEvLrgto8 { width:7.6875rem;height:1.7871125rem;top:27.875rem;left:5.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfrJQyUM2u6yP7NKLESDMWOSHI1GJJ82 { width:7.4375rem;height:1.29980625rem;top:32rem;left:6.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHa0hX3D5EqDnCLzKlpiTiPPe6CCJltn { width:10.8125rem;height:3.125rem;top:35.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGOCJi7bN6TtUf0ZoGTMtPJgLyEkUOnq { display:block; }
 }@media only screen and (max-width: 763px) { #id6sZA7pc6ItNqsmH2ckuqEmvds3CTeN { width:18.75rem;height:29.875rem;top:75.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qCbnC1MFFQuul2MU7l33m8q3z8wl9l { width:11.3125rem;height:2.11230625rem;top:77.125rem;left:4.75rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CribD88uW0eQQL4rSJLxvwLeeXN5C1RH { width:12.125rem;height:1.4624rem;top:79.0625rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJgyWiyVcJNNnFMq0C0EFyOzN26vbB7J { width:16rem;height:4.875rem;top:82.3125rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHNSIVzKCArptPMyR2UwCsKTAbzHF9vv { width:2.375rem;height:4.125rem;top:76.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB7pTbD129BRL12ftmHBzCsJAxRyxk91 { width:16rem;height:2.75rem;top:87.875rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#uB7pTbD129BRL12ftmHBzCsJAxRyxk91 li:before{  }
 }@media only screen and (max-width: 763px) { #VwO66MM0FsP0ClzS0TIISdMKTLL75oQm { width:7.6875rem;height:1.7871125rem;top:92.375rem;left:6.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIpBPaMu7dIsOiJaVkDgpXwzp69p5ko4 { width:7.6875rem;height:3.25rem;top:93.6875rem;left:6.1875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0nG2Fi0bwCwBWtQo0lCra9OtRT8WUIx { width:7.4375rem;height:1.29980625rem;top:96.375rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZokJ8ZBgxHQoWe5QbJnU5QgUsu16s52M { width:10.8125rem;height:3.125rem;top:99.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNB45d1hilTvIQOOM8KNptXoSGI8WQLd { display:block; }
 }@media only screen and (max-width: 763px) { #H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f { display:block; }#H2wtLbC5QJiTEtTBoL1UoZ1EldycUL6f > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pF2MtNwKoDcB6yvJ5sUvrDaXgNq7ZPTv { width:3.25rem;height:3.25rem;top:2.3125rem;left:8.5625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKnDb6AxiA0p4BNwZVxi2A5KuCI5vLpQ { width:3.0625rem;height:3.25rem;top:19.9375rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #REsKD4AuCwEGs3QKu5Erbp2NqJUaXJxa { width:3.0625rem;height:3.0625rem;top:28.624134063721rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWbnSlqTZKQzIT2tUpqwaukiu9OAoOU { width:2.5rem;height:2.625rem;top:11.6875rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #RborhIQSGn0gnrWqNCABX5qgxGVT1u1M { width:20rem;height:1.4624rem;top:6.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZJJWOoNryDOoEQAdB7NHHFWOIiTL1X4 { width:20rem;height:1.29980625rem;top:8.1579856872556rem;left:0.061631917953491rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qsn32rTUvoc4OAswmPKQT35DOMkAKMsL { width:20rem;height:1.29980625rem;top:16.8125rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlHxTU3GDNt12cyzTfPWzTSU5sFMvOrt { width:20rem;height:1.4624rem;top:14.868923187256rem;left:0.18663191795349rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkNTX84WA0SdJDQ7klPgFqV9IsM2T1UA { width:19.8125rem;height:1.29980625rem;top:25.187503814698rem;left:0.18663191795349rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8rOqOJV1yZLVwTLPt6DCLL5Pu2TmDWs { width:20rem;height:1.4624rem;top:23.368923187256rem;left:0.18663191795349rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXUS5vncgUvuH90F5CP4hSzzAsLJW1gz { width:20rem;height:1.29980625rem;top:34.125003814698rem;left:0.18663191795349rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gO9oJKfMLwCzdqJla6qyL8mq4p9rB1RD { width:20rem;height:1.4624rem;top:32.375003814698rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q34CzapgZvusnIK5g15bB75445v8TeKw { background-color:transparent;background-image:url("https://images.assets-landingi.com/gBNUDPmO/Backround_2.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Q34CzapgZvusnIK5g15bB75445v8TeKw.adaptive-delivery-prevent-bg, #Q34CzapgZvusnIK5g15bB75445v8TeKw.lazyload, #Q34CzapgZvusnIK5g15bB75445v8TeKw.lazyloading { background-image: none; }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container { background-color: transparent; background-image: none; }#Q34CzapgZvusnIK5g15bB75445v8TeKw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container > .video-iframe-container { display: none; }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row > .video-iframe-container { display: none; }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .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); }#Q34CzapgZvusnIK5g15bB75445v8TeKw > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }