.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#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); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container { background-color: transparent; background-image: none; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container > .video-iframe-container { display: none; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row > .video-iframe-container { display: none; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .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); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container { border-width: 0; border-radius: 0; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row > .video-iframe-container {  }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#yTpr55EqV29ssLEcGfCRGGCR7TDZCUKm { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:69.875rem;display:block; }
#I5hMteciqk2edqV71xBflV1FLwoKQpwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTOTHqx5Svyt19xsyZaTRPbhR7JWEN69 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:47.09375rem;display:block; }
#Ad0T2XUWCzk2J7yIZtSEU3B1kzX1uSu3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mo80l3gsCM7IAKF8G9050w6mqPWavhKi { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:42.375rem;display:block; }
#B6tMXZ7SyVJBs9ybxWUcZ3z5KhTzxsXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuzxPrFAJRvuZLCs26D4AQXWo5ReIg2X { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:15.5625rem;top:1.1241320371627rem;left:0rem;overflow:hidden;display:block; }
#yLlPyiGDdFAGpDVBRfpbInJlKeo9mFxQ { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:3.125rem;left:72.125rem;display:block; }
#OsMbAUsJ5K9U8LTNcTF9wfx2b1AXa30q { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#Wvm0xfTfnvqSov9DV3W4Q03lOeA6qSWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nszZglr3ZbRCHtS64TSNwRKy7ikZAZE7 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#oFTZ3sQTmvSM3alLVZlFnz3iPxvFxhZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKC9TMUnzvr6BXznGOpWJJzrvLhlwG5R { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#I3UIwUwNxGbTqN5dzC05mbSArve3UktF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRJQRt8FOit6wQus6gZDCaCVtPC8sOAv { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:19.875rem;height:1.13671875rem;font-style:normal;display:block; }
#fQpQFuyBMWb65ce7IgIZIcSF35fyZVR8 { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:33.09375rem;height:1.13671875rem;font-style:normal;display:block; }
#S5Xb8ui7Mb0hv5UnKdIcCEDsLfEf8WRG { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5rem;left:18.4375rem;display:block; }
#Bi69lMXpvTRZgCltnfPVeRDs48DBPxcH { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.5rem;left:31.875rem;display:block; }
#iWTMPA2z9UZO7mr4XK6PaxBo73QOP0Tr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ItHhv6A8Nhg3P5C4iMNuVv010domvIU4 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:59.59375rem;display:block; }
#A1T6sTQi0oKp6XlEyGdcfyd9s4Cnekba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f5f8;background-image:url("https://images.assets-landingi.com/uc/24c274db-1032-465f-9b9e-c882b6dacc42/Group2393.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF.adaptive-delivery-prevent-bg, #Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF.lazyload, #Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF.lazyloading { background-image: none; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container { background-color: transparent; background-image: none; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container > .video-iframe-container { display: none; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row > .video-iframe-container { display: none; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .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); }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container { border-width: 0; border-radius: 0; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row > .video-iframe-container {  }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#lQQbdZdohm8tTJJ3D8Nv58L9ItygCsKM { color:#131b23;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uT1GFGG0GbUcfEZiVnvpJvTupQ4bxXA6 { position:absolute;display:block;z-index:15002;background-color:#b46088;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:0.125rem;width:9.375rem;top:14.625rem;left:0rem;display:block; }
#fkBliCkCmlItvEedUo2IGa3AgrdXnyzU { color:#131b23;display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:14999;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0rem;height:16.507175rem;text-align:left;text-align-last:left;display:block; }
#qBCTxeqVn8skqFXeuJr240J1Gim32E9n { background-color:#42376a;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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.5625rem;left:0rem;display:block; }
#JrfFlp0lZd1bB03azhfB6xXD8T6Tymu4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQcD9kmsRNb6eWe9snR8GNHRexP71mVS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.25rem;width:18.4375rem;top:11.8125rem;left:46.03125rem;overflow:hidden;display:block; }
#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f5f8;background-image:url("https://images.assets-landingi.com/uc/46a0aa4c-221b-4671-9b28-38962e2cde3f/Path8474.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8.adaptive-delivery-prevent-bg, #n9LAJCZ9UFSAatqEEcATccK8bumVohl8.lazyload, #n9LAJCZ9UFSAatqEEcATccK8bumVohl8.lazyloading { background-image: none; }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row .container { background-color: transparent; background-image: none; }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row .container > .video-iframe-container { display: none; }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row > .video-iframe-container { display: none; }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .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); }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row .container { border-width: 0; border-radius: 0; }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row > .video-iframe-container {  }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f5f8;background-image:none;position:relative;display:block; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { background-color: transparent; background-image: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .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); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { border-width: 0; border-radius: 0; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container {  }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { font-size:0.875rem;font-family:arial;height:126.625rem;width:75rem;position:relative;display:block; }#CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { color:#131b23;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4130859375rem;left:22.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { position:absolute;display:block;z-index:15001;background-color:#b46088;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:0.125rem;width:9.375rem;top:9.875rem;left:32.8125rem;display:block; }
#QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { color:#131b23;display:block;width:56.749rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.9375rem;left:9.125rem;height:18.28125rem;text-align:center;text-align-last:center;display:block; }
#VC4lAJwklT0Uuho1hHGIh6t7fh77cEz4 { color:#131b23;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:39.5625rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sRpC0PvJDVywQeA3eXvsL6xnNpg518wM { color:#131b23;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:42rem;left:0rem;height:12.0051875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hJXv66Tkx5SfFKhh5BWwuZiO3GWi8Gnc { color:#131b23;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:60.1875rem;left:37.3125rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qZ4ZbbeCHeePJ6EPxaKEqkeBgfCPO5aL { color:#131b23;display:block;width:37.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:62.625rem;left:37.3125rem;height:18.007775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztU38Pvt4UIxrZVasvJI7CoKvV0gT3Lb { color:#131b23;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:86.875rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DNfWoyXV8KKKp4cybvbcX9oeauh4kCn2 { color:#131b23;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:89.3125rem;left:0rem;height:7.50325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KbllyI6Gi6V6a8Rv3TvtmKkXaSMcrWWt { color:#131b23;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:103.0625rem;left:37.3125rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tCeS4Z6NbihgvX2pdLiOyZ2M5oXvg8Us { color:#131b23;display:block;width:37.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:105.5rem;left:37.3125rem;height:12.0051875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccc9dc;background-image:url("https://images.assets-landingi.com/uc/816d5ca4-3e59-4142-819a-a21fa8e1ec4f/Path9348.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G.adaptive-delivery-prevent-bg, #CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G.lazyload, #CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G.lazyloading { background-image: none; }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row .container { background-color: transparent; background-image: none; }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row .container > .video-iframe-container { display: none; }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row > .video-iframe-container { display: none; }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .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); }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row .container { border-width: 0; border-radius: 0; }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row > .video-iframe-container {  }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccc9dc;background-image:none;position:relative;display:block; }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row .container { background-color: transparent; background-image: none; }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row .container > .video-iframe-container { display: none; }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row > .video-iframe-container { display: none; }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .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); }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row .container { border-width: 0; border-radius: 0; }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row > .video-iframe-container {  }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#CLAiKwNl1Km8s6EBPRVyaUI9X4koLqfJ { color:#42376a;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:22.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lr73oa6yHRhDhaitlINX22FQI3Jpmxxu { position:absolute;display:block;z-index:15004;background-color:#42376a;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:0.124783125rem;width:9.375rem;top:12.625rem;left:32.875rem;display:block; }
#VzRJiKASxmAZkco8ymZCuRSmD2lkD5k8 { color:#131b23;display:block;width:56.7480625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:15.6875rem;left:9.125rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#DkM6hnTG2GBnIG6pDap1S3b5LgSLqRZa { color:#131b23;display:block;width:19.249125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:30.123699426651rem;left:27.874351501465rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccc9dc;background-image:none;position:relative;display:block; }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row .container { background-color: transparent; background-image: none; }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row .container > .video-iframe-container { display: none; }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row > .video-iframe-container { display: none; }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .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); }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row .container { border-width: 0; border-radius: 0; }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row > .video-iframe-container {  }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#uKQJLPJUiK1gevrx0QQRLOAF2mdaPTVG { color:#131b23;display:block;width:22.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#uyQek0Pu9OuInvGhcbBiblim5zw4mzDJ { color:#131b23;display:block;width:19.2480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:6.625rem;left:0rem;height:1.50065rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k8J9l6dL38PolZ6QvMzlefnlnFBSN6Re { color:#131b23;display:block;width:22.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.6875rem;left:25rem;height:12.65625rem;text-align:left;text-align-last:left;display:block; }
#XutacQlXKWiZiATFTKqmOTklGZmgsS8k { color:#131b23;display:block;width:19.2480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:6.625rem;left:25rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRt3lOPZZS5kcVCGh7RkELvpJ7LVXWW7 { color:#131b23;display:block;width:22.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.6875rem;left:50rem;height:15.46875rem;text-align:left;text-align-last:left;display:block; }
#q6WC7h5pZqLLVk734Tq3pQTTrgLbdiug { color:#131b23;display:block;width:19.2480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:6.625rem;left:50rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WzUIpImWn4tnJPNhBhQAliMvwdstoEE5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:5.375rem;top:1.3172740936279rem;left:0rem;overflow:hidden;display:block; }
#v2mxE7ofFsZNb6Bu0vhvLhTANTyFDAwH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.3172740936279rem;left:25.000003814698rem;overflow:hidden;display:block; }
#HAx7VG4AzhJ0QC8sJ8ss4i4PVb5bPO4l { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.3140182495118rem;left:50.000003814698rem;overflow:hidden;display:block; }
#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccc9dc;background-image:none;position:relative;display:block; }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row .container { background-color: transparent; background-image: none; }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row .container > .video-iframe-container { display: none; }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row > .video-iframe-container { display: none; }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .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); }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row .container { border-width: 0; border-radius: 0; }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row > .video-iframe-container {  }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#xCGvcZMHWoSWxQ6qDPfBXMwSeT4rcmq7 { color:#131b23;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.6870651245119rem;left:0rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#Gb9k624SkhAoTuWKSW3IhX60bpQUCeZn { color:#131b23;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:6.6243476867675rem;left:0rem;height:1.50065rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpQuJXNsco2NrSeI4ymNMaZ4I5oNHC76 { color:#131b23;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.6870651245119rem;left:25.000003814698rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#GR5tyFWbV1rAZvJQs1a2UecwthAWQLvu { color:#131b23;display:block;width:19.2480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:6.625rem;left:25rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hQVOtuQPeT9ghERk1lCqKdMPuyiJ9esU { color:#131b23;display:block;width:23rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.6870651245119rem;left:50.000003814698rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#QUBmkD7Qv7q5zNylOynzllA3bOfWkVOD { color:#131b23;display:block;width:19.2480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:6.625rem;left:50rem;height:1.50065rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Anp0XkFrNRJIar6hnMNcFHUarQBSXKr4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.3172760009766rem;left:0rem;overflow:hidden;display:block; }
#cAHnFkyVGb8ghvMdMXJqDSDEXWELosfU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.3802070617676rem;left:25.000003814698rem;overflow:hidden;display:block; }
#MpWBgZVhkvbtkPVIvDCGIOfv0MvxVi82 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.3802070617676rem;left:50.000003814698rem;overflow:hidden;display:block; }
#moxomOn0JtTu8RoXkREko7PWzLTKONT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccc9dc;background-image:none;position:relative;display:block; }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row .container { background-color: transparent; background-image: none; }#moxomOn0JtTu8RoXkREko7PWzLTKONT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row .container > .video-iframe-container { display: none; }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row > .video-iframe-container { display: none; }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .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); }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row .container { border-width: 0; border-radius: 0; }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row > .video-iframe-container {  }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#P6xBq5mf9iqgeg8GFzXxXEm7lUgWm1sr { color:#131b23;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.6859817504881rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#yBnhyqV0eygHKkEnTHrCZotE0oJp6GDP { color:#131b23;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:6.6243476867675rem;left:0rem;height:1.50065rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WKasTwuqQUsEdwD0mSp4sU7dRwBKm6Tq { color:#131b23;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.6859817504881rem;left:25.000003814698rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#M3uB7m4w7aB8OiuAslTXcVsKP0m7qgW7 { color:#131b23;display:block;width:19.2480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:6.625rem;left:25rem;height:1.50065rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PZJf4vnaTUH4O2ovMCP94AfEiiRCZfwV { color:#131b23;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.6859817504881rem;left:50.000003814698rem;height:12.65625rem;text-align:left;text-align-last:left;display:block; }
#OvTTLCRytJKXTK6TIyh03zxXNaZJXQeh { color:#131b23;display:block;width:19.2480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:6.625rem;left:50rem;height:1.50065rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I4S2EUDesGlmJ5kMwwiTTtUONa4bwMG5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.3802089691162rem;left:0rem;overflow:hidden;display:block; }
#bemXWt80zBiHOTnsKzQxyU2uhTnJofhs { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.3802089691162rem;left:25.000003814698rem;overflow:hidden;display:block; }
#B2kSk7DBng8ZbXTyagUo4JnUgq7Tq5NX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.3802089691162rem;left:50.000003814698rem;overflow:hidden;display:block; }
#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccc9dc;background-image:url("https://images.assets-landingi.com/uc/442925f7-d0b3-4f7d-a93d-075e39c10300/FooterBg.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM.adaptive-delivery-prevent-bg, #Tf4QNAdboB1wAbboA5tIrv66OOJawFOM.lazyload, #Tf4QNAdboB1wAbboA5tIrv66OOJawFOM.lazyloading { background-image: none; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container { background-color: transparent; background-image: none; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container > .video-iframe-container { display: none; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row > .video-iframe-container { display: none; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .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); }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container { border-width: 0; border-radius: 0; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row > .video-iframe-container {  }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#vmFzAEDVNEnvwczFTOAZTiT9MQcgmK0d { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6864166259766rem;left:45.186420440674rem;height:2.2721375rem;text-align:right;text-align-last:right;display:block; }
#uUTIxqqIi0UG80Eg2h0n1HpdQtmKuVTb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.43706875rem;width:12.9373125rem;top:4.6039505004883rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG { display:block; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTpr55EqV29ssLEcGfCRGGCR7TDZCUKm { width:5.125rem;height:1.75rem;top:1.375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5hMteciqk2edqV71xBflV1FLwoKQpwO { display:block; }
 }@media only screen and (max-width: 763px) { #oTOTHqx5Svyt19xsyZaTRPbhR7JWEN69 { width:12.25rem;height:1.75rem;top:1.4375rem;left:33.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad0T2XUWCzk2J7yIZtSEU3B1kzX1uSu3 { display:block; }
 }@media only screen and (max-width: 763px) { #Mo80l3gsCM7IAKF8G9050w6mqPWavhKi { width:4.25rem;height:1.75rem;top:1.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tMXZ7SyVJBs9ybxWUcZ3z5KhTzxsXm { display:block; }
 }@media only screen and (max-width: 763px) { #cuzxPrFAJRvuZLCs26D4AQXWo5ReIg2X { top:1.0625rem;left:0rem;width:15.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLlPyiGDdFAGpDVBRfpbInJlKeo9mFxQ { top:3.125rem;left:47.125rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsMbAUsJ5K9U8LTNcTF9wfx2b1AXa30q { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wvm0xfTfnvqSov9DV3W4Q03lOeA6qSWV { display:block; }
 }@media only screen and (max-width: 763px) { #nszZglr3ZbRCHtS64TSNwRKy7ikZAZE7 { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFTZ3sQTmvSM3alLVZlFnz3iPxvFxhZJ { display:block; }
 }@media only screen and (max-width: 763px) { #iKC9TMUnzvr6BXznGOpWJJzrvLhlwG5R { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3UIwUwNxGbTqN5dzC05mbSArve3UktF { display:block; }
 }@media only screen and (max-width: 763px) { #oRJQRt8FOit6wQus6gZDCaCVtPC8sOAv { top:1.625rem;left:6.25rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQpQFuyBMWb65ce7IgIZIcSF35fyZVR8 { top:1.625rem;left:19.46875rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Xb8ui7Mb0hv5UnKdIcCEDsLfEf8WRG { top:1.5rem;left:4.8125rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi69lMXpvTRZgCltnfPVeRDs48DBPxcH { top:1.5rem;left:18.25rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWTMPA2z9UZO7mr4XK6PaxBo73QOP0Tr { display:none; }
 }@media only screen and (max-width: 763px) { #ItHhv6A8Nhg3P5C4iMNuVv010domvIU4 { width:10.0625rem;height:1.75rem;top:1.375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1T6sTQi0oKp6XlEyGdcfyd9s4Cnekba { display:block; }
 }@media only screen and (max-width: 763px) { #Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF { display:block; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQQbdZdohm8tTJJ3D8Nv58L9ItygCsKM { top:10.1875rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1GFGG0GbUcfEZiVnvpJvTupQ4bxXA6 { top:14.625rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkBliCkCmlItvEedUo2IGa3AgrdXnyzU { top:16.5625rem;left:0rem;width:35.5625rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBCTxeqVn8skqFXeuJr240J1Gim32E9n { width:13.125rem;height:3.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrfFlp0lZd1bB03azhfB6xXD8T6Tymu4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQcD9kmsRNb6eWe9snR8GNHRexP71mVS { top:11.8125rem;left:29.3125rem;width:18.4375rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LAJCZ9UFSAatqEEcATccK8bumVohl8 { display:block; }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { display:block; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { top:5.375rem;left:9.25rem;width:29.25rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { top:9.875rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { top:12.875rem;left:0rem;width:47.75rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC4lAJwklT0Uuho1hHGIh6t7fh77cEz4 { top:39.5625rem;left:0rem;width:16.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRpC0PvJDVywQeA3eXvsL6xnNpg518wM { top:42rem;left:0rem;width:33.875rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJXv66Tkx5SfFKhh5BWwuZiO3GWi8Gnc { top:60.1875rem;left:23.6875rem;width:16.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4ZbbeCHeePJ6EPxaKEqkeBgfCPO5aL { top:62.625rem;left:10.125rem;width:37.625rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztU38Pvt4UIxrZVasvJI7CoKvV0gT3Lb { top:86.875rem;left:0rem;width:16.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNfWoyXV8KKKp4cybvbcX9oeauh4kCn2 { top:89.3125rem;left:0rem;width:33.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbllyI6Gi6V6a8Rv3TvtmKkXaSMcrWWt { top:103.0625rem;left:23.6875rem;width:16.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCeS4Z6NbihgvX2pdLiOyZ2M5oXvg8Us { top:105.5rem;left:10.125rem;width:37.625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G { display:block; }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxbBr8DX4bMPfoTe19QLJmVgN17wbonS { display:block; }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLAiKwNl1Km8s6EBPRVyaUI9X4koLqfJ { top:8.125rem;left:9.25rem;width:29.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr73oa6yHRhDhaitlINX22FQI3Jpmxxu { top:12.625rem;left:19.25rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzRJiKASxmAZkco8ymZCuRSmD2lkD5k8 { top:15.6875rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkM6hnTG2GBnIG6pDap1S3b5LgSLqRZa { top:30.0625rem;left:14.249351501465rem;width:19.1875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw { display:block; }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKQJLPJUiK1gevrx0QQRLOAF2mdaPTVG { top:8.6875rem;left:0rem;width:22.3125rem;height:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyQek0Pu9OuInvGhcbBiblim5zw4mzDJ { top:6.625rem;left:0rem;width:19.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8J9l6dL38PolZ6QvMzlefnlnFBSN6Re { top:8.6875rem;left:9.5rem;width:22.25rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XutacQlXKWiZiATFTKqmOTklGZmgsS8k { top:6.625rem;left:12.5625rem;width:19.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRt3lOPZZS5kcVCGh7RkELvpJ7LVXWW7 { top:8.6875rem;left:25.375rem;width:22.25rem;height:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6WC7h5pZqLLVk734Tq3pQTTrgLbdiug { top:6.625rem;left:28.4375rem;width:19.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUIpImWn4tnJPNhBhQAliMvwdstoEE5 { top:1.3125rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mxE7ofFsZNb6Bu0vhvLhTANTyFDAwH { top:1.3125rem;left:15.875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAx7VG4AzhJ0QC8sJ8ss4i4PVb5bPO4l { top:1.3125rem;left:31.75rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk { display:block; }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCGvcZMHWoSWxQ6qDPfBXMwSeT4rcmq7 { top:8.625rem;left:0rem;width:22.6875rem;height:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9k624SkhAoTuWKSW3IhX60bpQUCeZn { top:6.5625rem;left:0rem;width:23.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQuJXNsco2NrSeI4ymNMaZ4I5oNHC76 { top:8.625rem;left:9.5rem;width:23.3125rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR5tyFWbV1rAZvJQs1a2UecwthAWQLvu { top:6.5625rem;left:12.5625rem;width:19.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVOtuQPeT9ghERk1lCqKdMPuyiJ9esU { top:8.625rem;left:24.75rem;width:23rem;height:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUBmkD7Qv7q5zNylOynzllA3bOfWkVOD { top:6.5625rem;left:28.4375rem;width:19.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anp0XkFrNRJIar6hnMNcFHUarQBSXKr4 { top:1.3125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHnFkyVGb8ghvMdMXJqDSDEXWELosfU { top:1.375rem;left:15.875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpWBgZVhkvbtkPVIvDCGIOfv0MvxVi82 { top:1.375rem;left:31.75rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxomOn0JtTu8RoXkREko7PWzLTKONT2 { display:block; }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6xBq5mf9iqgeg8GFzXxXEm7lUgWm1sr { top:8.625rem;left:0rem;width:22.4375rem;height:7.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBnhyqV0eygHKkEnTHrCZotE0oJp6GDP { top:6.5625rem;left:0rem;width:23.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKasTwuqQUsEdwD0mSp4sU7dRwBKm6Tq { top:8.625rem;left:8.5rem;width:22.8125rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3uB7m4w7aB8OiuAslTXcVsKP0m7qgW7 { top:6.5625rem;left:12.5625rem;width:19.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZJf4vnaTUH4O2ovMCP94AfEiiRCZfwV { top:8.625rem;left:23.75rem;width:24rem;height:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvTTLCRytJKXTK6TIyh03zxXNaZJXQeh { top:6.5625rem;left:28.4375rem;width:19.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4S2EUDesGlmJ5kMwwiTTtUONa4bwMG5 { top:1.375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bemXWt80zBiHOTnsKzQxyU2uhTnJofhs { top:1.375rem;left:15.875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2kSk7DBng8ZbXTyagUo4JnUgq7Tq5NX { top:1.375rem;left:31.75rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4QNAdboB1wAbboA5tIrv66OOJawFOM { display:block; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmFzAEDVNEnvwczFTOAZTiT9MQcgmK0d { top:4.625rem;left:18rem;width:29.6875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTIxqqIi0UG80Eg2h0n1HpdQtmKuVTb { top:4.5625rem;left:0rem;width:12.875rem;height:2.4253306207336rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container { background-color: transparent; background-image: none; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container > .video-iframe-container { display: none; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row > .video-iframe-container { display: none; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .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); }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container { border-width: 0; border-radius: 0; }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row > .video-iframe-container {  }#bhnNmCWGvMyO3X6ZwNBrkRccW5QMz3SG > .row .container { width:20rem;height:20.061849117279rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTpr55EqV29ssLEcGfCRGGCR7TDZCUKm { width:6.875rem;height:2.5rem;top:12.1875rem;left:11.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5hMteciqk2edqV71xBflV1FLwoKQpwO { display:block; }
 }@media only screen and (max-width: 763px) { #oTOTHqx5Svyt19xsyZaTRPbhR7JWEN69 { width:10.625rem;height:2.5rem;top:9.0625rem;left:9.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad0T2XUWCzk2J7yIZtSEU3B1kzX1uSu3 { display:block; }
 }@media only screen and (max-width: 763px) { #Mo80l3gsCM7IAKF8G9050w6mqPWavhKi { width:5.9375rem;height:1.75rem;top:9.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tMXZ7SyVJBs9ybxWUcZ3z5KhTzxsXm { display:block; }
 }@media only screen and (max-width: 763px) { #cuzxPrFAJRvuZLCs26D4AQXWo5ReIg2X { width:15.5625rem;height:2.25rem;top:0.8125rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yLlPyiGDdFAGpDVBRfpbInJlKeo9mFxQ { width:0.625rem;height:0.625rem;top:3.125rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsMbAUsJ5K9U8LTNcTF9wfx2b1AXa30q { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Wvm0xfTfnvqSov9DV3W4Q03lOeA6qSWV { display:block; }
 }@media only screen and (max-width: 763px) { #nszZglr3ZbRCHtS64TSNwRKy7ikZAZE7 { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #oFTZ3sQTmvSM3alLVZlFnz3iPxvFxhZJ { display:block; }
 }@media only screen and (max-width: 763px) { #iKC9TMUnzvr6BXznGOpWJJzrvLhlwG5R { width:6.25rem;height:2.5rem;top:8.4375rem;left:13.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #I3UIwUwNxGbTqN5dzC05mbSArve3UktF { display:block; }
 }@media only screen and (max-width: 763px) { #oRJQRt8FOit6wQus6gZDCaCVtPC8sOAv { width:10.9375rem;height:1.13671875rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQpQFuyBMWb65ce7IgIZIcSF35fyZVR8 { width:8.8125rem;height:1.13671875rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5Xb8ui7Mb0hv5UnKdIcCEDsLfEf8WRG { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi69lMXpvTRZgCltnfPVeRDs48DBPxcH { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWTMPA2z9UZO7mr4XK6PaxBo73QOP0Tr { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ItHhv6A8Nhg3P5C4iMNuVv010domvIU4 { width:10.0625rem;height:1.75rem;top:12.5625rem;left:0.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1T6sTQi0oKp6XlEyGdcfyd9s4Cnekba { display:block; }
 }@media only screen and (max-width: 763px) { #Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF { background-color:#fdfd39;background-image:url("https://images.assets-landingi.com/uc/24c274db-1032-465f-9b9e-c882b6dacc42/Group2393.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF.adaptive-delivery-prevent-bg, #Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF.lazyload, #Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF.lazyloading { background-image: none; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container { background-color: transparent; background-image: none; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container > .video-iframe-container { display: none; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row > .video-iframe-container { display: none; }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .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); }#Iu3UiqB91ubywT0oG7bhz6bMtPaXFeAF > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQQbdZdohm8tTJJ3D8Nv58L9ItygCsKM { width:16.25rem;height:2.2744125rem;top:4.5rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uT1GFGG0GbUcfEZiVnvpJvTupQ4bxXA6 { width:6.25rem;height:0.125rem;top:6.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkBliCkCmlItvEedUo2IGa3AgrdXnyzU { width:20rem;height:28.5123875rem;top:8.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBCTxeqVn8skqFXeuJr240J1Gim32E9n { width:13.125rem;height:3.4375rem;top:41.93359375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrfFlp0lZd1bB03azhfB6xXD8T6Tymu4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQcD9kmsRNb6eWe9snR8GNHRexP71mVS { width:11.625rem;height:17.1875rem;top:50.12109375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LAJCZ9UFSAatqEEcATccK8bumVohl8 { display:block; }#n9LAJCZ9UFSAatqEEcATccK8bumVohl8 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { background-color:#f2f5f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { background-color: transparent; background-image: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .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); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { border-width: 0; border-radius: 0; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container {  }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { width:20rem;height:247.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { width:20rem;height:2.5996125rem;top:6.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { width:9.375rem;height:0.125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { width:20rem;height:42.1875rem;top:11.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VC4lAJwklT0Uuho1hHGIh6t7fh77cEz4 { width:16.5625rem;height:1.875rem;top:55.567512512207rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sRpC0PvJDVywQeA3eXvsL6xnNpg518wM { width:20rem;height:22.50975rem;top:57.999130249024rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJXv66Tkx5SfFKhh5BWwuZiO3GWi8Gnc { width:16.5625rem;height:1.875rem;top:107.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4ZbbeCHeePJ6EPxaKEqkeBgfCPO5aL { width:20rem;height:33.0143375rem;top:109.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ztU38Pvt4UIxrZVasvJI7CoKvV0gT3Lb { width:16.5625rem;height:1.875rem;top:163.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DNfWoyXV8KKKp4cybvbcX9oeauh4kCn2 { width:20rem;height:12.0051875rem;top:165.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KbllyI6Gi6V6a8Rv3TvtmKkXaSMcrWWt { width:16.5625rem;height:1.875rem;top:202.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tCeS4Z6NbihgvX2pdLiOyZ2M5oXvg8Us { width:20rem;height:24.0104375rem;top:204.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G { display:block; }#CP5SGWTW9lmMRiyLstkTMNqhMeisEF5G > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxbBr8DX4bMPfoTe19QLJmVgN17wbonS { display:block; }#mxbBr8DX4bMPfoTe19QLJmVgN17wbonS > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLAiKwNl1Km8s6EBPRVyaUI9X4koLqfJ { width:20rem;height:2.59874375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lr73oa6yHRhDhaitlINX22FQI3Jpmxxu { width:9.375rem;height:0.0625rem;top:4.6603775024414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzRJiKASxmAZkco8ymZCuRSmD2lkD5k8 { width:20rem;height:21.09375rem;top:6.41124375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DkM6hnTG2GBnIG6pDap1S3b5LgSLqRZa { width:19.1873125rem;height:3.75rem;top:30.878908157349rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw { display:block; }#ecw5hc9gmsCpOTmB9a2Elx0Qe6SPgnTw > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKQJLPJUiK1gevrx0QQRLOAF2mdaPTVG { width:20rem;height:11.25rem;top:7.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uyQek0Pu9OuInvGhcbBiblim5zw4mzDJ { width:19.1873125rem;height:1.50065rem;top:5.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k8J9l6dL38PolZ6QvMzlefnlnFBSN6Re { width:20rem;height:14.0625rem;top:30.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XutacQlXKWiZiATFTKqmOTklGZmgsS8k { width:19.1873125rem;height:1.50065rem;top:28.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRt3lOPZZS5kcVCGh7RkELvpJ7LVXWW7 { width:20rem;height:18.28125rem;top:55.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q6WC7h5pZqLLVk734Tq3pQTTrgLbdiug { width:19.1873125rem;height:1.50065rem;top:53.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WzUIpImWn4tnJPNhBhQAliMvwdstoEE5 { width:5.375rem;height:5.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mxE7ofFsZNb6Bu0vhvLhTANTyFDAwH { width:5.3125rem;height:5.3125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAx7VG4AzhJ0QC8sJ8ss4i4PVb5bPO4l { width:5.3125rem;height:5.3125rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk { display:block; }#G9QKihRvIQGtqSXXhXCWyMVK7TpPo2wk > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCGvcZMHWoSWxQ6qDPfBXMwSeT4rcmq7 { width:20rem;height:11.25rem;top:12.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9k624SkhAoTuWKSW3IhX60bpQUCeZn { width:11.8120625rem;height:3.0013rem;top:9rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpQuJXNsco2NrSeI4ymNMaZ4I5oNHC76 { width:20rem;height:14.0625rem;top:34.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GR5tyFWbV1rAZvJQs1a2UecwthAWQLvu { width:19.1873125rem;height:1.50065rem;top:32.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQVOtuQPeT9ghERk1lCqKdMPuyiJ9esU { width:20rem;height:12.65625rem;top:60rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QUBmkD7Qv7q5zNylOynzllA3bOfWkVOD { width:19.1873125rem;height:1.50065rem;top:57.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Anp0XkFrNRJIar6hnMNcFHUarQBSXKr4 { width:5.3125rem;height:5.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHnFkyVGb8ghvMdMXJqDSDEXWELosfU { width:5.3125rem;height:5.3125rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpWBgZVhkvbtkPVIvDCGIOfv0MvxVi82 { width:5.3125rem;height:5.3125rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxomOn0JtTu8RoXkREko7PWzLTKONT2 { display:block; }#moxomOn0JtTu8RoXkREko7PWzLTKONT2 > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6xBq5mf9iqgeg8GFzXxXEm7lUgWm1sr { width:20rem;height:7.03125rem;top:11.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yBnhyqV0eygHKkEnTHrCZotE0oJp6GDP { width:20rem;height:1.50065rem;top:9rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKasTwuqQUsEdwD0mSp4sU7dRwBKm6Tq { width:20rem;height:12.65625rem;top:29.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M3uB7m4w7aB8OiuAslTXcVsKP0m7qgW7 { width:19.1873125rem;height:1.50065rem;top:27.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PZJf4vnaTUH4O2ovMCP94AfEiiRCZfwV { width:20rem;height:15.46875rem;top:52.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OvTTLCRytJKXTK6TIyh03zxXNaZJXQeh { width:19.1873125rem;height:1.50065rem;top:50.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I4S2EUDesGlmJ5kMwwiTTtUONa4bwMG5 { width:5.3125rem;height:5.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bemXWt80zBiHOTnsKzQxyU2uhTnJofhs { width:5.3125rem;height:5.3125rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2kSk7DBng8ZbXTyagUo4JnUgq7Tq5NX { width:5.3125rem;height:5.3125rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4QNAdboB1wAbboA5tIrv66OOJawFOM { background-color:#ccc9dc;background-image:url("https://images.assets-landingi.com/uc/d9248e0c-c02f-42e8-8b9a-7ad0f938817b/Path8471.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM.adaptive-delivery-prevent-bg, #Tf4QNAdboB1wAbboA5tIrv66OOJawFOM.lazyload, #Tf4QNAdboB1wAbboA5tIrv66OOJawFOM.lazyloading { background-image: none; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container { background-color: transparent; background-image: none; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container > .video-iframe-container { display: none; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row > .video-iframe-container { display: none; }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .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); }#Tf4QNAdboB1wAbboA5tIrv66OOJawFOM > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmFzAEDVNEnvwczFTOAZTiT9MQcgmK0d { width:17.5625rem;height:2.92318125rem;top:5.625rem;left:1.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUTIxqqIi0UG80Eg2h0n1HpdQtmKuVTb { width:10.75rem;height:2.125rem;top:2.5rem;left:4.59375rem;display:block; }
 }