.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d006c;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { background-color: transparent; background-image: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container > .video-iframe-container { display: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container { display: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .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); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { border-width: 0; border-radius: 0; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container {  }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#d626sIzETTbt6gLiTv310bxb4KmivwSg { color:#ffffff;display:block;width:11.4371875rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:14.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { color:#000000;display:block;width:4.62456875rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.625rem;left:26.3125rem;height:2.4375rem;display:block; }
#NrXsm0t299l5SPalB9KOeWoZMR34mKkg { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.8125rem;height:2.4375rem;display:none; }
#KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { z-index:100004;top:6.625rem;left:21.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffe933;background-image:none;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-label { background-color:;background-image:none;color:#ffe933;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.3125rem;left:31.625rem;z-index:100023; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #uT2HQTvh78zcR0MC7eG7rhX3UgE1OSx7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #XoiDq3bZWaIRpygtahCXXREbC9JfaHSz { width:auto; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #QR5MyqQ3n93GTlGNef9LQBnJNQtvuXGN {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #T5CxCX6a8iImsAvKztsQhyH26Vth9xcg { display:flex;position:relative;top:0rem;left:0rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #tTETcxKOgUVPoAP3JL7p8cGs3Hh7oBlz {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #oiFS85SZH1CTk9JxkW9a8ygIIfGSFq4E {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #ZfgksKU513ggsSZ9MbWmGFJzIG2d5IMT { display:flex;position:relative;top:0rem;left:0rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #C3G3ZqwN7EqZ3HTtxn9WwO9nuukX5Avi {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #x8JoUsFSRTgTvGvW56gWrUHoC4Kr1TNf {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #P9KGeP0qmkbWWTAHsu8Nh7TP3Jv0EPRT { display:flex;position:relative;top:0rem;left:0rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #TXAAn7gg8rKVuXIsLTbUiwENnqTSZL9k {  }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #H8mlegSmtMxQ0TKLWd3M2Uv1OrsS3bi0 {  }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97ec695c-c4b4-4b2d-b63e-d62cc1806344/Layer1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container {  }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:60rem;height:43.625rem;font-size:0.875rem;font-family:prompt;position:relative;display:none; }#aAdGDu3Jr19Ps4J5J6OKxrnhUCHZXnRB { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.3125rem #000000 ;height:0.124783125rem;width:12.5rem;top:30.625rem;left:23.8125rem;display:block; }
#X5pKGNBzKPBAACPCfueMUqM29RcDypdM { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:6.25rem;top:40.1875rem;left:26.875rem;overflow:hidden;display:none; }
#FbNBCUdCIH633m7wc2XXkaUPZVIexswE { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1237rem;width:4.4987rem;top:14.843750953674rem;left:23.75rem;overflow:hidden;display:none; }
#DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.125rem;left:4.6875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fed401;text-align:center;text-align-last:center;display:none; }
#uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { position:absolute;display:block;z-index:100000;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;height:7.5rem;width:40rem;top:16.5rem;left:9.875rem;display:none; }
#okZOIg9iQlIvE317wd1EvvZkC1bZQP2S { background-color:#ffe933;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.6875rem 1.125rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4985rem;height:5.49805rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:32.5625rem;left:19.25rem;display:block; }
#PJGrvzdo8cgC83MRZlh3Strn0KiJ6ed0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PcE5XzlH28DJ84TkRvauVWPbp7Rd0N42 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.62424375rem;width:2.12456875rem;top:15.872939109803rem;left:28.937175750733rem;overflow:hidden;display:block; }
#qilUk3zReApcLASIg3b2yvIQmczbyHbu { color:#000000;display:block;width:23.3121875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:27.625rem;left:18.375rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#I4uemcpCqXKV42kCgT1iFlEJJAvyWeJO { color:#fddc00;display:block;width:33.5623125rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.8125rem;left:13.25rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzTt94WwWfqUcToLg87xGPKo4BlGRU7c { color:#ffffff;display:block;width:50.874rem;position:absolute;font-family:kanit;font-size:3.0625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.830404281616rem;left:4.5627174377441rem;height:7.9622375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CUzuFnyg3ESRHnkzUTpzpd1bVqmxN1Se { color:#ffffff;display:block;width:36.4371875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.5625rem;left:11.8125rem;height:3.2497875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ap7dkbwFGHa6Nv7ecGQBQhTILqOhrUpz { color:#ffe933;display:block;width:48.75rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:19.536676406861rem;left:5.625rem;height:4.5497rem;text-align:center;text-align-last:center;display:block; }
#csG681zkKKkEK88vfxNm1dX7gd6HrzkO { color:#ffffff;display:block;width:34.8746875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:24.999458312988rem;left:12.562393188476rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#rcbCzVugQkL29pyIlfuMIuBLauyUw03N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b2b4;background-image:none;position:relative;display:none; }#rcbCzVugQkL29pyIlfuMIuBLauyUw03N > .row .container { border-width: 0; border-radius: 0; }#rcbCzVugQkL29pyIlfuMIuBLauyUw03N > .row > .video-iframe-container {  }#rcbCzVugQkL29pyIlfuMIuBLauyUw03N > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:none; }#O4B1CV9H2O4U8Fxm4It278EdyZcpBXyi { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:prompt;font-size:2.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:3.59375rem;left:7.53125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#eFnNlClbu9qvF0WNWSKLNcvBsOLBhB8F { color:#ffffff;display:block;width:44.9375rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:6.75rem;left:7.53125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#znma03mVc2vHCVD4NVXRa8D9wwOzDFkC { position:relative;display:none; }#znma03mVc2vHCVD4NVXRa8D9wwOzDFkC { border-width: 0; border-radius: 0; }#znma03mVc2vHCVD4NVXRa8D9wwOzDFkC > .row .container > .video-iframe-container {  }#znma03mVc2vHCVD4NVXRa8D9wwOzDFkC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:none; }#pv6JxQv1NRUUC3IK1MOfa3LvOichVx9I { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:prompt;font-size:3.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.875rem;left:11.40625rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#KSK3BbNwmLspzui0qAhZKF7raDAm4xxE { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.25rem;left:12.71875rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#HopNToTLneC8Kua0AcR931Mvy4Hu7Wig { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:prompt;font-size:2.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:6.15625rem;height:9rem;display:block; }
#TnNlMmRdXVp5T5MGQ4X11UK9NSfmr6Ug { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:22.6875rem;left:14.625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#pFtl2xXA57ozw98T5qSuozruV4XKTA0f { z-index:100007;top:30.125rem;left:6.15625rem;background-color:rgba(0,178,180,0.73);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xwcx1MU7swvJVTwz7aNe6TlTd6vFV5QL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d006c;background-image:none;position:relative;display:none; }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row .container { border-width: 0; border-radius: 0; }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row > .video-iframe-container {  }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:none; }#K0es8biSO8KQUvNkIm3wivUk9MFQ49Ot { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100025;top:11.250000953674rem;left:11.769748687744rem;display:none; }
#LqvLdFnJaWGbRvS93NGak5mKWicNFqa1 { color:#ffffff;display:block;width:58.499875rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.642578125rem;left:0.74924087524412rem;height:4.7124625rem;text-align:center;text-align-last:center;display:block; }
#TrW0tWPoPtIldxysSSvftfvAVBzyKFm4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b03250fc-2090-469b-a482-6470a947545b/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#TrW0tWPoPtIldxysSSvftfvAVBzyKFm4.adaptive-delivery-prevent-bg, #TrW0tWPoPtIldxysSSvftfvAVBzyKFm4.lazyload, #TrW0tWPoPtIldxysSSvftfvAVBzyKFm4.lazyloading { background-image: none; }#TrW0tWPoPtIldxysSSvftfvAVBzyKFm4 > .row .container { border-width: 0; border-radius: 0; }#TrW0tWPoPtIldxysSSvftfvAVBzyKFm4 > .row > .video-iframe-container {  }#TrW0tWPoPtIldxysSSvftfvAVBzyKFm4 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:none; }#OuaZEyM7ZEI0IVBCJ9ipVPnZdQez3Txd { background-color:#fd036c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8748125rem;height:5.187175rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:15.3125rem;left:13.6875rem;display:block; }
#Srqx5c6cesOnUlgPbtBpczOQzAApCKCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T6oevT21AiABSD8ioTKh7A6Wi6hvWmoE { color:#4d4d4d;display:block;width:19.1873125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:24.375rem;left:13.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFVEqNb7zUZ13NhDAorL4T8HdueIV6mv { color:#ffffff;display:block;width:6.4976875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:22.25rem;left:20.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Gknq6RiVbDSdPrGsA1w7pHn4bvJJtE0F { color:#000000;display:block;width:11.62375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#t56pwANJlSBpsQbPaTxSnTuTZbs956gs { position:absolute;display:block;z-index:100000;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; }
#aSEEuJg0IvGNW1AJU5Wl7U4mOWih8lzp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:32rem;display:none; }
#JnXAE7JgMyTG69hQf05USEKtZVx1qrfO { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:10.625rem;left:14.1875rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJq0WtXHcIFHVhAcbUXSTUemuGUx7GcJ { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:27rem;left:13.6875rem;height:2.112625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGXA5snTK9sTyVNyHzk9xI7XDpINQBui { color:rgba(255,255,255,0.94);display:block;width:18.9360625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:9.1875rem;left:13.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATWcXKdQ0D1qRr2G1yhvA3q2OfarfF8P { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f00f8, #17002e);background-image: -moz-linear-gradient(180deg, #7f00f8, #17002e);background-image: -ms-linear-gradient(180deg, #7f00f8, #17002e);background-image: -o-linear-gradient(180deg, #7f00f8, #17002e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00f8', endColorstr='#17002e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00f8', endColorstr='#17002e' );";background-image: linear-gradient(180deg, #7f00f8, #17002e);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:27.0625rem;width:20.25rem;top:3.25rem;left:12.5625rem;display:block; }
#XW5MiIEWQ0pTBqKid9RtHZAZm5angtVC { color:rgba(255,255,255,0.94);display:block;width:18.9371875rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.375rem;left:13.6875rem;height:6.3362625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GdIoJF6aADSw9EZHeBnPubSwuCFvaKfo { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(3deg, #23002e, #9300f8);background-image: -moz-linear-gradient(3deg, #23002e, #9300f8);background-image: -ms-linear-gradient(3deg, #23002e, #9300f8);background-image: -o-linear-gradient(3deg, #23002e, #9300f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23002e', endColorstr='#9300f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23002e', endColorstr='#9300f8' );";background-image: linear-gradient(3deg, #23002e, #9300f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5618125rem;width:18.6230625rem;top:11.625rem;left:33.9375rem;display:block; }
#dqyz4dim6hFnQhtd574kkka3Is6dPaNG { color:#000000;display:block;width:15.4989375rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:12.875rem;left:36.875rem;height:1.21875rem;display:block; }
#vRPOptBwg3ZWDWCbS2MLxIBgNwB3CNFV { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:16.1875rem;left:37rem;height:1.21875rem;display:block; }
#SGRbe79TeLCRC6FvqtORpMenTXBxDO5u { color:#000000;display:block;width:16rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:19.3125rem;left:37.1875rem;height:1.21875rem;display:block; }
#mUpX1L3d8GfOuHQXUnEBT7f2UIg7gdB6 { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:23.1875rem;left:37.25rem;height:1.21875rem;display:block; }
#yoX4Pvvcxn973Ffl2a97cRkvHKrtdqOp { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:23.6875rem;left:28.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRIc10COmziTV61ds39xg88uQzi1lSf0 { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:26.125rem;left:37.125rem;height:2.4375rem;display:block; }
#IF3mDUAZsmsOnxKub7dDxGLm9CnMu2SL { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:12.3125rem;left:34.625rem;display:block; }
#JqlSxmCwWtNMip8Cd0AuX49sKgda2J2g { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:15.6875rem;left:34.6875rem;display:block; }
#tRaBO2udqELUk77FupQg2XoyGbdlXEQ9 { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:19rem;left:34.8125rem;display:block; }
#ykNOmLdpSr93VLvT3T7UtxFMTQghJh8p { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:22.8125rem;left:34.875rem;display:block; }
#FurCtt9vbgzulve2C8qPSUK0hw67NPN7 { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:26.1875rem;left:34.875rem;display:block; }
#nA5gBPnizEP5TPIEZQVwymEPvKeamX5B { position:absolute;display:block;z-index:100011;background-color:#a800f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5rem;width:16.499rem;top:5.625rem;left:35.0625rem;display:block; }
#pGgMAVc5RBsdmQ9Uz5whWvfDaA6HUEPA { color:rgba(255,255,255,0.94);display:block;width:19.0625rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:5.625rem;left:33.75rem;height:4.3869375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97ec695c-c4b4-4b2d-b63e-d62cc1806344/Layer1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S.adaptive-delivery-prevent-bg, #VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S.lazyload, #VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S.lazyloading { background-image: none; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container { background-color: transparent; background-image: none; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container > .video-iframe-container { display: none; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row > .video-iframe-container { display: none; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .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); }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container { border-width: 0; border-radius: 0; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row > .video-iframe-container {  }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#OBTpkhSA4EuMDULWiCKKx8LUgs6NIGIQ { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.2699661254883rem;left:19.3125rem;height:4.1433375rem;font-style:italic;display:block; }
#FWCubf4k50T4HvH5DchnKPSIGV42CPWU { position:absolute;display:block;z-index:100011;background-color:#ffe100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:27.25rem;top:1.1241312026977rem;left:15.625rem;display:block; }
#iTTmPZAsrFwssurfAHomdAP9TIMQXRXJ { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:28.4375rem;left:0rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cJlUC7IAcquWNqFu0TEz6GAsJi2UA00b { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:39.624576568604rem;left:0rem;height:2.7615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkpCNhDSFTLsq0Q1bvzEbzv82FqTxQI6 { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:30.8125rem;width:19.375rem;top:8.375092rem;left:20.823772193584rem;display:block; }
#wXKoXHaWb7kDgoLEkDzVHdzUegHHnzJR { color:#300c4a;display:block;width:14.8123125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100065;line-height:1.3;letter-spacing:0;top:13rem;left:22.875rem;height:1.21853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTSQMedAtR5Z8JrHvNQfvFTp4WwCN7Vg { z-index:100068;top:24rem;left:23.25rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -moz-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -ms-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -o-linear-gradient(12deg, #9c51d3, #4d0081);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );";background-image: linear-gradient(12deg, #9c51d3, #4d0081);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.5625rem rgba(0,0,0,0.35) ;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:prompt;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lvWr5fLJ9wIS9fWJJCbgSOk9B4ibzJvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TmyVMooLUVRJeTbTH2ZXhT0zTkyFnSUu { background-color:#ffe100;background-image:none;background-position:top left !important;background-repeat: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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3730625rem;height:3.499025rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:29.4375rem;left:24.125rem;display:block; }
#aJsWhBkf0xCRBvUS3iJxohus8WLkTiRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CPblSi3dWxdBWEb3S9CFkKI9bCGyanlb { color:#000000;display:block;width:9.75rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:33.9375rem;left:25.4375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOmT7KSFPMDJABVTUlffBJDW404880qM { color:#000000;display:block;width:16.499rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100070;line-height:1.3;letter-spacing:0;top:35.9375rem;left:22rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RtquV2Ny4HVUdn6JPNN5kATJvo3r6Ivs { color:#300c4a;display:block;width:13.25rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:14.6875rem;left:23.6875rem;height:;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;font-style:normal;display:block; }
#L4wXWDDa5DEHizeRnED6dy4knQAXKhyp { color:#300c4a;display:block;width:20.625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:9.1115398406981rem;left:20.135524749756rem;height:3.4114625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGDJrlIxeNkTkNHxZhBSwLXTbxJUqDDu { position:absolute;display:block;z-index:100091;background-color:#ff0000;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.12402375rem;width:6.25rem;top:15.4375rem;left:27.1875rem;display:block; }
#V0scPkqGOPotBKibCGJtz8quIh0Ts0UI { color:#b56ff6;display:block;width:17.2480625rem;position:absolute;font-family:worksans;font-size:4.375rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:16.0625rem;left:22.5rem;height:;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;font-style:normal;display:block; }
#a4qW9JNTg9Sb8lu48ZlF4E2FRlLT1QIX { color:#000000;display:block;width:11.25rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:21.5rem;left:24.6875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJQOCmTnaB2tT03uP07onFcLuTNS6xxV { box-sizing:content-box;color:#ff0000;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:6.5617408752444rem;left:17.561305999756rem;display:block; }
#E26tONDHxxrFNNJQEBXTnMuwRlZI5D7B { color:#ffeb00;display:block;width:4.0625rem;position:absolute;font-family:prompt;font-size:0.6875rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:8.6740465164188rem;left:18.687282562256rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97ec695c-c4b4-4b2d-b63e-d62cc1806344/Layer1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp.adaptive-delivery-prevent-bg, #uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp.lazyload, #uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp.lazyloading { background-image: none; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container { background-color: transparent; background-image: none; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container > .video-iframe-container { display: none; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row > .video-iframe-container { display: none; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .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); }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container { border-width: 0; border-radius: 0; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row > .video-iframe-container {  }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-form-header {  }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:700;color:#ffffff;width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-text {padding-top: 0; padding-bottom: 0;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-select {padding-top: 0; padding-bottom: 0;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffe100;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#000000;width:22.5rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-container:first-of-type{padding-top:0;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-container:last-of-type{padding-bottom:0;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:30.7490234375rem;top:6.705078125rem;z-index:100013;position:absolute; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-info-text { display:block;height:auto;font-family:prompt;font-size:1rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk {display:block;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:30.7490234375rem;top:6.705078125rem;z-index:100013;position:absolute; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #vR8tfT6pDFCSyx9KxXTFP6hEwhxJMapu { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #PtrHJIAyFIKgaUERTFouRVfZwV2SSzLy { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #v8pqMsV2PzUTcduSCPPPh8wHQOJwkf2Z { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Pan4qzgfxTyn5Lf1MIkbnrO1BEaObM6y { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #FlQPt8W1KKyLbGl4JdiJnCebiAUqmyZW { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #JeUgkbbr9r3mTXFnM7IpIwRyBT8EcPit { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #KUFHvC5z2LVZwwlGhm3dQ2yCdo9EQquq { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #OV4SONEcoAtQEf2TCNFrPxrstbkqaiuq { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Wk18Qgt1b9ba5JqzKEfD59C8U5uynmGA { position:relative; }
#DWepJFW1glb6Gar354cTWdh5Fe6lRlcg { position:relative;display:block; }
#GnMQvV9wHhQn4mEiUrpaofp17b6GdAUA { position:relative;display:block; }
#Adasabbx3PAkQTz3c0yK6Kqtu36u57aL { position:relative;display:block; }
#DTTCStpmsWUU4qyFKWP1G07F5ivFNMrF { position:relative;display:block; }
#UqgyzxfTQMk1V1lpQ2E9Ce2vLQDmIh5E { position:relative;display:block; }
#vuUfTLTqqloNoOTOHro47Wmaw1v4Tagz { position:relative;display:block; }
#uRG8ak3lyqPQlETJNU4H5fyqHonZHiL8 { position:relative;display:block; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #qH7oTNg1oslTHwBnKg30hbqETS9mEDoe { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Ibt2CMt7yexiA9ZWl3IT1HhLBtuXVbz0 { position:relative; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #aXFa7DhEbW7uLnWN7IVcCvq6TOgTz8ST { position:relative;display:block;z-index:100000; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk #g7Mid8KAUWvGzTSHEq3RpEoCP0dabQJz { position:relative;display:block;z-index:100000; }
#oN41AVnEiDry1zUPOUXhxarlkOhdTpCB { position:absolute;display:block;z-index:100021;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(255,255,255,0.08) ;height:17.75rem;width:21.9375rem;top:6.6875rem;left:2.375rem;display:block; }
#vi1xSpBbP6lLCnQidqkM0pFCT0SLMTo5 { color:#000000;display:block;width:20.374375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:100041;line-height:1.3;letter-spacing:0;top:16.375rem;left:3.3125rem;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;font-style:normal;display:block; }
#bS6s4h7fGJZdPpbtEbPvvThdPCeKcHuX { color:#262626;display:block;width:18.499rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:8.3125rem;left:4.0625rem;height:2.92480625rem;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;font-style:normal;display:block; }
#rseRde4qUNNVDZertperGSXokLJJe3eM { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.54);top:3.9375rem;left:29.03125rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-form-header {  }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-container:first-of-type{padding-top:0;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-container:last-of-type{padding-bottom:0;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100035;position:absolute;top:10.625rem;left:3.3116321563721rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH {display:block;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100035;position:absolute;top:10.625rem;left:3.3116321563721rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #fu0WWtz96aPru47BQX4RTJTgbOACWmsP { position:relative; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #beggN9M1W3y9iSLF6HyK3mklPIxMNe29 { position:relative; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #ND90J86qQp7r3mVWBzMT1He1cyKCGxpM { position:relative; }
#pzDa1OyL4xkr40ynqJPu4oQqb5279QtD { position:relative;display:block; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #tiHB024hbMpTHhxkENNGHyHVcfs7TAsQ { position:relative; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #qLW4uU6Pyn2KEFF2gNRSLD73uf3G81a0 { position:relative; }
#DFmNO8ZcJzWH70FwQH8xupGsQxnqbPxD { position:absolute;display:block;z-index:100040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:19.8125rem;top:15.8125rem;left:3.3125rem;display:block; }
#zkwLC9S9tka5u9XNSDLy29tpmqL2w8e8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00239e;background-image:none;position:relative;display:none; }#zkwLC9S9tka5u9XNSDLy29tpmqL2w8e8 > .row .container { border-width: 0; border-radius: 0; }#zkwLC9S9tka5u9XNSDLy29tpmqL2w8e8 > .row > .video-iframe-container {  }#zkwLC9S9tka5u9XNSDLy29tpmqL2w8e8 > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:none; }#eDDVynT5A1DLAVaWFJMbwqPkvvHvfXxl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.783935546875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4hvrSePcaih3UT0b8dTdHd4luIFalVs { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:16.625rem;top:15.6875rem;left:18.75rem;display:block; }
#iyEFL6z1EWWMPLeEnmIgRWDf6N2hBNUE { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:15.625rem;top:15.6875rem;left:1.875rem;display:block; }
#FyD6EIZSoJKCsMro9lNNhbcznk4Q66Tw { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:16.125rem;top:15.6875rem;left:36.5rem;display:block; }
#yHyMoXZzbDaT1xdQ77TnVGPBF1QIFZLW { color:#262626;display:block;width:15.8121875rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100035;line-height:1.3;letter-spacing:0;top:10.189775466919rem;left:0.37380599975586rem;height:2.68066875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkczIqdEUTLZrMNHg9g6Z4QCHPaKxQs1 { position:absolute;display:block;z-index:100009;background-color:#ffe100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:1.5625rem;width:1.5625rem;top:15rem;left:52.5625rem;display:block; }
#kBuzxbtf6dbxRGzOE6gOFI71E8faw093 { position:absolute;display:block;z-index:100010;background-color:#ffe100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:1.5625rem;width:1.5625rem;top:15rem;left:0.375rem;display:block; }
#N7RA4is8sT3HO1QHd5rm9KraiKSpkVrX { position:absolute;display:block;z-index:100011;background-color:#ffe100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:1.5625rem;width:1.5625rem;top:15rem;left:17.4375rem;display:block; }
#fPPmI33daKHkA3IDf3yzH1nG2wr2pxCw { position:absolute;display:block;z-index:100012;background-color:#ffe100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:1.5625rem;width:1.5625rem;top:15rem;left:35.3125rem;display:block; }
#bRZdrWPR2FCqt0FBKSlR8AFMlk1pwkUS { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.4995625rem;width:16.7496875rem;top:7.7203788757325rem;left:0rem;display:block; }
#TasJXoWKoub1kBTZpOLOT8lQTAfbeR9J { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99997;top:12.375rem;left:0.1875rem;display:block; }
#lD7WCeFmXM4DK2zlWJQMo3ngtuBmCiqB { color:#262626;display:block;width:12.1875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:100036;line-height:1.3;letter-spacing:0;top:8.875rem;left:1.6875rem;height:1.29936875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yia2MhiUoDn2bs8xtffufxr8lrRpP1fn { position:absolute;display:block;z-index:100002;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.6875rem;width:16.75rem;top:17.375rem;left:9.9375rem;display:block; }
#UelGdyShoh9aniuso6KPp7RyPDEce5Pg { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99998;top:16.125rem;left:16.75rem;display:block; }
#BOTXtZkKIic7ZnR0lT39bQJeqKRuk5Ly { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:12.5rem;left:34.5rem;display:block; }
#yLO71Mag1XkPl8WxkUJtTmu5XGeGWRGT { color:#262626;display:block;width:14.2496875rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100039;line-height:1.3;letter-spacing:0;top:10.499132156372rem;left:28.968643188476rem;height:2.68066875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnUMlh6cfT3TUnyLWLW2S2HW3IOrDlkD { color:#262626;display:block;width:11.875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:9.1145839691163rem;left:30.15625rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wugv7wTR7BZX07y1FJTlMiHQtaTJyTCS { color:#262626;display:block;width:14.8123125rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100044;line-height:1.3;letter-spacing:0;top:20.085613250733rem;left:44.468318939209rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8q7hLAcoVKR9EtuBivurIsBVXW5xK48 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:15.9375rem;left:51.8125rem;display:block; }
#cLO1NXvxpzPC4TnML0Bb7GcbRNo9RtTW { position:absolute;display:block;z-index:99999;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.5rem;width:16.75rem;top:7.8088111877444rem;left:27.718643188476rem;display:block; }
#WksFCGUnG6JUpbHq1XM9F0ytIX3CbIiG { position:absolute;display:block;z-index:100003;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.25rem;width:16rem;top:17.25rem;left:43.875rem;display:block; }
#MI0T272q8cfREifmzeh6JcMTkZCABwsw { color:#262626;display:block;width:11.875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:17.687171936035rem;left:45.936962127686rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbyxfAL4JLr2CHG9kxqIl1h8uJs1tJT0 { color:#262626;display:block;width:13.499875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:18.6875rem;left:11.5rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwsrTam8yrxJwAxQuW9LW482Zv29SJdz { color:#262626;display:block;width:15.1871875rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:19.8125rem;left:10.625rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6987a73b-c17c-4414-a876-92e36ccdae4a/BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP.adaptive-delivery-prevent-bg, #tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP.lazyload, #tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP.lazyloading { background-image: none; }#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP > .row .container { border-width: 0; border-radius: 0; }#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP > .row > .video-iframe-container {  }#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:none; }#OIQcxE8avATT0qM9zysEXXwdIDhpGnzZ { background-color:#f8cf38;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#2f003a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8748125rem;height:5.187175rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:14.5625rem;left:8.6875rem;display:block; }
#kXOh2CZaGFXLTHKcEpzP45KFkmhBl9SI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VykpMtKbBvnyPXBFnaEPTQFElVuDpGaD { color:#4d4d4d;display:block;width:16.1246875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:23.5rem;left:10.0625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5O3qeTceElH3R7GOddL91Kmo7aS5ldN { color:#ffffff;display:block;width:6.4976875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:21.5625rem;left:15.25rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#OBqCt3N4PKlSi5bxB4lfF8oJ75B9T73F { color:#000000;display:block;width:11.62375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:21.6875rem;left:12rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#F4cOrupiJHHBvn24AWM4GtIqobeKQbAa { position:absolute;display:block;z-index:100000;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; }
#dgr3B3GZSRoI0wbF7F3yn5n8LtUhRrke { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:32rem;display:none; }
#PxOZTs5gQUbht0QQMDqTDfpr55VoPfh6 { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:9.0625rem;height:4.1433375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7IfXJvz18u5boUvCMV3Vhm2JrwCIUrm { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.9375rem;left:8.6875rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyfXGqDravz5VrZVOqp0I8OUzr401nLp { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:8.4945793151856rem;left:8.3430995941163rem;height:1.38075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#geBmVafJoyCTqbUxNDSspRIeZX0CfgDN { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d300de, #2f003a);background-image: -moz-linear-gradient(180deg, #d300de, #2f003a);background-image: -ms-linear-gradient(180deg, #d300de, #2f003a);background-image: -o-linear-gradient(180deg, #d300de, #2f003a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d300de', endColorstr='#2f003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d300de', endColorstr='#2f003a' );";background-image: linear-gradient(180deg, #d300de, #2f003a);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:27.0625rem;width:20.25rem;top:2.5625rem;left:7.375rem;display:block; }
#gTEUc9gUwuG5Idm9vrTQfPI5ZCr1LEJB { color:rgba(255,255,255,0.94);display:block;width:18.9371875rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:3.6197967529297rem;left:8.3420143127444rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNgdKmRVXsd4pte95ZBlkKSAZnJV9dZQ { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d300de, #2f003a);background-image: -moz-linear-gradient(180deg, #d300de, #2f003a);background-image: -ms-linear-gradient(180deg, #d300de, #2f003a);background-image: -o-linear-gradient(180deg, #d300de, #2f003a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d300de', endColorstr='#2f003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d300de', endColorstr='#2f003a' );";background-image: linear-gradient(180deg, #d300de, #2f003a);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:27.0625rem;width:20.25rem;top:2.5625rem;left:33.125rem;display:block; }
#oS1T5KH4GRI8T1l1lWRfRtwFT1QXET56 { color:rgba(255,255,255,0.94);display:block;width:18.9371875rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:3.6181697845459rem;left:34.093425750733rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AN844vVbBK9KtE6FNden28n8nTCFD3wD { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:9.7488059997556rem;left:35.125328063965rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9TbHRR3IiK7rVvctaHH5RuyGoRe9Tmu { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:8.5570793151856rem;left:34.093967437744rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0h9qQybCIsxJ3JiG991Vw4qoTTz8S7c { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8748125rem;height:5.187175rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:14.155817031861rem;left:34.124351501465rem;display:block; }
#kT0KwUHtFWLC2tz9eZOStCtcH1GldMLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kAn5J4motS3mQEb7aQMi7Biv0NvsTzWZ { color:#ffffff;display:block;width:6.497375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:21.25rem;left:41.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xheJa47zs8puMrDVuoguc4pANJisJ7LX { color:#000000;display:block;width:11.62325rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:21.25rem;left:37.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gStV7QmMQ93RrLQObDtpZ87lvc9Oa7v3 { color:#4d4d4d;display:block;width:15.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:23.1875rem;left:35.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvfkQ6AiZ2chub2OT8OSUqkky7AXzc3o { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:25.625rem;left:34.125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LV7MQxco0DuHP1XRw4fV1hrM4FfFdZHJ { position:absolute;display:block;z-index:100000;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; }
#biWDJDFwK1gvVE6PHg7cmfoKLC4OrIc9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:32rem;display:none; }
#P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b03250fc-2090-469b-a482-6470a947545b/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ.adaptive-delivery-prevent-bg, #P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ.lazyload, #P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ.lazyloading { background-image: none; }#P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ > .row .container { border-width: 0; border-radius: 0; }#P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ > .row > .video-iframe-container {  }#P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:none; }#UwIkh3tUTX7gBq2CgMru3hovBLc2HT8V { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:21.875rem;width:16.25rem;top:4.1243476867676rem;left:1.5625rem;display:block; }
#yMkvUzNDO6r9yuEGAoKXkzpWoKynNSc3 { position:absolute;display:block;z-index:100004;background-color:#ff0086;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:26.7496875rem;width:19.6875rem;top:1.6867389678955rem;left:20rem;display:block; }
#Sdo4hJAUAIWFpQyTTZrqtz7EAVaXpM29 { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:21.875rem;width:16.25rem;top:4.1243495941162rem;left:41.5625rem;display:block; }
#Iit69vUWFI4B0Rzm92awtsPtLPTV7QQa { background-color:#ff0087;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8748125rem;height:3.75rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:15.874567031861rem;left:3.0615234375rem;display:block; }
#MnskG4oJvzrqVwgI8gideZdRcH9U16ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tPsIEonyln9vMUT1plbTimDngbhWopTs { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6246875rem;height:4.62456875rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:14.740885734558rem;left:20.687393188476rem;display:block; }
#fZpH4HTNPMi5Oz7AlPDieZJ6msNLrgvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bh1xdPNmPWMw1ooxH3Gb1BVW9ooT1IrJ { background-color:#ff0087;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8748125rem;height:3.75rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:15.874567031861rem;left:43.062068939209rem;display:block; }
#Pf2OHp2BP6GOS8rB062wZ8TFmpprsz0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GBXUOTJuTfQJqHU4Vxwbb88syrgUOd39 { color:rgba(255,255,255,0.94);display:block;width:18.9371875rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:5.4937076568604rem;left:0rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUqr19vIKdQi2DwpXMqexA5K2pBiF74p { color:#ff0087;display:block;width:18.9371875rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:5.4926223754883rem;left:40.531143188476rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcsdeaxJSaid60OawTZwdguD21Bm6J3A { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:10.868591308594rem;left:0.59309959411621rem;height:1.38075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4dT8HVkxi7LOGwZVyPfqhlx42QWTO2b { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:12.248265504837rem;left:0.53114128112793rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcvUl9DA1weAOhcOMf5QBZl1P4GdNZRT { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:7.9915370941163rem;left:20.531684875488rem;height:1.38075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CH0LXHeRwvBeLpIW8dVm7fbR10d4ncIG { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:3.3125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:9.5303821563719rem;left:20.594184875488rem;height:4.3061rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIMtT46hRihoz3BxFWN82HDikCTICc8C { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:10.868055343628rem;left:40.531684875488rem;height:1.38075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQcamFwSm5w2v1dVavyac0bx7W8hQk93 { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:12.310113906861rem;left:40.531684875488rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUCylBIQuZLzpDnFGzSBdauN4TkrZ89w { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:23.999018192291rem;left:20.531684875488rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sT88PwoPFJecTbPdPrtkJfXPO7ZVqkEM { color:#ffffff;display:block;width:6.4976875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:20.625rem;left:27.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Ku9TTpgl2Tvf8M2ZiW5WrBEVATe1u6s1 { color:#000000;display:block;width:11.62375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:20.75rem;left:24.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JJZtR4SZcyNJBBhTOSBBMmJVrQJo1Z3F { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:24.687501907349rem;left:40.531684875488rem;height:1.0563125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zcxQo6DiLPhcSNT93HSRJ9m3eWsymxDw { color:#ffffff;display:block;width:6.4976875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:20.625rem;left:47.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#US8Vmz878SQZfh4CrBv0ofpZIq7TXqsL { color:#000000;display:block;width:11.62375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:20.75rem;left:43.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gT2NK6W3KVye6LrdkWMucxiL8MBmSLDS { color:#ffffff;display:block;width:6.4976875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:20.8125rem;left:7.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#O19TAnrp5oFMvM36fvnQQCX8gmiR2SDp { color:#000000;display:block;width:11.62375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:20.9375rem;left:3.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Ao6u2BvTwWqPKkUdHT6ZNTpg0glPTeHM { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.49978125rem;width:5.9375rem;top:1.0563163757324rem;left:18.4375rem;overflow:hidden;display:block; }
#gzcUVPyLnEzHG1E8B8B5pxi1aGTTPZnq { color:rgba(0,0,0,0.94);display:block;width:18.9371875rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:2.9297962188721rem;left:20.4375rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cica9EOBMkOvToNLTtHm07NWTsOn7aKu { position:absolute;display:block;z-index:100000;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; }
#ss1wgG2nTRZtut7ftWL1xMhJf8ZnLGkH { position:absolute;display:block;z-index:100000;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; }
#y27bQTJIuNgMvqkJ5yzlDuN5NVVdXLNq { position:absolute;display:block;z-index:100000;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; }
#AA1SyCK8KL8WWERAMeITsx7Jstm3GVSK { color:rgba(255,255,255,0.94);display:block;width:31.8120625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:30.764432266354rem;left:14.747722625733rem;height:3.4114625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZl6XyG7VCG127HIFf6ra9eBfoPsMxoQ { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:23.368057370186rem;left:0rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfPr2BLSJ4mQyb72MXJlTPNmognJTwHH { color:rgba(255,255,255,0.94);display:block;width:18.9355625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:23.367513775826rem;left:40.531684875488rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4ta42RF3/thumb_collage_slope2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa.adaptive-delivery-prevent-bg, #c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa.lazyload, #c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa.lazyloading { background-image: none; }#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa > .row .container { border-width: 0; border-radius: 0; }#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa > .row > .video-iframe-container {  }#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:none; }#sGZRq8P4tncg0bvNpeTtqTkkAPhpkD4P { color:#ffffff;display:block;width:45.4373125rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:23.246527671814rem;left:7.2797317504881rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rBCGDzJECgGv0Si8xxoTZkmkoEeSSWkE { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16rem;left:17rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXTSGEJpZxZl03o2Sp2IylTTFLKcDQfD { color:#071226;display:block;width:15rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.4375rem;left:11.5625rem;height:6.822925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQwGcHTiTco3mHlOv1TH5VksTqDp1pAq { background-color:transparent;background-image: -webkit-linear-gradient(187deg, #ffcd89, #e04000);background-image: -moz-linear-gradient(187deg, #ffcd89, #e04000);background-image: -ms-linear-gradient(187deg, #ffcd89, #e04000);background-image: -o-linear-gradient(187deg, #ffcd89, #e04000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd89', endColorstr='#e04000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd89', endColorstr='#e04000' );";background-image: linear-gradient(187deg, #ffcd89, #e04000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1245625rem;height:4.93706875rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:10.25rem;left:10.5rem;display:block; }
#eWmPpH9Uas6oaVLv2LSauxnkQzw3nm5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JFfaRHuxcn1oCgJTSVhFf0mVfTRetQlv { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:16rem;left:13.375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#aQgl351zk7WLTP0llquzVqZn8BTQ4sI8 { color:#ffffff;display:block;width:6.4985rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:16rem;left:16.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#Ue0wklLsdBwBn0eQ48fNWBVdEAUGxlS9 { color:#4d4d4d;display:block;width:13.9360625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:18.223205566406rem;left:12.093641281128rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxKfOZim32eUXhUGoowmgU44GzXUd2HM { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #c151e7, #2a0035);background-image: -moz-linear-gradient(193deg, #c151e7, #2a0035);background-image: -ms-linear-gradient(193deg, #c151e7, #2a0035);background-image: -o-linear-gradient(193deg, #c151e7, #2a0035);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c151e7', endColorstr='#2a0035' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c151e7', endColorstr='#2a0035' );";background-image: linear-gradient(193deg, #c151e7, #2a0035);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5623125rem;width:18.624125rem;top:3.4375rem;left:9.9375rem;display:block; }
#CCWqOBDl0iCRPNyOgJGqRmH2TXrV0BNz { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1237rem;width:4.4987rem;top:1.75rem;left:8.9375rem;overflow:hidden;display:block; }
#nF8Jv9vdoQy4RQWOA88qJwRnAxpCweIi { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b945969f-a777-4cae-8d64-8b429356268b/fd.jpg");background-position:top left !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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5623125rem;width:18.6230625rem;top:3.375rem;left:32.5rem;display:block; }#nF8Jv9vdoQy4RQWOA88qJwRnAxpCweIi.adaptive-delivery-prevent-bg, #nF8Jv9vdoQy4RQWOA88qJwRnAxpCweIi.lazyload, #nF8Jv9vdoQy4RQWOA88qJwRnAxpCweIi.lazyloading { background-image: none; }
#kLlUm3DVyCVU71JeIzT7WvcELdBwuqD5 { box-sizing:content-box;color:#fffe37;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:4.125rem;left:33.375rem;display:block; }
#etem2BzyWZK16TU1ULVnvE5Z4Grxt70T { box-sizing:content-box;color:#fffe37;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:7.375rem;left:33.375rem;display:block; }
#vUHzxkbM5gANW2KXVM3EgaezIJgHxSxR { box-sizing:content-box;color:#fffe37;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:10.9375rem;left:33.375rem;display:block; }
#BIFzuZT53fQUHfmugM5FDlGmFXLeLzTK { box-sizing:content-box;color:#fffe37;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:14.375rem;left:33.375rem;display:block; }
#TeQ6P2fVhHOXXTTQsNAh2lTRuUrmGIdr { box-sizing:content-box;color:#fffe37;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:18rem;left:33.375rem;display:block; }
#Chx27tFMaeIhCoHFUUPgQtsMIUROU9VG { color:#000000;display:block;width:15.499125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:4.6234817504883rem;left:35.693359375rem;height:1.21853125rem;display:block; }
#LabyKm38QeQEvTMIkC0s0wbwt7mDZw6T { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:7.8732643127444rem;left:35.811634063721rem;height:1.21853125rem;display:block; }
#bMLI4MOTMShaFldScOra1qQElUqaaJqh { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:11.513889312744rem;left:35.749134063721rem;height:1.21853125rem;display:block; }
#Jd7ouL5ecquF2MKl0mVCOo8dMZsrmPfe { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:15.108074188233rem;left:35.811634063721rem;height:1.21853125rem;display:block; }
#aNVprWCdEMHkTuoh2AQm1kTw174d7rUU { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:18.467884063721rem;left:35.811634063721rem;height:2.43706875rem;display:block; }
#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9471138-89aa-47f1-9d95-e508ee90f00c/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp.adaptive-delivery-prevent-bg, #BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp.lazyload, #BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp.lazyloading { background-image: none; }#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp > .row .container { border-width: 0; border-radius: 0; }#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp > .row > .video-iframe-container {  }#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:none; }#pCzbAChNF7S9mP9Jp8FepJBVttV1oJ6S { color:rgba(255,255,255,0.94);display:block;width:20.1248125rem;position:absolute;font-family:prompt;font-size:2.3125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:9.3719692230225rem;left:19.405384063721rem;height:9.01693125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfZVdh1dqnMqZNQBAA4NWqk61DO0xB3W { color:#000000;display:block;width:20.1871875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:12.673066139221rem;left:19.374458312988rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#genotzxJUtMTi8OzNvxMlfcc8DJXCup0 { color:rgba(255,0,0,0.94);display:block;width:20.125rem;position:absolute;font-family:prompt;font-size:3.625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:13.8125rem;left:19.40625rem;height:4.71245625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrGrxFIQnW1zIukoq7hwb3UArfJcV56R { color:#ff0000;display:block;width:6.4980625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:27.3125rem;left:27.00048828125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WxIM5hwTI4NTfeeOnNNKRGVqeTT5kkz8 { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:27.3125rem;left:19.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EQlxgGVrfM2vHf54AtF2UAm8aqFbhCsv { position:absolute;display:block;z-index:100000;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; }
#GxrcqzDXNFGOPNggJOsN4wsugB5TuMb0 { position:absolute;display:block;z-index:100000;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; }
#ITR227gt0CLQAyAODy4QZsP83uKAV9do { position:absolute;display:block;z-index:99999;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.3125rem solid #7c1edc;border-left:0.3125rem solid #7c1edc;border-right:0.3125rem solid #7c1edc;border-bottom:0.3125rem solid #7c1edc;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:24.625rem;width:18.75rem;top:5.1875rem;left:21.375rem;display:none; }
#eTJ1BKpMPXe2TGrxsyWiaSUdxyCBQRJa { color:#000000;display:block;width:15.4373125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:18.586155891419rem;left:22.2802734375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lUuTnU30V9CwG9Bp4pKQR50wr39m0PCl { color:#4d4d4d;display:block;width:19.810875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:37.3125rem;left:19.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g8LHxRgmbKMZE5JCvbL6e85GnZOpRslo { color:#4d4d4d;display:block;width:13.9355625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:35.6875rem;left:22.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rDm01oqK5LmU0v183bILZtCJosapVD7I { background-color:transparent;background-image: -webkit-linear-gradient(175deg, #ffa738, #f00000);background-image: -moz-linear-gradient(175deg, #ffa738, #f00000);background-image: -ms-linear-gradient(175deg, #ffa738, #f00000);background-image: -o-linear-gradient(175deg, #ffa738, #f00000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa738', endColorstr='#f00000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa738', endColorstr='#f00000' );";background-image: linear-gradient(175deg, #ffa738, #f00000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.3125rem 0.3125rem 0.375rem #000000 ;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:prompt;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6871875rem;height:5rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:20.805665016174rem;left:20.623916625976rem;display:block; }
#EIFbTRQx2wAa1KVX0mv39TdB7sSTb72E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UlRxHyvU8Qt8L3dd2vMPUg3zGzqsanCn { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:8.125rem;left:23.5625rem;height:3.25rem;font-style:normal;display:none; }
#AikaqK7DJU39KTaL1pdBT9qGz2EL63nJ { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:39.0625rem;left:16.75rem;overflow:hidden;display:none; }
#xsBRdmGUwx7Vam835ESmBFLmnwJGXAg2 { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:6.6873125rem;top:5.8745651245117rem;left:34.998916625976rem;overflow:hidden;display:block; }
#EoxC6P6aWOPZzpn7FzLAdBIT1Ck4xFoQ { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#fsZ1bchwQ1VBHKmL6zZknMfUh2bwq2HV { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#IvX7haiK9pqwOe1iv0Jm9F4zZJiktyWM { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#zqp1Kkwz0sog23WZOkVmHi5PQTwMNmPE { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #000000);background-image: -moz-linear-gradient(180deg, #ff0000, #000000);background-image: -ms-linear-gradient(180deg, #ff0000, #000000);background-image: -o-linear-gradient(180deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #ff0000, #000000);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:22.375rem;width:20.125rem;top:7.5rem;left:19.0625rem;display:block; }
#QCo3c8X7bVI57fNpGG4Ff9hP7nnI1tW2 { color:#4d4d4d;display:block;width:19.810875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:33.125rem;left:20rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#G4M0dGl5EceI9Z6racBhFcoQJOeqXF8q { color:#4d4d4d;display:block;width:19.810875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:33.125rem;left:20rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hugncxMKFJpDZ9p4qbWkwBJhCethXptq { color:#4d4d4d;display:block;width:13.9355625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:31.5rem;left:22.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ofQfq1fEBBSv4msUOn7SZpi1V06PsgpE { color:#000000;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlBPJQBdSCWO3kyQtwv6TVx59aVgIF4M { color:#ff0000;display:block;width:6.4970625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:24.875rem;left:38.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#fTduE6IiTIWSiadzTdNyMh7ZIzkeeSta { color:#ffffff;display:block;width:11.6230625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:24.875rem;left:34.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#PETSQoADTeX4SCfm5dTGus07yUs4gDpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9471138-89aa-47f1-9d95-e508ee90f00c/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk.adaptive-delivery-prevent-bg, #PETSQoADTeX4SCfm5dTGus07yUs4gDpk.lazyload, #PETSQoADTeX4SCfm5dTGus07yUs4gDpk.lazyloading { background-image: none; }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk > .row .container { border-width: 0; border-radius: 0; }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk > .row > .video-iframe-container {  }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:none; }#SuTHTAaErZyerkc2bEQuamE2w5i6QS0J { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.3125rem 0.3125rem 0.375rem #000000 ;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:prompt;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1229375rem;height:4.936525rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:19.0625rem;left:10.311414718628rem;display:block; }
#zqMfwSuySrn0dvkcmdIRBz1ewuJtTbIm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eaCIKMyiQ1CT90KTuO2uqCxxLdlWVQ0o { color:#ed0000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:11.311305999756rem;left:34.310981750488rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kzZVaczvOUmC9kXNTpsThTt8QhoRN2Nu { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1230625rem;height:4.936525rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:19.0625rem;left:32rem;display:block; }
#JNcITBe1CTRWiIJTV7Ix7yKeWX2QbURH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DemaIgqCnEIlNJ3VUQUWAzQn4mFSNlPM { color:#ff0000;display:block;width:6.4970625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:24.875rem;left:38.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UqniqTGr9t9z8G2G1ul15C44FTJznDhE { color:#ffffff;display:block;width:11.6230625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:24.875rem;left:34.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wHilf3zMrI3IBFGTC5ZkMWhoWGEoFsXK { position:absolute;display:block;z-index:100000;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; }
#UmMr3vQ46RT0ok35lDpwHsBTeTwGomgW { position:absolute;display:block;z-index:99999;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.3125rem solid #7c1edc;border-left:0.3125rem solid #7c1edc;border-right:0.3125rem solid #7c1edc;border-bottom:0.3125rem solid #7c1edc;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:24.625rem;width:18.75rem;top:5.1875rem;left:21.375rem;display:none; }
#kUWNamIrFpT1TPrv0oGG3RuIZnGRGrDH { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:20.875rem;width:18.375rem;top:7.25rem;left:31.0625rem;display:block; }
#oLz7BVZTGAPnqml68ID84PPvNFVsrCN8 { color:rgba(255,0,0,0.94);display:block;width:18.0605625rem;position:absolute;font-family:prompt;font-size:2.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:8.25rem;left:31.4375rem;height:8.77441875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgtM7eTLF0NNtpn7TvGUzPcALF1bz4XL { color:#000000;display:block;width:15.4373125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:17.024198532104rem;left:32.841796875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#b6zCD1sb4siylW2DGZEkWiJzqrFHmZcP { color:rgba(255,0,0,0.94);display:block;width:19.12275rem;position:absolute;font-family:prompt;font-size:3rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:13.186850547791rem;left:30.999351501465rem;height:3.90028125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1vNmSQmNdk3T7W7OgHT0vgpaETbwuB2 { color:#4d4d4d;display:block;width:19.810875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:32.5rem;left:20rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4g9Ju5kgM0GM3TCcby97bvkPnWwmVef { color:#4d4d4d;display:block;width:16.312375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:30.874458312988rem;left:21.842990875244rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZae2a2cdWTSVlSoH4oVqN4dhV3yTOZS { color:#ff0000;display:block;width:6.4980625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:25.125rem;left:15.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xV004BPk3QUbHAqPr9WH8xgLZv1ZbOEQ { color:#ffffff;display:block;width:11.6230625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:25.125rem;left:12.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#t1m3Tt43OFpimACBq3evlA28SQc722zQ { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:17.0625rem;left:11.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fzC6i36cAZ9voxkQfzFLuu8Ps3O2XLEK { color:#000000;display:block;width:18.75rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:11.5rem;left:9.5625rem;height:2.5987375rem;text-align:center;text-align-last:center;display:block; }
#QvIEpHhRA5zwfDTpEGs03v10IqWJK8fF { color:rgba(255,0,0,0.94);display:block;width:18.0605625rem;position:absolute;font-family:prompt;font-size:2.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:8.625rem;left:9.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Np5u3VtpRmkNh3fvHoqJFw5AxrTTnFgk { color:rgba(255,0,0,0.94);display:block;width:18.6870625rem;position:absolute;font-family:prompt;font-size:3rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:13.107095718384rem;left:9.5274524688719rem;height:3.90028125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lct0DNfz5bCE4thM1ZmpVdZv5iOyNeo4 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:8.125rem;left:23.5625rem;height:3.25rem;font-style:normal;display:none; }
#ZfGaCR1cM32GtD8qzu9iTQa7RIdZmBi3 { position:absolute;display:block;z-index:100000;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; }
#kyutaTaMZuWKizolRbx8XUfPu9WLsVL0 { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:39.0625rem;left:16.75rem;overflow:hidden;display:none; }
#lRL0zXZyoGDTaf5bgbT4BLM70N68S19I { position:absolute;display:block;z-index:100001;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.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:20.875rem;width:18.375rem;top:7.3125rem;left:9.375rem;display:block; }
#RTGzGIkiGufV29KmdUnUy2SVTAqV4Liv { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#qVy96OxgUCpLr3PkvCno6R2dt84cuAXu { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#qfmTJ0TfJWnlPadHqot4dWpWzy6RbIsd { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#gMyyzUWwScVlua4ZqThXaGpMmOkzeZhp { color:#4d4d4d;display:block;width:19.810875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:33.125rem;left:20rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Qk4rT7HaJgmxPBsqLAznM9IRKc3oCHOk { color:#4d4d4d;display:block;width:19.810875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:33.125rem;left:20rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tr1eIuwdviZ34iZ6rsd48LqxJPRSEXrA { color:#4d4d4d;display:block;width:13.9355625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:31.5rem;left:22.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T1sswkBxWkyN0Xys1ykLvfWaEX9QTHqQ { color:#000000;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wg6i2xEcH0lqgUWrAQILsVXLyfViBTmJ { color:#ffffff;display:block;width:11.6230625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:24.875rem;left:34.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#tVF1M1TlgED6FUF7cCSr9KMfwiMDFDOk { color:#ff0000;display:block;width:6.4970625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:24.875rem;left:38.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#iahF2oe6fQfVG8ECSVWluQnhp5WqHxuh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0044e9;background-image:none;position:relative;display:none; }#iahF2oe6fQfVG8ECSVWluQnhp5WqHxuh > .row .container { border-width: 0; border-radius: 0; }#iahF2oe6fQfVG8ECSVWluQnhp5WqHxuh > .row > .video-iframe-container {  }#iahF2oe6fQfVG8ECSVWluQnhp5WqHxuh > .row .container { font-size:0.875rem;font-family:prompt;height:64.375rem;width:60rem;position:relative;display:none; }#B8eg4BNGXxWkGeNHBSRLUf9KCFBidxbo { display:block;width:21.9998125rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:9.75rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3a3a3a;text-align:center;text-align-last:center;display:block; }
#MUlANT200yTlgrT4TCkXP3ZF34O6hI9g { position:absolute;display:block;z-index:100003;background-color:#0eaeff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(53,53,53,0.63) ;height:5.5625rem;width:23.1875rem;top:8.5625rem;left:0rem;display:block; }
#oLn721TFxSh0pf62mafr19BQuidsP8pg { color:#ffffff;display:block;width:40.0615rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.154296875rem;left:9.9375rem;height:3.1499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGz9ZHcxUFBzpPUFbBKAJONdN92fsPoV { position:absolute;display:block;z-index:100004;background-color:#0eaeff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(53,53,53,0.7) ;height:5.25rem;width:23.1875rem;top:8.5rem;left:36.8125rem;display:block; }
#QUS5KZsU1L0Goelgf2DNKu48xb9ZWfe1 { position:absolute;display:block;z-index:100005;background-color:#0eaeff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(37,37,37,0.75) ;height:5.125rem;width:18.875rem;top:25.6875rem;left:0rem;display:block; }
#dsQhcuyBWAlbx4qG1FcNTTqRdVzEukDX { position:absolute;display:block;z-index:99990;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.1875rem;width:50.1875rem;top:6.591796875rem;left:4.875rem;overflow:hidden;display:block; }
#a67AkOOUBXd8KQcqvK8yVdiTzs3tTPn8 { position:absolute;display:block;z-index:99989;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:51.3125rem;width:59.5rem;top:5.123046875rem;left:0rem;display:block; }
#urgANKWRhg70sGM8074cnGXNSsBZ5cOT { position:absolute;display:block;z-index:99993;background-color:#0eaeff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:3.9375rem;width:41.3125rem;top:2.875rem;left:9.375rem;display:block; }
#s6L7KH1Iu3vST6RTyhocDJHfT64COFMp { position:absolute;display:block;z-index:99994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.86) ;height:4rem;width:29.125rem;top:3.875rem;left:14.5625rem;display:none; }
#xTQZf0aeXhlg2uQlTdf98xPAM3PDJvBG { color:#000000;display:block;width:12.375rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1;letter-spacing:0;top:12.3125rem;left:27.9375rem;height:2.75rem;text-align:center;text-align-last:center;display:none; }
#lwQtlTxpNHKGMNtIiMThfzrI8mvAbdcp { color:#131313;display:block;width:16.625rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:22.125rem;left:43.375rem;height:3rem;text-align:center;text-align-last:center;display:none; }
#zANV0ftbw67uBioD66hzsThb2hTpJK0F { display:block;width:16.4995625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:5.1312932968139rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffbe00;text-align:left;text-align-last:left;display:none; }
#CgRS5dCdOKpCt3TIbnSzywBD9XnpSGpJ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:7.5705280303956rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#rK9yGaw1pRP351BTpos5zPePcMg1Lpi9 { display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:14.966362953186rem;left:23.6875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffbe00;text-align:center;text-align-last:center;display:none; }
#re3BVpOhAfzx6gO1Evv0QhS8F90zGuSv { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:19.031280517578rem;left:23.6875rem;height:1.5rem;text-align:center;text-align-last:center;display:none; }
#U2ySXL2dZiH6RTqfdA8ifEZPeX175svM { display:block;width:17.625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:4.25rem;left:42.375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffbe00;text-align:center;text-align-last:center;display:none; }
#pK20aTt97l5kEvWSTOHcf6M6Tq4Xfl0L { position:absolute;display:block;z-index:100008;background-color:#0eaeff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(37,37,37,0.75) ;height:5.1875rem;width:19.5625rem;top:46.125rem;left:0rem;display:block; }
#kTXuvb23nntUWi4UZnemTuCTgRpNItD5 { position:absolute;display:block;z-index:100011;background-color:#0eaeff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0rem rgba(255,255,255,0.86) ;height:8.4375rem;width:18.875rem;top:47.25rem;left:41.125rem;display:block; }
#mMHHaTiGHhDTT8XABE9qlEGI4FMudNKZ { position:absolute;display:block;z-index:99991;background-color:#0eaeff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(37,37,37,0.75) ;height:5.75rem;width:18.875rem;top:21.3125rem;left:35rem;display:block; }
#vMhhJ1mKz59GMJHtRM14EK31KPfoz1e1 { display:block;width:21.999rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:9.625rem;left:38.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3a3a3a;text-align:center;text-align-last:center;display:block; }
#w1AAypREwX3mVuvdTR4yCKrpx4RQxIfq { display:block;width:17rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:26.6875rem;left:0.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3a3a3a;text-align:center;text-align-last:center;display:block; }
#P2TPQPzRx3AkcEVbdyxL7C91GTVNzXUz { display:block;width:17rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:22.625rem;left:35.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3a3a3a;text-align:center;text-align-last:center;display:block; }
#D2a3burmznBpiHEJewsLV5I32CrNZWfy { display:block;width:18.624125rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:47.537117004394rem;left:0.40516471862793rem;height:2.61230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3a3a3a;text-align:center;text-align-last:center;display:block; }
#TbZ2gGnTuZhlK80n5uqWuTaZzQtoSeQU { display:block;width:18.625rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:48.375rem;left:41.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#F5bvNKTCxDzvi1bVAeT2TpciAyqiawck { display:block;width:18.6246875rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:50.267997741699rem;left:41.374786376953rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ZtTDU1lAgA9QgX7PwcFLswXkxtmB33KF { display:block;width:18.625rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:36.65625rem;left:41.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3a3a3a;text-align:center;text-align-last:center;display:block; }
#IKLEJrKx1hNH7ux2o5nhglbE8ZGo2cv4 { position:absolute;display:block;z-index:100009;background-color:#0eaeff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(37,37,37,0.75) ;height:5.1875rem;width:19.5625rem;top:35.625rem;left:40.4375rem;display:block; }
#qJz4moln4oHP3kGZhH81GJxDNEDXEdDs { position:absolute;display:block;z-index:100006;background-color:#0eaeff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(37,37,37,0.75) ;height:6.1875rem;width:18.875rem;top:36.6875rem;left:5.4375rem;display:block; }
#zcReC1zFQDBJyoLbm9Fz90JT7CWZDSoR { display:block;width:17rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:37.6875rem;left:6.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3a3a3a;text-align:center;text-align-last:center;display:block; }
#m3V18zNE60AMB5QQ5qRW2ixeuzybQsy8 { position:absolute;display:block;z-index:100011;background-color:#ff0000;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0rem rgba(255,255,255,0.86) ;height:8.4375rem;width:18.875rem;top:47.25rem;left:41.125rem;display:none; }
#I5GFdASJGKeRSQVFKHAwQTbOg32eBQTs { position:absolute;display:block;z-index:100011;background-color:#ff0000;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0rem rgba(255,255,255,0.86) ;height:8.4375rem;width:18.875rem;top:47.25rem;left:41.125rem;display:none; }
#q2U3SPUzB3eGPXtpmAcK1NDaMZD2oo9Z { position:absolute;display:block;z-index:100011;background-color:#ff0000;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0rem rgba(255,255,255,0.86) ;height:8.4375rem;width:18.875rem;top:47.25rem;left:41.125rem;display:none; }
#TTlPJBPKBfEdbTM6romXnfmZncZOMEKf { background-color:transparent;background-image: -webkit-linear-gradient(179deg, #ff6c48, #b82600);background-image: -moz-linear-gradient(179deg, #ff6c48, #b82600);background-image: -ms-linear-gradient(179deg, #ff6c48, #b82600);background-image: -o-linear-gradient(179deg, #ff6c48, #b82600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#b82600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#b82600' );";background-image: linear-gradient(179deg, #ff6c48, #b82600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8123125rem;height:4.2485875rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:58.563358306885rem;left:22.593318939209rem;display:block; }
#wNuJmrTTCssftmhThPEhDCifroc1mrkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZsaAeEs4fGnzXnAcSlbPy3U1xzOFb20z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d006c;background-image:none;position:relative;display:none; }#ZsaAeEs4fGnzXnAcSlbPy3U1xzOFb20z > .row .container { border-width: 0; border-radius: 0; }#ZsaAeEs4fGnzXnAcSlbPy3U1xzOFb20z > .row > .video-iframe-container {  }#ZsaAeEs4fGnzXnAcSlbPy3U1xzOFb20z > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:none; }#A0TGvRnT6gbQz184K66dkJu74mJuEiHG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:35.625rem;top:6.9375rem;left:3.25rem;overflow:hidden;display:block; }
#ZsThxSpue9l3zH2XPrR4QeH6W8Opx0Ix { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:16.8125rem;top:7rem;left:39.8125rem;overflow:hidden;display:block; }
#TdX4b9b32pkiBMQzk3B3Z65PX7fwuzUI { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:16.9375rem;top:17rem;left:39.8125rem;overflow:hidden;display:block; }
#UX6NAFogDphITfvw77VHl6tZ9RcmUZLK { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.71875rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#xiGLsSbVUsvbJMKxiOqURB2slRkPrT0Z { color:rgba(255,255,255,0.94);display:block;width:11.4371875rem;position:absolute;font-family:prompt;font-size:2.1875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:7.7456436157225rem;left:2.3692493438721rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPb716pwuwKs0WIHJFGl4OKSHv6Fr1wI { color:rgba(255,255,255,0.94);display:block;width:7.87275rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:7.1243286132812rem;left:43.405490875244rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alTm0xgwAd4GRGu7f9HqGdXTKz5LVZKa { color:rgba(255,255,255,0.94);display:block;width:7.87275rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:17.936723709106rem;left:45.343967437744rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tA5Fa6aeUsy5F3lJXlWQ2K3FQyPfAgTy { background-color:#4d006c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#tA5Fa6aeUsy5F3lJXlWQ2K3FQyPfAgTy > .row .container { border-width: 0; border-radius: 0; }#tA5Fa6aeUsy5F3lJXlWQ2K3FQyPfAgTy > .row > .video-iframe-container {  }#tA5Fa6aeUsy5F3lJXlWQ2K3FQyPfAgTy > .row .container { width:60rem;height:86.8125rem;font-size:0.875rem;font-family:prompt;position:relative;display:none; }#hhxaGusIQ1FVqdDklhf3LSV3tgEORT7K { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.125rem;left:4.6875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fed401;text-align:center;text-align-last:center;display:none; }
#dRonADq5xmNrw1sIVbSTeKrLMqRsbQFB { position:absolute;display:block;z-index:100000;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;height:7.5rem;width:40rem;top:16.5rem;left:9.875rem;display:none; }
#WLD3SZALtm302Bb85HwcmS8IaF8I3w2F { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:4.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fed401;text-align:center;text-align-last:center;display:none; }
#wM64aqOmqJgOS5Vypq8N74ZLd1P3ISnX { position:absolute;display:block;z-index:100002;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;height:7.5rem;width:40rem;top:24.0625rem;left:9.25rem;display:none; }
#NlByyB5IrT4qvLNreEssQfGKkbcQTUuy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:21.8125rem;display:none; }
#VMo4DgaamH3GGlU5K0SuV4Ddrd7NHJ5u { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:3.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.0625rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffeb00;text-align:center;text-align-last:center;display:none; }
#KDxaa7QdxFInseZMrVFhF3Wcz5g02r1z { position:absolute;display:block;z-index:99992;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:22.4375rem;top:7.75rem;left:6.0625rem;overflow:hidden;display:block; }
#aqvT29TahWEvE3U3p8z4T9zDBQOgw2TR { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:22.8125rem;top:7.7490234375rem;left:31.124675750733rem;overflow:hidden;display:block; }
#pgePRkwwroo7bRWeQ5m1uwvLNUx6sifo { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:22.375rem;top:29.5rem;left:6.25rem;overflow:hidden;display:block; }
#ZJtbTMWwQgqtsbor6hXAv9QBETdKPGBM { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:23.0620625rem;top:29.499784469604rem;left:31.312175750733rem;overflow:hidden;display:block; }
#yo2JkKgcDomS0kffp21is7vua0I2vA8J { position:absolute;display:block;z-index:99991;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:22.1875rem;top:51.187069892883rem;left:6.875rem;overflow:hidden;display:block; }
#Md59dNZGwERIUXkHk8gykgaZ1O67TOZT { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:22.9375rem;top:50.999828142151rem;left:32.125289581909rem;overflow:hidden;display:block; }
#CDga8fSOzis0Tkq5WDpITKlxz9SyUWJ8 { position:absolute;display:block;z-index:100008;background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.5625rem;top:18.9375rem;left:6rem;display:block; }
#qgJsqtXeIyR6mrNEvTUBVLsHHacHfPnZ { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:20.124675273895rem;left:5.9998912811279rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:italic;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; }
#GTNgW8DXkWBM5RxOQrXhHLinZFF9DsLF { color:#ffffff;display:block;width:21.811rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:23.187935113907rem;left:6.7496738433837rem;height:3.41145625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#qDrk5XF66qL04vSS72zIovz5F8HsXJ6z { position:absolute;display:block;z-index:100011;background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.8125rem;top:18.9375rem;left:31.125rem;display:block; }
#ClV8ZW8QgfvCMgfuAQfUQ4ldVxixPvPu { color:#ffffff;display:block;width:21.8115rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:22.948135614395rem;left:31.624351501465rem;height:4.5486rem;text-align:left;text-align-last:left;font-style:italic;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; }
#SdOAi8l1DFCSSk1nLocqdeDhFGWVl3oL { color:#ffffff;display:block;width:22.562375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:19.686417579651rem;left:31.248916625976rem;height:2.59874375rem;text-align:center;text-align-last:center;font-style:italic;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; }
#UUzifa4mq9odmlwe0sHs43FL4D7ruxk1 { position:absolute;display:block;z-index:100014;background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.4375rem;top:40.75rem;left:6.1875rem;display:block; }
#JbuqmQ0A8O1l7xP26ipBzKxcfAZgqbRB { color:#ffffff;display:block;width:21.8105625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100048;line-height:1.3;letter-spacing:0;top:43.5rem;left:6.8125rem;height:4.54860625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#e0DntcPVELqRQ7G7s4hUxmWBCZNAokpx { color:#fffd00;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:41.75rem;left:6.0625rem;height:1.29936875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#itMskiCu6JQgk0fhfsy7BdTAyilem7is { position:absolute;display:block;z-index:100058;background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.9996875rem;top:41.124133110046rem;left:31.3427734375rem;display:block; }
#nzLCkD2cryvnVuKvPbQQR6URfDxsTcf2 { color:#ffffff;display:block;width:21.8104375rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100060;line-height:1.3;letter-spacing:0;top:44.249133110046rem;left:32.189128875733rem;height:4.54860625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#wS8F6MD8vQgOs7ITxKJbgpnwnHV9gyOE { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:41.8125rem;left:31.375rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#xyXcufPzaH80lckCm7vpaoPxV6WzeGF7 { position:absolute;display:block;z-index:100020;background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.375rem;top:62.25rem;left:6.8125rem;display:block; }
#qOoe57U0d1dvDsLm8duiIAvJKWnMP5Ka { color:#ffffff;display:block;width:21.8120625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:65.947919845581rem;left:7.3128261566163rem;height:4.5486rem;text-align:left;text-align-last:left;font-style:italic;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; }
#R9vSJ4SVhXPVqtnp0yRGwgvrvw4eCcDl { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:63.12489414215rem;left:6.8120651245119rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:italic;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; }
#bcipusOhahwpWPBSboM1hE8zXbhXOTCF { position:absolute;display:block;z-index:100023;background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:23.0625rem;top:62.25rem;left:32.125rem;display:block; }
#VB9hBmg09FMT5TUXPUkowh3QC7CkRyMO { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100057;line-height:1.3;letter-spacing:0;top:65.5rem;left:33.25rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#WAoaZxRIu8HQkGfWuBGWQLDNX9h4zWBI { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:63.8125rem;left:32.3125rem;height:1.29936875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#oTsvTfosp32ipMbu2nJTcxTHUzcaZSCN { color:#000000;display:block;width:59.1873125rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:400;z-index:100057;line-height:1.3;letter-spacing:0;top:73.124475479125rem;left:0.81217384338381rem;height:4.5497rem;text-align:center;text-align-last:center;font-style:italic;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; }
#tAFg1aSzMxuswm9kpdcUZWRn0ODyOckQ { position:absolute;display:block;z-index:99994;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;height:3.1875rem;width:43.375rem;top:1.8120651245118rem;left:8.8122825622556rem;display:block; }
#oTWHVi9ag6sJSu8GUat5OXXgxtMm5Ide { color:#ffffff;display:block;width:43.6870625rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:2.0236396789551rem;left:8.5611972808837rem;height:2.7625875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#BeXC2wKcWAcH5Ny8eTx6e05m7I1W1U5n { background-color:#ffe300;background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.68525rem;height:5.4362rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:79.562192916869rem;left:20.749782562256rem;display:block; }
#zz9Ef2PlevAdldd1SSL8BNbKfBgNTrkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XvopHEON5twlhkLnofHDmAGrGFkWeCsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0044e9;background-image:none;position:relative;display:none; }#XvopHEON5twlhkLnofHDmAGrGFkWeCsT > .row .container { border-width: 0; border-radius: 0; }#XvopHEON5twlhkLnofHDmAGrGFkWeCsT > .row > .video-iframe-container {  }#XvopHEON5twlhkLnofHDmAGrGFkWeCsT > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:none; }#ycz9TRkqmHvy0HKnhUpUeqGx6m0094qh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:35.625rem;top:6.9375rem;left:3.25rem;overflow:hidden;display:block; }
#JAQh8H8aemvQW2tnqcw1KTKT873DJbFM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:16.8125rem;top:7rem;left:39.8125rem;overflow:hidden;display:block; }
#DCw1qzGCwq0VSdlKcl6S7WitriNRS1TQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:16.9375rem;top:17rem;left:39.8125rem;overflow:hidden;display:block; }
#EzMdVWA9TL4Uk4DeUpsFPZTD1um7NVWh { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.71875rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { position:relative;display:none; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { border-width: 0; border-radius: 0; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container > .video-iframe-container {  }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:none; }#OvgRCClRSN9SM7LmehiQT1Zh4DDFdJxt { color:#212121;display:block;width:25.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.125rem;height:5.84960625rem;text-align:left;text-align-last:left;display:block; }
#HseQLh55J51GG6XeOMJ2gOnTWvI6NPpb { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:25.4373125rem;top:1.3118486404419rem;left:31.530490875244rem;overflow:hidden;display:block; }
#iiq1AkIcvuzCpuPvzSWARhC9EhX6cLxc { z-index:100003;top:12.9375rem;left:3.125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d00000;border-left:0.1875rem solid #d00000;border-right:0.1875rem solid #d00000;border-bottom:0.1875rem solid #d00000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#d00000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K6CLc12KScZNCl44mF2JurXXBk0t8koV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tXJcZA56QOfxcBQhrMkRiwFvsVVUSSpI { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:23.125rem;top:2.5613069534302rem;left:32.749134063721rem;display:block; }
#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { border-width: 0; border-radius: 0; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row > .video-iframe-container {  }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:none; }#brgmlbQSy4pGG2dbOUycmtUZKO9GD2JZ { color:#000000;display:block;width:23.8748125rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.3485240936281rem;left:33.687068939209rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#r0pFlbcOurv3XtxovW6IvoiLPg2MfD8q { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:17.9375rem;top:2.1865234375rem;left:4.8943138122559rem;display:block; }
#PNyUW6N5lGpMLf9mROKBbSMGNpJWEm8L { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.999875rem;width:27.9996875rem;top:21.999769210816rem;left:0.62391471862793rem;overflow:hidden;display:none; }
#QUSEAMGTHiSqy6zEqFZCLZCSwiqNSK3c { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.999375rem;width:27.9996875rem;top:1.3351440429688E-5rem;left:0rem;overflow:hidden;display:block; }
#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { position:relative;display:none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { border-width: 0; border-radius: 0; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container > .video-iframe-container {  }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:none; }#JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:22.75rem;top:2.625rem;left:35.4375rem;overflow:hidden;display:block; }
#zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.0625rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { z-index:100005;top:14rem;left:3.0625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d00000;border-left:0.1875rem solid #d00000;border-right:0.1875rem solid #d00000;border-bottom:0.1875rem solid #d00000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#d00000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { border-width: 0; border-radius: 0; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row > .video-iframe-container {  }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:none; }#BkQHbZi7l5ykiuHf3TzuvmEWEH61FFxp { color:#000000;display:block;width:33.5623125rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.7256946563719rem;left:25.118274688721rem;height:5.84960625rem;text-align:left;text-align-last:left;display:block; }
#mxgeds0W8rkEdEK4ithN8gTTExxfBOhk { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.499875rem;width:24.3120625rem;top:2.0616321563721rem;left:0rem;overflow:hidden;display:block; }
#kT1AwD9U0I4zOIFK7TnE8EN3OAuNQl9y { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:21.9375rem;top:3.2785367965698rem;left:1.1246738433838rem;display:block; }
#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:none; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { border-width: 0; border-radius: 0; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row > .video-iframe-container {  }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:none; }#QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.3125rem;top:3.3125rem;left:2.5rem;overflow:hidden;display:block; }
#pizDSstFbDFqFLmsTbxMCmHyODeUN69A { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.125rem;top:3.3125rem;left:21.4375rem;overflow:hidden;display:block; }
#AmZrgToLKauInL4uQRaF67ZVW9oeogLL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.25rem;top:3.3125rem;left:40.1875rem;overflow:hidden;display:block; }
#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6a6bb;background-image:none;position:relative;display:none; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { border-width: 0; border-radius: 0; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row > .video-iframe-container {  }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:none; }#ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:1.94986875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { border-width: 0; border-radius: 0; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row > .video-iframe-container {  }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:none; }#bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.9375rem;width:18.75rem;top:4rem;left:1.9375rem;overflow:hidden;display:block; }
#J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:18.75rem;top:2.875rem;left:20.625rem;overflow:hidden;display:block; }
#I52FLkhtNASksWsL4IFvWl6aWXEEA67S { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:18.75rem;top:3.625rem;left:39.375rem;overflow:hidden;display:block; }
#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { position:relative;display:none; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { border-width: 0; border-radius: 0; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container > .video-iframe-container {  }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:none; }#NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { position:absolute;display:block;z-index:100000;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;height:25.9375rem;width:45.8125rem;top:3.78125rem;left:7.09375rem;overflow:hidden;display:block; }
#nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { position:absolute;display:block;z-index:100001;background-color:#c53ed7;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:24.75rem;top:3.1875rem;left:17.625rem;display:block; }
#gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { z-index:100004;top:31.5625rem;left:24.28125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d00000;border-left:0.1875rem solid #d00000;border-right:0.1875rem solid #d00000;border-bottom:0.1875rem solid #d00000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#d00000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d006c;background-image:none;position:relative;display:none; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { border-width: 0; border-radius: 0; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row > .video-iframe-container {  }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:none; }#SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { display:block;width:60rem;position:absolute;font-family:prompt;font-size:3rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:3.3116254806519rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { display:block;width:60rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:7.6855411529544rem;left:0rem;height:1.13720625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d006c;background-image:none;position:relative;display:none; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { border-width: 0; border-radius: 0; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row > .video-iframe-container {  }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { font-size:0.875rem;font-family:arial;height:136rem;width:60rem;position:relative;display:none; }#sp5Kzylth3dQV5UQGX875dKlUOWHnHbq { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:2.2490234375rem;left:0rem;height:5.3993rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zr5Qwbotd8WndZmP3npppfTuMkyx0nr8 { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:36.545136451721rem;left:0rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtZO3MnMgZhGufqgJ5CHTViQZO7AOGGy { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:100013;line-height:1.6;letter-spacing:0;top:29.99892616272rem;left:0rem;height:5.99935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96778958-fec0-4908-91d4-e94d8a00cee1/fonn1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:17.5625rem;top:10.1875rem;left:0.375rem;display:block; }#krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc.adaptive-delivery-prevent-bg, #krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc.lazyload, #krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc.lazyloading { background-image: none; }
#qo6XbTdJ7aUeqdEbxlksvadcG8QXF3Kg { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:36.614581108093rem;left:20rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPm5VU8Ct1ByDSTykJGKH1S5sLO6XTKM { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:30.116755485534rem;left:20.9375rem;height:5.9982625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2PBlLg6eALQDErKe5WcglSzGScdhplH { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fefc09c0-ac5d-4b74-97d1-ab9a19aa67ca/sunn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:17.5625rem;top:10.25rem;left:21.5625rem;display:block; }#a2PBlLg6eALQDErKe5WcglSzGScdhplH.adaptive-delivery-prevent-bg, #a2PBlLg6eALQDErKe5WcglSzGScdhplH.lazyload, #a2PBlLg6eALQDErKe5WcglSzGScdhplH.lazyloading { background-image: none; }
#ySvHe0pf15fzQnr6eO1LSHf0Xv2qTNGS { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:36.614581108093rem;left:40.125rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTqdTVkiJ0ot6PMG904y3MadXH8QVNWM { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:30.246308326721rem;left:41.4375rem;height:5.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe07c5c9-5978-465a-b6fe-d137dba9c863/diamondd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:17.5625rem;top:10.25rem;left:41.5rem;display:block; }#K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L.adaptive-delivery-prevent-bg, #K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L.lazyload, #K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L.lazyloading { background-image: none; }
#yeabLcXShl2lABlgNHRAZTb9OhPRc92s { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76664fe7-b4d2-4514-8d52-b2fc10cd373f/pondd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:17.5625rem;top:38.8125rem;left:0rem;display:block; }#yeabLcXShl2lABlgNHRAZTb9OhPRc92s.adaptive-delivery-prevent-bg, #yeabLcXShl2lABlgNHRAZTb9OhPRc92s.lazyload, #yeabLcXShl2lABlgNHRAZTb9OhPRc92s.lazyloading { background-image: none; }
#JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b448c5de-c465-4bbb-83bf-6300f5634f28/jeannn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:17.5625rem;top:38.875rem;left:20.6875rem;display:block; }#JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G.adaptive-delivery-prevent-bg, #JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G.lazyload, #JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G.lazyloading { background-image: none; }
#I7mlARp60uyXsNEqwcrGGDmnuk03l8pS { position:absolute;display:block;z-index:100023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/abba4e7d-8f65-4292-ab44-e9021e23b608/ttt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3121875rem;width:17.562375rem;top:38.812393665314rem;left:41.75rem;display:block; }#I7mlARp60uyXsNEqwcrGGDmnuk03l8pS.adaptive-delivery-prevent-bg, #I7mlARp60uyXsNEqwcrGGDmnuk03l8pS.lazyload, #I7mlARp60uyXsNEqwcrGGDmnuk03l8pS.lazyloading { background-image: none; }
#ehuBMZ2543STbNnGFzOO5llxEyTc8333 { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:59.249674797058rem;left:0rem;height:5.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5E7rM2ByK0pWBfyggLwboor32si4syn { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:65.361870765687rem;left:0rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irmJ3zqcAVfucMWBu8JZlMQlewBvyRp3 { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.6;letter-spacing:0;top:59.399413108826rem;left:20.9375rem;height:5.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b15vNERKSVHakOH5cNt8ort6rDq7vpl2 { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:64.949002265931rem;left:20rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGOPvhuWPUsXJvHRvsO7O18s9G4SkmCK { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:59.249133110046rem;left:41.4375rem;height:5.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdQTcm4yc8JwKIANr3STmzINKSAss9IZ { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:64.9490070343rem;left:40.125rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM { position:absolute;display:block;z-index:100026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c36ecf16-bee2-4a30-a179-a42975015754/simonn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3121875rem;width:17.562375rem;top:67.8125rem;left:42.375rem;display:block; }#b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM.adaptive-delivery-prevent-bg, #b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM.lazyload, #b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM.lazyloading { background-image: none; }
#dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa { position:absolute;display:block;z-index:100023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94a966f9-363e-40fd-b785-070594df3890/nutt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:17.5625rem;top:67.875rem;left:21.25rem;display:block; }#dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa.adaptive-delivery-prevent-bg, #dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa.lazyload, #dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa.lazyloading { background-image: none; }
#TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb74353b-6bd8-440b-863f-8f3520a9f73d/jelaaaa.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:17.5625rem;top:67.8125rem;left:0.125rem;display:block; }#TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI.adaptive-delivery-prevent-bg, #TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI.lazyload, #TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI.lazyloading { background-image: none; }
#ATFd73t2EE2yNxRSS2GldbXAhKuRsRNu { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:100017;line-height:1.6;letter-spacing:0;top:87.361660003662rem;left:0rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3wKinIK0KuIp9T2lFgswAzvAi20XrQa { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:93.092453002931rem;left:0rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T014riokItNC9rCx7J1pW1aHXP6fTRPf { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:87.361658096312rem;left:20.9375rem;height:5.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNq4XRGtv22TZSMPnk6mg2UkLRuc4nRH { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:93.092453002931rem;left:20rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrpgydwDQArlZz4rZCt1ANEcdq7Td3CT { color:#ffe933;display:block;width:21.0623125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:100021;line-height:1.6;letter-spacing:0;top:87.361656188962rem;left:39rem;height:4.798175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hy0kKupNDeMwn3T96P7Tp1quWOMUEm8o { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:93.092453002931rem;left:40.125rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp { position:absolute;display:block;z-index:100029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2f612766-a597-4e12-9256-dc7d12d57464/ployyy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3121875rem;width:17.561875rem;top:96.125rem;left:21.5rem;display:block; }#ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp.adaptive-delivery-prevent-bg, #ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp.lazyload, #ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp.lazyloading { background-image: none; }
#pGoa3qPVy0Urv3q7TUaZvfK9mx8ATtfb { color:#ffe933;display:block;width:18.061rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:100024;line-height:1.6;letter-spacing:0;top:115.74924755096rem;left:20.9375rem;height:5.40039375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJUa0gX7y7aumbMe6UKK6I0HVOS74Oz5 { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:121.99924659729rem;left:20rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6ogSvlP5q6wRxcVchGldOGhgwL1q1ZC { background-color:#ffe933;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1245625rem;height:6.06228125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:127.62912940979rem;left:18.936634063721rem;display:block; }
#Me2cmpVF6beszREQG4RE4tOlFb2RDC0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NAGAkEKc9qTOhEt62qtcyTdfTp4en1A8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124875rem;height:2.31228125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:124.20465087891rem;left:22.875rem;display:block; }
#Ret99ObADp626fz2rDOcTtN2Shvgn2An { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l { border-top:0;border-left:0;border-right:0;border-bottom:0;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:none; }#ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l.adaptive-delivery-prevent-bg, #ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l.lazyload, #ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l.lazyloading { background-image: none; }#ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l > .row .container { border-width: 0; border-radius: 0; }#ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l > .row > .video-iframe-container {  }#ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l > .row .container { font-size:0.875rem;font-family:arial;height:153.75rem;width:60rem;position:relative;display:none; }#y8PMELFiw4ouJvJCoQAsXSJOX5hnMsy1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.1870625rem;top:51.8125rem;left:3rem;display:block; }
#Tof4P60iAbTs0Meyk4kymcyuqcrO8Ibi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:26.1875rem;top:67.75rem;left:3rem;display:block; }
#iks5e3xym7VDAng9eIwbe7STnGRdnuce { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:26.0625rem;top:83.8125rem;left:3rem;display:block; }
#TLSkIUS16igaCTEZwD4WFe5RSdQTklrg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:26rem;top:100.5rem;left:3rem;display:block; }
#uweGnKeIGnLgkS9NUbqX6AeRWTUyiGyJ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.49925rem;width:26.06175rem;top:115.9375rem;left:3.125rem;display:block; }
#Znoo591gStEaFOxVdo9RyWufgXo3rh4f { z-index:100006;top:147.9375rem;left:19.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d00000;border-left:0.1875rem solid #d00000;border-right:0.1875rem solid #d00000;border-bottom:0.1875rem solid #d00000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#d00000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.23696375rem;height:4.251195rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rZkGpeytW3sgGdwfo5K8z0OICD4OTHen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U0AMs5VDhd8HT6bnMnmWMV9ogRD7Dlsm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.1865rem;top:51.8125rem;left:31.125rem;display:block; }
#v8TU2JorW48ApwacfsESfsL4cpPybe1C { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4998125rem;width:26.1870625rem;top:67.75rem;left:31.125rem;display:block; }
#NTdLoG5h1rsbNDThFB8bTvPBpuk3sTMp { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.437375rem;width:26.0623125rem;top:83.8125rem;left:31.25rem;display:block; }
#oG6Vqyue23m7m7qTlbToRt5TPVl780N3 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.437375rem;width:25.999875rem;top:100.5rem;left:31.3125rem;display:block; }
#p682fbW0pHLOLI0sxSSxL6WXHv8DNCxw { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.49925rem;width:26.06175rem;top:115.9375rem;left:31.25rem;display:block; }
#wSlTdzswHBN91dD5lKGJU0AIqdRN4MTt { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.49925rem;width:26.06175rem;top:131.9375rem;left:3.125rem;display:block; }
#rnVOlTZsrKd0kVsbLzwkZmkTwyCPfMu3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.49925rem;width:26.06175rem;top:131.9375rem;left:31.3125rem;display:block; }
#e8K58p0zATo2W2n0Ni3ZK90DJhlPEJWM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.1865rem;top:34.999451637268rem;left:31.123592376709rem;display:block; }
#zgk9sFu6UXauFuQMCqHpHCO1lUVsy39T { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.1865rem;top:34.998915672303rem;left:2.9985885620117rem;display:block; }
#XxgJ6ceDX2tGoNwOX0iO9nrDfKUhPpKP { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.1865rem;top:18.875rem;left:30.8125rem;display:block; }
#s0r3brk2LL6x6eS1aSHmll0pikHDTAtf { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.1865rem;top:18.874784469604rem;left:2.9991321563721rem;display:block; }
#UlwDpJpxPxBkobcSZnGfBk3ap8q42Cc6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.186rem;top:2.9996681213379rem;left:16.906467437744rem;display:block; }
#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b03250fc-2090-469b-a482-6470a947545b/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg.adaptive-delivery-prevent-bg, #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg.lazyload, #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg.lazyloading { background-image: none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { border-width: 0; border-radius: 0; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row > .video-iframe-container {  }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:none; }#OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { position:absolute;display:block;z-index:100009;height:15.875rem;width:39.5rem;top:7.6875rem;left:10.25rem;display:block; }
#y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.94986875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { position:relative;display:none; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { border-width: 0; border-radius: 0; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container > .video-iframe-container {  }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:none; }#tOQBITntuuoUwcgisRPMhTVdTTCTJ6e3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.186875rem;width:56.624375rem;top:2.62260389328rem;left:1.6547298431396rem;overflow:hidden;display:block; }
#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d006c;background-image:none;position:relative;display:none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { border-width: 0; border-radius: 0; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container {  }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:none; }#xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:35.0625rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.375rem;left:37.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#L8MIm2B9C81XEF0ER4isQvl742AtJx41 { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.875rem;left:41.625rem;display:block; }
#xtNrT9yu3SryJFNkDq7EL6F141i4UTES { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:8.5rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { color:#ff1010;display:block;width:16.9375rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.375rem;left:8.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0.875rem;left:14.8125rem;display:block; }
#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { border-width: 0; border-radius: 0; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row > .video-iframe-container {  }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { font-size:0.875rem;font-family:prompt;height:23.9375rem;width:60rem;position:relative;display:none; }#bKkp2FCgX3HlZ0T8WH2cSV4Qh7R7Nbis { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:2.125rem;left:19.4375rem;height:;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;text-align:center;text-align-last:center;display:block; }
#JFhaqzIfR0lIT0dczlkGUEwqhPcgLTdx { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:7.9375rem;top:6.5rem;left:0.1875rem;overflow:hidden;display:block; }
#Hg2yI4a6rC7BPutKW4Js826hZrBMpwLJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:11.625rem;top:4.625rem;left:8.4375rem;overflow:hidden;display:block; }
#rdw8ipQ4bfSUnCTP1564aDHQt2ggd0Rq { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:10.25rem;top:5.3125rem;left:30.125rem;overflow:hidden;display:block; }
#g6Gm5a7QsKI2THWxQZGRhItWw35TUNUM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:6.5rem;top:7.1875rem;left:41.875rem;overflow:hidden;display:block; }
#K2eCyk9ql7xU3eEe1ls9pQg5W5gvXlnJ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:6.375rem;left:50.125rem;overflow:hidden;display:block; }
#ovRrX9fFo6TfwQ9voayaT2yRWii16BIz { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:10.75rem;top:11.5625rem;left:0rem;overflow:hidden;display:block; }
#pJTfHWtv7UknrKaoX5W0zv5h7O8Zd476 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:9.75rem;top:12.625rem;left:9.375rem;overflow:hidden;display:block; }
#KSFLPvW8GFrdTdZIT3LquOaM5F1BwLnM { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:8.5rem;top:12.6875rem;left:21rem;overflow:hidden;display:block; }
#snNQBCcbCyPcBOCOVqwAUq2CUBLvp291 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:9.25rem;top:13.125rem;left:30.625rem;overflow:hidden;display:block; }
#QcFZdciJssPKOOFSmFleQhhRwq8I2PBJ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:13.1875rem;left:41.375rem;overflow:hidden;display:block; }
#K3iJLMoqyFB5tLcoLKotZPKonGi6mygc { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.125rem;top:13.09375rem;left:50.125rem;overflow:hidden;display:block; }
#TeybV574FcwEzmVLZf7SBbHVgw28v00U { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:6.9375rem;top:6.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fb87007-6805-4859-8cff-94be27b1f9fd/3491949.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi.adaptive-delivery-prevent-bg, #l0THSoEUMfwNazz8fd6z8ovbdekgvxLi.lazyload, #l0THSoEUMfwNazz8fd6z8ovbdekgvxLi.lazyloading { background-image: none; }#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi > .row .container { border-width: 0; border-radius: 0; }#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi > .row > .video-iframe-container {  }#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:none; }#pmwM6VhUB8oasoAAeEEvNlOEnxxgVFTb { color:#ffffff;display:block;width:45.4373125rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:43.808588981628rem;left:10.591907501221rem;height:4.224175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZM8fvEZl2Rcnm1Bc3BD8ymHrasH42eCm { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:36.5625rem;left:17rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0gHBzVC8GI9REEw7q8VlNJxwGuE2aiF { color:#071226;display:block;width:15rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.1237983703613rem;left:12.061740875244rem;height:6.885425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbPmWXQiVKttxPsLn6TNu7obSTB8yXCe { background-color:transparent;background-image: -webkit-linear-gradient(175deg, #14c101, #073f00);background-image: -moz-linear-gradient(175deg, #14c101, #073f00);background-image: -ms-linear-gradient(175deg, #14c101, #073f00);background-image: -o-linear-gradient(175deg, #14c101, #073f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c101', endColorstr='#073f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c101', endColorstr='#073f00' );";background-image: linear-gradient(175deg, #14c101, #073f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1245625rem;height:4.93706875rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:10.25rem;left:10.5rem;display:block; }
#egy7eDNgIt3z8MILeg7AHqMoGGboDVfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dLiGGO5RaTg8egnhzXcXPoly8lagiZR1 { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:16rem;left:13.375rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#d4qldG8yrylb5QML5xdKTNe6JOhzbTl4 { color:#ffffff;display:block;width:6.4985rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:16rem;left:16.875rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#SwdGrFaFT9cV25V1B8pHvE1IIp0gPVzh { color:#4d4d4d;display:block;width:13.936625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:18.875rem;left:12.0625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toL5wPXnDzANbBpSPIgqLZyqFSLGSrwC { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #fb6f6f, #760000);background-image: -moz-linear-gradient(193deg, #fb6f6f, #760000);background-image: -ms-linear-gradient(193deg, #fb6f6f, #760000);background-image: -o-linear-gradient(193deg, #fb6f6f, #760000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6f6f', endColorstr='#760000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6f6f', endColorstr='#760000' );";background-image: linear-gradient(193deg, #fb6f6f, #760000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5623125rem;width:18.624125rem;top:3.4375rem;left:9.9375rem;display:block; }
#xTLMrT8zLU32RxUauqO1JdLBxwnl9RCL { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(185deg, #f73a3a, #5c0000);background-image: -moz-linear-gradient(185deg, #f73a3a, #5c0000);background-image: -ms-linear-gradient(185deg, #f73a3a, #5c0000);background-image: -o-linear-gradient(185deg, #f73a3a, #5c0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73a3a', endColorstr='#5c0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73a3a', endColorstr='#5c0000' );";background-image: linear-gradient(185deg, #f73a3a, #5c0000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5623125rem;width:18.6230625rem;top:23.9375rem;left:32.5rem;display:block; }
#KgNXZXimigcxywXbRG4e2rSQIxilWbwG { box-sizing:content-box;color:#fde356;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:24.6875rem;left:33.375rem;display:block; }
#JtZXmuFT1K5VDDhA11EPTtqxQvAdkOpw { box-sizing:content-box;color:#fde356;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:27.9375rem;left:33.375rem;display:block; }
#wxOmbPqK7atqftpLAdpc5VkT0si90ZHx { box-sizing:content-box;color:#fde356;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:31.5rem;left:33.375rem;display:block; }
#N6sGmLvGl4gZSHTGNyQvPtREfikQkFAq { box-sizing:content-box;color:#fde356;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:34.9375rem;left:33.375rem;display:block; }
#XFXb6eVIM5lMmPPyyoER4XiThXClC42t { box-sizing:content-box;color:#fde356;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:38.5625rem;left:33.375rem;display:block; }
#dGfzOqmlGvR8XdNf9adadSDQVgo7rWb2 { color:#000000;display:block;width:15.499125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:25.1875rem;left:35.6875rem;height:1.21853125rem;display:block; }
#QTEzWTPVpZ5dUi1zTyzT6IyaGFChN4KR { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:28.4375rem;left:35.8125rem;height:1.21853125rem;display:block; }
#y3iSaLazLJ9cdALc3TXqu3v9pkhFoSAV { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:32.0625rem;left:35.75rem;height:2.43706875rem;display:block; }
#LLhHy6HpHwPF9byAeZ808tA6uSUGT9p6 { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:35.6875rem;left:35.8125rem;height:1.21853125rem;display:block; }
#Xz7Kkq531yKxB6oukFQIwaOA71JQdg76 { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:39rem;left:35.8125rem;height:2.43706875rem;display:block; }
#lNsB59dyah7zZo7fHntkzyUPgGn1STXv { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:42.5625rem;left:31.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9CVn9UsAivNuCILX2LGTtICQlGKZLEw { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:33.25rem;left:15.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFkGzDTsUO716ep94OiOy1dLeFZqgBuv { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:39.25rem;left:30.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLL9PEyTJiwEBUyLTmeQ5TH00JLOGF8E { color:#071226;display:block;width:15rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:4.1875rem;left:35.0625rem;height:6.885425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AF1SoqqwInSiJVG3xh2wAqaGTLTUTEWc { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #00bed1, #011d1e);background-image: -moz-linear-gradient(193deg, #00bed1, #011d1e);background-image: -ms-linear-gradient(193deg, #00bed1, #011d1e);background-image: -o-linear-gradient(193deg, #00bed1, #011d1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bed1', endColorstr='#011d1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bed1', endColorstr='#011d1e' );";background-image: linear-gradient(193deg, #00bed1, #011d1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5623125rem;width:18.624125rem;top:3.5rem;left:32.9375rem;display:block; }
#ymvWOuXw79rg88dKBbXnXvAG8pvGmozP { background-color:transparent;background-image: -webkit-linear-gradient(192deg, #d07904, #d00000);background-image: -moz-linear-gradient(192deg, #d07904, #d00000);background-image: -ms-linear-gradient(192deg, #d07904, #d00000);background-image: -o-linear-gradient(192deg, #d07904, #d00000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d07904', endColorstr='#d00000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d07904', endColorstr='#d00000' );";background-image: linear-gradient(192deg, #d07904, #d00000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1245625rem;height:4.874675rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:10.279948234558rem;left:33.9990234375rem;display:block; }
#yLKKvAtIvSF8nN4lqw8eOfAZS2T0X5wZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fAalzch99z1NUFBmvJ3ZDt97xtGEfVdd { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:16.0625rem;left:36.375rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#HRg9AeEppAy8zdXm04SdJhtr1lriJPpC { color:#ffffff;display:block;width:6.4985rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.875rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#TH4vmTiyiyQW3eTvnuKaI3SEv1QDLyg1 { color:#4d4d4d;display:block;width:13.936625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:18.9375rem;left:35.0625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgHcMaMw8wb72CTomy4s738Ic7Cb9WCp { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.06239375rem;width:7.4370625rem;top:2.0236549377441rem;left:6.6243495941163rem;overflow:hidden;display:block; }
#aM4Pk1w2pBAwtPAL5ING9olP3O3JS51n { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.06239375rem;width:7.4365rem;top:1.5142145156861rem;left:29.966472625733rem;overflow:hidden;display:block; }
#x9eT2lgUZIDQAUZ5DyMT5Gu3PWEFPGcW { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:63.125rem;left:0.9375rem;display:none; }
#fFaGLhqL5iD5O0iZ0FdmVnghTO233XXW { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #8fadfd, #28014d);background-image: -moz-linear-gradient(198deg, #8fadfd, #28014d);background-image: -ms-linear-gradient(198deg, #8fadfd, #28014d);background-image: -o-linear-gradient(198deg, #8fadfd, #28014d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fadfd', endColorstr='#28014d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fadfd', endColorstr='#28014d' );";background-image: linear-gradient(198deg, #8fadfd, #28014d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5623125rem;width:18.624125rem;top:24.0625rem;left:10.0625rem;display:block; }
#uvWlmTuWfMIfS1VkEkg6vWnVNV3TaHTR { color:#071226;display:block;width:15rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:25.1875rem;left:12.1875rem;height:6.885425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2i7huc92iHoZKqxVB8nJXbWnWvuGTwX { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #9d5b01, #fe9700);background-image: -moz-linear-gradient(355deg, #9d5b01, #fe9700);background-image: -ms-linear-gradient(355deg, #9d5b01, #fe9700);background-image: -o-linear-gradient(355deg, #9d5b01, #fe9700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d5b01', endColorstr='#fe9700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d5b01', endColorstr='#fe9700' );";background-image: linear-gradient(355deg, #9d5b01, #fe9700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1245625rem;height:4.874675rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:31.25rem;left:11.125rem;display:block; }
#DCZg4L86JttnTddcMXFnbnKT6XU5OI3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x70cxlcCeNJeuShWWlUTCZR8LVGsdLUs { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:37.0625rem;left:13.5rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#lccZwlTv5T3FIexCvM6xJmITfTv9LTu4 { color:#ffffff;display:block;width:6.4985rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:37.0625rem;left:17rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#nC6piw3vHlNyfALybD7ChNyzRiKwCu4K { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.06239375rem;width:7.4365rem;top:22.5rem;left:7.0625rem;overflow:hidden;display:block; }
#bHNwMAdJkv1Url9azFLn9mBbCkOuqNn5 { color:#4d4d4d;display:block;width:13.936625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:39.9375rem;left:12.1875rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#La1l7H77QoACwWCmixSVJA0ugkl1sGeN { position:absolute;display:block;z-index:100002;background-color:#480094;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:25.7498125rem;width:18.3745625rem;top:2.6213092803955rem;left:3.0208320617676rem;display:block; }
#foAsFtV7bAPZTuGzMsbJAukEUWTnOKh6 { position:absolute;display:block;z-index:100003;background-color:#480094;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:25.7498125rem;width:18.3745625rem;top:2.5588073730469rem;left:3.5208320617676rem;display:block; }
#gAMRpEhqScONa3waqRZTIOTlbrdWxxuM { position:absolute;display:block;z-index:99999;background-color:#2d005d;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:27.3125rem;width:19rem;top:51.624784469604rem;left:20.5rem;display:block; }
#h8e0KGANGdKTl1hlCMRf9eM3MZzVTtHP { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93728125rem;width:3.937175rem;top:51.062286376953rem;left:18.965930938721rem;overflow:hidden;display:block; }
#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fb87007-6805-4859-8cff-94be27b1f9fd/3491949.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7.adaptive-delivery-prevent-bg, #EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7.lazyload, #EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7.lazyloading { background-image: none; }#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7 > .row .container { border-width: 0; border-radius: 0; }#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7 > .row > .video-iframe-container {  }#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7 > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:none; }#yaIu6N7kRx1EsvHAA3lorPpdrawq9Wt8 { color:rgba(255,0,0,0.94);display:block;width:18.0620625rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.9345707893372rem;left:0.90494918823244rem;height:13.322475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDw3LyvUseurIsRJyfzMbGbcUTIniJID { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:6.7154927253725rem;left:3.7500019073486rem;height:1.62489375rem;display:block; }
#hUVRvtwib8EebMdlRCBw4ybm8CfTDAvW { color:rgba(255,0,0,0.94);display:block;width:19.125rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:8.84060382843rem;left:0.90646743774412rem;height:13.322475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9O3DJO6Qzglmcavo95T7nqVsOEov3S9 { background-color:transparent;background-image: -webkit-linear-gradient(175deg, #14c101, #073f00);background-image: -moz-linear-gradient(175deg, #14c101, #073f00);background-image: -ms-linear-gradient(175deg, #14c101, #073f00);background-image: -o-linear-gradient(175deg, #14c101, #073f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c101', endColorstr='#073f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c101', endColorstr='#073f00' );";background-image: linear-gradient(175deg, #14c101, #073f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.124rem;height:4.93706875rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:13.624676704407rem;left:1.4377174377441rem;display:block; }
#UTDRuKgilT16QW6HCpNdbAXaR0Bef5wg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ipK2gCUdr2hN2THTUfOL3aBA6U13oKo7 { color:#ff0000;display:block;width:6.4985rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:20.25rem;left:7.6875rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#OcTmzRZazJXMMXDqkuUXwPq337SfMLLw { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:20.25rem;left:4.1875rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#Om9CrbqDZIS1yvLuZyTTPlg4BbrzdP01 { color:#4d4d4d;display:block;width:13.9360625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:22.930773258209rem;left:3.0311431884766rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qt13dfr2zZoLg6MDS7XyE4OH18XFHPk5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:6.5rem;left:23.25rem;height:1.62489375rem;display:block; }
#vGEsB63Rw5TQLqC2TyMLdz7XtEaSIGuh { color:rgba(255,0,0,0.94);display:block;width:19.124875rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:8.3398447036744rem;left:20.436740875244rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S1C4LZp9lP4TPmiMTAveVT4deGdnN38p { background-color:transparent;background-image: -webkit-linear-gradient(192deg, #d07904, #d00000);background-image: -moz-linear-gradient(192deg, #d07904, #d00000);background-image: -ms-linear-gradient(192deg, #d07904, #d00000);background-image: -o-linear-gradient(192deg, #d07904, #d00000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d07904', endColorstr='#d00000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d07904', endColorstr='#d00000' );";background-image: linear-gradient(192deg, #d07904, #d00000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.124rem;height:4.874675rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:13.655598640442rem;left:21.437717437744rem;display:block; }
#T3mubzAb5smvh95t0bwmNKR47wSKyTGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KHSxmNMILKLnl3C5qTs1t3pWo65HHOhD { color:#4d4d4d;display:block;width:13.9355625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:22.930773258209rem;left:23.031684875488rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOZwQgAGZHDTzTMJbmiltBevX11sB07k { color:#ff0000;display:block;width:6.4985rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:20.249023914337rem;left:27.312286376953rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#M0uUmDB753oOCBx76K7D6x8dyS14e2Eh { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:20.249023914337rem;left:24.187286376953rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#c9xelBTSwAzLfdpoCbQa2dp32AuhXEvU { color:rgba(255,0,0,0.94);display:block;width:18.0615rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:2.3117408752441rem;left:41.938480377198rem;height:13.322475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IdFcmctl5y55XnFchPaRepyA4Rqr6COA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:6.7149524688719rem;left:43.750003814698rem;height:1.62489375rem;display:block; }
#gJySHe6nmWcKzQ9EgUvaeocJmU6n10Sw { color:rgba(255,0,0,0.94);display:block;width:19.124875rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:8.8389759063719rem;left:40.875110626221rem;height:13.322475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHSGytVvBEe4k8ORoqFmfsFhn9cS4uJP { background-color:transparent;background-image: -webkit-linear-gradient(175deg, #14c101, #073f00);background-image: -moz-linear-gradient(175deg, #14c101, #073f00);background-image: -ms-linear-gradient(175deg, #14c101, #073f00);background-image: -o-linear-gradient(175deg, #14c101, #073f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c101', endColorstr='#073f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c101', endColorstr='#073f00' );";background-image: linear-gradient(175deg, #14c101, #073f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1235rem;height:4.93706875rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:13.624132156372rem;left:41.437721252441rem;display:block; }
#VJEEXmesV1fwBiHnPXi6BHntsgNST9lA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MTa26Apgv8NNpoTddAwSBeBwmOMlUHZX { color:#ff0000;display:block;width:6.4985rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:20.248481750488rem;left:47.625434875488rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#x4N3pnREICTOWkHGIUMwkODOBof5XuH0 { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:20.248481750488rem;left:44.24967956543rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#seUekFdOVyQqVdCVgNMU03giEt54O8xp { color:#4d4d4d;display:block;width:13.9355625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:22.930772066116rem;left:43.031688690186rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfd0UZBiz4Cpv02d2181IP0bWe5FJsqA { color:#4d4d4d;display:block;width:19.8125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:24.862739562988rem;left:20rem;height:1.38075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJumTUurpkHi86QWMCpbhQIu5oxbpAFD { color:rgba(255,0,0,0.94);display:block;width:18.061rem;position:absolute;font-family:prompt;font-size:4.75rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:0.43728256225586rem;left:20.374351501465rem;height:18.5237625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exZ9baCrJqkxuyuvJf7QmbrUNmd9wW2l { color:#4d4d4d;display:block;width:19.8123125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:24.7431640625rem;left:40.093318939209rem;height:1.38075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gA7DLl7JvA2kwqU7TN3gTN4ruPkCTnTU { position:absolute;display:block;z-index:100000;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; }
#JZ8VPH6lBndrTaQG7DPHXmu9fhSqEOXG { position:absolute;display:block;z-index:100000;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; }
#FhsSCZ7uXV9aB7IRZy6pJX8nbVGimTET { position:absolute;display:block;z-index:100000;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; }
#NRHEsdptgKeaJTCgWX86zktNL8RCdzTB { position:absolute;display:block;z-index:99999;background-color:#480094;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:25.75rem;width:18.75rem;top:1.8720712661743rem;left:0.68684959411619rem;display:block; }
#yh7hVxE8KTpaUp4QiliF5pQMSqJrQsKL { position:absolute;display:block;z-index:100000;background-color:#480094;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:25.7498125rem;width:18.3745625rem;top:2.0639114379883rem;left:40.999134063721rem;display:block; }
#Bvde4uIGfung5XfTSLTwD8ewiJkyTWy0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:32rem;display:none; }
#J0ED1k6iaasmSB2wBZRcJ478UG4n7ut5 { color:#4d4d4d;display:block;width:13.9355625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.24294757843rem;left:22.531467437744rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row .container { border-width: 0; border-radius: 0; }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row > .video-iframe-container {  }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row .container { font-size:0.875rem;font-family:prompt;height:21.25rem;width:60rem;position:relative;display:none; }#x55EOJxaGOZ3U75NIirab4swbskTSM8h { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.9375rem;width:14.1875rem;position:absolute;display:block;z-index:100000;top:4.4375rem;left:0.4375rem;display:block; }
#T4WvvMrbsOb1v330v89fvPRnTegV9iwP { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#LlxWzWkOeeBrbX43UdiNTyNe9tEiDFM8 { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:9.75rem;left:1.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#hxQpTB6FkHI102Z8L5TThZG20MV1QcJP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.6875rem;width:6.625rem;position:absolute;display:block;z-index:100001;top:1.1875rem;left:4.1875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#w6gxU2N982oqfunQQCVcESG2DVsI5cGv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.9375rem;width:14.1875rem;position:absolute;display:block;z-index:100005;top:4.4375rem;left:15.406251907349rem;display:block; }
#NGv5SFZfG0axn0UXqJiigHqmXl8CKxtL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.6875rem;width:6.625rem;position:absolute;display:block;z-index:100006;top:1.25rem;left:19.1875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#D1IoE7oSTsFPT0TXC5nTDRh5ToJBdalf { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:9.75rem;left:16.062501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#RpUcgTIvMB1PgJRMds5id5w8UCQnKtSO { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:12.125rem;left:16.093751907349rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#NUTKkAk5LUTJ1pH3aJn996hWQvkzVNNA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.9375rem;width:14.1875rem;position:absolute;display:block;z-index:100008;top:4.4375rem;left:30.4375rem;display:block; }
#HndNiuoonEFe7rHTygrsk78HVboc5uVq { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:9.75rem;left:31.062501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#x6nLSTkUnGZ3ef4UqoatSnDzzelyZhl0 { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:12.125rem;left:31.093751907349rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#lgG4em3tbpTG5VtL27T1FphrWdiDBUQy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.6875rem;width:6.625rem;position:absolute;display:block;z-index:100008;top:1.25rem;left:34.1875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#CNcDbTm248CW2eLoT4R9nb1gcL0T9eP6 { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:9.875rem;left:46.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#I6zyMt8MO3fpI9BNKuxIR0gLFfigzElM { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:12.25rem;left:46.0625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#II9pK6bZItiE71r6m6zN3Vv9VcpQwFM2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.9375rem;width:14.1875rem;position:absolute;display:block;z-index:100011;top:4.4375rem;left:45.4375rem;display:block; }
#adbTIrZm3tWIyRUUwFsTiLp8CKodFHOk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.6875rem;width:6.625rem;position:absolute;display:block;z-index:100011;top:1.25rem;left:49.1875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#FdTJgEMaI6zBHWInlAZGfbsPODoTa2cP { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:2.21875rem;left:5.1875rem;overflow:hidden;display:block; }
#RIBwcxz5I8bBmRVDsxLc5fMwGGlFL19T { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:2.21875rem;left:20.1875rem;overflow:hidden;display:block; }
#UgqP4yJrHAhmoVzWZTHhBJxcMWPmTmEq { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:2.21875rem;left:35.1875rem;overflow:hidden;display:block; }
#f7Cx87JT40JS0mWRhPTu9acvrRPUWC2S { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:2.21875rem;left:50.1875rem;overflow:hidden;display:block; }
#U6vIBkrTCISJhc35y2ZQzqIb5VvKdL8r { z-index:100004;top:31.5625rem;left:24.28125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#D5rAMaaP1w4Vf1VrKX2UXPXd9TVGg5XG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { background-color:transparent;background-image:url("https://images.assets-landingi.com/NibclACU/thumb_collage_slope.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.adaptive-delivery-prevent-bg, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyload, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyloading { background-image: none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { border-width: 0; border-radius: 0; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row > .video-iframe-container {  }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:60rem;height:23.125rem;font-size:0.875rem;font-family:prompt;position:relative;display:none; }#KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { display:block;width:33.75rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:8.5rem;left:13.125rem;height:1.6875rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.8125rem;left:20.0625rem;z-index:100016;display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 { display:block; }
#IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.5625rem;left:22.375rem;height:1.25rem;display:block; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-form-header {  }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { display:none;width:25.9375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:25.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:25.9375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:25.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#ff1010;background-image:none;overflow:hidden; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:39.4375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:12.09375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:first-of-type{padding-top:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:last-of-type{padding-bottom:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:40.9375rem;height:auto;left:8.28125rem;top:2rem;z-index:100009;position:absolute; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:26.5625rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:40.9375rem;height:auto;left:8.28125rem;top:2rem;z-index:100009;position:absolute; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 { position:relative; }
#ZiUh2We89lwc67EtNhxkzoT63LTlObbH { position:relative;display:block; }
#MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { position:relative;display:block; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD { position:relative; }
#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { position:relative;display:none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { border-width: 0; border-radius: 0; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container {  }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.adaptive-delivery-prevent-bg, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyload, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyloading { background-image: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { position:relative;display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { background-color: transparent; background-image: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container > .video-iframe-container { display: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container { display: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .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); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { border-width: 0; border-radius: 0; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container > .video-iframe-container {  }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:prompt;height:16.0625rem;width:60rem;position:relative;display:block; }#ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.59874375rem;display:block; }
#Ru2spXTHqKo587wz8P84VAs06AANI8BQ { color:#9b9b9b;display:block;width:36.9375rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.949225rem;display:block; }
#ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.9747875rem;text-align:right;text-align-last:right;display:block; }
#NzIHlny5KqE12T8u577Eva23ULWo2I7L { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.5987375rem;text-align:right;text-align-last:right;display:block; }
#izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d626sIzETTbt6gLiTv310bxb4KmivwSg { top:2.1875rem;left:8.8125rem;width:11.375rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { top:2.625rem;left:20.1875rem;width:4.5625rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrXsm0t299l5SPalB9KOeWoZMR34mKkg { top:3.6875rem;left:16.6875rem;width:16.5625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { top:6.625rem;left:15rem;width:8.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke { width:13.5rem;height:5.0625rem;display:flex;top:1.125rem;left:28.375rem;z-index:100023; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #uT2HQTvh78zcR0MC7eG7rhX3UgE1OSx7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #XoiDq3bZWaIRpygtahCXXREbC9JfaHSz {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #QR5MyqQ3n93GTlGNef9LQBnJNQtvuXGN {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #T5CxCX6a8iImsAvKztsQhyH26Vth9xcg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #tTETcxKOgUVPoAP3JL7p8cGs3Hh7oBlz {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #oiFS85SZH1CTk9JxkW9a8ygIIfGSFq4E {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #ZfgksKU513ggsSZ9MbWmGFJzIG2d5IMT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #C3G3ZqwN7EqZ3HTtxn9WwO9nuukX5Avi {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #x8JoUsFSRTgTvGvW56gWrUHoC4Kr1TNf {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #P9KGeP0qmkbWWTAHsu8Nh7TP3Jv0EPRT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #TXAAn7gg8rKVuXIsLTbUiwENnqTSZL9k {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #H8mlegSmtMxQ0TKLWd3M2Uv1OrsS3bi0 {  }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAdGDu3Jr19Ps4J5J6OKxrnhUCHZXnRB { top:30.625rem;left:17.6875rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5pKGNBzKPBAACPCfueMUqM29RcDypdM { top:40.1875rem;left:20.75rem;width:6.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNBCUdCIH633m7wc2XXkaUPZVIexswE { top:14.8125rem;left:17.625rem;width:4.4375rem;height:5.0539975437349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { width:47.75rem;height:6.5rem;top:17.125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { top:16.5rem;left:3.75rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okZOIg9iQlIvE317wd1EvvZkC1bZQP2S { width:21.4375rem;height:5.4375rem;top:32.5625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJGrvzdo8cgC83MRZlh3Strn0KiJ6ed0 { display:block; }
 }@media only screen and (max-width: 763px) { #PcE5XzlH28DJ84TkRvauVWPbp7Rd0N42 { top:15.8125rem;left:22.812175750733rem;width:2.0625rem;height:2.5475771185917rem;display:block; }
 }@media only screen and (max-width: 763px) { #qilUk3zReApcLASIg3b2yvIQmczbyHbu { top:27.625rem;left:12.25rem;width:23.25rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4uemcpCqXKV42kCgT1iFlEJJAvyWeJO { width:33.5rem;height:2.0625rem;top:17.8125rem;left:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTt94WwWfqUcToLg87xGPKo4BlGRU7c { width:47.75rem;height:7.9375rem;top:17.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzuFnyg3ESRHnkzUTpzpd1bVqmxN1Se { width:36.375rem;height:3.1875rem;top:22.5rem;left:5.6870670318604rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap7dkbwFGHa6Nv7ecGQBQhTILqOhrUpz { top:19.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csG681zkKKkEK88vfxNm1dX7gd6HrzkO { top:24.9375rem;left:6.4373931884762rem;width:34.8125rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcbCzVugQkL29pyIlfuMIuBLauyUw03N { display:block; }#rcbCzVugQkL29pyIlfuMIuBLauyUw03N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4B1CV9H2O4U8Fxm4It278EdyZcpBXyi { top:3.5625rem;left:1.40625rem;width:41.125rem;height:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFnNlClbu9qvF0WNWSKLNcvBsOLBhB8F { top:6.75rem;left:1.40625rem;width:44.9375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znma03mVc2vHCVD4NVXRa8D9wwOzDFkC { display:block; }#znma03mVc2vHCVD4NVXRa8D9wwOzDFkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pv6JxQv1NRUUC3IK1MOfa3LvOichVx9I { top:2.875rem;left:5.28125rem;width:40.625rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSK3BbNwmLspzui0qAhZKF7raDAm4xxE { top:7.25rem;left:6.59375rem;width:34.5625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HopNToTLneC8Kua0AcR931Mvy4Hu7Wig { top:13.1875rem;left:0.03125rem;width:19.6875rem;height:9.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNlMmRdXVp5T5MGQ4X11UK9NSfmr6Ug { top:22.6875rem;left:8.5rem;width:6.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFtl2xXA57ozw98T5qSuozruV4XKTA0f { top:30.125rem;left:0.03125rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwcx1MU7swvJVTwz7aNe6TlTd6vFV5QL { display:block; }
 }@media only screen and (max-width: 763px) { #fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq { display:block; }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0es8biSO8KQUvNkIm3wivUk9MFQ49Ot { top:11.25rem;left:5.6447486877441rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqvLdFnJaWGbRvS93NGak5mKWicNFqa1 { top:3.625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrW0tWPoPtIldxysSSvftfvAVBzyKFm4 { display:block; }#TrW0tWPoPtIldxysSSvftfvAVBzyKFm4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuaZEyM7ZEI0IVBCJ9ipVPnZdQez3Txd { width:18.8125rem;height:5.125rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srqx5c6cesOnUlgPbtBpczOQzAApCKCd { display:block; }
 }@media only screen and (max-width: 763px) { #T6oevT21AiABSD8ioTKh7A6Wi6hvWmoE { top:24.375rem;left:0rem;width:19.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFVEqNb7zUZ13NhDAorL4T8HdueIV6mv { top:22.25rem;left:15.875rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gknq6RiVbDSdPrGsA1w7pHn4bvJJtE0F { top:22.375rem;left:4.3125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t56pwANJlSBpsQbPaTxSnTuTZbs956gs { display:none; }
 }@media only screen and (max-width: 763px) { #aSEEuJg0IvGNW1AJU5Wl7U4mOWih8lzp { width:32rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnXAE7JgMyTG69hQf05USEKtZVx1qrfO { top:10.625rem;left:0rem;width:18.875rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJq0WtXHcIFHVhAcbUXSTUemuGUx7GcJ { top:27rem;left:0rem;width:18.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGXA5snTK9sTyVNyHzk9xI7XDpINQBui { top:9.1875rem;left:0rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATWcXKdQ0D1qRr2G1yhvA3q2OfarfF8P { top:3.25rem;left:0rem;width:20.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW5MiIEWQ0pTBqKid9RtHZAZm5angtVC { top:4.375rem;left:0rem;width:18.875rem;height:6.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdIoJF6aADSw9EZHeBnPubSwuCFvaKfo { top:11.625rem;left:13.1875rem;width:18.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqyz4dim6hFnQhtd574kkka3Is6dPaNG { top:12.875rem;left:16.3125rem;width:15.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRPOptBwg3ZWDWCbS2MLxIBgNwB3CNFV { top:16.1875rem;left:16.75rem;width:15rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGRbe79TeLCRC6FvqtORpMenTXBxDO5u { top:19.3125rem;left:15.8125rem;width:15.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUpX1L3d8GfOuHQXUnEBT7f2UIg7gdB6 { top:23.1875rem;left:16.75rem;width:15rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoX4Pvvcxn973Ffl2a97cRkvHKrtdqOp { top:23.6875rem;left:3.625rem;width:28.125rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRIc10COmziTV61ds39xg88uQzi1lSf0 { top:26.125rem;left:16.75rem;width:15rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF3mDUAZsmsOnxKub7dDxGLm9CnMu2SL { top:12.3125rem;left:28.4375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqlSxmCwWtNMip8Cd0AuX49sKgda2J2g { top:15.6875rem;left:28.5rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRaBO2udqELUk77FupQg2XoyGbdlXEQ9 { top:19rem;left:28.625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykNOmLdpSr93VLvT3T7UtxFMTQghJh8p { top:22.8125rem;left:28.6875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurCtt9vbgzulve2C8qPSUK0hw67NPN7 { top:26.1875rem;left:28.6875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA5gBPnizEP5TPIEZQVwymEPvKeamX5B { top:5.625rem;left:15.3125rem;width:16.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGgMAVc5RBsdmQ9Uz5whWvfDaA6HUEPA { top:5.625rem;left:12.6875rem;width:19.0625rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S { display:block; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBTpkhSA4EuMDULWiCKKx8LUgs6NIGIQ { top:2.25rem;left:13.1875rem;width:26.5625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCubf4k50T4HvH5DchnKPSIGV42CPWU { top:1.0625rem;left:9.5rem;width:27.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTmPZAsrFwssurfAHomdAP9TIMQXRXJ { top:28.4375rem;left:0rem;width:28.125rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJlUC7IAcquWNqFu0TEz6GAsJi2UA00b { top:39.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkpCNhDSFTLsq0Q1bvzEbzv82FqTxQI6 { top:8.375rem;left:14.698772193584rem;width:19.375rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXKoXHaWb7kDgoLEkDzVHdzUegHHnzJR { top:12.9375rem;left:16.749893188476rem;width:14.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTSQMedAtR5Z8JrHvNQfvFTp4WwCN7Vg { top:24rem;left:17.125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvWr5fLJ9wIS9fWJJCbgSOk9B4ibzJvF { display:block; }
 }@media only screen and (max-width: 763px) { #TmyVMooLUVRJeTbTH2ZXhT0zTkyFnSUu { width:12.3125rem;height:3.4375rem;top:29.4375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJsWhBkf0xCRBvUS3iJxohus8WLkTiRT { display:block; }
 }@media only screen and (max-width: 763px) { #CPblSi3dWxdBWEb3S9CFkKI9bCGyanlb { top:33.9375rem;left:19.3125rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmT7KSFPMDJABVTUlffBJDW404880qM { top:35.9375rem;left:15.875rem;width:16.4375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtquV2Ny4HVUdn6JPNN5kATJvo3r6Ivs { width:13.1875rem;height:;top:14.6875rem;left:17.562065124512rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4wXWDDa5DEHizeRnED6dy4knQAXKhyp { top:9.0625rem;left:14.010089874267rem;width:20.625rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDJrlIxeNkTkNHxZhBSwLXTbxJUqDDu { top:15.4375rem;left:21.0625rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0scPkqGOPotBKibCGJtz8quIh0Ts0UI { width:17.1875rem;height:;top:16rem;left:16.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qW9JNTg9Sb8lu48ZlF4E2FRlLT1QIX { top:21.5rem;left:18.5625rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJQOCmTnaB2tT03uP07onFcLuTNS6xxV { top:6.5rem;left:11.436305999756rem;width:6.375rem;height:6.375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E26tONDHxxrFNNJQEBXTnMuwRlZI5D7B { top:8.625rem;left:12.562282562256rem;width:4.0625rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp { display:block; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-text {padding-top: 0; padding-bottom: 0;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-select {padding-top: 0; padding-bottom: 0;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk  { width:22.5rem;height:auto;top:6.6875rem;left:22.75rem; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk {display:block;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk { width:22.5rem;height:auto;top:6.6875rem;left:22.75rem; }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #vR8tfT6pDFCSyx9KxXTFP6hEwhxJMapu {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #PtrHJIAyFIKgaUERTFouRVfZwV2SSzLy {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #v8pqMsV2PzUTcduSCPPPh8wHQOJwkf2Z {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Pan4qzgfxTyn5Lf1MIkbnrO1BEaObM6y {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #FlQPt8W1KKyLbGl4JdiJnCebiAUqmyZW {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #JeUgkbbr9r3mTXFnM7IpIwRyBT8EcPit {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #KUFHvC5z2LVZwwlGhm3dQ2yCdo9EQquq {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #OV4SONEcoAtQEf2TCNFrPxrstbkqaiuq {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Wk18Qgt1b9ba5JqzKEfD59C8U5uynmGA {  }
 }@media only screen and (max-width: 763px) { #DWepJFW1glb6Gar354cTWdh5Fe6lRlcg { display:block; }
 }@media only screen and (max-width: 763px) { #GnMQvV9wHhQn4mEiUrpaofp17b6GdAUA { display:block; }
 }@media only screen and (max-width: 763px) { #Adasabbx3PAkQTz3c0yK6Kqtu36u57aL { display:block; }
 }@media only screen and (max-width: 763px) { #DTTCStpmsWUU4qyFKWP1G07F5ivFNMrF { display:block; }
 }@media only screen and (max-width: 763px) { #UqgyzxfTQMk1V1lpQ2E9Ce2vLQDmIh5E { display:block; }
 }@media only screen and (max-width: 763px) { #vuUfTLTqqloNoOTOHro47Wmaw1v4Tagz { display:block; }
 }@media only screen and (max-width: 763px) { #uRG8ak3lyqPQlETJNU4H5fyqHonZHiL8 { display:block; }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #qH7oTNg1oslTHwBnKg30hbqETS9mEDoe {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Ibt2CMt7yexiA9ZWl3IT1HhLBtuXVbz0 {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #aXFa7DhEbW7uLnWN7IVcCvq6TOgTz8ST {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #g7Mid8KAUWvGzTSHEq3RpEoCP0dabQJz {  }
 }@media only screen and (max-width: 763px) { #oN41AVnEiDry1zUPOUXhxarlkOhdTpCB { top:6.6875rem;left:0rem;width:21.875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi1xSpBbP6lLCnQidqkM0pFCT0SLMTo5 { width:20.3125rem;height:6.4375rem;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6s4h7fGJZdPpbtEbPvvThdPCeKcHuX { width:18.4375rem;height:2.875rem;top:8.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rseRde4qUNNVDZertperGSXokLJJe3eM { top:3.9375rem;left:19.3125rem;width:28.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH  { width:17.5rem;height:auto;top:10.625rem;left:0rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH {display:block;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH { width:17.5rem;height:auto;top:10.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #fu0WWtz96aPru47BQX4RTJTgbOACWmsP {  }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #beggN9M1W3y9iSLF6HyK3mklPIxMNe29 {  }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #ND90J86qQp7r3mVWBzMT1He1cyKCGxpM {  }
 }@media only screen and (max-width: 763px) { #pzDa1OyL4xkr40ynqJPu4oQqb5279QtD { display:block; }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #tiHB024hbMpTHhxkENNGHyHVcfs7TAsQ {  }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #qLW4uU6Pyn2KEFF2gNRSLD73uf3G81a0 {  }
 }@media only screen and (max-width: 763px) { #DFmNO8ZcJzWH70FwQH8xupGsQxnqbPxD { top:15.8125rem;left:0rem;width:19.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkwLC9S9tka5u9XNSDLy29tpmqL2w8e8 { display:block; }#zkwLC9S9tka5u9XNSDLy29tpmqL2w8e8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDDVynT5A1DLAVaWFJMbwqPkvvHvfXxl { top:1.75rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hvrSePcaih3UT0b8dTdHd4luIFalVs { top:15.6875rem;left:12.625rem;width:16.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEFL6z1EWWMPLeEnmIgRWDf6N2hBNUE { top:15.6875rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyD6EIZSoJKCsMro9lNNhbcznk4Q66Tw { top:15.6875rem;left:30.375rem;width:16.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHyMoXZzbDaT1xdQ77TnVGPBF1QIFZLW { top:10.1875rem;left:0rem;width:15.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkczIqdEUTLZrMNHg9g6Z4QCHPaKxQs1 { top:15rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBuzxbtf6dbxRGzOE6gOFI71E8faw093 { top:15rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7RA4is8sT3HO1QHd5rm9KraiKSpkVrX { top:15rem;left:11.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPPmI33daKHkA3IDf3yzH1nG2wr2pxCw { top:15rem;left:29.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRZdrWPR2FCqt0FBKSlR8AFMlk1pwkUS { top:7.6875rem;left:0rem;width:16.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TasJXoWKoub1kBTZpOLOT8lQTAfbeR9J { top:12.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD7WCeFmXM4DK2zlWJQMo3ngtuBmCiqB { top:8.875rem;left:0rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yia2MhiUoDn2bs8xtffufxr8lrRpP1fn { top:17.375rem;left:3.8125rem;width:16.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelGdyShoh9aniuso6KPp7RyPDEce5Pg { top:16.125rem;left:10.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTXtZkKIic7ZnR0lT39bQJeqKRuk5Ly { top:12.5rem;left:28.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLO71Mag1XkPl8WxkUJtTmu5XGeGWRGT { top:10.4375rem;left:22.843643188476rem;width:14.1875rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnUMlh6cfT3TUnyLWLW2S2HW3IOrDlkD { top:9.0625rem;left:24.03125rem;width:11.875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wugv7wTR7BZX07y1FJTlMiHQtaTJyTCS { top:20.0625rem;left:33rem;width:14.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8q7hLAcoVKR9EtuBivurIsBVXW5xK48 { top:15.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLO1NXvxpzPC4TnML0Bb7GcbRNo9RtTW { top:7.75rem;left:21.593643188476rem;width:16.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WksFCGUnG6JUpbHq1XM9F0ytIX3CbIiG { top:17.25rem;left:31.75rem;width:16rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI0T272q8cfREifmzeh6JcMTkZCABwsw { top:17.625rem;left:35.875rem;width:11.875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbyxfAL4JLr2CHG9kxqIl1h8uJs1tJT0 { top:18.6875rem;left:5.375rem;width:13.4375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwsrTam8yrxJwAxQuW9LW482Zv29SJdz { top:19.8125rem;left:4.5rem;width:15.125rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP { display:block; }#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIQcxE8avATT0qM9zysEXXwdIDhpGnzZ { width:18.8125rem;height:5.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXOh2CZaGFXLTHKcEpzP45KFkmhBl9SI { display:block; }
 }@media only screen and (max-width: 763px) { #VykpMtKbBvnyPXBFnaEPTQFElVuDpGaD { top:23.5rem;left:0rem;width:16.0625rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5O3qeTceElH3R7GOddL91Kmo7aS5ldN { top:21.5625rem;left:9.4375rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqCt3N4PKlSi5bxB4lfF8oJ75B9T73F { top:21.6875rem;left:4.3125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4cOrupiJHHBvn24AWM4GtIqobeKQbAa { display:none; }
 }@media only screen and (max-width: 763px) { #dgr3B3GZSRoI0wbF7F3yn5n8LtUhRrke { width:32rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxOZTs5gQUbht0QQMDqTDfpr55VoPfh6 { top:9.75rem;left:0rem;width:18.875rem;height:4.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7IfXJvz18u5boUvCMV3Vhm2JrwCIUrm { top:25.9375rem;left:0rem;width:18.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyfXGqDravz5VrZVOqp0I8OUzr401nLp { top:8.4375rem;left:0rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geBmVafJoyCTqbUxNDSspRIeZX0CfgDN { top:2.5625rem;left:0rem;width:20.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEUc9gUwuG5Idm9vrTQfPI5ZCr1LEJB { top:3.5625rem;left:0rem;width:18.875rem;height:4.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNgdKmRVXsd4pte95ZBlkKSAZnJV9dZQ { top:2.5625rem;left:10.9375rem;width:20.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1T5KH4GRI8T1l1lWRfRtwFT1QXET56 { top:3.5625rem;left:12.875rem;width:18.875rem;height:4.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN844vVbBK9KtE6FNden28n8nTCFD3wD { top:9.6875rem;left:12.875rem;width:18.875rem;height:4.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9TbHRR3IiK7rVvctaHH5RuyGoRe9Tmu { top:8.5rem;left:12.875rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0h9qQybCIsxJ3JiG991Vw4qoTTz8S7c { width:18.8125rem;height:5.125rem;top:14.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT0KwUHtFWLC2tz9eZOStCtcH1GldMLA { display:block; }
 }@media only screen and (max-width: 763px) { #kAn5J4motS3mQEb7aQMi7Biv0NvsTzWZ { top:21.25rem;left:31.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xheJa47zs8puMrDVuoguc4pANJisJ7LX { top:21.25rem;left:20.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gStV7QmMQ93RrLQObDtpZ87lvc9Oa7v3 { top:23.1875rem;left:16.125rem;width:15.625rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfkQ6AiZ2chub2OT8OSUqkky7AXzc3o { top:25.625rem;left:12.875rem;width:18.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV7MQxco0DuHP1XRw4fV1hrM4FfFdZHJ { display:none; }
 }@media only screen and (max-width: 763px) { #biWDJDFwK1gvVE6PHg7cmfoKLC4OrIc9 { width:32rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ { display:block; }#P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwIkh3tUTX7gBq2CgMru3hovBLc2HT8V { top:4.0625rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMkvUzNDO6r9yuEGAoKXkzpWoKynNSc3 { top:1.625rem;left:11.4375rem;width:19.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdo4hJAUAIWFpQyTTZrqtz7EAVaXpM29 { top:4.0625rem;left:30.75rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iit69vUWFI4B0Rzm92awtsPtLPTV7QQa { width:13.8125rem;height:3.75rem;top:15.8125rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnskG4oJvzrqVwgI8gideZdRcH9U16ce { display:block; }
 }@media only screen and (max-width: 763px) { #tPsIEonyln9vMUT1plbTimDngbhWopTs { width:18.5625rem;height:4.5625rem;top:14.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpH4HTNPMi5Oz7AlPDieZJ6msNLrgvy { display:block; }
 }@media only screen and (max-width: 763px) { #Bh1xdPNmPWMw1ooxH3Gb1BVW9ooT1IrJ { width:13.8125rem;height:3.75rem;top:15.8125rem;left:32.749568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf2OHp2BP6GOS8rB062wZ8TFmpprsz0b { display:block; }
 }@media only screen and (max-width: 763px) { #GBXUOTJuTfQJqHU4Vxwbb88syrgUOd39 { top:5.4375rem;left:0rem;width:18.875rem;height:4.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUqr19vIKdQi2DwpXMqexA5K2pBiF74p { top:5.4375rem;left:28.75rem;width:18.875rem;height:4.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsdeaxJSaid60OawTZwdguD21Bm6J3A { top:10.8125rem;left:0rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4dT8HVkxi7LOGwZVyPfqhlx42QWTO2b { top:12.1875rem;left:0rem;width:18.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcvUl9DA1weAOhcOMf5QBZl1P4GdNZRT { top:7.9375rem;left:12.875rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH0LXHeRwvBeLpIW8dVm7fbR10d4ncIG { top:9.5rem;left:12.875rem;width:18.875rem;height:4.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIMtT46hRihoz3BxFWN82HDikCTICc8C { top:10.8125rem;left:28.75rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQcamFwSm5w2v1dVavyac0bx7W8hQk93 { top:12.25rem;left:28.75rem;width:18.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUCylBIQuZLzpDnFGzSBdauN4TkrZ89w { top:23.9375rem;left:12.875rem;width:18.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT88PwoPFJecTbPdPrtkJfXPO7ZVqkEM { top:20.625rem;left:21.5625rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku9TTpgl2Tvf8M2ZiW5WrBEVATe1u6s1 { top:20.75rem;left:18.3125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJZtR4SZcyNJBBhTOSBBMmJVrQJo1Z3F { top:46.0625rem;left:0rem;width:18.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcxQo6DiLPhcSNT93HSRJ9m3eWsymxDw { top:20.625rem;left:36.8125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US8Vmz878SQZfh4CrBv0ofpZIq7TXqsL { top:20.75rem;left:33.5625rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT2NK6W3KVye6LrdkWMucxiL8MBmSLDS { top:20.8125rem;left:5.0625rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O19TAnrp5oFMvM36fvnQQCX8gmiR2SDp { top:20.9375rem;left:1.8125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6u2BvTwWqPKkUdHT6ZNTpg0glPTeHM { top:1rem;left:9.9375rem;width:5.9375rem;height:4.49978125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzcUVPyLnEzHG1E8B8B5pxi1aGTTPZnq { top:2.875rem;left:12.875rem;width:18.875rem;height:4.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cica9EOBMkOvToNLTtHm07NWTsOn7aKu { display:none; }
 }@media only screen and (max-width: 763px) { #ss1wgG2nTRZtut7ftWL1xMhJf8ZnLGkH { display:none; }
 }@media only screen and (max-width: 763px) { #y27bQTJIuNgMvqkJ5yzlDuN5NVVdXLNq { display:none; }
 }@media only screen and (max-width: 763px) { #AA1SyCK8KL8WWERAMeITsx7Jstm3GVSK { top:30.75rem;left:0rem;width:31.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZl6XyG7VCG127HIFf6ra9eBfoPsMxoQ { top:23.3125rem;left:0rem;width:18.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfPr2BLSJ4mQyb72MXJlTPNmognJTwHH { top:23.3125rem;left:28.75rem;width:18.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa { display:block; }#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGZRq8P4tncg0bvNpeTtqTkkAPhpkD4P { top:23.1875rem;left:1.1547317504882rem;width:45.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBCGDzJECgGv0Si8xxoTZkmkoEeSSWkE { top:16rem;left:10.875rem;width:28.125rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXTSGEJpZxZl03o2Sp2IylTTFLKcDQfD { top:4.4375rem;left:5.4375rem;width:15rem;height:6.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQwGcHTiTco3mHlOv1TH5VksTqDp1pAq { width:17.0625rem;height:4.875rem;top:10.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWmPpH9Uas6oaVLv2LSauxnkQzw3nm5p { display:block; }
 }@media only screen and (max-width: 763px) { #JFfaRHuxcn1oCgJTSVhFf0mVfTRetQlv { top:16rem;left:7.25rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQgl351zk7WLTP0llquzVqZn8BTQ4sI8 { top:16rem;left:10.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue0wklLsdBwBn0eQ48fNWBVdEAUGxlS9 { top:18.1875rem;left:5.9686412811279rem;width:13.875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxKfOZim32eUXhUGoowmgU44GzXUd2HM { top:3.4375rem;left:3.8125rem;width:18.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCWqOBDl0iCRPNyOgJGqRmH2TXrV0BNz { top:1.75rem;left:2.8125rem;width:4.4375rem;height:5.0539975437349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF8Jv9vdoQy4RQWOA88qJwRnAxpCweIi { top:3.375rem;left:26.375rem;width:18.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLlUm3DVyCVU71JeIzT7WvcELdBwuqD5 { top:4.125rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etem2BzyWZK16TU1ULVnvE5Z4Grxt70T { top:7.375rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUHzxkbM5gANW2KXVM3EgaezIJgHxSxR { top:10.9375rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIFzuZT53fQUHfmugM5FDlGmFXLeLzTK { top:14.375rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeQ6P2fVhHOXXTTQsNAh2lTRuUrmGIdr { top:18rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chx27tFMaeIhCoHFUUPgQtsMIUROU9VG { top:4.5625rem;left:29.568359375rem;width:15.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabyKm38QeQEvTMIkC0s0wbwt7mDZw6T { top:7.8125rem;left:29.686634063721rem;width:15rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMLI4MOTMShaFldScOra1qQElUqaaJqh { top:11.5rem;left:29.624134063721rem;width:15rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7ouL5ecquF2MKl0mVCOo8dMZsrmPfe { top:15.0625rem;left:29.686634063721rem;width:15rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNVprWCdEMHkTuoh2AQm1kTw174d7rUU { top:18.4375rem;left:29.686634063721rem;width:15rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp { display:block; }#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCzbAChNF7S9mP9Jp8FepJBVttV1oJ6S { top:9.3125rem;left:0rem;width:20.0625rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfZVdh1dqnMqZNQBAA4NWqk61DO0xB3W { top:12.625rem;left:0rem;width:20.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #genotzxJUtMTi8OzNvxMlfcc8DJXCup0 { top:13.75rem;left:0rem;width:20.0625rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrGrxFIQnW1zIukoq7hwb3UArfJcV56R { top:27.3125rem;left:20.81298828125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIM5hwTI4NTfeeOnNNKRGVqeTT5kkz8 { top:27.25rem;left:0rem;width:20.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQlxgGVrfM2vHf54AtF2UAm8aqFbhCsv { display:none; }
 }@media only screen and (max-width: 763px) { #GxrcqzDXNFGOPNggJOsN4wsugB5TuMb0 { display:none; }
 }@media only screen and (max-width: 763px) { #ITR227gt0CLQAyAODy4QZsP83uKAV9do { top:5.1875rem;left:12.375rem;width:18.75rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJ1BKpMPXe2TGrxsyWiaSUdxyCBQRJa { top:18.5625rem;left:16.0927734375rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUuTnU30V9CwG9Bp4pKQR50wr39m0PCl { top:37.3125rem;left:0rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8LHxRgmbKMZE5JCvbL6e85GnZOpRslo { top:35.6875rem;left:16.1875rem;width:13.875rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDm01oqK5LmU0v183bILZtCJosapVD7I { width:17.625rem;height:5rem;top:20.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIFbTRQx2wAa1KVX0mv39TdB7sSTb72E { display:block; }
 }@media only screen and (max-width: 763px) { #UlRxHyvU8Qt8L3dd2vMPUg3zGzqsanCn { top:8.125rem;left:17.375rem;width:11.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikaqK7DJU39KTaL1pdBT9qGz2EL63nJ { top:39.0625rem;left:10.625rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsBRdmGUwx7Vam835ESmBFLmnwJGXAg2 { top:5.8125rem;left:25.0625rem;width:6.625rem;height:4.953409908689rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoxC6P6aWOPZzpn7FzLAdBIT1Ck4xFoQ { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsZ1bchwQ1VBHKmL6zZknMfUh2bwq2HV { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvX7haiK9pqwOe1iv0Jm9F4zZJiktyWM { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqp1Kkwz0sog23WZOkVmHi5PQTwMNmPE { top:7.5rem;left:0rem;width:20.125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCo3c8X7bVI57fNpGG4Ff9hP7nnI1tW2 { top:33.125rem;left:12rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4M0dGl5EceI9Z6racBhFcoQJOeqXF8q { top:33.125rem;left:12rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hugncxMKFJpDZ9p4qbWkwBJhCethXptq { top:73.5rem;left:0.375rem;width:13.875rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofQfq1fEBBSv4msUOn7SZpi1V06PsgpE { top:2.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlBPJQBdSCWO3kyQtwv6TVx59aVgIF4M { top:24.875rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTduE6IiTIWSiadzTdNyMh7ZIzkeeSta { top:26.875rem;left:2.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PETSQoADTeX4SCfm5dTGus07yUs4gDpk { display:block; }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuTHTAaErZyerkc2bEQuamE2w5i6QS0J { width:17.0625rem;height:4.875rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqMfwSuySrn0dvkcmdIRBz1ewuJtTbIm { display:block; }
 }@media only screen and (max-width: 763px) { #eaCIKMyiQ1CT90KTuO2uqCxxLdlWVQ0o { top:11.25rem;left:19.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzZVaczvOUmC9kXNTpsThTt8QhoRN2Nu { width:17.0625rem;height:4.875rem;top:19.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNcITBe1CTRWiIJTV7Ix7yKeWX2QbURH { display:block; }
 }@media only screen and (max-width: 763px) { #DemaIgqCnEIlNJ3VUQUWAzQn4mFSNlPM { top:24.875rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqniqTGr9t9z8G2G1ul15C44FTJznDhE { top:24.875rem;left:20.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHilf3zMrI3IBFGTC5ZkMWhoWGEoFsXK { display:none; }
 }@media only screen and (max-width: 763px) { #UmMr3vQ46RT0ok35lDpwHsBTeTwGomgW { top:5.1875rem;left:12.375rem;width:18.75rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUWNamIrFpT1TPrv0oGG3RuIZnGRGrDH { top:7.25rem;left:12.75rem;width:18.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLz7BVZTGAPnqml68ID84PPvNFVsrCN8 { top:8.25rem;left:13.75rem;width:18rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgtM7eTLF0NNtpn7TvGUzPcALF1bz4XL { top:17rem;left:16.3125rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6zCD1sb4siylW2DGZEkWiJzqrFHmZcP { top:13.125rem;left:12.6875rem;width:19.0625rem;height:3.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1vNmSQmNdk3T7W7OgHT0vgpaETbwuB2 { top:32.5rem;left:12rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4g9Ju5kgM0GM3TCcby97bvkPnWwmVef { top:30.8125rem;left:15.5rem;width:16.25rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZae2a2cdWTSVlSoH4oVqN4dhV3yTOZS { top:25.125rem;left:9.4375rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV004BPk3QUbHAqPr9WH8xgLZv1ZbOEQ { top:25.125rem;left:4.3125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1m3Tt43OFpimACBq3evlA28SQc722zQ { top:17.0625rem;left:0.4375rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzC6i36cAZ9voxkQfzFLuu8Ps3O2XLEK { top:11.5rem;left:0rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvIEpHhRA5zwfDTpEGs03v10IqWJK8fF { top:8.625rem;left:0rem;width:18rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np5u3VtpRmkNh3fvHoqJFw5AxrTTnFgk { top:13.0625rem;left:0rem;width:18.625rem;height:3.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lct0DNfz5bCE4thM1ZmpVdZv5iOyNeo4 { top:8.125rem;left:17.375rem;width:11.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfGaCR1cM32GtD8qzu9iTQa7RIdZmBi3 { display:none; }
 }@media only screen and (max-width: 763px) { #kyutaTaMZuWKizolRbx8XUfPu9WLsVL0 { top:39.0625rem;left:10.625rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRL0zXZyoGDTaf5bgbT4BLM70N68S19I { top:7.3125rem;left:0rem;width:18.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGzGIkiGufV29KmdUnUy2SVTAqV4Liv { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVy96OxgUCpLr3PkvCno6R2dt84cuAXu { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfmTJ0TfJWnlPadHqot4dWpWzy6RbIsd { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMyyzUWwScVlua4ZqThXaGpMmOkzeZhp { top:33.125rem;left:12rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qk4rT7HaJgmxPBsqLAznM9IRKc3oCHOk { top:33.125rem;left:12rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr1eIuwdviZ34iZ6rsd48LqxJPRSEXrA { top:73.5rem;left:0.375rem;width:13.875rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1sswkBxWkyN0Xys1ykLvfWaEX9QTHqQ { top:2.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg6i2xEcH0lqgUWrAQILsVXLyfViBTmJ { top:24.875rem;left:20.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVF1M1TlgED6FUF7cCSr9KMfwiMDFDOk { top:24.875rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iahF2oe6fQfVG8ECSVWluQnhp5WqHxuh { display:block; }#iahF2oe6fQfVG8ECSVWluQnhp5WqHxuh > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8eg4BNGXxWkGeNHBSRLUf9KCFBidxbo { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUlANT200yTlgrT4TCkXP3ZF34O6hI9g { top:8.5rem;left:0rem;width:23.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLn721TFxSh0pf62mafr19BQuidsP8pg { top:3.125rem;left:3.8119659423828rem;width:40rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGz9ZHcxUFBzpPUFbBKAJONdN92fsPoV { top:8.4375rem;left:24.5625rem;width:23.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUS5KZsU1L0Goelgf2DNKu48xb9ZWfe1 { top:25.625rem;left:0rem;width:18.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsQhcuyBWAlbx4qG1FcNTTqRdVzEukDX { top:6.5625rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67AkOOUBXd8KQcqvK8yVdiTzs3tTPn8 { top:5.0625rem;left:0rem;width:47.25rem;height:51.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgANKWRhg70sGM8074cnGXNSsBZ5cOT { top:2.8125rem;left:3.25rem;width:41.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6L7KH1Iu3vST6RTyhocDJHfT64COFMp { top:3.875rem;left:8.4375rem;width:29.125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTQZf0aeXhlg2uQlTdf98xPAM3PDJvBG { top:12.3125rem;left:21.8125rem;width:15.0625rem;height:0.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwQtlTxpNHKGMNtIiMThfzrI8mvAbdcp { top:22.125rem;left:31.125rem;width:16.625rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zANV0ftbw67uBioD66hzsThb2hTpJK0F { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgRS5dCdOKpCt3TIbnSzywBD9XnpSGpJ { top:7.5625rem;left:0rem;width:15.9375rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rK9yGaw1pRP351BTpos5zPePcMg1Lpi9 { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #re3BVpOhAfzx6gO1Evv0QhS8F90zGuSv { top:19rem;left:17.5625rem;width:17.5625rem;height:1.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2ySXL2dZiH6RTqfdA8ifEZPeX175svM { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pK20aTt97l5kEvWSTOHcf6M6Tq4Xfl0L { top:46.0625rem;left:0rem;width:19.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTXuvb23nntUWi4UZnemTuCTgRpNItD5 { top:47.1875rem;left:28.875rem;width:18.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMHHaTiGHhDTT8XABE9qlEGI4FMudNKZ { top:21.25rem;left:28.875rem;width:18.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhhJ1mKz59GMJHtRM14EK31KPfoz1e1 { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1AAypREwX3mVuvdTR4yCKrpx4RQxIfq { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2TPQPzRx3AkcEVbdyxL7C91GTVNzXUz { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2a3burmznBpiHEJewsLV5I32CrNZWfy { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbZ2gGnTuZhlK80n5uqWuTaZzQtoSeQU { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5bvNKTCxDzvi1bVAeT2TpciAyqiawck { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtTDU1lAgA9QgX7PwcFLswXkxtmB33KF { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKLEJrKx1hNH7ux2o5nhglbE8ZGo2cv4 { top:35.625rem;left:28.1875rem;width:19.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJz4moln4oHP3kGZhH81GJxDNEDXEdDs { top:36.625rem;left:0rem;width:18.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcReC1zFQDBJyoLbm9Fz90JT7CWZDSoR { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3V18zNE60AMB5QQ5qRW2ixeuzybQsy8 { top:47.25rem;left:28.875rem;width:18.875rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5GFdASJGKeRSQVFKHAwQTbOg32eBQTs { top:47.25rem;left:28.875rem;width:18.875rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2U3SPUzB3eGPXtpmAcK1NDaMZD2oo9Z { top:47.25rem;left:28.875rem;width:18.875rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTlPJBPKBfEdbTM6romXnfmZncZOMEKf { width:14.75rem;height:4.1875rem;top:58.5625rem;left:16.468318939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNuJmrTTCssftmhThPEhDCifroc1mrkP { display:block; }
 }@media only screen and (max-width: 763px) { #ZsaAeEs4fGnzXnAcSlbPy3U1xzOFb20z { display:block; }#ZsaAeEs4fGnzXnAcSlbPy3U1xzOFb20z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0TGvRnT6gbQz184K66dkJu74mJuEiHG { top:6.9375rem;left:0rem;width:35.625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsThxSpue9l3zH2XPrR4QeH6W8Opx0Ix { top:7rem;left:30.9375rem;width:16.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdX4b9b32pkiBMQzk3B3Z65PX7fwuzUI { top:17rem;left:30.8125rem;width:16.9375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6NAFogDphITfvw77VHl6tZ9RcmUZLK { top:3.125rem;left:6.5936431884762rem;width:34.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiGLsSbVUsvbJMKxiOqURB2slRkPrT0Z { top:7.6875rem;left:0rem;width:11.375rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPb716pwuwKs0WIHJFGl4OKSHv6Fr1wI { top:7.0625rem;left:37.280490875244rem;width:7.8125rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTm0xgwAd4GRGu7f9HqGdXTKz5LVZKa { top:17.875rem;left:39.218967437744rem;width:7.8125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA5Fa6aeUsy5F3lJXlWQ2K3FQyPfAgTy { display:block; }#tA5Fa6aeUsy5F3lJXlWQ2K3FQyPfAgTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhxaGusIQ1FVqdDklhf3LSV3tgEORT7K { width:47.75rem;height:6.5rem;top:17.125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRonADq5xmNrw1sIVbSTeKrLMqRsbQFB { top:16.5rem;left:3.75rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLD3SZALtm302Bb85HwcmS8IaF8I3w2F { width:47.75rem;height:6.5rem;top:24.6875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM64aqOmqJgOS5Vypq8N74ZLd1P3ISnX { top:24.0625rem;left:3.125rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlByyB5IrT4qvLNreEssQfGKkbcQTUuy { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMo4DgaamH3GGlU5K0SuV4Ddrd7NHJ5u { width:20rem;height:;top:23.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDxaa7QdxFInseZMrVFhF3Wcz5g02r1z { top:7.75rem;left:0rem;width:22.4375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqvT29TahWEvE3U3p8z4T9zDBQOgw2TR { top:7.6875rem;left:24.9375rem;width:22.8125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgePRkwwroo7bRWeQ5m1uwvLNUx6sifo { top:29.5rem;left:0.125rem;width:22.3125rem;height:11.592565189458rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJtbTMWwQgqtsbor6hXAv9QBETdKPGBM { top:29.4375rem;left:24.75rem;width:23rem;height:12.778020179244rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo2JkKgcDomS0kffp21is7vua0I2vA8J { top:51.125rem;left:0.75rem;width:22.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md59dNZGwERIUXkHk8gykgaZ1O67TOZT { top:50.9375rem;left:24.5625rem;width:22.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDga8fSOzis0Tkq5WDpITKlxz9SyUWJ8 { top:18.9375rem;left:0rem;width:22.5rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgJsqtXeIyR6mrNEvTUBVLsHHacHfPnZ { top:20.0625rem;left:0rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTNgW8DXkWBM5RxOQrXhHLinZFF9DsLF { top:23.1875rem;left:0.62467384338379rem;width:21.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDrk5XF66qL04vSS72zIovz5F8HsXJ6z { top:18.9375rem;left:24.9375rem;width:22.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClV8ZW8QgfvCMgfuAQfUQ4ldVxixPvPu { top:22.9375rem;left:25.499351501465rem;width:21.75rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdOAi8l1DFCSSk1nLocqdeDhFGWVl3oL { top:19.625rem;left:25.123916625976rem;width:22.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzifa4mq9odmlwe0sHs43FL4D7ruxk1 { top:40.75rem;left:0.0625rem;width:22.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbuqmQ0A8O1l7xP26ipBzKxcfAZgqbRB { top:43.5rem;left:0.6875rem;width:21.75rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0DntcPVELqRQ7G7s4hUxmWBCZNAokpx { top:41.75rem;left:0rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itMskiCu6JQgk0fhfsy7BdTAyilem7is { top:41.0625rem;left:24.8125rem;width:22.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzLCkD2cryvnVuKvPbQQR6URfDxsTcf2 { top:44.1875rem;left:26rem;width:21.75rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS8F6MD8vQgOs7ITxKJbgpnwnHV9gyOE { top:41.75rem;left:25.249782562256rem;width:22.5rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyXcufPzaH80lckCm7vpaoPxV6WzeGF7 { top:62.25rem;left:0.6875rem;width:22.3125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOoe57U0d1dvDsLm8duiIAvJKWnMP5Ka { top:65.9375rem;left:1.1878261566162rem;width:21.75rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9vSJ4SVhXPVqtnp0yRGwgvrvw4eCcDl { top:63.0625rem;left:0.68706512451175rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcipusOhahwpWPBSboM1hE8zXbhXOTCF { top:62.25rem;left:24.75rem;width:23rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB9hBmg09FMT5TUXPUkowh3QC7CkRyMO { top:65.5rem;left:26rem;width:21.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAoaZxRIu8HQkGfWuBGWQLDNX9h4zWBI { top:63.8125rem;left:25.25rem;width:22.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTsvTfosp32ipMbu2nJTcxTHUzcaZSCN { top:73.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAFg1aSzMxuswm9kpdcUZWRn0ODyOckQ { top:1.75rem;left:2.6872825622559rem;width:43.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWHVi9ag6sJSu8GUat5OXXgxtMm5Ide { top:2rem;left:2.4356555938721rem;width:43.625rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeXC2wKcWAcH5Ny8eTx6e05m7I1W1U5n { width:20.625rem;height:5.375rem;top:79.5rem;left:14.624782562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9Ef2PlevAdldd1SSL8BNbKfBgNTrkk { display:block; }
 }@media only screen and (max-width: 763px) { #XvopHEON5twlhkLnofHDmAGrGFkWeCsT { display:block; }#XvopHEON5twlhkLnofHDmAGrGFkWeCsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycz9TRkqmHvy0HKnhUpUeqGx6m0094qh { top:6.9375rem;left:0rem;width:35.625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAQh8H8aemvQW2tnqcw1KTKT873DJbFM { top:7rem;left:30.9375rem;width:16.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCw1qzGCwq0VSdlKcl6S7WitriNRS1TQ { top:17rem;left:30.8125rem;width:16.9375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzMdVWA9TL4Uk4DeUpsFPZTD1um7NVWh { top:3.125rem;left:6.59375rem;width:34.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { display:block; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvgRCClRSN9SM7LmehiQT1Zh4DDFdJxt { top:6.4375rem;left:0rem;width:25.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HseQLh55J51GG6XeOMJ2gOnTWvI6NPpb { top:1.25rem;left:22.375rem;width:25.375rem;height:19.327538040821rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiq1AkIcvuzCpuPvzSWARhC9EhX6cLxc { top:12.9375rem;left:0rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CLc12KScZNCl44mF2JurXXBk0t8koV { display:block; }
 }@media only screen and (max-width: 763px) { #tXJcZA56QOfxcBQhrMkRiwFvsVVUSSpI { top:2.5rem;left:24.625rem;width:23.125rem;height:12.874875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 { display:block; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brgmlbQSy4pGG2dbOUycmtUZKO9GD2JZ { top:8.3125rem;left:23.875rem;width:23.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0pFlbcOurv3XtxovW6IvoiLPg2MfD8q { top:2.125rem;left:0rem;width:17.9375rem;height:10.062480182719rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNyUW6N5lGpMLf9mROKBbSMGNpJWEm8L { top:21.9375rem;left:0rem;width:27.9375rem;height:20.953234132078rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUSEAMGTHiSqy6zEqFZCLZCSwiqNSK3c { top:0rem;left:0rem;width:27.9375rem;height:20.952735242581rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { top:2.625rem;left:25rem;width:22.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { top:8.625rem;left:0rem;width:20.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { top:14rem;left:0rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block; }
 }@media only screen and (max-width: 763px) { #LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 { display:block; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkQHbZi7l5ykiuHf3TzuvmEWEH61FFxp { top:7.6875rem;left:14.25rem;width:33.5rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgeds0W8rkEdEK4ithN8gTTExxfBOhk { top:2rem;left:0rem;width:24.25rem;height:18.452649533539rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1AwD9U0I4zOIFK7TnE8EN3OAuNQl9y { top:3.25rem;left:0rem;width:21.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { display:block; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { top:3.3125rem;left:0rem;width:17.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizDSstFbDFqFLmsTbxMCmHyODeUN69A { top:3.3125rem;left:15.3125rem;width:17.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZrgToLKauInL4uQRaF67ZVW9oeogLL { top:3.3125rem;left:30.4375rem;width:17.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { display:block; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { width:47.75rem;height:2.4375rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { width:47.75rem;height:1.9375rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { display:block; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { top:4rem;left:0rem;width:18.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { top:2.875rem;left:14.5rem;width:18.75rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #I52FLkhtNASksWsL4IFvWl6aWXEEA67S { top:3.625rem;left:29rem;width:18.75rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { display:block; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { top:3.75rem;left:0.96875rem;width:45.8125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { top:3.1875rem;left:11.5rem;width:24.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { top:31.5625rem;left:18.15625rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block; }
 }@media only screen and (max-width: 763px) { #ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { display:block; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { width:47.75rem;height:1.125rem;top:7.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 { display:block; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp5Kzylth3dQV5UQGX875dKlUOWHnHbq { width:47.75rem;height:5.375rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5Qwbotd8WndZmP3npppfTuMkyx0nr8 { width:19.875rem;height:1rem;top:36.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZO3MnMgZhGufqgJ5CHTViQZO7AOGGy { width:18rem;height:5.9375rem;top:29.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc { top:10.125rem;left:0rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo6XbTdJ7aUeqdEbxlksvadcG8QXF3Kg { width:19.875rem;height:0.875rem;top:36.5625rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPm5VU8Ct1ByDSTykJGKH1S5sLO6XTKM { width:18rem;height:5.9375rem;top:30.0625rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2PBlLg6eALQDErKe5WcglSzGScdhplH { top:10.1875rem;left:15.4375rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvHe0pf15fzQnr6eO1LSHf0Xv2qTNGS { width:19.875rem;height:0.875rem;top:36.5625rem;left:27.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqdTVkiJ0ot6PMG904y3MadXH8QVNWM { width:18rem;height:5.375rem;top:30.1875rem;left:29.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L { top:10.1875rem;left:30.25rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeabLcXShl2lABlgNHRAZTb9OhPRc92s { top:38.75rem;left:0rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G { top:38.8125rem;left:14.5625rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mlARp60uyXsNEqwcrGGDmnuk03l8pS { top:38.75rem;left:30.25rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehuBMZ2543STbNnGFzOO5llxEyTc8333 { width:18rem;height:5.6875rem;top:59.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5E7rM2ByK0pWBfyggLwboor32si4syn { width:19.875rem;height:0.875rem;top:65.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irmJ3zqcAVfucMWBu8JZlMQlewBvyRp3 { width:18rem;height:5.375rem;top:59.375rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b15vNERKSVHakOH5cNt8ort6rDq7vpl2 { width:19.875rem;height:0.875rem;top:64.9375rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOPvhuWPUsXJvHRvsO7O18s9G4SkmCK { width:18rem;height:5.6875rem;top:59.1875rem;left:29.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdQTcm4yc8JwKIANr3STmzINKSAss9IZ { width:19.875rem;height:0.875rem;top:64.9375rem;left:27.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM { top:67.8125rem;left:30.25rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa { top:67.8125rem;left:15.125rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI { top:67.8125rem;left:0rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFd73t2EE2yNxRSS2GldbXAhKuRsRNu { width:18rem;height:5.0625rem;top:87.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3wKinIK0KuIp9T2lFgswAzvAi20XrQa { width:19.875rem;height:0.875rem;top:93.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T014riokItNC9rCx7J1pW1aHXP6fTRPf { width:18rem;height:5.6875rem;top:87.3125rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNq4XRGtv22TZSMPnk6mg2UkLRuc4nRH { width:19.875rem;height:0.875rem;top:93.0625rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrpgydwDQArlZz4rZCt1ANEcdq7Td3CT { width:21rem;height:4.75rem;top:87.3125rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy0kKupNDeMwn3T96P7Tp1quWOMUEm8o { width:19.875rem;height:0.875rem;top:93.0625rem;left:27.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp { top:96.0625rem;left:15.375rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoa3qPVy0Urv3q7TUaZvfK9mx8ATtfb { width:18rem;height:5.375rem;top:115.6875rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJUa0gX7y7aumbMe6UKK6I0HVOS74Oz5 { width:19.875rem;height:0.875rem;top:121.9375rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ogSvlP5q6wRxcVchGldOGhgwL1q1ZC { width:22.0625rem;height:6rem;top:127.625rem;left:12.811634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me2cmpVF6beszREQG4RE4tOlFb2RDC0g { display:block; }
 }@media only screen and (max-width: 763px) { #NAGAkEKc9qTOhEt62qtcyTdfTp4en1A8 { width:14.0625rem;height:2.25rem;top:124.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ret99ObADp626fz2rDOcTtN2Shvgn2An { display:block; }
 }@media only screen and (max-width: 763px) { #ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l { display:block; }#ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8PMELFiw4ouJvJCoQAsXSJOX5hnMsy1 { top:51.8125rem;left:0rem;width:26.125rem;height:14.527987643919rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tof4P60iAbTs0Meyk4kymcyuqcrO8Ibi { top:67.75rem;left:0rem;width:26.125rem;height:14.465448408446rem;display:block; }
 }@media only screen and (max-width: 763px) { #iks5e3xym7VDAng9eIwbe7STnGRdnuce { top:83.8125rem;left:0rem;width:26rem;height:14.402856615276rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSkIUS16igaCTEZwD4WFe5RSdQTklrg { top:100.5rem;left:0rem;width:25.9375rem;height:14.402739015573rem;display:block; }
 }@media only screen and (max-width: 763px) { #uweGnKeIGnLgkS9NUbqX6AeRWTUyiGyJ { top:115.9375rem;left:0rem;width:26rem;height:14.464895872303rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znoo591gStEaFOxVdo9RyWufgXo3rh4f { top:147.9375rem;left:13.625rem;width:20.0625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZkGpeytW3sgGdwfo5K8z0OICD4OTHen { display:block; }
 }@media only screen and (max-width: 763px) { #U0AMs5VDhd8HT6bnMnmWMV9ogRD7Dlsm { top:51.8125rem;left:21.625rem;width:26.125rem;height:14.528265043821rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TU2JorW48ApwacfsESfsL4cpPybe1C { top:67.75rem;left:21.625rem;width:26.125rem;height:14.465759134001rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdLoG5h1rsbNDThFB8bTvPBpuk3sTMp { top:83.8125rem;left:21.75rem;width:26rem;height:14.402357810727rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG6Vqyue23m7m7qTlbToRt5TPVl780N3 { top:100.5rem;left:21.8125rem;width:25.9375rem;height:14.402517187913rem;display:block; }
 }@media only screen and (max-width: 763px) { #p682fbW0pHLOLI0sxSSxL6WXHv8DNCxw { top:115.9375rem;left:21.75rem;width:26rem;height:14.464895872303rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSlTdzswHBN91dD5lKGJU0AIqdRN4MTt { top:131.9375rem;left:0rem;width:26rem;height:14.464895872303rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnVOlTZsrKd0kVsbLzwkZmkTwyCPfMu3 { top:131.9375rem;left:21.75rem;width:26rem;height:14.464895872303rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8K58p0zATo2W2n0Ni3ZK90DJhlPEJWM { top:34.9375rem;left:21.625rem;width:26.125rem;height:14.527987643919rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgk9sFu6UXauFuQMCqHpHCO1lUVsy39T { top:34.9375rem;left:0rem;width:26.125rem;height:14.527987643919rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxgJ6ceDX2tGoNwOX0iO9nrDfKUhPpKP { top:18.875rem;left:21.625rem;width:26.125rem;height:14.528265043821rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0r3brk2LL6x6eS1aSHmll0pikHDTAtf { top:18.8125rem;left:0rem;width:26.125rem;height:14.527987643919rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlwDpJpxPxBkobcSZnGfBk3ap8q42Cc6 { top:2.9375rem;left:10.781467437744rem;width:26.125rem;height:14.528265043821rem;display:block; }
 }@media only screen and (max-width: 763px) { #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { display:block; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { top:7.6875rem;left:4.125rem;width:39.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { width:47.75rem;height:1.9375rem;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { display:block; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOQBITntuuoUwcgisRPMhTVdTTCTJ6e3 { top:2.5625rem;left:0rem;width:47.75rem;height:23.769326924138rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { top:8.8125rem;left:28.9375rem;width:16.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { top:5.3125rem;left:31.749351501465rem;width:11.125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MIm2B9C81XEF0ER4isQvl742AtJx41 { top:0.875rem;left:35.5rem;width:3.6875rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNrT9yu3SryJFNkDq7EL6F141i4UTES { top:8.8125rem;left:2.375rem;width:16.3125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { top:5.3125rem;left:2.0623912811279rem;width:16.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { top:0.875rem;left:8.6875rem;width:3.6875rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV { display:block; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKkp2FCgX3HlZ0T8WH2cSV4Qh7R7Nbis { top:2.0625rem;left:13.311847686767rem;width:22.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhaqzIfR0lIT0dczlkGUEwqhPcgLTdx { top:6.4375rem;left:0rem;width:7.9375rem;height:7.8745610132525rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2yI4a6rC7BPutKW4Js826hZrBMpwLJ { top:4.5625rem;left:2.3125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdw8ipQ4bfSUnCTP1564aDHQt2ggd0Rq { top:5.3125rem;left:24rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Gm5a7QsKI2THWxQZGRhItWw35TUNUM { top:7.1875rem;left:35.75rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2eCyk9ql7xU3eEe1ls9pQg5W5gvXlnJ { top:6.3125rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovRrX9fFo6TfwQ9voayaT2yRWii16BIz { top:11.5625rem;left:0rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTfHWtv7UknrKaoX5W0zv5h7O8Zd476 { top:12.5625rem;left:3.25rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFLPvW8GFrdTdZIT3LquOaM5F1BwLnM { top:12.625rem;left:14.875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snNQBCcbCyPcBOCOVqwAUq2CUBLvp291 { top:13.125rem;left:24.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcFZdciJssPKOOFSmFleQhhRwq8I2PBJ { top:13.125rem;left:35.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3iJLMoqyFB5tLcoLKotZPKonGi6mygc { top:13.0625rem;left:39.625rem;width:8.125rem;height:8.0620625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeybV574FcwEzmVLZf7SBbHVgw28v00U { top:6.875rem;left:15.5625rem;width:6.9375rem;height:7.0004431705556rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0THSoEUMfwNazz8fd6z8ovbdekgvxLi { display:block; }#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmwM6VhUB8oasoAAeEEvNlOEnxxgVFTb { top:43.75rem;left:2.375rem;width:45.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM8fvEZl2Rcnm1Bc3BD8ymHrasH42eCm { top:36.5625rem;left:10.875rem;width:28.125rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0gHBzVC8GI9REEw7q8VlNJxwGuE2aiF { top:4.0625rem;left:5.9366321563721rem;width:15rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbPmWXQiVKttxPsLn6TNu7obSTB8yXCe { width:17.0625rem;height:4.875rem;top:10.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egy7eDNgIt3z8MILeg7AHqMoGGboDVfo { display:block; }
 }@media only screen and (max-width: 763px) { #dLiGGO5RaTg8egnhzXcXPoly8lagiZR1 { top:16rem;left:7.25rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4qldG8yrylb5QML5xdKTNe6JOhzbTl4 { top:16rem;left:10.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwdGrFaFT9cV25V1B8pHvE1IIp0gPVzh { top:18.875rem;left:5.9375rem;width:13.875rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toL5wPXnDzANbBpSPIgqLZyqFSLGSrwC { top:3.4375rem;left:3.8125rem;width:18.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTLMrT8zLU32RxUauqO1JdLBxwnl9RCL { top:23.9375rem;left:26.375rem;width:18.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgNXZXimigcxywXbRG4e2rSQIxilWbwG { top:24.6875rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtZXmuFT1K5VDDhA11EPTtqxQvAdkOpw { top:27.9375rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxOmbPqK7atqftpLAdpc5VkT0si90ZHx { top:31.5rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sGmLvGl4gZSHTGNyQvPtREfikQkFAq { top:34.9375rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFXb6eVIM5lMmPPyyoER4XiThXClC42t { top:38.5625rem;left:27.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGfzOqmlGvR8XdNf9adadSDQVgo7rWb2 { top:25.1875rem;left:29.5625rem;width:15.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTEzWTPVpZ5dUi1zTyzT6IyaGFChN4KR { top:28.4375rem;left:29.6875rem;width:15rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3iSaLazLJ9cdALc3TXqu3v9pkhFoSAV { top:32.0625rem;left:29.625rem;width:15rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLhHy6HpHwPF9byAeZ808tA6uSUGT9p6 { top:35.6875rem;left:29.6875rem;width:15rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz7Kkq531yKxB6oukFQIwaOA71JQdg76 { top:39rem;left:29.6875rem;width:15rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNsB59dyah7zZo7fHntkzyUPgGn1STXv { top:42.5625rem;left:19.625rem;width:28.125rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9CVn9UsAivNuCILX2LGTtICQlGKZLEw { top:33.25rem;left:9.625rem;width:28.125rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkGzDTsUO716ep94OiOy1dLeFZqgBuv { top:39.25rem;left:19.625rem;width:28.125rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLL9PEyTJiwEBUyLTmeQ5TH00JLOGF8E { top:4.125rem;left:28.937393188476rem;width:15rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF1SoqqwInSiJVG3xh2wAqaGTLTUTEWc { top:3.5rem;left:26.8125rem;width:18.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymvWOuXw79rg88dKBbXnXvAG8pvGmozP { width:17.0625rem;height:4.8125rem;top:10.25rem;left:27.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLKKvAtIvSF8nN4lqw8eOfAZS2T0X5wZ { display:block; }
 }@media only screen and (max-width: 763px) { #fAalzch99z1NUFBmvJ3ZDt97xtGEfVdd { top:16.0625rem;left:30.25rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRg9AeEppAy8zdXm04SdJhtr1lriJPpC { top:16.0625rem;left:33.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH4vmTiyiyQW3eTvnuKaI3SEv1QDLyg1 { top:18.9375rem;left:28.9375rem;width:13.875rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgHcMaMw8wb72CTomy4s738Ic7Cb9WCp { top:2rem;left:0.49934959411621rem;width:7.375rem;height:5.0201479288697rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM4Pk1w2pBAwtPAL5ING9olP3O3JS51n { top:1.5rem;left:23.841472625733rem;width:7.375rem;height:5.0205276549788rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9eT2lgUZIDQAUZ5DyMT5Gu3PWEFPGcW { top:63.125rem;left:0rem;width:17.9375rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFaGLhqL5iD5O0iZ0FdmVnghTO233XXW { top:24.0625rem;left:3.9375rem;width:18.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvWlmTuWfMIfS1VkEkg6vWnVNV3TaHTR { top:25.1875rem;left:6.0625rem;width:15rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2i7huc92iHoZKqxVB8nJXbWnWvuGTwX { width:17.0625rem;height:4.8125rem;top:31.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCZg4L86JttnTddcMXFnbnKT6XU5OI3A { display:block; }
 }@media only screen and (max-width: 763px) { #x70cxlcCeNJeuShWWlUTCZR8LVGsdLUs { top:37.0625rem;left:7.375rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lccZwlTv5T3FIexCvM6xJmITfTv9LTu4 { top:37.0625rem;left:10.875rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC6piw3vHlNyfALybD7ChNyzRiKwCu4K { top:22.5rem;left:0.9375rem;width:7.375rem;height:5.0208652375269rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHNwMAdJkv1Url9azFLn9mBbCkOuqNn5 { top:39.9375rem;left:6.0625rem;width:13.875rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #La1l7H77QoACwWCmixSVJA0ugkl1sGeN { top:3.1875rem;left:0rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foAsFtV7bAPZTuGzMsbJAukEUWTnOKh6 { top:3.125rem;left:0rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAMRpEhqScONa3waqRZTIOTlbrdWxxuM { top:51.5625rem;left:14.375rem;width:19rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8e0KGANGdKTl1hlCMRf9eM3MZzVTtHP { top:51rem;left:12.840930938721rem;width:3.875rem;height:2.8908963517624rem;display:block; }
 }@media only screen and (max-width: 763px) { #EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7 { display:block; }#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaIu6N7kRx1EsvHAA3lorPpdrawq9Wt8 { top:2.875rem;left:0rem;width:18rem;height:13.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDw3LyvUseurIsRJyfzMbGbcUTIniJID { top:6.6875rem;left:1.6875019073486rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVRvtwib8EebMdlRCBw4ybm8CfTDAvW { top:8.8125rem;left:0rem;width:19.0625rem;height:13.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9O3DJO6Qzglmcavo95T7nqVsOEov3S9 { width:17.0625rem;height:4.875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDRuKgilT16QW6HCpNdbAXaR0Bef5wg { display:block; }
 }@media only screen and (max-width: 763px) { #ipK2gCUdr2hN2THTUfOL3aBA6U13oKo7 { top:20.25rem;left:5.625rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcTmzRZazJXMMXDqkuUXwPq337SfMLLw { top:20.25rem;left:2.125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om9CrbqDZIS1yvLuZyTTPlg4BbrzdP01 { top:22.875rem;left:0.96864318847656rem;width:13.875rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt13dfr2zZoLg6MDS7XyE4OH18XFHPk5 { top:6.4375rem;left:17.062286376953rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGEsB63Rw5TQLqC2TyMLdz7XtEaSIGuh { top:8.3125rem;left:12.6875rem;width:19.0625rem;height:16.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1C4LZp9lP4TPmiMTAveVT4deGdnN38p { width:17.0625rem;height:4.8125rem;top:13.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mubzAb5smvh95t0bwmNKR47wSKyTGO { display:block; }
 }@media only screen and (max-width: 763px) { #KHSxmNMILKLnl3C5qTs1t3pWo65HHOhD { top:22.875rem;left:16.844184875488rem;width:13.875rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOZwQgAGZHDTzTMJbmiltBevX11sB07k { top:20.1875rem;left:21.124786376953rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0uUmDB753oOCBx76K7D6x8dyS14e2Eh { top:20.1875rem;left:17.999786376953rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9xelBTSwAzLfdpoCbQa2dp32AuhXEvU { top:2.25rem;left:29.625rem;width:18rem;height:13.3125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFcmctl5y55XnFchPaRepyA4Rqr6COA { top:6.6875rem;left:33.437503814698rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJySHe6nmWcKzQ9EgUvaeocJmU6n10Sw { top:8.8125rem;left:28.5625rem;width:19.0625rem;height:13.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHSGytVvBEe4k8ORoqFmfsFhn9cS4uJP { width:17.0625rem;height:4.875rem;top:13.5625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJEEXmesV1fwBiHnPXi6BHntsgNST9lA { display:block; }
 }@media only screen and (max-width: 763px) { #MTa26Apgv8NNpoTddAwSBeBwmOMlUHZX { top:20.1875rem;left:37.312934875488rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4N3pnREICTOWkHGIUMwkODOBof5XuH0 { top:20.1875rem;left:33.93717956543rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seUekFdOVyQqVdCVgNMU03giEt54O8xp { top:22.875rem;left:32.719188690186rem;width:13.875rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfd0UZBiz4Cpv02d2181IP0bWe5FJsqA { top:24.8125rem;left:12.1875rem;width:19.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJumTUurpkHi86QWMCpbhQIu5oxbpAFD { top:0.375rem;left:13.75rem;width:18rem;height:18.5rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #exZ9baCrJqkxuyuvJf7QmbrUNmd9wW2l { top:24.6875rem;left:27.875rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA7DLl7JvA2kwqU7TN3gTN4ruPkCTnTU { display:none; }
 }@media only screen and (max-width: 763px) { #JZ8VPH6lBndrTaQG7DPHXmu9fhSqEOXG { display:none; }
 }@media only screen and (max-width: 763px) { #FhsSCZ7uXV9aB7IRZy6pJX8nbVGimTET { display:none; }
 }@media only screen and (max-width: 763px) { #NRHEsdptgKeaJTCgWX86zktNL8RCdzTB { top:1.8125rem;left:0rem;width:18.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh7hVxE8KTpaUp4QiliF5pQMSqJrQsKL { top:2.0625rem;left:29.3125rem;width:18.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvde4uIGfung5XfTSLTwD8ewiJkyTWy0 { width:32rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0ED1k6iaasmSB2wBZRcJ478UG4n7ut5 { top:26.1875rem;left:16.343967437744rem;width:13.875rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf { display:block; }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x55EOJxaGOZ3U75NIirab4swbskTSM8h { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WvvMrbsOb1v330v89fvPRnTegV9iwP { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlxWzWkOeeBrbX43UdiNTyNe9tEiDFM8 { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQpTB6FkHI102Z8L5TThZG20MV1QcJP { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6gxU2N982oqfunQQCVcESG2DVsI5cGv { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGv5SFZfG0axn0UXqJiigHqmXl8CKxtL { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IoE7oSTsFPT0TXC5nTDRh5ToJBdalf { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpUcgTIvMB1PgJRMds5id5w8UCQnKtSO { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUTKkAk5LUTJ1pH3aJn996hWQvkzVNNA { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HndNiuoonEFe7rHTygrsk78HVboc5uVq { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nLSTkUnGZ3ef4UqoatSnDzzelyZhl0 { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgG4em3tbpTG5VtL27T1FphrWdiDBUQy { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNcDbTm248CW2eLoT4R9nb1gcL0T9eP6 { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6zyMt8MO3fpI9BNKuxIR0gLFfigzElM { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #II9pK6bZItiE71r6m6zN3Vv9VcpQwFM2 { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbTIrZm3tWIyRUUwFsTiLp8CKodFHOk { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTJgEMaI6zBHWInlAZGfbsPODoTa2cP { top:2.1875rem;left:3.65625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBwcxz5I8bBmRVDsxLc5fMwGGlFL19T { top:2.1875rem;left:15.59375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqP4yJrHAhmoVzWZTHhBJxcMWPmTmEq { top:2.1875rem;left:27.53125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Cx87JT40JS0mWRhPTu9acvrRPUWC2S { top:2.1875rem;left:39.46875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6vIBkrTCISJhc35y2ZQzqIb5VvKdL8r { top:31.5625rem;left:18.15625rem;width:11.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5rAMaaP1w4Vf1VrKX2UXPXd9TVGg5XG { display:block; }
 }@media only screen and (max-width: 763px) { #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { display:block; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { width:33.75rem;height:1.6875rem;top:8.5rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 {  }
 }@media only screen and (max-width: 763px) { #IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { top:12.5625rem;left:16.25rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { width:23.375rem;height:auto; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-textarea { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { width:36.875rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { width:10.8125rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { width:38.375rem;height:auto;top:20.0625rem;left:3.4375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:24rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG {display:inline-block;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { width:38.375rem;height:auto;top:20.0625rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 {  }
 }@media only screen and (max-width: 763px) { #ZiUh2We89lwc67EtNhxkzoT63LTlObbH { display:block; }
 }@media only screen and (max-width: 763px) { #MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD {  }
 }@media only screen and (max-width: 763px) { #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2spXTHqKo587wz8P84VAs06AANI8BQ { top:11.375rem;left:0rem;width:36.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIHlny5KqE12T8u577Eva23ULWo2I7L { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d626sIzETTbt6gLiTv310bxb4KmivwSg { width:6.624375rem;height:2.03125rem;top:0.78092956542969rem;left:1.4990234971046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { width:3.18685rem;height:1.70573125rem;top:2.4371795654297rem;left:3.2177734971046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrXsm0t299l5SPalB9KOeWoZMR34mKkg { width:6.25rem;height:1.8125rem;top:1.125rem;left:13.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { top:9.4375rem;left:5.9375rem;width:8.125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-number { padding-top:0.370625rem;padding-right:0.32rem;padding-bottom:0.370625rem;padding-left:0.32rem;width:1.92rem;min-width:1.92rem;height:1.99rem;font-size:1.483125rem;line-height:31.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2325rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.56125rem;height:0.784375rem;font-size:0.555625rem;line-height:12.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JmkyCcvvuiogKFcioKWm4qqzNTiBZmke { width:10.6875rem;height:3.748125rem;display:flex;top:0.62489151954651rem;left:8.685872375965rem;z-index:100023;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #uT2HQTvh78zcR0MC7eG7rhX3UgE1OSx7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #XoiDq3bZWaIRpygtahCXXREbC9JfaHSz {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #QR5MyqQ3n93GTlGNef9LQBnJNQtvuXGN {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #T5CxCX6a8iImsAvKztsQhyH26Vth9xcg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #tTETcxKOgUVPoAP3JL7p8cGs3Hh7oBlz {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #oiFS85SZH1CTk9JxkW9a8ygIIfGSFq4E {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #ZfgksKU513ggsSZ9MbWmGFJzIG2d5IMT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #C3G3ZqwN7EqZ3HTtxn9WwO9nuukX5Avi {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #x8JoUsFSRTgTvGvW56gWrUHoC4Kr1TNf {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #P9KGeP0qmkbWWTAHsu8Nh7TP3Jv0EPRT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #TXAAn7gg8rKVuXIsLTbUiwENnqTSZL9k {  }
 }@media only screen and (max-width: 763px) { #JmkyCcvvuiogKFcioKWm4qqzNTiBZmke #H8mlegSmtMxQ0TKLWd3M2Uv1OrsS3bi0 {  }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b03250fc-2090-469b-a482-6470a947545b/bg.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aAdGDu3Jr19Ps4J5J6OKxrnhUCHZXnRB { width:12.5rem;height:0.124783125rem;top:27.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5pKGNBzKPBAACPCfueMUqM29RcDypdM { width:4.75rem;height:3.4375rem;top:34.875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbNBCUdCIH633m7wc2XXkaUPZVIexswE { width:2.37305rem;height:2.8125rem;top:9.7802734375rem;left:6.3129342198375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { width:20rem;height:2.5625rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { width:19.75rem;height:3.4375rem;top:15.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #okZOIg9iQlIvE317wd1EvvZkC1bZQP2S { width:17.5rem;height:4.8112rem;top:29.25rem;left:1.25rem;background-color:#ffe933;background-image:none;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJGrvzdo8cgC83MRZlh3Strn0KiJ6ed0 { display:block; }
 }@media only screen and (max-width: 763px) { #PcE5XzlH28DJ84TkRvauVWPbp7Rd0N42 { width:1.6862rem;height:1.9987rem;top:12.062174797058rem;left:9.156359016895rem;display:block; }
 }@media only screen and (max-width: 763px) { #qilUk3zReApcLASIg3b2yvIQmczbyHbu { width:20rem;height:1.462675rem;top:24.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4uemcpCqXKV42kCgT1iFlEJJAvyWeJO { width:17.3746875rem;height:1.462675rem;top:21.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTt94WwWfqUcToLg87xGPKo4BlGRU7c { width:20rem;height:7.3112rem;top:13.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CUzuFnyg3ESRHnkzUTpzpd1bVqmxN1Se { width:20rem;height:2.4370625rem;top:18.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Ap7dkbwFGHa6Nv7ecGQBQhTILqOhrUpz { width:20rem;height:4.874675rem;top:35.310879565429rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csG681zkKKkEK88vfxNm1dX7gd6HrzkO { width:20rem;height:0.7313375rem;top:41.435554565429rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcbCzVugQkL29pyIlfuMIuBLauyUw03N { background-color:#00b2b4;background-image:none;display:none; }#rcbCzVugQkL29pyIlfuMIuBLauyUw03N > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O4B1CV9H2O4U8Fxm4It278EdyZcpBXyi { width:20rem;height:3.375rem;top:2.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFnNlClbu9qvF0WNWSKLNcvBsOLBhB8F { width:20rem;height:2rem;top:4.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znma03mVc2vHCVD4NVXRa8D9wwOzDFkC { display:none; }#znma03mVc2vHCVD4NVXRa8D9wwOzDFkC > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pv6JxQv1NRUUC3IK1MOfa3LvOichVx9I { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSK3BbNwmLspzui0qAhZKF7raDAm4xxE { width:20rem;height:1.4375rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HopNToTLneC8Kua0AcR931Mvy4Hu7Wig { width:9.75rem;height:4.5rem;top:11.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNlMmRdXVp5T5MGQ4X11UK9NSfmr6Ug { width:6.9375rem;height:1rem;top:16.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFtl2xXA57ozw98T5qSuozruV4XKTA0f { top:23.0625rem;left:3.875rem;width:12.25rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwcx1MU7swvJVTwz7aNe6TlTd6vFV5QL { display:block; }
 }@media only screen and (max-width: 763px) { #fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq { background-color:#6308a9;background-image:none;display:block; }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row .container { background-color: transparent; background-image: none; }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row .container > .video-iframe-container { display: none; }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row > .video-iframe-container { display: none; }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .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); }#fckMqscoeuzXWSXM3ITCi3OWfzhEAuFq > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0es8biSO8KQUvNkIm3wivUk9MFQ49Ot { width:9.375rem;height:9.375rem;top:8.8736972808837rem;left:5.3125002980232rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqvLdFnJaWGbRvS93NGak5mKWicNFqa1 { width:18.9355625rem;height:3.16894375rem;top:0.81163740158081rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrW0tWPoPtIldxysSSvftfvAVBzyKFm4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b03250fc-2090-469b-a482-6470a947545b/bg.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#TrW0tWPoPtIldxysSSvftfvAVBzyKFm4.adaptive-delivery-prevent-bg, #TrW0tWPoPtIldxysSSvftfvAVBzyKFm4.lazyload, #TrW0tWPoPtIldxysSSvftfvAVBzyKFm4.lazyloading { background-image: none; }#TrW0tWPoPtIldxysSSvftfvAVBzyKFm4 > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OuaZEyM7ZEI0IVBCJ9ipVPnZdQez3Txd { width:18.3121875rem;height:4.93706875rem;top:15.999350070953rem;left:0.84364157915113rem;background-color:#ff0055;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Srqx5c6cesOnUlgPbtBpczOQzAApCKCd { display:block; }
 }@media only screen and (max-width: 763px) { #T6oevT21AiABSD8ioTKh7A6Wi6hvWmoE { width:14.8123125rem;height:1.21853125rem;top:24.860569000244rem;left:2.5933161377907rem;font-size:0.9375rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pFVEqNb7zUZ13NhDAorL4T8HdueIV6mv { width:6.4371875rem;height:1.29936875rem;top:22.473958969116rem;left:7.5932076573375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gknq6RiVbDSdPrGsA1w7pHn4bvJJtE0F { width:11.5625rem;height:1.29936875rem;top:22.474500656128rem;left:4.2187502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t56pwANJlSBpsQbPaTxSnTuTZbs956gs { top:0.90440511703494rem;left:0rem;width:19.124875rem;height:29.8746875rem;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #85009e, #190028);background-image: -moz-linear-gradient(180deg, #85009e, #190028);background-image: -ms-linear-gradient(180deg, #85009e, #190028);background-image: -o-linear-gradient(180deg, #85009e, #190028);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85009e', endColorstr='#190028' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#85009e', endColorstr='#190028' );";background-image: linear-gradient(180deg, #85009e, #190028);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSEEuJg0IvGNW1AJU5Wl7U4mOWih8lzp { top:0rem;left:0rem;width:4.43739375rem;height:3.24978125rem;z-index:100033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JnXAE7JgMyTG69hQf05USEKtZVx1qrfO { width:18.87425rem;height:3.73698125rem;top:11.635200977326rem;left:0.56260854005814rem;font-size:2.875rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #QJq0WtXHcIFHVhAcbUXSTUemuGUx7GcJ { width:18.87425rem;height:2.112625rem;top:27.296985626221rem;left:0.56260854005814rem;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #zGXA5snTK9sTyVNyHzk9xI7XDpINQBui { width:18.87425rem;height:1.38075rem;top:10.317383289337rem;left:0.56260854005814rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #ATWcXKdQ0D1qRr2G1yhvA3q2OfarfF8P { width:19.375rem;height:27rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XW5MiIEWQ0pTBqKid9RtHZAZm5angtVC { width:18.8748125rem;height:11.3737rem;top:1.5625rem;left:0.3125rem;font-size:2.1875rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #GdIoJF6aADSw9EZHeBnPubSwuCFvaKfo { width:18.5625rem;height:18.5rem;top:38.4375rem;left:0.6875rem;background-color:#57009e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dqyz4dim6hFnQhtd574kkka3Is6dPaNG { width:15.4373125rem;height:1.21853125rem;top:39.5rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRPOptBwg3ZWDWCbS2MLxIBgNwB3CNFV { width:15rem;height:1.21853125rem;top:43.125rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGRbe79TeLCRC6FvqtORpMenTXBxDO5u { width:15rem;height:2.43706875rem;top:46.5625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUpX1L3d8GfOuHQXUnEBT7f2UIg7gdB6 { width:15rem;height:1.21853125rem;top:50rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoX4Pvvcxn973Ffl2a97cRkvHKrtdqOp { width:20rem;height:0;top:17.625rem;left:0rem;font-size:1rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #lRIc10COmziTV61ds39xg88uQzi1lSf0 { width:15rem;height:2.43706875rem;top:53rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF3mDUAZsmsOnxKub7dDxGLm9CnMu2SL { width:2.1875rem;height:2.1875rem;top:39.1875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqlSxmCwWtNMip8Cd0AuX49sKgda2J2g { width:2.1875rem;height:2.1875rem;top:42.625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRaBO2udqELUk77FupQg2XoyGbdlXEQ9 { width:2.1875rem;height:2.1875rem;top:46.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykNOmLdpSr93VLvT3T7UtxFMTQghJh8p { width:2.1875rem;height:2.1875rem;top:49.5rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurCtt9vbgzulve2C8qPSUK0hw67NPN7 { width:2.1875rem;height:2.1875rem;top:52.9375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA5gBPnizEP5TPIEZQVwymEPvKeamX5B { width:16.5rem;height:5rem;top:6.3742401245119rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGgMAVc5RBsdmQ9Uz5whWvfDaA6HUEPA { width:19.0625rem;height:4.8741375rem;top:32.810874938965rem;left:0.46875005960464rem;font-size:1.875rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S { background-color:rgba(77,0,108,0.93);background-image:none;display:block; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container { background-color: transparent; background-image: none; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container > .video-iframe-container { display: none; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row > .video-iframe-container { display: none; }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .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); }#VxyCmIdlhhOkOuisCJnqEoZLyUNOaU9S > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBTpkhSA4EuMDULWiCKKx8LUgs6NIGIQ { width:13.4375rem;height:2.5996125rem;top:1.5744361877441rem;left:3.2812502980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCubf4k50T4HvH5DchnKPSIGV42CPWU { width:20rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTmPZAsrFwssurfAHomdAP9TIMQXRXJ { width:20rem;height:0;top:36.25rem;left:0rem;font-size:0.75rem;color:#4d4d4d;z-index:100054;display:none; }
 }@media only screen and (max-width: 763px) { #cJlUC7IAcquWNqFu0TEz6GAsJi2UA00b { width:20rem;height:5.19748125rem;top:35.062393188476rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CkpCNhDSFTLsq0Q1bvzEbzv82FqTxQI6 { width:18.75rem;height:30.1875rem;top:4.7489151954651rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXKoXHaWb7kDgoLEkDzVHdzUegHHnzJR { width:17.124rem;height:1.70573125rem;top:10.436741352081rem;left:1.4371746182442rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTSQMedAtR5Z8JrHvNQfvFTp4WwCN7Vg { top:20.3125rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvWr5fLJ9wIS9fWJJCbgSOk9B4ibzJvF { display:block; }
 }@media only screen and (max-width: 763px) { #TmyVMooLUVRJeTbTH2ZXhT0zTkyFnSUu { width:12.3125rem;height:3.4375rem;top:25.4375rem;left:3.9375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffe100;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #aJsWhBkf0xCRBvUS3iJxohus8WLkTiRT { display:block; }
 }@media only screen and (max-width: 763px) { #CPblSi3dWxdBWEb3S9CFkKI9bCGyanlb { width:12.5rem;height:1.462675rem;top:29.5625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmT7KSFPMDJABVTUlffBJDW404880qM { width:16.436625rem;height:2.43706875rem;top:31.4375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtquV2Ny4HVUdn6JPNN5kATJvo3r6Ivs { width:17.1875rem;height:1.70573125rem;top:12.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:100088;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #L4wXWDDa5DEHizeRnED6dy4knQAXKhyp { width:12.874375rem;height:3.8997375rem;top:5.935329914093rem;left:3.5622833371162rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDJrlIxeNkTkNHxZhBSwLXTbxJUqDDu { width:6.25rem;height:0.0623915rem;top:13.696181774139rem;left:6.8750002980231rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #V0scPkqGOPotBKibCGJtz8quIh0Ts0UI { width:17.1875rem;height:4.46831875rem;top:14.4375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:100091;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #a4qW9JNTg9Sb8lu48ZlF4E2FRlLT1QIX { width:11.25rem;height:1.462675rem;top:18.4375rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJQOCmTnaB2tT03uP07onFcLuTNS6xxV { width:4.75rem;height:4.75rem;top:3.5473089218139rem;left:0rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E26tONDHxxrFNNJQEBXTnMuwRlZI5D7B { width:4.0625rem;height:auto;top:8.625rem;left:7.9375rem;font-size:0.6875rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp { background-color:rgba(77,0,108,0.93);background-image:none;display:block; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container { background-color: transparent; background-image: none; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container > .video-iframe-container { display: none; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row > .video-iframe-container { display: none; }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .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); }#uwTHW2X3UniQ9tZ2evVd2tAKfvVdCntp > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-text {padding-top: 0; padding-bottom: 0;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-select {padding-top: 0; padding-bottom: 0;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk  { width:17.5rem;height:auto;top:20.419917583466rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:99994; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk .widget-info-text { color:#ffffff; }
#V7T4iitipDBxIopbchKGcyPzKHHXpUMk {display:block;}#V7T4iitipDBxIopbchKGcyPzKHHXpUMk { width:17.5rem;height:auto;top:20.419917583466rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:99994; }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #vR8tfT6pDFCSyx9KxXTFP6hEwhxJMapu {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #PtrHJIAyFIKgaUERTFouRVfZwV2SSzLy {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #v8pqMsV2PzUTcduSCPPPh8wHQOJwkf2Z {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Pan4qzgfxTyn5Lf1MIkbnrO1BEaObM6y {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #FlQPt8W1KKyLbGl4JdiJnCebiAUqmyZW {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #JeUgkbbr9r3mTXFnM7IpIwRyBT8EcPit {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #KUFHvC5z2LVZwwlGhm3dQ2yCdo9EQquq {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #OV4SONEcoAtQEf2TCNFrPxrstbkqaiuq {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Wk18Qgt1b9ba5JqzKEfD59C8U5uynmGA {  }
 }@media only screen and (max-width: 763px) { #DWepJFW1glb6Gar354cTWdh5Fe6lRlcg { display:block; }
 }@media only screen and (max-width: 763px) { #GnMQvV9wHhQn4mEiUrpaofp17b6GdAUA { display:block; }
 }@media only screen and (max-width: 763px) { #Adasabbx3PAkQTz3c0yK6Kqtu36u57aL { display:block; }
 }@media only screen and (max-width: 763px) { #DTTCStpmsWUU4qyFKWP1G07F5ivFNMrF { display:block; }
 }@media only screen and (max-width: 763px) { #UqgyzxfTQMk1V1lpQ2E9Ce2vLQDmIh5E { display:block; }
 }@media only screen and (max-width: 763px) { #vuUfTLTqqloNoOTOHro47Wmaw1v4Tagz { display:block; }
 }@media only screen and (max-width: 763px) { #uRG8ak3lyqPQlETJNU4H5fyqHonZHiL8 { display:block; }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #qH7oTNg1oslTHwBnKg30hbqETS9mEDoe {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #Ibt2CMt7yexiA9ZWl3IT1HhLBtuXVbz0 {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #aXFa7DhEbW7uLnWN7IVcCvq6TOgTz8ST {  }
 }@media only screen and (max-width: 763px) { #V7T4iitipDBxIopbchKGcyPzKHHXpUMk #g7Mid8KAUWvGzTSHEq3RpEoCP0dabQJz {  }
 }@media only screen and (max-width: 763px) { #oN41AVnEiDry1zUPOUXhxarlkOhdTpCB { width:17.875rem;height:15.625rem;top:1.1875rem;left:1.125rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #vi1xSpBbP6lLCnQidqkM0pFCT0SLMTo5 { width:16.5625rem;height:5.24903125rem;top:10.375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:100041;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bS6s4h7fGJZdPpbtEbPvvThdPCeKcHuX { width:16.875rem;height:2.51844375rem;top:2.125rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:99999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #rseRde4qUNNVDZertperGSXokLJJe3eM { width:20rem;height:2.1120875rem;top:18.182726860046rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-regular-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-text { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-textarea { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-select { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .widget-checkbox-label { width:13.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH  { width:15.25rem;height:auto;top:4.7498931884766rem;left:1.1246744990349rem; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH .radio-container { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH {display:block;}#hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH { width:15.25rem;height:auto;top:4.7498931884766rem;left:1.1246744990349rem; }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #fu0WWtz96aPru47BQX4RTJTgbOACWmsP {  }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #beggN9M1W3y9iSLF6HyK3mklPIxMNe29 {  }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #ND90J86qQp7r3mVWBzMT1He1cyKCGxpM {  }
 }@media only screen and (max-width: 763px) { #pzDa1OyL4xkr40ynqJPu4oQqb5279QtD { display:block; }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #tiHB024hbMpTHhxkENNGHyHVcfs7TAsQ {  }
 }@media only screen and (max-width: 763px) { #hTGun3UZ4kOv5eTgewGkbNATDp7SPMDH #qLW4uU6Pyn2KEFF2gNRSLD73uf3G81a0 {  }
 }@media only screen and (max-width: 763px) { #DFmNO8ZcJzWH70FwQH8xupGsQxnqbPxD { width:15.375rem;height:4.5625rem;top:9.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkwLC9S9tka5u9XNSDLy29tpmqL2w8e8 { display:none; }#zkwLC9S9tka5u9XNSDLy29tpmqL2w8e8 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDDVynT5A1DLAVaWFJMbwqPkvvHvfXxl { width:20rem;height:4.224175rem;top:1.0622825622559rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hvrSePcaih3UT0b8dTdHd4luIFalVs { width:0.0623915rem;height:25.062375rem;top:6.7230904102325rem;left:9.9685338139531rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #iyEFL6z1EWWMPLeEnmIgRWDf6N2hBNUE { width:15.625rem;height:0.0625rem;top:15.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyD6EIZSoJKCsMro9lNNhbcznk4Q66Tw { width:16.0625rem;height:0.0625rem;top:15.6875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHyMoXZzbDaT1xdQ77TnVGPBF1QIFZLW { width:14.6875rem;height:2.68066875rem;top:8.875rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkczIqdEUTLZrMNHg9g6Z4QCHPaKxQs1 { width:1.5625rem;height:1.5625rem;top:15rem;left:8.875rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #kBuzxbtf6dbxRGzOE6gOFI71E8faw093 { width:1.5625rem;height:1.5625rem;top:15rem;left:8.875rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #N7RA4is8sT3HO1QHd5rm9KraiKSpkVrX { width:1.5625rem;height:1.5625rem;top:15rem;left:8.875rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #fPPmI33daKHkA3IDf3yzH1nG2wr2pxCw { width:1.5625rem;height:1.5625rem;top:15rem;left:8.875rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #bRZdrWPR2FCqt0FBKSlR8AFMlk1pwkUS { width:16.8120625rem;height:5.43728125rem;top:6.72363125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TasJXoWKoub1kBTZpOLOT8lQTAfbeR9J { width:3.125rem;height:3.125rem;top:18.725584375rem;left:7.1885852813719rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lD7WCeFmXM4DK2zlWJQMo3ngtuBmCiqB { width:7.6871875rem;height:1.29936875rem;top:7.375rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yia2MhiUoDn2bs8xtffufxr8lrRpP1fn { width:16.937375rem;height:5.625rem;top:22.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelGdyShoh9aniuso6KPp7RyPDEce5Pg { width:3.125rem;height:3.125rem;top:16.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOTXtZkKIic7ZnR0lT39bQJeqKRuk5Ly { width:3.125rem;height:3.125rem;top:33.556868554687rem;left:8.4370689392087rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLO71Mag1XkPl8WxkUJtTmu5XGeGWRGT { width:15.4996875rem;height:2.68066875rem;top:24.75rem;left:2.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnUMlh6cfT3TUnyLWLW2S2HW3IOrDlkD { width:15.9375rem;height:1.29936875rem;top:23.375rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wugv7wTR7BZX07y1FJTlMiHQtaTJyTCS { width:14.124875rem;height:2.6806625rem;top:34.375rem;left:3.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8q7hLAcoVKR9EtuBivurIsBVXW5xK48 { width:3.125rem;height:3.125rem;top:15.9375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLO1NXvxpzPC4TnML0Bb7GcbRNo9RtTW { width:16.6873125rem;height:5.499675rem;top:14.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WksFCGUnG6JUpbHq1XM9F0ytIX3CbIiG { width:16.875rem;height:7.0625rem;top:30.749782800674rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI0T272q8cfREifmzeh6JcMTkZCABwsw { width:16.4995625rem;height:2.5987375rem;top:31.534940958023rem;left:1.8116319775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbyxfAL4JLr2CHG9kxqIl1h8uJs1tJT0 { width:15rem;height:1.29936875rem;top:15.8125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwsrTam8yrxJwAxQuW9LW482Zv29SJdz { width:10.374875rem;height:1.7871125rem;top:17.3125rem;left:4.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP { background-color:#0044e9;background-image:url("https://images.assets-landingi.com/uc/6987a73b-c17c-4414-a876-92e36ccdae4a/BG.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP.adaptive-delivery-prevent-bg, #tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP.lazyload, #tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP.lazyloading { background-image: none; }#tDAfTLZD9CPybJVtVz3coMC7Vt89PeHP > .row .container { width:20rem;height:65.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OIQcxE8avATT0qM9zysEXXwdIDhpGnzZ { width:18.3121875rem;height:4.93706875rem;top:14.186741828919rem;left:0.84364157915113rem;background-color:#ff0000;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kXOh2CZaGFXLTHKcEpzP45KFkmhBl9SI { display:block; }
 }@media only screen and (max-width: 763px) { #VykpMtKbBvnyPXBFnaEPTQFElVuDpGaD { width:17.0621875rem;height:1.7871125rem;top:23.111979961395rem;left:1.4686415791511rem;font-size:1.375rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J5O3qeTceElH3R7GOddL91Kmo7aS5ldN { width:6.4371875rem;height:1.29936875rem;top:54.3125rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqCt3N4PKlSi5bxB4lfF8oJ75B9T73F { width:11.5625rem;height:1.29936875rem;top:54.3125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4cOrupiJHHBvn24AWM4GtIqobeKQbAa { top:0.99717462062838rem;left:0rem;width:19.125rem;height:29rem;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad00d5, #2f003a);background-image: -moz-linear-gradient(180deg, #ad00d5, #2f003a);background-image: -ms-linear-gradient(180deg, #ad00d5, #2f003a);background-image: -o-linear-gradient(180deg, #ad00d5, #2f003a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad00d5', endColorstr='#2f003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad00d5', endColorstr='#2f003a' );";background-image: linear-gradient(180deg, #ad00d5, #2f003a);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgr3B3GZSRoI0wbF7F3yn5n8LtUhRrke { top:0.99772071838381rem;left:0rem;width:3.374025rem;height:2.5rem;z-index:100033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PxOZTs5gQUbht0QQMDqTDfpr55VoPfh6 { width:18.87425rem;height:3.90028125rem;top:9.3218364715575rem;left:0.56260854005814rem;font-size:3rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #x7IfXJvz18u5boUvCMV3Vhm2JrwCIUrm { width:18.87425rem;height:1.70573125rem;top:59.098854064941rem;left:0.56260854005814rem;font-size:1.3125rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #kyfXGqDravz5VrZVOqp0I8OUzr401nLp { width:18.87425rem;height:1.38075rem;top:7.9421749114987rem;left:0.56260854005814rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #geBmVafJoyCTqbUxNDSspRIeZX0CfgDN { width:19.375rem;height:27rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTEUc9gUwuG5Idm9vrTQfPI5ZCr1LEJB { width:18.187375rem;height:5.525175rem;top:35.121529579162rem;left:0.90549045801162rem;font-size:2.125rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #rNgdKmRVXsd4pte95ZBlkKSAZnJV9dZQ { width:19.375rem;height:27rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oS1T5KH4GRI8T1l1lWRfRtwFT1QXET56 { width:18.8748125rem;height:5.525175rem;top:1.8120660781861rem;left:0.56206601858139rem;font-size:2.125rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #AN844vVbBK9KtE6FNden28n8nTCFD3wD { width:18.8748125rem;height:3.90028125rem;top:42.749567985534rem;left:1.1246744990349rem;font-size:3rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #m9TbHRR3IiK7rVvctaHH5RuyGoRe9Tmu { width:18.8748125rem;height:1.38075rem;top:41.369359016419rem;left:0.56206601858139rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #A0h9qQybCIsxJ3JiG991Vw4qoTTz8S7c { width:18.812375rem;height:5.12478125rem;top:47.749026298523rem;left:0.71853297948838rem;background-color:#ff0000;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kT0KwUHtFWLC2tz9eZOStCtcH1GldMLA { display:block; }
 }@media only screen and (max-width: 763px) { #kAn5J4motS3mQEb7aQMi7Biv0NvsTzWZ { width:6.4371875rem;height:1.29936875rem;top:20.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xheJa47zs8puMrDVuoguc4pANJisJ7LX { width:11.5625rem;height:1.29936875rem;top:20.8125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gStV7QmMQ93RrLQObDtpZ87lvc9Oa7v3 { width:16.624875rem;height:1.7871125rem;top:56.523982524872rem;left:1.6872830986977rem;font-size:1.375rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wvfkQ6AiZ2chub2OT8OSUqkky7AXzc3o { width:18.875rem;height:auto;top:25.625rem;left:0.5625rem;font-size:1.3125rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #LV7MQxco0DuHP1XRw4fV1hrM4FfFdZHJ { top:34.061959266662rem;left:0.25010854005814rem;width:19.125rem;height:27.875rem;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad00d5, #2f003a);background-image: -moz-linear-gradient(180deg, #ad00d5, #2f003a);background-image: -ms-linear-gradient(180deg, #ad00d5, #2f003a);background-image: -o-linear-gradient(180deg, #ad00d5, #2f003a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad00d5', endColorstr='#2f003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad00d5', endColorstr='#2f003a' );";background-image: linear-gradient(180deg, #ad00d5, #2f003a);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biWDJDFwK1gvVE6PHg7cmfoKLC4OrIc9 { top:35.121527671814rem;left:0rem;width:3.374025rem;height:2.5rem;z-index:100034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc895839-62cd-4bb8-8945-8f7ad4c00833/5906036.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ.adaptive-delivery-prevent-bg, #P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ.lazyload, #P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ.lazyloading { background-image: none; }#P2pcZd9O5IDwcic3IDNXG5PTnnHi96MJ > .row .container { width:20rem;height:80.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UwIkh3tUTX7gBq2CgMru3hovBLc2HT8V { width:16.25rem;height:21.875rem;top:4.0625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMkvUzNDO6r9yuEGAoKXkzpWoKynNSc3 { width:19.375rem;height:26.6875rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sdo4hJAUAIWFpQyTTZrqtz7EAVaXpM29 { width:16.25rem;height:21.875rem;top:4.0625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iit69vUWFI4B0Rzm92awtsPtLPTV7QQa { width:13.812375rem;height:3.75rem;top:12.39040851593rem;left:3.0935330986977rem;background-color:#ff0087;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MnskG4oJvzrqVwgI8gideZdRcH9U16ce { display:block; }
 }@media only screen and (max-width: 763px) { #tPsIEonyln9vMUT1plbTimDngbhWopTs { width:18.5623125rem;height:4.562175rem;top:38.031359910965rem;left:0.71831601858137rem;background-color:#000000;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fZpH4HTNPMi5Oz7AlPDieZJ6msNLrgvy { display:block; }
 }@media only screen and (max-width: 763px) { #Bh1xdPNmPWMw1ooxH3Gb1BVW9ooT1IrJ { width:15.5625rem;height:3.9375rem;top:64.044597625731rem;left:1.9118515632802rem;background-color:#ff0087;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pf2OHp2BP6GOS8rB062wZ8TFmpprsz0b { display:block; }
 }@media only screen and (max-width: 763px) { #GBXUOTJuTfQJqHU4Vxwbb88syrgUOd39 { width:13.811875rem;height:5.1985625rem;top:1.9290366172791rem;left:3.0935330986977rem;font-size:2rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #tUqr19vIKdQi2DwpXMqexA5K2pBiF74p { width:18.8748125rem;height:5.1985625rem;top:54.367404460907rem;left:0.56206601858139rem;font-size:2rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #lcsdeaxJSaid60OawTZwdguD21Bm6J3A { width:17.1245625rem;height:1.38075rem;top:7.3146686553956rem;left:1.6861980557442rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #Q4dT8HVkxi7LOGwZVyPfqhlx42QWTO2b { width:18.0620625rem;height:2.59928125rem;top:9.1943364143369rem;left:0.96842449903488rem;font-size:2rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #KcvUl9DA1weAOhcOMf5QBZl1P4GdNZRT { width:18.8748125rem;height:1.38075rem;top:32.305558204651rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #CH0LXHeRwvBeLpIW8dVm7fbR10d4ncIG { width:18.8748125rem;height:4.38748125rem;top:33.685766220093rem;left:0.56217449903488rem;font-size:3.375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #oIMtT46hRihoz3BxFWN82HDikCTICc8C { width:18.8748125rem;height:1.38075rem;top:60.065668106079rem;left:0.56206601858139rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #PQcamFwSm5w2v1dVavyac0bx7W8hQk93 { width:18.8748125rem;height:2.59928125rem;top:61.445857048034rem;left:0.56206601858139rem;font-size:2rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #KUCylBIQuZLzpDnFGzSBdauN4TkrZ89w { width:18.8748125rem;height:1.70573125rem;top:71.437179565431rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #sT88PwoPFJecTbPdPrtkJfXPO7ZVqkEM { width:6.4371875rem;height:1.29936875rem;top:44.193252563476rem;left:7.4994576573375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku9TTpgl2Tvf8M2ZiW5WrBEVATe1u6s1 { width:11.5625rem;height:1.29936875rem;top:44.193796157837rem;left:4.2187502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJZtR4SZcyNJBBhTOSBBMmJVrQJo1Z3F { width:18.8748125rem;height:1.62489375rem;top:46.719844818115rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;z-index:100017;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zcxQo6DiLPhcSNT93HSRJ9m3eWsymxDw { width:6.4371875rem;height:1.29936875rem;top:17.374674797058rem;left:6.7811420559881rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US8Vmz878SQZfh4CrBv0ofpZIq7TXqsL { width:11.5625rem;height:1.29936875rem;top:17.373591423034rem;left:3.4685330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT2NK6W3KVye6LrdkWMucxiL8MBmSLDS { width:6.4371875rem;height:1.29936875rem;top:69.4375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O19TAnrp5oFMvM36fvnQQCX8gmiR2SDp { width:11.5625rem;height:1.29936875rem;top:69.4375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6u2BvTwWqPKkUdHT6ZNTpg0glPTeHM { width:5.74978125rem;height:4.249675rem;top:25.359702348709rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzcUVPyLnEzHG1E8B8B5pxi1aGTTPZnq { width:18.8748125rem;height:5.1985625rem;top:26.616750717163rem;left:1.1246744990349rem;font-size:2rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #cica9EOBMkOvToNLTtHm07NWTsOn7aKu { top:1.171875rem;left:1.1241319775581rem;width:17.4375rem;height:20.5rem;z-index:100013;background-color:#000000;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss1wgG2nTRZtut7ftWL1xMhJf8ZnLGkH { top:25.359707117081rem;left:0rem;width:18.999rem;height:25.8121875rem;z-index:100014;background-color:#ff0087;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y27bQTJIuNgMvqkJ5yzlDuN5NVVdXLNq { top:53.731010437012rem;left:0rem;width:19rem;height:19.8125rem;z-index:100015;background-color:#000000;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA1SyCK8KL8WWERAMeITsx7Jstm3GVSK { width:20rem;height:2.2743rem;top:75.968973159787rem;left:0rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #DZl6XyG7VCG127HIFf6ra9eBfoPsMxoQ { width:18.875rem;height:1.21853125rem;top:71.794179916381rem;left:0.56206601858139rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #DfPr2BLSJ4mQyb72MXJlTPNmognJTwHH { width:18.875rem;height:1.21853125rem;top:19.37445807457rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa { background-color:transparent;background-image:url("https://images.assets-landingi.com/4ta42RF3/thumb_collage_slope2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa.adaptive-delivery-prevent-bg, #c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa.lazyload, #c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa.lazyloading { background-image: none; }#c2XpItPcIJbQBWiaodTvhgN6h3CqIHBa > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sGZRq8P4tncg0bvNpeTtqTkkAPhpkD4P { width:18.875rem;height:2.92535rem;top:7.1875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBCGDzJECgGv0Si8xxoTZkmkoEeSSWkE { width:20rem;height:0;top:17.625rem;left:0rem;font-size:1rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #sXTSGEJpZxZl03o2Sp2IylTTFLKcDQfD { width:15rem;height:9.34515625rem;top:4.1028642654419rem;left:3.1228299736977rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #oQwGcHTiTco3mHlOv1TH5VksTqDp1pAq { width:18.8748125rem;height:4.31206875rem;top:12.27951335907rem;left:0.74956601858137rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #e04000, #ffb554);background-image: -moz-linear-gradient(359deg, #e04000, #ffb554);background-image: -ms-linear-gradient(359deg, #e04000, #ffb554);background-image: -o-linear-gradient(359deg, #e04000, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );";background-image: linear-gradient(359deg, #e04000, #ffb554);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eWmPpH9Uas6oaVLv2LSauxnkQzw3nm5p { display:block; }
 }@media only screen and (max-width: 763px) { #JFfaRHuxcn1oCgJTSVhFf0mVfTRetQlv { width:11.625rem;height:1.2999125rem;top:17.625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQgl351zk7WLTP0llquzVqZn8BTQ4sI8 { width:6.5rem;height:1.2999125rem;top:17.625rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue0wklLsdBwBn0eQ48fNWBVdEAUGxlS9 { width:12.9980625rem;height:2.2743rem;top:19.497179985046rem;left:3.6879342198372rem;font-size:0.875rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TxKfOZim32eUXhUGoowmgU44GzXUd2HM { width:19.124875rem;height:18.9995625rem;top:3.498370911926rem;left:0.43674045801162rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCWqOBDl0iCRPNyOgJGqRmH2TXrV0BNz { width:3.3125rem;height:3.9375rem;top:2.2037763595581rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF8Jv9vdoQy4RQWOA88qJwRnAxpCweIi { width:18.5625rem;height:18.5rem;top:24.060322998047rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLlUm3DVyCVU71JeIzT7WvcELdBwuqD5 { width:2.375rem;height:2.375rem;top:24.810322998047rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etem2BzyWZK16TU1ULVnvE5Z4Grxt70T { width:2.375rem;height:2.375rem;top:28.060322998047rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUHzxkbM5gANW2KXVM3EgaezIJgHxSxR { width:2.375rem;height:2.375rem;top:31.622822998047rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIFzuZT53fQUHfmugM5FDlGmFXLeLzTK { width:2.375rem;height:2.375rem;top:35.060322998047rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeQ6P2fVhHOXXTTQsNAh2lTRuUrmGIdr { width:2.375rem;height:2.375rem;top:38.685322998047rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chx27tFMaeIhCoHFUUPgQtsMIUROU9VG { width:15.4373125rem;height:1.21853125rem;top:25.308804748535rem;left:3.880859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabyKm38QeQEvTMIkC0s0wbwt7mDZw6T { width:15rem;height:1.21853125rem;top:28.558587310791rem;left:3.9991340637207rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMLI4MOTMShaFldScOra1qQElUqaaJqh { width:15rem;height:1.21853125rem;top:32.199212310791rem;left:3.9366340637207rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7ouL5ecquF2MKl0mVCOo8dMZsrmPfe { width:15rem;height:1.21853125rem;top:35.793397186279rem;left:3.9991340637207rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNVprWCdEMHkTuoh2AQm1kTw174d7rUU { width:15rem;height:2.43706875rem;top:39.153207061768rem;left:3.9991340637207rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9471138-89aa-47f1-9d95-e508ee90f00c/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp.adaptive-delivery-prevent-bg, #BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp.lazyload, #BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp.lazyloading { background-image: none; }#BL7KFEITuvu8zeReD4WgqdkQuGyFwFMp > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pCzbAChNF7S9mP9Jp8FepJBVttV1oJ6S { width:19.1873125rem;height:9.2626875rem;top:8.9301223754881rem;left:0.40581601858139rem;font-size:2.375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #DfZVdh1dqnMqZNQBAA4NWqk61DO0xB3W { width:12.5rem;height:1.62489375rem;top:18.129884719849rem;left:3.7500002980233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #genotzxJUtMTi8OzNvxMlfcc8DJXCup0 { width:19.75rem;height:3.5747625rem;top:12.337890625rem;left:0rem;font-size:2.75rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #KrGrxFIQnW1zIukoq7hwb3UArfJcV56R { width:6.4980625rem;height:1.29980625rem;top:23.75rem;left:7.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxIM5hwTI4NTfeeOnNNKRGVqeTT5kkz8 { width:11.6230625rem;height:1.29980625rem;top:23.75rem;left:3.75rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EQlxgGVrfM2vHf54AtF2UAm8aqFbhCsv { top:52.8125rem;left:0rem;width:19.375rem;height:18.8125rem;z-index:100012;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.3125rem solid #7c1edc;border-left:0.3125rem solid #7c1edc;border-right:0.3125rem solid #7c1edc;border-bottom:0.3125rem solid #7c1edc;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxrcqzDXNFGOPNggJOsN4wsugB5TuMb0 { top:7.6866321563719rem;left:0rem;width:19.125rem;height:22rem;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #000000);background-image: -moz-linear-gradient(180deg, #ff0000, #000000);background-image: -ms-linear-gradient(180deg, #ff0000, #000000);background-image: -o-linear-gradient(180deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #ff0000, #000000);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITR227gt0CLQAyAODy4QZsP83uKAV9do { width:18.75rem;height:25.75rem;top:80.867004291537rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTJ1BKpMPXe2TGrxsyWiaSUdxyCBQRJa { width:15.4375rem;height:1.625rem;top:15.912109375rem;left:2.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUuTnU30V9CwG9Bp4pKQR50wr39m0PCl { width:18.625rem;height:1.3808625rem;top:22.1875rem;left:0rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #g8LHxRgmbKMZE5JCvbL6e85GnZOpRslo { width:13.875rem;height:2.11230625rem;top:29.1875rem;left:2.4375rem;font-size:1.625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rDm01oqK5LmU0v183bILZtCJosapVD7I { width:17.0621875rem;height:4.874675rem;top:20.936416625976rem;left:1.4686415791511rem;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ffa300, #d90101);background-image: -moz-linear-gradient(176deg, #ffa300, #d90101);background-image: -ms-linear-gradient(176deg, #ffa300, #d90101);background-image: -o-linear-gradient(176deg, #ffa300, #d90101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa300', endColorstr='#d90101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa300', endColorstr='#d90101' );";background-image: linear-gradient(176deg, #ffa300, #d90101);background-size:auto !important;color:#ffffff;box-shadow: 0.3125rem 0.3125rem 0.375rem #000000 ;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIFbTRQx2wAa1KVX0mv39TdB7sSTb72E { display:block; }
 }@media only screen and (max-width: 763px) { #UlRxHyvU8Qt8L3dd2vMPUg3zGzqsanCn { width:10.5625rem;height:2.5996125rem;top:6.1875rem;left:5.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AikaqK7DJU39KTaL1pdBT9qGz2EL63nJ { width:3.5rem;height:2.6401155403935rem;top:35.9375rem;left:17.90625rem;z-index:100035;display:none; }
 }@media only screen and (max-width: 763px) { #xsBRdmGUwx7Vam835ESmBFLmnwJGXAg2 { width:6.625rem;height:4.953409908689rem;top:5.8125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoxC6P6aWOPZzpn7FzLAdBIT1Ck4xFoQ { width:3.5rem;height:2.6401155403935rem;top:43.125rem;left:14.65625rem;z-index:100035;display:none; }
 }@media only screen and (max-width: 763px) { #fsZ1bchwQ1VBHKmL6zZknMfUh2bwq2HV { width:3.0625rem;height:3.0625rem;top:24.125rem;left:11.71875rem;z-index:100036;display:none; }
 }@media only screen and (max-width: 763px) { #IvX7haiK9pqwOe1iv0Jm9F4zZJiktyWM { width:5.75rem;height:5.75rem;top:58.375rem;left:12.90625rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 763px) { #zqp1Kkwz0sog23WZOkVmHi5PQTwMNmPE { width:19.375rem;height:22.375rem;top:7.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCo3c8X7bVI57fNpGG4Ff9hP7nnI1tW2 { width:18.625rem;height:0;top:74.375rem;left:3.875rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #G4M0dGl5EceI9Z6racBhFcoQJOeqXF8q { width:16.25rem;height:0;top:76rem;left:1.25rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;z-index:100030;display:none; }
 }@media only screen and (max-width: 763px) { #hugncxMKFJpDZ9p4qbWkwBJhCethXptq { width:13.875rem;height:1.29980625rem;top:31.3125rem;left:2.4375rem;font-size:1rem;color:#4d4d4d;font-weight:400;font-style:normal;z-index:100025;display:none; }
 }@media only screen and (max-width: 763px) { #ofQfq1fEBBSv4msUOn7SZpi1V06PsgpE { width:20rem;height:5.19856875rem;top:0.86154556274412rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlBPJQBdSCWO3kyQtwv6TVx59aVgIF4M { width:6.4360625rem;height:1.29936875rem;top:26.875rem;left:7.5rem;font-size:1rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #fTduE6IiTIWSiadzTdNyMh7ZIzkeeSta { width:11.5625rem;height:1.29936875rem;top:26.875rem;left:4.25rem;font-size:1rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #PETSQoADTeX4SCfm5dTGus07yUs4gDpk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9471138-89aa-47f1-9d95-e508ee90f00c/bg.png");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;display:none; }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk.adaptive-delivery-prevent-bg, #PETSQoADTeX4SCfm5dTGus07yUs4gDpk.lazyload, #PETSQoADTeX4SCfm5dTGus07yUs4gDpk.lazyloading { background-image: none; }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk > .row .container { border-width: 0; border-radius: 0; }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk > .row > .video-iframe-container {  }#PETSQoADTeX4SCfm5dTGus07yUs4gDpk > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SuTHTAaErZyerkc2bEQuamE2w5i6QS0J { width:16.375rem;height:4.625rem;top:17.9375rem;left:1.8125rem;background-color:#ff0000;background-image:none;color:#ffffff;box-shadow: 0.3125rem 0.3125rem 0.375rem #000000 ;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqMfwSuySrn0dvkcmdIRBz1ewuJtTbIm { display:block; }
 }@media only screen and (max-width: 763px) { #eaCIKMyiQ1CT90KTuO2uqCxxLdlWVQ0o { width:12.5rem;height:1.625rem;top:32.3125rem;left:3.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kzZVaczvOUmC9kXNTpsThTt8QhoRN2Nu { width:17.0615rem;height:4.874025rem;top:39.1875rem;left:1.5rem;background-color:#ff0000;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JNcITBe1CTRWiIJTV7Ix7yKeWX2QbURH { display:block; }
 }@media only screen and (max-width: 763px) { #DemaIgqCnEIlNJ3VUQUWAzQn4mFSNlPM { width:6.4365rem;height:1.29980625rem;top:45.0625rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqniqTGr9t9z8G2G1ul15C44FTJznDhE { width:11.5625rem;height:1.29980625rem;top:45.0625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHilf3zMrI3IBFGTC5ZkMWhoWGEoFsXK { top:28.6875rem;left:0rem;width:19.375rem;height:18.8125rem;z-index:100012;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.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmMr3vQ46RT0ok35lDpwHsBTeTwGomgW { width:18.75rem;height:25.75rem;top:80.867004291537rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUWNamIrFpT1TPrv0oGG3RuIZnGRGrDH { width:18.3125rem;height:25.6875rem;top:107.86700429154rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLz7BVZTGAPnqml68ID84PPvNFVsrCN8 { width:18rem;height:7.79784375rem;top:29.8125rem;left:1rem;font-size:2rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #dgtM7eTLF0NNtpn7TvGUzPcALF1bz4XL { width:15.4375rem;height:1.625rem;top:37.0625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6zCD1sb4siylW2DGZEkWiJzqrFHmZcP { width:19.0625rem;height:4.3061rem;top:33.365886688233rem;left:0.93695753812787rem;font-size:3.3125rem;font-weight:700;font-style:normal;z-index:100017;color:rgba(255,255,255,0.94);display:block; }
 }@media only screen and (max-width: 763px) { #f1vNmSQmNdk3T7W7OgHT0vgpaETbwuB2 { width:18.625rem;height:1.3808625rem;top:22.1875rem;left:0rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #p4g9Ju5kgM0GM3TCcby97bvkPnWwmVef { width:15.8745625rem;height:1.5435125rem;top:50.812175750733rem;left:2.0610895752907rem;font-size:1.1875rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eZae2a2cdWTSVlSoH4oVqN4dhV3yTOZS { width:6.4375rem;height:1.29980625rem;top:47.75rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xV004BPk3QUbHAqPr9WH8xgLZv1ZbOEQ { width:11.5625rem;height:1.29980625rem;top:47.75rem;left:4.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #t1m3Tt43OFpimACBq3evlA28SQc722zQ { width:15.4375rem;height:1.625rem;top:15.625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzC6i36cAZ9voxkQfzFLuu8Ps3O2XLEK { width:17.5625rem;height:3.2497875rem;top:9.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvIEpHhRA5zwfDTpEGs03v10IqWJK8fF { width:18rem;height:2.5996125rem;top:7rem;left:1rem;font-size:2rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #Np5u3VtpRmkNh3fvHoqJFw5AxrTTnFgk { width:20rem;height:4.3061rem;top:11.749145507812rem;left:0rem;font-size:3.3125rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #lct0DNfz5bCE4thM1ZmpVdZv5iOyNeo4 { width:10.5625rem;height:2.5996125rem;top:29.0625rem;left:5.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfGaCR1cM32GtD8qzu9iTQa7RIdZmBi3 { top:6.125rem;left:0rem;width:19.125rem;height:19.9375rem;z-index:100012;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.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyutaTaMZuWKizolRbx8XUfPu9WLsVL0 { width:3.5rem;height:2.6401155403935rem;top:35.9375rem;left:17.90625rem;z-index:100035;display:none; }
 }@media only screen and (max-width: 763px) { #lRL0zXZyoGDTaf5bgbT4BLM70N68S19I { width:18.375rem;height:20.875rem;top:7.3125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTGzGIkiGufV29KmdUnUy2SVTAqV4Liv { width:3.5rem;height:2.6401155403935rem;top:43.125rem;left:14.65625rem;z-index:100035;display:none; }
 }@media only screen and (max-width: 763px) { #qVy96OxgUCpLr3PkvCno6R2dt84cuAXu { width:3.0625rem;height:3.0625rem;top:24.125rem;left:11.71875rem;z-index:100036;display:none; }
 }@media only screen and (max-width: 763px) { #qfmTJ0TfJWnlPadHqot4dWpWzy6RbIsd { width:5.75rem;height:5.75rem;top:58.375rem;left:12.90625rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 763px) { #gMyyzUWwScVlua4ZqThXaGpMmOkzeZhp { width:18.625rem;height:0;top:74.375rem;left:3.875rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #Qk4rT7HaJgmxPBsqLAznM9IRKc3oCHOk { width:16.25rem;height:0;top:76rem;left:1.25rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;z-index:100030;display:none; }
 }@media only screen and (max-width: 763px) { #Tr1eIuwdviZ34iZ6rsd48LqxJPRSEXrA { width:13.8748125rem;height:1.29936875rem;top:48.763558387756rem;left:3.0620661377907rem;font-size:1rem;color:#4d4d4d;font-weight:400;font-style:normal;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #T1sswkBxWkyN0Xys1ykLvfWaEX9QTHqQ { width:20rem;height:2.59928125rem;top:1.9243631362915rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg6i2xEcH0lqgUWrAQILsVXLyfViBTmJ { width:11.5625rem;height:1.29936875rem;top:24rem;left:3.75rem;font-size:1rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #tVF1M1TlgED6FUF7cCSr9KMfwiMDFDOk { width:6.4360625rem;height:1.29936875rem;top:24rem;left:7.03173828125rem;font-size:1rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #iahF2oe6fQfVG8ECSVWluQnhp5WqHxuh { display:none; }#iahF2oe6fQfVG8ECSVWluQnhp5WqHxuh > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B8eg4BNGXxWkGeNHBSRLUf9KCFBidxbo { width:16.936875rem;height:2.1994375rem;top:26.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MUlANT200yTlgrT4TCkXP3ZF34O6hI9g { width:19rem;height:9.4375rem;top:17.375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLn721TFxSh0pf62mafr19BQuidsP8pg { width:17.999125rem;height:1.38075rem;top:1.9954425096512rem;left:0.96788197755812rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGz9ZHcxUFBzpPUFbBKAJONdN92fsPoV { width:19rem;height:9.4375rem;top:22.5rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(53,53,53,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #QUS5KZsU1L0Goelgf2DNKu48xb9ZWfe1 { width:19rem;height:9.4375rem;top:35.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsQhcuyBWAlbx4qG1FcNTTqRdVzEukDX { width:20rem;height:20rem;top:5.4361982345581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67AkOOUBXd8KQcqvK8yVdiTzs3tTPn8 { width:19.5rem;height:51.3125rem;top:5.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #urgANKWRhg70sGM8074cnGXNSsBZ5cOT { width:20rem;height:3.9375rem;top:61.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6L7KH1Iu3vST6RTyhocDJHfT64COFMp { width:18.5625rem;height:2.1875rem;top:1.34375rem;left:0.46875rem;z-index:99997;border-top:0.25rem solid #ffe254;border-left:0.25rem solid #ffe254;border-right:0.25rem solid #ffe254;border-bottom:0.25rem solid #ffe254;display:block; }
 }@media only screen and (max-width: 763px) { #xTQZf0aeXhlg2uQlTdf98xPAM3PDJvBG { width:15.0625rem;height:0;top:24.5625rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #lwQtlTxpNHKGMNtIiMThfzrI8mvAbdcp { width:16.625rem;height:0;top:28rem;left:1.6875rem;font-size:0.75rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #zANV0ftbw67uBioD66hzsThb2hTpJK0F { width:17.249rem;height:0;top:31.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #CgRS5dCdOKpCt3TIbnSzywBD9XnpSGpJ { width:15.9375rem;height:0;top:32.6875rem;left:2.03125rem;font-size:0.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #rK9yGaw1pRP351BTpos5zPePcMg1Lpi9 { width:18.8125rem;height:0;top:35.6875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #re3BVpOhAfzx6gO1Evv0QhS8F90zGuSv { width:17.5615rem;height:0;top:37.25rem;left:1.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #U2ySXL2dZiH6RTqfdA8ifEZPeX175svM { width:19.375rem;height:0;top:39.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #pK20aTt97l5kEvWSTOHcf6M6Tq4Xfl0L { width:19.5625rem;height:5.1875rem;top:46.0625rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTXuvb23nntUWi4UZnemTuCTgRpNItD5 { width:18.875rem;height:6.125rem;top:46.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMHHaTiGHhDTT8XABE9qlEGI4FMudNKZ { width:18.875rem;height:5.75rem;top:21.25rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMhhJ1mKz59GMJHtRM14EK31KPfoz1e1 { width:16.3748125rem;height:2.33665rem;top:29.375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #w1AAypREwX3mVuvdTR4yCKrpx4RQxIfq { width:16.9998125rem;height:1.168325rem;top:32.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P2TPQPzRx3AkcEVbdyxL7C91GTVNzXUz { width:17.1245625rem;height:1.168325rem;top:34.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #D2a3burmznBpiHEJewsLV5I32CrNZWfy { width:17.1245625rem;height:2.33665rem;top:43rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TbZ2gGnTuZhlK80n5uqWuTaZzQtoSeQU { width:18.625rem;height:5.22371875rem;top:47.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5bvNKTCxDzvi1bVAeT2TpciAyqiawck { width:18.625rem;height:2.19993125rem;top:48.75rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtTDU1lAgA9QgX7PwcFLswXkxtmB33KF { width:17.249375rem;height:2.33665rem;top:36.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IKLEJrKx1hNH7ux2o5nhglbE8ZGo2cv4 { width:19.5625rem;height:5.1875rem;top:35.625rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJz4moln4oHP3kGZhH81GJxDNEDXEdDs { width:18.875rem;height:6.1875rem;top:36.625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcReC1zFQDBJyoLbm9Fz90JT7CWZDSoR { width:16.311875rem;height:2.33665rem;top:39.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m3V18zNE60AMB5QQ5qRW2ixeuzybQsy8 { width:19.6875rem;height:3.0625rem;top:28.4375rem;left:0rem;z-index:99989;background-color:#9600c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #I5GFdASJGKeRSQVFKHAwQTbOg32eBQTs { width:19.6875rem;height:3.0625rem;top:34.28125rem;left:0.3125rem;z-index:99990;background-color:#9600c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #q2U3SPUzB3eGPXtpmAcK1NDaMZD2oo9Z { width:19.6875rem;height:3.0625rem;top:40.78125rem;left:0rem;z-index:99991;background-color:#9600c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TTlPJBPKBfEdbTM6romXnfmZncZOMEKf { width:14.749875rem;height:4.18728125rem;top:53.624681472778rem;left:2.6242406368256rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #ff0000, #9d1515);background-image: -moz-linear-gradient(359deg, #ff0000, #9d1515);background-image: -ms-linear-gradient(359deg, #ff0000, #9d1515);background-image: -o-linear-gradient(359deg, #ff0000, #9d1515);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#9d1515' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#9d1515' );";background-image: linear-gradient(359deg, #ff0000, #9d1515);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wNuJmrTTCssftmhThPEhDCifroc1mrkP { display:block; }
 }@media only screen and (max-width: 763px) { #ZsaAeEs4fGnzXnAcSlbPy3U1xzOFb20z { background-color:#4d006c;background-image:none;display:none; }#ZsaAeEs4fGnzXnAcSlbPy3U1xzOFb20z > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A0TGvRnT6gbQz184K66dkJu74mJuEiHG { width:17.125rem;height:9.1875rem;top:7.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsThxSpue9l3zH2XPrR4QeH6W8Opx0Ix { width:17rem;height:9.1875rem;top:18.466796875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdX4b9b32pkiBMQzk3B3Z65PX7fwuzUI { width:17.0625rem;height:9.3125rem;top:28.841796875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6NAFogDphITfvw77VHl6tZ9RcmUZLK { width:17.3735625rem;height:3.8997375rem;top:2.1251087188721rem;left:1.3129342198372rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiGLsSbVUsvbJMKxiOqURB2slRkPrT0Z { width:6.937375rem;height:1.7871125rem;top:7.4990234375rem;left:1.8120661377907rem;font-size:1.375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #oPb716pwuwKs0WIHJFGl4OKSHv6Fr1wI { width:7.8125rem;height:1.86903125rem;top:18.278100967408rem;left:6.8121746182444rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #alTm0xgwAd4GRGu7f9HqGdXTKz5LVZKa { width:7.8125rem;height:1.462675rem;top:29.590929985046rem;left:5.9371746182442rem;font-size:1.125rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #tA5Fa6aeUsy5F3lJXlWQ2K3FQyPfAgTy { background-color:#4d006c;background-image:none;position:relative;z-index:auto;display:none; }#tA5Fa6aeUsy5F3lJXlWQ2K3FQyPfAgTy > .row .container { width:20rem;height:143.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hhxaGusIQ1FVqdDklhf3LSV3tgEORT7K { width:20rem;height:2.5625rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRonADq5xmNrw1sIVbSTeKrLMqRsbQFB { width:19.75rem;height:3.4375rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLD3SZALtm302Bb85HwcmS8IaF8I3w2F { width:20rem;height:2.5625rem;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wM64aqOmqJgOS5Vypq8N74ZLd1P3ISnX { width:19.75rem;height:4rem;top:15.473637464523rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlByyB5IrT4qvLNreEssQfGKkbcQTUuy { top:2.625rem;left:11.125rem;width:6.125rem;height:6.125rem;z-index:100012;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMo4DgaamH3GGlU5K0SuV4Ddrd7NHJ5u { width:20rem;height:0;top:12.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:prompt;z-index:100002;font-weight:700;font-style:italic;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KDxaa7QdxFInseZMrVFhF3Wcz5g02r1z { width:20rem;height:10.4375rem;top:6.2500004768369rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aqvT29TahWEvE3U3p8z4T9zDBQOgw2TR { width:20rem;height:10.375rem;top:27.658931732177rem;left:0.062391519546509rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pgePRkwwroo7bRWeQ5m1uwvLNUx6sifo { width:19.8746875rem;height:10.374875rem;top:47.782663345337rem;left:0.12478297948837rem;overflow:hidden;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #ZJtbTMWwQgqtsbor6hXAv9QBETdKPGBM { width:20rem;height:11.25rem;top:66.872291564944rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yo2JkKgcDomS0kffp21is7vua0I2vA8J { width:19.8746875rem;height:10.374875rem;top:87.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Md59dNZGwERIUXkHk8gykgaZ1O67TOZT { width:19.6245625rem;height:10.3125rem;top:108.06348228454rem;left:0.25097662210464rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CDga8fSOzis0Tkq5WDpITKlxz9SyUWJ8 { width:20rem;height:10.4996875rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgJsqtXeIyR6mrNEvTUBVLsHHacHfPnZ { width:20rem;height:2.92535rem;top:17.4375rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GTNgW8DXkWBM5RxOQrXhHLinZFF9DsLF { width:16.5625rem;height:4.5486125rem;top:20.6875rem;left:0.75rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qDrk5XF66qL04vSS72zIovz5F8HsXJ6z { width:20rem;height:9.0625rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClV8ZW8QgfvCMgfuAQfUQ4ldVxixPvPu { width:19.25rem;height:4.22525rem;top:42.3125rem;left:0.375rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SdOAi8l1DFCSSk1nLocqdeDhFGWVl3oL { width:20rem;height:2.92535rem;top:38.5625rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UUzifa4mq9odmlwe0sHs43FL4D7ruxk1 { width:20rem;height:9.0625rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbuqmQ0A8O1l7xP26ipBzKxcfAZgqbRB { width:17.3123125rem;height:4.22525625rem;top:60.6875rem;left:0.625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e0DntcPVELqRQ7G7s4hUxmWBCZNAokpx { width:20rem;height:1.462675rem;top:58.282028198243rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#fffd00;display:block; }
 }@media only screen and (max-width: 763px) { #itMskiCu6JQgk0fhfsy7BdTAyilem7is { width:20rem;height:9.0625rem;top:77.484270095825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzLCkD2cryvnVuKvPbQQR6URfDxsTcf2 { width:17.9373125rem;height:3.897575rem;top:81.296119689944rem;left:1.0933160185814rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100060;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wS8F6MD8vQgOs7ITxKJbgpnwnHV9gyOE { width:20rem;height:2.92535rem;top:78.059249877931rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100059;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xyXcufPzaH80lckCm7vpaoPxV6WzeGF7 { width:20rem;height:9.6245625rem;top:97.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOoe57U0d1dvDsLm8duiIAvJKWnMP5Ka { width:17.249875rem;height:4.22525rem;top:102.75rem;left:1.375rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R9vSJ4SVhXPVqtnp0yRGwgvrvw4eCcDl { width:20rem;height:4.38801875rem;top:98.375rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcipusOhahwpWPBSboM1hE8zXbhXOTCF { width:20rem;height:7.6871875rem;top:118.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB9hBmg09FMT5TUXPUkowh3QC7CkRyMO { width:15.8121875rem;height:3.897575rem;top:121.875rem;left:1.1875rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WAoaZxRIu8HQkGfWuBGWQLDNX9h4zWBI { width:20rem;height:2.7615rem;top:119.25rem;left:0rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oTsvTfosp32ipMbu2nJTcxTHUzcaZSCN { width:20rem;height:6.9987rem;top:127.12619972229rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;z-index:100041;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tAFg1aSzMxuswm9kpdcUZWRn0ODyOckQ { width:20rem;height:4.375rem;top:0.59820747375488rem;left:0rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oTWHVi9ag6sJSu8GUat5OXXgxtMm5Ide { width:20rem;height:3.41145625rem;top:1.25rem;left:0rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BeXC2wKcWAcH5Ny8eTx6e05m7I1W1U5n { width:18.9995625rem;height:5.37489375rem;top:135.81163406372rem;left:0.49967449903488rem;font-size:2.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffe300;display:block; }
 }@media only screen and (max-width: 763px) { #zz9Ef2PlevAdldd1SSL8BNbKfBgNTrkk { display:block; }
 }@media only screen and (max-width: 763px) { #XvopHEON5twlhkLnofHDmAGrGFkWeCsT { background-color:#0044e9;background-image:none;display:none; }#XvopHEON5twlhkLnofHDmAGrGFkWeCsT > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ycz9TRkqmHvy0HKnhUpUeqGx6m0094qh { width:17.125rem;height:9.1875rem;top:7.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAQh8H8aemvQW2tnqcw1KTKT873DJbFM { width:17rem;height:9.1875rem;top:18.466796875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCw1qzGCwq0VSdlKcl6S7WitriNRS1TQ { width:17.0625rem;height:9.3125rem;top:28.841796875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzMdVWA9TL4Uk4DeUpsFPZTD1um7NVWh { width:17.374125rem;height:3.25rem;top:2.0616254806519rem;left:1.3118489384651rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe { display:none; }#aVP0JszyIMTbOGuQp0PZhfTV3pTWBHSe > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OvgRCClRSN9SM7LmehiQT1Zh4DDFdJxt { width:19.1873125rem;height:4.388025rem;top:1.25rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HseQLh55J51GG6XeOMJ2gOnTWvI6NPpb { width:20rem;height:15.2675rem;top:10.387369871139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiq1AkIcvuzCpuPvzSWARhC9EhX6cLxc { top:6.88801875rem;left:4.3125rem;width:11.31283875rem;height:2.438045rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CLc12KScZNCl44mF2JurXXBk0t8koV { display:block; }
 }@media only screen and (max-width: 763px) { #tXJcZA56QOfxcBQhrMkRiwFvsVVUSSpI { height:9.8125rem;width:17.9375rem;top:11.342653274536rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 { display:none; }#pi1E3D2XglNMPRcp4rJQvlfQTi55VAU2 > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #brgmlbQSy4pGG2dbOUycmtUZKO9GD2JZ { width:20rem;height:2.92535rem;top:0.82194042205813rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0pFlbcOurv3XtxovW6IvoiLPg2MfD8q { height:6.8120625rem;width:12.1875rem;top:5.2994794845581rem;left:3.9062502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNyUW6N5lGpMLf9mROKBbSMGNpJWEm8L { width:19.6875rem;height:14.6875rem;top:3.7467451095581rem;left:0.3119575381279rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #QUSEAMGTHiSqy6zEqFZCLZCSwiqNSK3c { width:20rem;height:15rem;top:27.663297653198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { display:none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { width:14.9375rem;height:10.4375rem;top:8.3125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { width:20rem;height:3.2497875rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { top:20rem;left:4.25rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block; }
 }@media only screen and (max-width: 763px) { #LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 { display:none; }#LzsKmLXF1WEALtg5fTinsOPM9s9rsOA9 > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BkQHbZi7l5ykiuHf3TzuvmEWEH61FFxp { width:20rem;height:4.87413125rem;top:16.497395515442rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxgeds0W8rkEdEK4ithN8gTTExxfBOhk { width:19.6245625rem;height:14.8123125rem;top:0.68522167205813rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1AwD9U0I4zOIFK7TnE8EN3OAuNQl9y { height:9.625rem;width:17.5625rem;top:1.3416686058044rem;left:1.2086943361754rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { display:none; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { width:17.3125rem;height:18.625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizDSstFbDFqFLmsTbxMCmHyODeUN69A { width:17.125rem;height:18.625rem;top:21.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZrgToLKauInL4uQRaF67ZVW9oeogLL { width:17.25rem;height:18.625rem;top:41rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { background-color:#f6a6bb;background-image:none;display:none; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { width:20rem;height:1.625rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { width:15.625rem;height:2.59874375rem;top:3.8743572235108rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { display:none; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { width:20rem;height:91.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { width:16.625rem;height:28.25rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { width:16.6875rem;height:30.5rem;top:30.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I52FLkhtNASksWsL4IFvWl6aWXEEA67S { width:16.625rem;height:28rem;top:62.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { display:none; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { width:20rem;height:11.25rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { width:12.5rem;height:0.125rem;top:1rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { top:15.875rem;left:4.28125rem;width:11.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block; }
 }@media only screen and (max-width: 763px) { #ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { display:none; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { width:20rem;height:4.224175rem;top:1.249454498291rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { width:20rem;height:1.62435rem;top:5.7496337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 { display:none; }#DUqAEJMx6kFOINBF2Ln7vQE4939WhTD0 > .row .container { width:20rem;height:273.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sp5Kzylth3dQV5UQGX875dKlUOWHnHbq { width:20rem;height:5.84960625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5Qwbotd8WndZmP3npppfTuMkyx0nr8 { width:5.187175rem;height:1.03081875rem;top:29.804472446442rem;left:7.4061415791513rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZO3MnMgZhGufqgJ5CHTViQZO7AOGGy { width:16.7496875rem;height:4.4612625rem;top:25.349610328674rem;left:1.6248915791511rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #krTQy5eRcDpF4k5xM5Tl4xbVqgXNemDc { width:16.875rem;height:16.875rem;top:8.06098151207rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo6XbTdJ7aUeqdEbxlksvadcG8QXF3Kg { width:5.68739375rem;height:0.89355625rem;top:55.457035064698rem;left:7.4061415791513rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPm5VU8Ct1ByDSTykJGKH1S5sLO6XTKM { width:17.9996875rem;height:5.24956875rem;top:50.082468032837rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #a2PBlLg6eALQDErKe5WcglSzGScdhplH { width:17.5rem;height:18.2498125rem;top:31.145293235779rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvHe0pf15fzQnr6eO1LSHf0Xv2qTNGS { width:5.24956875rem;height:0.89355625rem;top:81.442821502687rem;left:7.3746750950813rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqdTVkiJ0ot6PMG904y3MadXH8QVNWM { width:17.9996875rem;height:5.063475rem;top:76.004777908325rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #K1Vu1iRJE3RLvH58SSboJW7EKF3AzZ0L { width:17.5rem;height:18.2498125rem;top:56.990027666092rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeabLcXShl2lABlgNHRAZTb9OhPRc92s { width:17.5rem;height:18.2498125rem;top:83.240557670594rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHnexCtdswfQh2hEr5Gq7eGAJpRggi3G { width:17.5rem;height:18.2498125rem;top:108.23947906494rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mlARp60uyXsNEqwcrGGDmnuk03l8pS { width:17.5rem;height:18.2498125rem;top:134.67720222473rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehuBMZ2543STbNnGFzOO5llxEyTc8333 { width:15.999375rem;height:5.063475rem;top:101.73980903626rem;left:1.9997830986977rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #W5E7rM2ByK0pWBfyggLwboor32si4syn { width:4.74989375rem;height:0.89355625rem;top:106.90831947327rem;left:7.6872838139531rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irmJ3zqcAVfucMWBu8JZlMQlewBvyRp3 { width:17.9996875rem;height:5.063475rem;top:127.3855304718rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #b15vNERKSVHakOH5cNt8ort6rDq7vpl2 { width:5.499675rem;height:0.89355625rem;top:133.02409362793rem;left:7.2498920559881rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOPvhuWPUsXJvHRvsO7O18s9G4SkmCK { width:17.9996875rem;height:5.063475rem;top:153.30144309997rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #vdQTcm4yc8JwKIANr3STmzINKSAss9IZ { width:3.312175rem;height:0.89355625rem;top:158.76520156861rem;left:8.3436415791512rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3nBe6a0iokOoufaRgFQ5V8qin1oU5LM { width:17.5rem;height:18.2498125rem;top:212.10570335388rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTmGCk6qrmUpC3CJ4lxyECeRrGw5LCa { width:17.5rem;height:18.2498125rem;top:187.030169487rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqklGmQrwuJ3mX4T8M04hFWXJ4eZvCHI { width:17.5rem;height:18.2498125rem;top:160.32173347473rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFd73t2EE2yNxRSS2GldbXAhKuRsRNu { width:17.9996875rem;height:4.780275rem;top:179.53016662597rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #b3wKinIK0KuIp9T2lFgswAzvAi20XrQa { width:4.249675rem;height:0.89355625rem;top:184.98101806641rem;left:7.8748915791513rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T014riokItNC9rCx7J1pW1aHXP6fTRPf { width:18.0620625rem;height:5.063475rem;top:205.27995491028rem;left:0.96788197755812rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #tNq4XRGtv22TZSMPnk6mg2UkLRuc4nRH { width:6.624875rem;height:0.89355625rem;top:210.40235519409rem;left:6.6872833371163rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrpgydwDQArlZz4rZCt1ANEcdq7Td3CT { width:17.9996875rem;height:5.625rem;top:230.66786766052rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #Hy0kKupNDeMwn3T96P7Tp1quWOMUEm8o { width:4.62456875rem;height:0.89355625rem;top:236.41786766052rem;left:8.030598938465rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylODb7Era8yPkZ7dbEuzasJ0A1Cz33Tp { width:17.5rem;height:18.2498125rem;top:237.90418720246rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoa3qPVy0Urv3q7TUaZvfK9mx8ATtfb { width:17.9996875rem;height:5.063475rem;top:256.76596832276rem;left:0.99989157915113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;color:#ffe933;display:block; }
 }@media only screen and (max-width: 763px) { #XJUa0gX7y7aumbMe6UKK6I0HVOS74Oz5 { width:8.9371875rem;height:0;top:262.70238304138rem;left:7.4061415791513rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e6ogSvlP5q6wRxcVchGldOGhgwL1q1ZC { width:17.3125rem;height:4.75rem;top:266.79580116272rem;left:1.6248915791511rem;font-size:1.9375rem;background-color:#ffe933;background-image:none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Me2cmpVF6beszREQG4RE4tOlFb2RDC0g { display:block; }
 }@media only screen and (max-width: 763px) { #NAGAkEKc9qTOhEt62qtcyTdfTp4en1A8 { width:11.4995625rem;height:1.749675rem;top:264.04569244385rem;left:4.2491319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ret99ObADp626fz2rDOcTtN2Shvgn2An { display:block; }
 }@media only screen and (max-width: 763px) { #ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l { background-color:#ffffff;background-image:none;display:none; }#ve7vgx4Q6SD4MFOkP3PxiPAC5kHN4i7l > .row .container { width:20rem;height:217.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y8PMELFiw4ouJvJCoQAsXSJOX5hnMsy1 { height:11.209rem;width:20rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tof4P60iAbTs0Meyk4kymcyuqcrO8Ibi { height:11.20987654321rem;width:20rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iks5e3xym7VDAng9eIwbe7STnGRdnuce { height:11.20987654321rem;width:20rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSkIUS16igaCTEZwD4WFe5RSdQTklrg { height:11.20987654321rem;width:20rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uweGnKeIGnLgkS9NUbqX6AeRWTUyiGyJ { height:11.209283950618rem;width:20rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znoo591gStEaFOxVdo9RyWufgXo3rh4f { top:64.270395507812rem;left:0.5625rem;width:18.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZkGpeytW3sgGdwfo5K8z0OICD4OTHen { display:block; }
 }@media only screen and (max-width: 763px) { #U0AMs5VDhd8HT6bnMnmWMV9ogRD7Dlsm { height:11.121904416398rem;width:20rem;top:69.895286560056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TU2JorW48ApwacfsESfsL4cpPybe1C { height:11.074027489719rem;width:20rem;top:82.266724060056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdLoG5h1rsbNDThFB8bTvPBpuk3sTMp { height:11.079120473289rem;width:20rem;top:94.590411560056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG6Vqyue23m7m7qTlbToRt5TPVl780N3 { height:11.105726469839rem;width:20rem;top:106.91953656006rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p682fbW0pHLOLI0sxSSxL6WXHv8DNCxw { height:11.126842978695rem;width:20rem;top:119.27515161133rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSlTdzswHBN91dD5lKGJU0AIqdRN4MTt { height:11.126842978695rem;width:20rem;top:131.65090966797rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnVOlTZsrKd0kVsbLzwkZmkTwyCPfMu3 { height:11.126842978695rem;width:20rem;top:144.02722216797rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8K58p0zATo2W2n0Ni3ZK90DJhlPEJWM { height:11.122116779959rem;width:20rem;top:205.89073486328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgk9sFu6UXauFuQMCqHpHCO1lUVsy39T { height:11.122116779959rem;width:20rem;top:193.51879736328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxgJ6ceDX2tGoNwOX0iO9nrDfKUhPpKP { height:11.122116779959rem;width:20rem;top:181.14685986328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0r3brk2LL6x6eS1aSHmll0pikHDTAtf { height:11.122116779959rem;width:20rem;top:168.77492236328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlwDpJpxPxBkobcSZnGfBk3ap8q42Cc6 { height:11.122116779959rem;width:20rem;top:156.40298486328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b03250fc-2090-469b-a482-6470a947545b/bg.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg.adaptive-delivery-prevent-bg, #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg.lazyload, #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg.lazyloading { background-image: none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { width:20rem;height:12.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { width:20rem;height:1.625rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc { display:none; }#bbnP15tJPZFV52wlTg3qWmKVPSSFqwQc > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOQBITntuuoUwcgisRPMhTVdTTCTJ6e3 { width:20rem;height:9.955849889625rem;top:0.958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { background-color:#4d006c;background-image:none;display:none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { width:10.375rem;height:2.112625rem;top:5.4375rem;left:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { width:6.75rem;height:1.625rem;top:3.8125rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MIm2B9C81XEF0ER4isQvl742AtJx41 { width:3.125rem;height:3.125rem;top:0.75rem;left:13.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNrT9yu3SryJFNkDq7EL6F141i4UTES { width:9.5625rem;height:2.112625rem;top:5.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { width:7.1875rem;height:1.625rem;top:3.8125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { width:3.125rem;height:3.125rem;top:0.6875rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV { display:none; }#mTtuDnbbo11K0FdZ4AVqoGD8iuDU9hTV > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bKkp2FCgX3HlZ0T8WH2cSV4Qh7R7Nbis { width:20rem;height:3.49964375rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhaqzIfR0lIT0dczlkGUEwqhPcgLTdx { width:8.5rem;height:8.4375rem;top:6.1293401718139rem;left:10.687500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2yI4a6rC7BPutKW4Js826hZrBMpwLJ { width:9.6875rem;height:9.6875rem;top:13.504341125488rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdw8ipQ4bfSUnCTP1564aDHQt2ggd0Rq { width:9.125rem;height:9.125rem;top:29.504340171814rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Gm5a7QsKI2THWxQZGRhItWw35TUNUM { width:6.5rem;height:6.5rem;top:38.440104484558rem;left:11.687500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2eCyk9ql7xU3eEe1ls9pQg5W5gvXlnJ { width:8.1875rem;height:8.1875rem;top:45.754341125488rem;left:10.843750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovRrX9fFo6TfwQ9voayaT2yRWii16BIz { width:8.5rem;height:8.6875rem;top:6.0043401718139rem;left:0.99913197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTfHWtv7UknrKaoX5W0zv5h7O8Zd476 { width:8.9375rem;height:8.9375rem;top:13.910591125488rem;left:10.530382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFLPvW8GFrdTdZIT3LquOaM5F1BwLnM { width:8.5rem;height:8.5rem;top:21.754340171814rem;left:1.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #snNQBCcbCyPcBOCOVqwAUq2CUBLvp291 { width:9.25rem;height:9.25rem;top:29.441840171814rem;left:10.312500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcFZdciJssPKOOFSmFleQhhRwq8I2PBJ { width:7.5rem;height:7.5rem;top:37.629340171814rem;left:1.4053819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3iJLMoqyFB5tLcoLKotZPKonGi6mygc { width:8.125rem;height:8.0625rem;top:45.565103530884rem;left:1.1553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeybV574FcwEzmVLZf7SBbHVgw28v00U { width:6.5625rem;height:6.625rem;top:22.379340171814rem;left:11.718750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0THSoEUMfwNazz8fd6z8ovbdekgvxLi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fb87007-6805-4859-8cff-94be27b1f9fd/3491949.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi.adaptive-delivery-prevent-bg, #l0THSoEUMfwNazz8fd6z8ovbdekgvxLi.lazyload, #l0THSoEUMfwNazz8fd6z8ovbdekgvxLi.lazyloading { background-image: none; }#l0THSoEUMfwNazz8fd6z8ovbdekgvxLi > .row .container { width:20rem;height:144.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pmwM6VhUB8oasoAAeEEvNlOEnxxgVFTb { width:18.8748125rem;height:2.92535rem;top:82rem;left:0.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM8fvEZl2Rcnm1Bc3BD8ymHrasH42eCm { width:20rem;height:0;top:56.25rem;left:0rem;font-size:1rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #P0gHBzVC8GI9REEw7q8VlNJxwGuE2aiF { width:15rem;height:7.476125rem;top:3.375rem;left:2.5625rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #hbPmWXQiVKttxPsLn6TNu7obSTB8yXCe { width:18.374rem;height:4.31206875rem;top:9.5rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #e04000, #ffb554);background-image: -moz-linear-gradient(359deg, #e04000, #ffb554);background-image: -ms-linear-gradient(359deg, #e04000, #ffb554);background-image: -o-linear-gradient(359deg, #e04000, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );";background-image: linear-gradient(359deg, #e04000, #ffb554);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #egy7eDNgIt3z8MILeg7AHqMoGGboDVfo { display:block; }
 }@media only screen and (max-width: 763px) { #dLiGGO5RaTg8egnhzXcXPoly8lagiZR1 { width:11.624875rem;height:1.29936875rem;top:15.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4qldG8yrylb5QML5xdKTNe6JOhzbTl4 { width:6.4995625rem;height:1.29936875rem;top:15.25rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwdGrFaFT9cV25V1B8pHvE1IIp0gPVzh { width:12.9980625rem;height:2.1120875rem;top:17.5625rem;left:3.5rem;font-size:1.625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #toL5wPXnDzANbBpSPIgqLZyqFSLGSrwC { width:19.0625rem;height:18.9375rem;top:2.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTLMrT8zLU32RxUauqO1JdLBxwnl9RCL { width:18.5623125rem;height:18.499875rem;top:63.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgNXZXimigcxywXbRG4e2rSQIxilWbwG { width:2.374675rem;height:2.374675rem;top:64.25rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtZXmuFT1K5VDDhA11EPTtqxQvAdkOpw { width:2.374675rem;height:2.374675rem;top:67.5rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxOmbPqK7atqftpLAdpc5VkT0si90ZHx { width:2.374675rem;height:2.374675rem;top:71.0625rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sGmLvGl4gZSHTGNyQvPtREfikQkFAq { width:2.374675rem;height:2.374675rem;top:74.5rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFXb6eVIM5lMmPPyyoER4XiThXClC42t { width:2.374675rem;height:2.374675rem;top:78.125rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGfzOqmlGvR8XdNf9adadSDQVgo7rWb2 { width:15.4373125rem;height:1.21853125rem;top:64.75rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTEzWTPVpZ5dUi1zTyzT6IyaGFChN4KR { width:15rem;height:1.21853125rem;top:68rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3iSaLazLJ9cdALc3TXqu3v9pkhFoSAV { width:15rem;height:2.43706875rem;top:71.625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLhHy6HpHwPF9byAeZ808tA6uSUGT9p6 { width:15rem;height:1.21853125rem;top:75.25rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz7Kkq531yKxB6oukFQIwaOA71JQdg76 { width:15rem;height:2.43706875rem;top:78.5625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNsB59dyah7zZo7fHntkzyUPgGn1STXv { width:20rem;height:0;top:83.25rem;left:0rem;font-size:1rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #Z9CVn9UsAivNuCILX2LGTtICQlGKZLEw { width:20rem;height:0;top:52.9375rem;left:0rem;font-size:1rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #JFkGzDTsUO716ep94OiOy1dLeFZqgBuv { width:20rem;height:0;top:62.25rem;left:0rem;font-size:1rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #hLL9PEyTJiwEBUyLTmeQ5TH00JLOGF8E { width:15rem;height:7.476125rem;top:24.8125rem;left:2.8125rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #AF1SoqqwInSiJVG3xh2wAqaGTLTUTEWc { width:18.5623125rem;height:18.499875rem;top:24.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymvWOuXw79rg88dKBbXnXvAG8pvGmozP { width:17.0621875rem;height:4.874675rem;top:30.875rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #e04000, #ffb554);background-image: -moz-linear-gradient(359deg, #e04000, #ffb554);background-image: -ms-linear-gradient(359deg, #e04000, #ffb554);background-image: -o-linear-gradient(359deg, #e04000, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );";background-image: linear-gradient(359deg, #e04000, #ffb554);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yLKKvAtIvSF8nN4lqw8eOfAZS2T0X5wZ { display:block; }
 }@media only screen and (max-width: 763px) { #fAalzch99z1NUFBmvJ3ZDt97xtGEfVdd { width:11.5625rem;height:1.29936875rem;top:36.6875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRg9AeEppAy8zdXm04SdJhtr1lriJPpC { width:6.4371875rem;height:1.29936875rem;top:36.6875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH4vmTiyiyQW3eTvnuKaI3SEv1QDLyg1 { width:13.8748125rem;height:2.1120875rem;top:38.8125rem;left:3.0625rem;font-size:1.625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AgHcMaMw8wb72CTomy4s738Ic7Cb9WCp { width:6.311875rem;height:4.31206875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM4Pk1w2pBAwtPAL5ING9olP3O3JS51n { width:6.6873125rem;height:4.562175rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9eT2lgUZIDQAUZ5DyMT5Gu3PWEFPGcW { top:83.249784469606rem;left:0.9998915195465rem;width:17.9996875rem;height:1.94986875rem;z-index:100038;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFaGLhqL5iD5O0iZ0FdmVnghTO233XXW { width:18.5623125rem;height:18.499875rem;top:43.75rem;left:0.6875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #uvWlmTuWfMIfS1VkEkg6vWnVNV3TaHTR { width:15rem;height:7.476125rem;top:44.5rem;left:2.6875rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #s2i7huc92iHoZKqxVB8nJXbWnWvuGTwX { width:17.0621875rem;height:4.81228125rem;top:50.9375rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #e04000, #ffb554);background-image: -moz-linear-gradient(359deg, #e04000, #ffb554);background-image: -ms-linear-gradient(359deg, #e04000, #ffb554);background-image: -o-linear-gradient(359deg, #e04000, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );";background-image: linear-gradient(359deg, #e04000, #ffb554);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DCZg4L86JttnTddcMXFnbnKT6XU5OI3A { display:block; }
 }@media only screen and (max-width: 763px) { #x70cxlcCeNJeuShWWlUTCZR8LVGsdLUs { width:11.5625rem;height:1.29936875rem;top:56.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lccZwlTv5T3FIexCvM6xJmITfTv9LTu4 { width:6.4371875rem;height:1.29936875rem;top:56.75rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC6piw3vHlNyfALybD7ChNyzRiKwCu4K { width:6.625rem;height:4.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHNwMAdJkv1Url9azFLn9mBbCkOuqNn5 { width:13.8748125rem;height:2.1120875rem;top:58.811878204346rem;left:3.0620660781861rem;font-size:1.625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #La1l7H77QoACwWCmixSVJA0ugkl1sGeN { width:18.3125rem;height:25.6875rem;top:86.449141894531rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foAsFtV7bAPZTuGzMsbJAukEUWTnOKh6 { width:18.3125rem;height:25.6875rem;top:113.38664189453rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAMRpEhqScONa3waqRZTIOTlbrdWxxuM { width:19rem;height:27.3125rem;top:51.5625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8e0KGANGdKTl1hlCMRf9eM3MZzVTtHP { width:3.875rem;height:2.8908963517624rem;top:140.32414189453rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7 { background-color:#ff0045;background-image:url("https://images.assets-landingi.com/uc/0fb87007-6805-4859-8cff-94be27b1f9fd/3491949.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7.adaptive-delivery-prevent-bg, #EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7.lazyload, #EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7.lazyloading { background-image: none; }#EolTRaA9P8cQ2VnME3p1ig9wZ32r9fl7 > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yaIu6N7kRx1EsvHAA3lorPpdrawq9Wt8 { width:20rem;height:14.359375rem;top:1.0606555938721rem;left:0rem;font-size:2.75rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #FDw3LyvUseurIsRJyfzMbGbcUTIniJID { width:12.5rem;height:1.625rem;top:6.3492851257325rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVRvtwib8EebMdlRCBw4ybm8CfTDAvW { width:19.0625rem;height:15.921875rem;top:8.9105901718137rem;left:0.46875011920929rem;font-size:3.0625rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #I9O3DJO6Qzglmcavo95T7nqVsOEov3S9 { width:18.374rem;height:4.31206875rem;top:14.404297828674rem;left:0.81271719932556rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #e04000, #ffb554);background-image: -moz-linear-gradient(359deg, #e04000, #ffb554);background-image: -ms-linear-gradient(359deg, #e04000, #ffb554);background-image: -o-linear-gradient(359deg, #e04000, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );";background-image: linear-gradient(359deg, #e04000, #ffb554);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UTDRuKgilT16QW6HCpNdbAXaR0Bef5wg { display:block; }
 }@media only screen and (max-width: 763px) { #ipK2gCUdr2hN2THTUfOL3aBA6U13oKo7 { width:6.4995625rem;height:1.29980625rem;top:20.5rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcTmzRZazJXMMXDqkuUXwPq337SfMLLw { width:11.624875rem;height:1.29980625rem;top:20.5rem;left:4.1875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Om9CrbqDZIS1yvLuZyTTPlg4BbrzdP01 { width:13.8748125rem;height:2.11230625rem;top:22.785373687744rem;left:3.0620660781861rem;font-size:1.625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qt13dfr2zZoLg6MDS7XyE4OH18XFHPk5 { width:12.5rem;height:1.625rem;top:30.76877784729rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGEsB63Rw5TQLqC2TyMLdz7XtEaSIGuh { width:19.0625rem;height:17.609375rem;top:32.8125rem;left:0.5rem;font-size:3.375rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #S1C4LZp9lP4TPmiMTAveVT4deGdnN38p { width:17.0621875rem;height:4.874675rem;top:37.968206405639rem;left:1.4686415195465rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #14c101, #073f00);background-image: -moz-linear-gradient(359deg, #14c101, #073f00);background-image: -ms-linear-gradient(359deg, #14c101, #073f00);background-image: -o-linear-gradient(359deg, #14c101, #073f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c101', endColorstr='#073f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c101', endColorstr='#073f00' );";background-image: linear-gradient(359deg, #14c101, #073f00);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T3mubzAb5smvh95t0bwmNKR47wSKyTGO { display:block; }
 }@media only screen and (max-width: 763px) { #KHSxmNMILKLnl3C5qTs1t3pWo65HHOhD { width:13.8748125rem;height:2.11230625rem;top:46.625rem;left:3.0625rem;font-size:1.625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UOZwQgAGZHDTzTMJbmiltBevX11sB07k { width:6.4371875rem;height:1.29980625rem;top:44.625rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0uUmDB753oOCBx76K7D6x8dyS14e2Eh { width:11.5625rem;height:1.29980625rem;top:44.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9xelBTSwAzLfdpoCbQa2dp32AuhXEvU { width:17.9996875rem;height:18.97265rem;top:53.611113548279rem;left:0.9998915195465rem;font-size:3.625rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #IdFcmctl5y55XnFchPaRepyA4Rqr6COA { width:12.5rem;height:1.625rem;top:58.504781723022rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJySHe6nmWcKzQ9EgUvaeocJmU6n10Sw { width:19.0625rem;height:16.25rem;top:60.740020751953rem;left:0.46875011920929rem;font-size:3.125rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #lHSGytVvBEe4k8ORoqFmfsFhn9cS4uJP { width:17.0621875rem;height:4.874675rem;top:65.404196739194rem;left:1.4686415195465rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #e04000, #ffb554);background-image: -moz-linear-gradient(359deg, #e04000, #ffb554);background-image: -ms-linear-gradient(359deg, #e04000, #ffb554);background-image: -o-linear-gradient(359deg, #e04000, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ffb554' );";background-image: linear-gradient(359deg, #e04000, #ffb554);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VJEEXmesV1fwBiHnPXi6BHntsgNST9lA { display:block; }
 }@media only screen and (max-width: 763px) { #MTa26Apgv8NNpoTddAwSBeBwmOMlUHZX { width:6.4371875rem;height:1.29980625rem;top:71.75rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4N3pnREICTOWkHGIUMwkODOBof5XuH0 { width:11.5625rem;height:1.29980625rem;top:71.75rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seUekFdOVyQqVdCVgNMU03giEt54O8xp { width:13.8748125rem;height:2.11230625rem;top:74.25rem;left:3.25rem;font-size:1.625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yfd0UZBiz4Cpv02d2181IP0bWe5FJsqA { width:19.8123125rem;height:1.3808625rem;top:49.4375rem;left:0rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EJumTUurpkHi86QWMCpbhQIu5oxbpAFD { width:17.9996875rem;height:19.5rem;top:24.219614028931rem;left:0rem;font-size:5rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #exZ9baCrJqkxuyuvJf7QmbrUNmd9wW2l { width:19.749875rem;height:1.3808625rem;top:77.5625rem;left:0.3125rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gA7DLl7JvA2kwqU7TN3gTN4ruPkCTnTU { top:53.959457397461rem;left:0rem;width:20rem;height:25.7498125rem;z-index:100012;background-color:#3f097b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ8VPH6lBndrTaQG7DPHXmu9fhSqEOXG { top:25.209411621094rem;left:0rem;width:20rem;height:28.5rem;z-index:100013;background-color:#1d0637;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhsSCZ7uXV9aB7IRZy6pJX8nbVGimTET { top:0.37272644042969rem;left:0.17415368556976rem;width:19.75rem;height:24.625rem;z-index:100011;background-color:#3f097b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRHEsdptgKeaJTCgWX86zktNL8RCdzTB { width:18.75rem;height:25.75rem;top:80.867004291537rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh7hVxE8KTpaUp4QiliF5pQMSqJrQsKL { width:18.3125rem;height:25.6875rem;top:107.86700429154rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bvde4uIGfung5XfTSLTwD8ewiJkyTWy0 { top:24.219292640686rem;left:0rem;width:3.37456875rem;height:2.5rem;z-index:100033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J0ED1k6iaasmSB2wBZRcJ478UG4n7ut5 { width:13.8748125rem;height:2.11230625rem;top:51.5rem;left:3.0625rem;font-size:1.625rem;color:#4d4d4d;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf { display:none; }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row .container { width:20rem;height:64.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x55EOJxaGOZ3U75NIirab4swbskTSM8h { width:18.75rem;height:11.1875rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WvvMrbsOb1v330v89fvPRnTegV9iwP { width:16.625rem;height:2.59874375rem;top:12.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlxWzWkOeeBrbX43UdiNTyNe9tEiDFM8 { width:17.5rem;height:1.62489375rem;top:10.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQpTB6FkHI102Z8L5TThZG20MV1QcJP { width:7.1875rem;height:7.1875rem;top:2rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6gxU2N982oqfunQQCVcESG2DVsI5cGv { width:18.75rem;height:11rem;top:19.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGv5SFZfG0axn0UXqJiigHqmXl8CKxtL { width:6.625rem;height:6.6875rem;top:16.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IoE7oSTsFPT0TXC5nTDRh5ToJBdalf { width:12.875rem;height:1.62489375rem;top:24.1875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpUcgTIvMB1PgJRMds5id5w8UCQnKtSO { width:16.5rem;height:2.59874375rem;top:26.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUTKkAk5LUTJ1pH3aJn996hWQvkzVNNA { width:18.75rem;height:11.25rem;top:33.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HndNiuoonEFe7rHTygrsk78HVboc5uVq { width:12.875rem;height:1.62489375rem;top:38.125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nLSTkUnGZ3ef4UqoatSnDzzelyZhl0 { width:15.9375rem;height:2.59874375rem;top:40.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgG4em3tbpTG5VtL27T1FphrWdiDBUQy { width:6.625rem;height:6.6875rem;top:30.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNcDbTm248CW2eLoT4R9nb1gcL0T9eP6 { width:12.875rem;height:1.62489375rem;top:52.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6zyMt8MO3fpI9BNKuxIR0gLFfigzElM { width:15.6875rem;height:1.2999125rem;top:55.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #II9pK6bZItiE71r6m6zN3Vv9VcpQwFM2 { width:18.75rem;height:10.0625rem;top:48.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbTIrZm3tWIyRUUwFsTiLp8CKodFHOk { width:6.625rem;height:6.6875rem;top:45rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTJgEMaI6zBHWInlAZGfbsPODoTa2cP { width:4.625rem;height:4.625rem;top:3.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBwcxz5I8bBmRVDsxLc5fMwGGlFL19T { width:4.625rem;height:4.625rem;top:17.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqP4yJrHAhmoVzWZTHhBJxcMWPmTmEq { width:4.625rem;height:4.625rem;top:31.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Cx87JT40JS0mWRhPTu9acvrRPUWC2S { width:4.625rem;height:4.625rem;top:46rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6vIBkrTCISJhc35y2ZQzqIb5VvKdL8r { top:59.125rem;left:4.28125rem;width:11.4375rem;height:2.5625rem;z-index:100005;color:#310041;border-top:0.1875rem solid #310041;border-left:0.1875rem solid #310041;border-right:0.1875rem solid #310041;border-bottom:0.1875rem solid #310041;display:block; }
 }@media only screen and (max-width: 763px) { #D5rAMaaP1w4Vf1VrKX2UXPXd9TVGg5XG { display:block; }
 }@media only screen and (max-width: 763px) { #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { background-color:transparent;background-image:url("https://images.assets-landingi.com/NibclACU/thumb_collage_slope.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.adaptive-delivery-prevent-bg, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyload, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyloading { background-image: none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { width:20rem;height:1.75rem;top:16.375rem;left:0rem;font-size:0.9375rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#ffffff; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.125rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 {  }
 }@media only screen and (max-width: 763px) { #IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { width:15.3125rem;height:1.25rem;top:13.875rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-form-header {  }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { display:none;width:16.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#ff1010;background-image:none;overflow:hidden; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:first-of-type{padding-top:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:last-of-type{padding-bottom:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:25.1875rem;z-index:100004; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:17.5rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:25.1875rem;z-index:100004; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 {  }
 }@media only screen and (max-width: 763px) { #ZiUh2We89lwc67EtNhxkzoT63LTlObbH { display:block; }
 }@media only screen and (max-width: 763px) { #MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD {  }
 }@media only screen and (max-width: 763px) { #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { display:none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { width:20rem;height:6.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.adaptive-delivery-prevent-bg, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyload, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { width:6.75rem;height:1.375rem;top:2.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { width:19.0625rem;height:3.8981125rem;top:5.0625rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2spXTHqKo587wz8P84VAs06AANI8BQ { width:20rem;height:2.92318125rem;top:11rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { width:20rem;height:0.9747875rem;top:21.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzIHlny5KqE12T8u577Eva23ULWo2I7L { width:11.1875rem;height:2.2743rem;top:17.5625rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { width:5.6875rem;height:5.6875rem;top:15.8125rem;left:2.125rem;display:block; }
 }