.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b902f3;background-image:url("https://images.assets-landingi.com/uc/f0af042c-ce3c-4dbb-abb2-92effb9351c3/Screenshot001_04082022_093224.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt.adaptive-delivery-prevent-bg, #aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt.lazyload, #aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt.lazyloading { background-image: none; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container { background-color: transparent; background-image: none; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container > .video-iframe-container { display: none; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row > .video-iframe-container { display: none; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .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); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container { border-width: 0; border-radius: 0; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row > .video-iframe-container {  }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#c9wne6eCSnANDn978XdaO9kWGWLRX7tR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.125rem;width:38.5rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#uN06KVTynRcQnrDb1ZpQMAEftdQx27JW { color:#e01783;display:block;width:59.4375rem;position:absolute;font-family:roboto;font-size:5.6875rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:25.625rem;left:0rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zs0wmOoET74G3UTWg2VzTdUDdW7nIOXH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:14.6875rem;top:2.5625rem;left:45.19696969697rem;overflow:hidden;display:block; }
#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row .container { background-color: transparent; background-image: none; }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row .container > .video-iframe-container { display: none; }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row > .video-iframe-container { display: none; }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .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); }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row .container { border-width: 0; border-radius: 0; }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row > .video-iframe-container {  }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#Vng2h454H3Gn9kk7EICTqr3TFlyKwxAe { position:absolute;display:block;z-index:100000;border-top:0.1875rem dashed #5d92ff;border-left:0.1875rem dashed #5d92ff;border-right:0.1875rem dashed #5d92ff;border-bottom:0.1875rem dashed #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:15.25rem;width:19.875rem;top:2rem;left:1.0380859375rem;overflow:hidden;display:block; }
#mz8PI6mO0JRbeAeEEEePMyseaTxuzKXT { position:absolute;display:block;z-index:100002;border-top:0.1875rem dashed #5d92ff;border-left:0.1875rem dashed #5d92ff;border-right:0.1875rem dashed #5d92ff;border-bottom:0.1875rem dashed #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:15.5625rem;width:35.625rem;top:1.84375rem;left:22.5625rem;overflow:hidden;display:block; }
#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/406b6142-cc7a-4728-b93b-561650ea22a7/Screenshot001_04082022_093224.preview.flip.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO.adaptive-delivery-prevent-bg, #gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO.lazyload, #gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO.lazyloading { background-image: none; }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row .container { background-color: transparent; background-image: none; }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row .container > .video-iframe-container { display: none; }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row > .video-iframe-container { display: none; }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .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); }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row .container { border-width: 0; border-radius: 0; }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row > .video-iframe-container {  }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row .container { background-color: transparent; background-image: none; }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row .container > .video-iframe-container { display: none; }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row > .video-iframe-container { display: none; }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .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); }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row .container { border-width: 0; border-radius: 0; }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row > .video-iframe-container {  }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#bSSDpZmpJwMW385fqZtXNtiulqHUcaog { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:11.625rem;top:4.375rem;left:46.6875rem;overflow:hidden;display:block; }
#hi1KEpkXvgUZOdFIZO4vNT6drWNFKxNE { color:#e01783;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qO1PXRvWStDXxpWs7mb56mnONU75r9JR { color:#e01783;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:16.875rem;left:15rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#csulqR248727rc1bQEi1lxlUaprbJeUr { color:#e01783;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16.875rem;left:30rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bu2AyQlpn6AKzuuZgMi7mErqHCLMyLrd { color:#e01783;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:16.875rem;left:45rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKFhXXJCsW7KtkQ9Z8BUFO53KuH7Wm98 { color:#e01783;display:block;width:60rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:4.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tw5OBXW9qrJrBUPslBdNP2F8TD63TiFM { color:#0e65e5;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100008;line-height:1;letter-spacing:0;top:18.9375rem;left:0rem;height:1rem;display:block; }
#WVzDy6NuczpXiuywyZmFJqzMr2xlvrQr { color:#0e65e5;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100009;line-height:1;letter-spacing:0;top:18.9375rem;left:15rem;height:1rem;display:block; }
#qpXJpg0SvzxKc8i4O5pCzbwIQWbnVBE7 { color:#0e65e5;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100010;line-height:1;letter-spacing:0;top:18.9375rem;left:30rem;height:1rem;display:block; }
#zdPnt6vBEagqbBnoxTqgW64QU3og9Xdc { color:#0e65e5;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100011;line-height:1;letter-spacing:0;top:18.9375rem;left:45rem;height:1rem;display:block; }
#uZlGED67CbhHlI18CL3bSHSL5K9S1drh { color:#000000;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:0;display:block; }
#A2BKw8iTAEKgSOTV8svKS4GmM8t4iPV0 { color:#444444;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:2.5996125rem;display:block; }
#xowZb53iCfeGJo0IKDndn4uPTwVoly43 { color:#444444;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:20.75rem;left:15rem;height:2.5996125rem;display:block; }
#N29gEmG0x2qRwiK7fSNHELeyaNu4DMaw { color:#444444;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:20.75rem;left:30rem;height:2.5996125rem;display:block; }
#HEmTCE5h0Tyk0Ry24gpB9NZQ4FTe2QSK { color:#444444;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:20.75rem;left:45.0625rem;height:2.5996125rem;display:block; }
#kITy2QfHrb5JlbdJDJnSUdFyk2TNDRWH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:11.625rem;top:4.375rem;left:31.6875rem;overflow:hidden;display:block; }
#AXeDb4txV0Zn4F9fbVf7QgEb2TyaLL6C { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:11.625rem;top:4.375rem;left:16.6875rem;overflow:hidden;display:block; }
#kNG8JOnZbbTwNaM4lnvX24nd59RQrScQ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:11.625rem;top:4.375rem;left:1.6875rem;overflow:hidden;display:block; }
#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/611b8a4e-3a25-43ab-a8fe-36cd2d4d852c/01_Pink.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo.adaptive-delivery-prevent-bg, #ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo.lazyload, #ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo.lazyloading { background-image: none; }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row .container { background-color: transparent; background-image: none; }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row .container > .video-iframe-container { display: none; }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row > .video-iframe-container { display: none; }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .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); }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row .container { border-width: 0; border-radius: 0; }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row > .video-iframe-container {  }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:block; }#UrI1uryBRkGcfLSBvKM2Vwsrs1C68TaQ { color:#e01783;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zwz6GAH0NQ2IKENog8lHFnIJW9Hhy1G8 { color:#b902f3;display:block;width:45.0625rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:3.375rem;left:3.125rem;height:2.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iU0yDsUrvuUhUJ8cHT21H7Mm5qQD14rk { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100007;top:3.0625rem;left:0rem; }
#lKGFJvmvgedx0WfAkPdsNmzNJdcMOzEL { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.84);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:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row .container { background-color: transparent; background-image: none; }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row .container > .video-iframe-container { display: none; }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row > .video-iframe-container { display: none; }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .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); }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row .container { border-width: 0; border-radius: 0; }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row > .video-iframe-container {  }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#lxQtV5hSW7lraU2vwoTCNRtSUuP2KZ60 { color:#e01783;display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:1.125rem;left:0rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dn3apriIQ9Rt9r9UCIqg7lTlAAOttFFL { color:#e01783;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.125rem;left:15rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EVNxW4DJT3WzVpcg4insL0TkU2BKiRmt { color:#e01783;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:1.125rem;left:30rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ugisFpzz6kQmrTNvWaIUKJneHxKb2ztw { color:#e01783;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:1.125rem;left:44.875rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e38D295L0XAHK1mK9gS4lbcINr10QgJ3 { color:#0e65e5;display:block;width:15rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nkq5N08Ogtet8hppTPweloPVRPPlAuOi { color:#0e65e5;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:3.5rem;left:15rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zv82yfJmockTutqK4S6CboDQUQGQ0opJ { color:#0e65e5;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:3.5rem;left:30rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dsOM8TFbBH9Pf3bcCpqCTDfrraQh8aoZ { color:#0e65e5;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:3.5rem;left:44.9375rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cdyNMqIT4G2WlqIXhpNN7oEXyHMNHAIp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:1.125rem;left:37.6875rem; }
#VGuiSKRgrOoFRLMbiEBr4422mrosB4hm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;top:1.125rem;left:39.5rem; }
#XEzZJqKQw6XwSz1N6TcxTXTbGdxfKwEq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:1.125rem;left:41.25rem; }
#VK0RwVgPb4LgKxkcUeiKAD5NrrUgVeIP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:1.125rem;left:22.6875rem; }
#svQlpB7Ll4nbui1kQfRTN7OTDyoBKrI1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:1.125rem;left:24.5rem; }
#EHeyoNdcFhMKr85aVkxB2JdVGDzaSXZB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;top:1.125rem;left:26.25rem; }
#JRpgHaCEr28bi4w1dOk5iV88TxBGxz5t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:1.125rem;left:8.125rem; }
#i0eROeWsaz6o0dD0VW1Nh7qT4iyJQ6hF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:1.125rem;left:9.9375rem; }
#DBzyKFBiqBMmGqtqPycZFNTAkIfPSWLK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:1.125rem;left:11.6875rem; }
#UGBkG1Aufklu3d0kOgMUKWtoqTyrNwh0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;top:1.125rem;left:57.375rem; }
#kpbDEJ0k6wKNRFlkR3bghIz6IbcpZZTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100022;top:1.125rem;left:55.625rem; }
#zkiZIQmmb8yo7C1xryX5vlsMxMFs5oMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;top:1.25rem;left:53.5625rem; }
#EXOGQEBR6iDCngTsEykrwnTbdpZmlDck { color:#e01783;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:2.9121125rem;font-style:normal;display:block; }#EXOGQEBR6iDCngTsEykrwnTbdpZmlDck li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EXOGQEBR6iDCngTsEykrwnTbdpZmlDck li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
#q6qh2riydlSxuwhZW5qD0EETG4EThr5q { color:#e01783;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:9rem;left:15rem;height:2.9121125rem;font-style:normal;display:block; }#q6qh2riydlSxuwhZW5qD0EETG4EThr5q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q6qh2riydlSxuwhZW5qD0EETG4EThr5q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
#BKzmNAEpvD9WoCqBTfL4sU3iV774wZxf { color:#e01783;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:9rem;left:30rem;height:2.8496125rem;font-style:normal;display:block; }#BKzmNAEpvD9WoCqBTfL4sU3iV774wZxf li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#BKzmNAEpvD9WoCqBTfL4sU3iV774wZxf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
#IUnOpBT7MzC0HsVTSwzivhfb7dFkaTo1 { color:#e01783;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:9rem;left:44.9375rem;height:2.9121125rem;font-style:normal;display:block; }#IUnOpBT7MzC0HsVTSwzivhfb7dFkaTo1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IUnOpBT7MzC0HsVTSwzivhfb7dFkaTo1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
#awEgBO47qpgcKAiyJRiz0Gz7QvZH1Wt9 { color:#e01783;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.25rem;height:1.625rem;font-style:normal;display:block; }
#c8vlToA7edeNAGutFKRT49tqeFbiO2w0 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100029;top:16.625rem;left:0rem; }
#bwaG8H3U138lAVVverbRNRfW06gPs56p { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100031;top:16.625rem;left:15rem; }
#NTTqs3IIuZCDxJPK9b5uqTe0vWaTPWC5 { color:#e01783;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:16.5625rem;left:18.25rem;height:3.25rem;font-style:normal;display:block; }
#TGMQevZDrZE6rVOSzGsGPuL917FUsblp { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100033;top:16.5625rem;left:45rem; }
#w6T6uCkbBv8V8Gl4sT18lM9IIyNS2oPv { color:#e01783;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:16.5625rem;left:48.25rem;height:3.25rem;font-style:normal;display:block; }
#epIJQgFqnwaaLPOJ3IrbeaiVUJBDZaOA { background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.5rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:20.625rem;left:15rem;display:block; }
#NRqtmq1DyMaG36rR3J3UW9la6rpy8B6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hA99TUbPr80z7oUOX42emFqvOU1h52tw { position:absolute;display:block;z-index:100004;background-color:transparent;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.125rem dashed #5d92ff;border-bottom:0;height:23.125rem;width:14.4375rem;top:1.125rem;left:0rem;display:block; }
#V2eG2mrph1Z1rBdWPRfrGpIoz497NUBT { position:absolute;display:block;z-index:100003;background-color:transparent;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.125rem dashed #5d92ff;border-bottom:0;height:23.125rem;width:14.4375rem;top:1.125rem;left:15rem;display:block; }
#E1PfPIJFJoVnJ4GbCmFt6bnBpg16QtSF { position:absolute;display:block;z-index:100002;background-color:transparent;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.125rem dashed #5d92ff;border-bottom:0;height:23.125rem;width:14.4375rem;top:1.125rem;left:30rem;display:block; }
#apM2VnMfxwL5AJ0arUde2I0vTWukgxtK { position:absolute;display:block;z-index:100001;background-color:transparent;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.125rem dashed #5d92ff;border-bottom:0;height:23.125rem;width:14.4375rem;top:1.125rem;left:45rem;display:block; }
#KXdCU8mdSPqinsLRNqpPtWJ4Ug1E7Qnw { color:#00aeef;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100035;line-height:1;letter-spacing:0;top:12.5625rem;left:0rem;height:3rem;font-style:italic;display:block; }
#tXMT1tIbaAmUb9prHLR69cKfWsKtiFMd { color:#00aeef;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100036;line-height:1;letter-spacing:0;top:12.5625rem;left:15rem;height:3rem;font-style:italic;display:block; }
#cmiKQbK6VsDFUe1zRROTsZliPLTGZuDH { color:#00aeef;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100037;line-height:1;letter-spacing:0;top:12.5625rem;left:30rem;height:2rem;font-style:italic;display:block; }
#txcnwiZ5OpPWodeLwP1NMfD6OhwHIzMC { color:#00aeef;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100038;line-height:1;letter-spacing:0;top:12.5625rem;left:45rem;height:3rem;font-style:italic;display:block; }
#faTvdbgJVVEcwRBKbiifDWCJZ71uifSy { background-color:#e01783;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.5rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:20.625rem;left:0rem;display:block; }
#WTbc0L1DX2yPhUlrLM873DuybUdaZcbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BGJGBlTZfKfQmu58wcHqmUtPJvlnoLtH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100033;top:16.8125rem;left:30rem; }
#RP2eqi1gwE02w1u5useDnEiVlUNT2viO { color:#e01783;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:16.5625rem;left:33.25rem;height:3.25rem;font-style:normal;display:block; }
#qPAX3RvuiHxOJDZPFei01irciTU8DCi9 { background-color:#0e65e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.5rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:20.625rem;left:30rem;display:block; }
#KkbA9ZGwxXC801QMiIiT2RD02Jb8x5JM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oVlEkMTH7TJcK5I5cVMLPf56xenGud8D { background-color:#b902f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.5rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:20.625rem;left:45rem;display:block; }
#CX2SeT7BL7KtAuktETmwt7NUFAZDodhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0af042c-ce3c-4dbb-abb2-92effb9351c3/Screenshot001_04082022_093224.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on.adaptive-delivery-prevent-bg, #yBwGGZ2UKfdGEaitfpSm451VGBrqS9on.lazyload, #yBwGGZ2UKfdGEaitfpSm451VGBrqS9on.lazyloading { background-image: none; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container { background-color: transparent; background-image: none; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container > .video-iframe-container { display: none; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row > .video-iframe-container { display: none; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .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); }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container { border-width: 0; border-radius: 0; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row > .video-iframe-container {  }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#Lp9451GmdvyE61R0OBvfkLq4ADnLvcsh { color:#e01783;display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:6.18701171875rem;left:2.49951171875rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z198nUhHwTP4WFHJ6r0a35X1SZV9SduE { z-index:100001;top:27.625rem;left:2.5rem;background-color:#0000a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(14,101,229,0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eTM8wZiD3ox3HqneIBMOuGEa6FF8Rybu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DJ2qopVzJNfXrbPz0WzOWSRVnJbEHa3T { color:#e01783;display:block;width:2.0625rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:5.4376754760742rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ICIerEEaGKil7T5oCrlgK4nWIJ6td8U7 { position:absolute;display:block;z-index:99996;background-color:#0000a9;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:2.5rem;width:17.0625rem;top:13rem;left:2.75rem;display:block; }
#MUnoHGfO2zvnyRToxcipkxyykzSGBA7C { position:absolute;display:block;z-index:99997;background-color:#0000a9;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:2.375rem;width:8.5rem;top:16.3125rem;left:2.5rem;display:block; }
#ip1XhKN2NSShdsEQDoQEhsvMFUXE84CB { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.1875rem;width:36.125rem;top:8.875rem;left:23.875rem;display:block; }
#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container { background-color: transparent; background-image: none; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container > .video-iframe-container { display: none; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row > .video-iframe-container { display: none; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .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); }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container { border-width: 0; border-radius: 0; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row > .video-iframe-container {  }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#bhuzdEXdauZPqIo1efxoWlsurcXZSvR7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.875rem 3.125rem 6.5rem rgba(21,24,36,0.3) ;height:23.75rem;width:41.6875rem;top:14.375rem;left:0rem;display:block; }
#Wn7Vh4QaDdEoC70FOvZmxvE11v4oJ229 { position:absolute;display:block;z-index:100001;background-color:#e01783;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;box-shadow: 1.25rem 1.875rem 6.5rem rgba(21,24,36,0.3) ;height:19.25rem;width:17.875rem;top:16.5625rem;left:41.625rem;display:block; }
#Qo6ZknKy9MwCFIbObz565o965VBltNp3 { position:absolute;display:block;z-index:100002;background-color:#0000a9;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;height:8.75rem;width:0.5rem;top:24.3125rem;left:59.5rem;display:block; }
#VilrZguuBreuUId6rUohETruP2yFVy9y { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100019;line-height:1.7;letter-spacing:0;top:19.0625rem;left:45rem;height:15.293rem;text-align:left;text-align-last:left;display:block; }
#aOuCIwDz8NUTwoaUdnXOKWlNTvFCRB0h { color:#e01783;display:block;width:39rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:300;z-index:100000;line-height:1.1;letter-spacing:0;top:4.52490234375rem;left:11.25rem;height:7.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/406b6142-cc7a-4728-b93b-561650ea22a7/Screenshot001_04082022_093224.preview.flip.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3.adaptive-delivery-prevent-bg, #BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3.lazyload, #BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3.lazyloading { background-image: none; }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row .container { background-color: transparent; background-image: none; }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row .container > .video-iframe-container { display: none; }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row > .video-iframe-container { display: none; }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .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); }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row .container { border-width: 0; border-radius: 0; }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row > .video-iframe-container {  }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#DZyTWVGFwI1TnEOxC7339F1quaDEy3qt { position:absolute;display:block;z-index:100006;height:21.75rem;width:44.875rem;top:12.0625rem;left:7.5625rem;display:block; }
#NM8ud6fwgGXxBD4T0BVfyTtr34dAALOF { color:#e01783;display:block;width:29.875rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:300;z-index:100001;line-height:1.1;letter-spacing:0;top:5.1875rem;left:15rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01783;background-image:none;position:relative;display:block; }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row .container { background-color: transparent; background-image: none; }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row .container > .video-iframe-container { display: none; }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row > .video-iframe-container { display: none; }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .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); }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row .container { border-width: 0; border-radius: 0; }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row > .video-iframe-container {  }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#Z1XRrc6g6kAJ86LgrJzfVa2txvfpoTDs { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:41.75rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QM1uLqyxTEXTy42Zg3BMF886c0bRKh95 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.78125rem;left:41.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E657X8mQTwmbqE0mf1884CernCqcdET7 { background-color:#444444;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.8125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:16.1875rem;left:0rem;display:block; }
#VqPUqlMGqok7OllWT1R9Ms6sLbrdW4IJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HR6zDcvi8WzWwBKkyrQ9REIflCHTTq31 { position:absolute;display:block;z-index:100007;height:8.3125rem;width:14.875rem;top:20.8125rem;left:0rem;display:block; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-form-header {  }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:17.4375rem;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; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .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.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;line-height:1; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .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.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;line-height:1; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .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.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .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; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .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.4375rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .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; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-container:first-of-type{padding-top:0;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-container:last-of-type{padding-bottom:0;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:3rem;left:21.25rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.4375rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 {display:block;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:3rem;left:21.25rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #IfneQFZ5lG5oewkH6WuvcR1pPGnQX7JR { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #U9m6LfWeFHXwmGnwVoOhnKvSS5xR45zl { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #iKxPbOxNNRDv6vev2MnTAJ5FPxXyKbcJ { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #czB0MMrB2ClpO1n8WmZ64Ui3gcDQzfV6 { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #D4CHoLrQu30QKDcmZhg2oT3ZumMZuCfm { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #o0BIbioGZDBukgVkgOdCcr1toGgBz8xc { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #UMzrRZDf2QqfeOEtomvLphfy26WPaz3y { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #ZHC69iVM3DZhgSZB0FNbggstwnEUBkMi { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #mZXugN3WFOe7v7IGh16GUPJc6UUtbw8T { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #IiJ6PDHgE28vbB8IwT50FBGLVWeUmbU3 { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #KRU2nyDV3rpRi8qvAx8kW68wPIJ7CPqb { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #XKewhbz6tBWpxrOWuDZDKfT6lcLrzxUc { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #khsNtpebv6hEzya7bEn6oSzSt4L81blJ { position:relative; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #x322lnI24H1qyoRRHqE6q1VhcsOt0wsE { position:relative; }
#mliTGu2QQvVXyHoJkwII5MJ2tiIB7wd1 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:11.625rem;top:16.1875rem;left:44.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt { display:block; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9wne6eCSnANDn978XdaO9kWGWLRX7tR { top:4.6875rem;left:0rem;width:38.5rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN06KVTynRcQnrDb1ZpQMAEftdQx27JW { top:25.625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs0wmOoET74G3UTWg2VzTdUDdW7nIOXH { top:2.5625rem;left:33.0625rem;width:14.6875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE { display:block; }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vng2h454H3Gn9kk7EICTqr3TFlyKwxAe { top:2rem;left:0rem;width:19.875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz8PI6mO0JRbeAeEEEePMyseaTxuzKXT { top:1.8125rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO { display:block; }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO { display:block; }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSSDpZmpJwMW385fqZtXNtiulqHUcaog { top:4.375rem;left:35.96875rem;width:11.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi1KEpkXvgUZOdFIZO4vNT6drWNFKxNE { top:16.875rem;left:0rem;width:14.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO1PXRvWStDXxpWs7mb56mnONU75r9JR { top:16.875rem;left:8.9375rem;width:14.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csulqR248727rc1bQEi1lxlUaprbJeUr { top:16.875rem;left:20.875rem;width:14.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2AyQlpn6AKzuuZgMi7mErqHCLMyLrd { top:16.875rem;left:32.8125rem;width:14.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFhXXJCsW7KtkQ9Z8BUFO53KuH7Wm98 { top:0rem;left:0rem;width:47.75rem;height:4.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5OBXW9qrJrBUPslBdNP2F8TD63TiFM { top:18.9375rem;left:0rem;width:15rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzDy6NuczpXiuywyZmFJqzMr2xlvrQr { top:18.9375rem;left:8.875rem;width:15rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpXJpg0SvzxKc8i4O5pCzbwIQWbnVBE7 { top:18.9375rem;left:20.8125rem;width:15rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdPnt6vBEagqbBnoxTqgW64QU3og9Xdc { top:18.9375rem;left:32.75rem;width:15rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZlGED67CbhHlI18CL3bSHSL5K9S1drh { top:19.9375rem;left:0rem;width:14.875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BKw8iTAEKgSOTV8svKS4GmM8t4iPV0 { top:20.75rem;left:0rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xowZb53iCfeGJo0IKDndn4uPTwVoly43 { top:20.75rem;left:8.9375rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N29gEmG0x2qRwiK7fSNHELeyaNu4DMaw { top:20.75rem;left:20.875rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEmTCE5h0Tyk0Ry24gpB9NZQ4FTe2QSK { top:20.75rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITy2QfHrb5JlbdJDJnSUdFyk2TNDRWH { top:4.375rem;left:24.03125rem;width:11.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXeDb4txV0Zn4F9fbVf7QgEb2TyaLL6C { top:4.375rem;left:12.09375rem;width:11.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNG8JOnZbbTwNaM4lnvX24nd59RQrScQ { top:4.375rem;left:0.15625rem;width:11.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo { display:block; }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrI1uryBRkGcfLSBvKM2Vwsrs1C68TaQ { width:47.75rem;height:;top:0rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwz6GAH0NQ2IKENog8lHFnIJW9Hhy1G8 { width:45.0625rem;height:2.5625rem;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU0yDsUrvuUhUJ8cHT21H7Mm5qQD14rk { top:3.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKGFJvmvgedx0WfAkPdsNmzNJdcMOzEL { top:0rem;left:0rem;width:47.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATmHMGqhmdkToI2aW9DApce2eqS1r9JW { display:block; }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxQtV5hSW7lraU2vwoTCNRtSUuP2KZ60 { width:14.75rem;height:2.375rem;top:1.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn3apriIQ9Rt9r9UCIqg7lTlAAOttFFL { width:14.9375rem;height:2.375rem;top:1.125rem;left:8.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVNxW4DJT3WzVpcg4insL0TkU2BKiRmt { width:14.875rem;height:2.375rem;top:1.125rem;left:20.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugisFpzz6kQmrTNvWaIUKJneHxKb2ztw { width:15.125rem;height:2.375rem;top:1.125rem;left:20.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e38D295L0XAHK1mK9gS4lbcINr10QgJ3 { width:15rem;height:5.25rem;top:3.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkq5N08Ogtet8hppTPweloPVRPPlAuOi { width:14.9375rem;height:5.25rem;top:3.5rem;left:8.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv82yfJmockTutqK4S6CboDQUQGQ0opJ { width:15.0625rem;height:5.25rem;top:3.5rem;left:20.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsOM8TFbBH9Pf3bcCpqCTDfrraQh8aoZ { width:15.0625rem;height:5.25rem;top:3.5rem;left:20.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdyNMqIT4G2WlqIXhpNN7oEXyHMNHAIp { top:1.125rem;left:30.03125rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGuiSKRgrOoFRLMbiEBr4422mrosB4hm { top:1.125rem;left:31.84375rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEzZJqKQw6XwSz1N6TcxTXTbGdxfKwEq { top:1.125rem;left:33.1875rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK0RwVgPb4LgKxkcUeiKAD5NrrUgVeIP { top:1.125rem;left:18.09375rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svQlpB7Ll4nbui1kQfRTN7OTDyoBKrI1 { top:1.125rem;left:19.90625rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHeyoNdcFhMKr85aVkxB2JdVGDzaSXZB { top:1.125rem;left:21.25rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRpgHaCEr28bi4w1dOk5iV88TxBGxz5t { top:1.125rem;left:6.59375rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eROeWsaz6o0dD0VW1Nh7qT4iyJQ6hF { top:1.125rem;left:8.40625rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBzyKFBiqBMmGqtqPycZFNTAkIfPSWLK { top:1.125rem;left:9.3125rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGBkG1Aufklu3d0kOgMUKWtoqTyrNwh0 { top:1.125rem;left:45.125rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpbDEJ0k6wKNRFlkR3bghIz6IbcpZZTB { top:1.125rem;left:44.90625rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkiZIQmmb8yo7C1xryX5vlsMxMFs5oMh { top:1.25rem;left:42.84375rem;width:2.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXOGQEBR6iDCngTsEykrwnTbdpZmlDck { top:9rem;left:0rem;width:15.0625rem;height:2.875rem;font-size:1rem;display:block; }#EXOGQEBR6iDCngTsEykrwnTbdpZmlDck li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
 }@media only screen and (max-width: 763px) { #q6qh2riydlSxuwhZW5qD0EETG4EThr5q { top:9rem;left:8.8125rem;width:15.0625rem;height:2.875rem;font-size:1rem;display:block; }#q6qh2riydlSxuwhZW5qD0EETG4EThr5q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
 }@media only screen and (max-width: 763px) { #BKzmNAEpvD9WoCqBTfL4sU3iV774wZxf { top:9rem;left:20.75rem;width:15.0625rem;height:2.8125rem;font-size:1rem;display:block; }#BKzmNAEpvD9WoCqBTfL4sU3iV774wZxf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
 }@media only screen and (max-width: 763px) { #IUnOpBT7MzC0HsVTSwzivhfb7dFkaTo1 { top:9rem;left:20.75rem;width:15.0625rem;height:2.875rem;font-size:1rem;display:block; }#IUnOpBT7MzC0HsVTSwzivhfb7dFkaTo1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
 }@media only screen and (max-width: 763px) { #awEgBO47qpgcKAiyJRiz0Gz7QvZH1Wt9 { top:17.375rem;left:0.8125rem;width:11.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8vlToA7edeNAGutFKRT49tqeFbiO2w0 { top:16.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwaG8H3U138lAVVverbRNRfW06gPs56p { top:16.625rem;left:11.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTqs3IIuZCDxJPK9b5uqTe0vWaTPWC5 { top:16.5625rem;left:12.75rem;width:11.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGMQevZDrZE6rVOSzGsGPuL917FUsblp { top:16.5625rem;left:35.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6T6uCkbBv8V8Gl4sT18lM9IIyNS2oPv { top:16.5625rem;left:36.625rem;width:11.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epIJQgFqnwaaLPOJ3IrbeaiVUJBDZaOA { width:14rem;height:2.5rem;top:20.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRqtmq1DyMaG36rR3J3UW9la6rpy8B6r { display:block; }
 }@media only screen and (max-width: 763px) { #hA99TUbPr80z7oUOX42emFqvOU1h52tw { top:1.125rem;left:0rem;width:14.4375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2eG2mrph1Z1rBdWPRfrGpIoz497NUBT { top:1.125rem;left:9.3125rem;width:14.4375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1PfPIJFJoVnJ4GbCmFt6bnBpg16QtSF { top:1.125rem;left:21.25rem;width:14.4375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apM2VnMfxwL5AJ0arUde2I0vTWukgxtK { top:1.125rem;left:33.1875rem;width:14.4375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdCU8mdSPqinsLRNqpPtWJ4Ug1E7Qnw { top:12.5625rem;left:0rem;width:13.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXMT1tIbaAmUb9prHLR69cKfWsKtiFMd { top:12.5625rem;left:9.9375rem;width:13.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmiKQbK6VsDFUe1zRROTsZliPLTGZuDH { top:12.5625rem;left:21.875rem;width:13.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txcnwiZ5OpPWodeLwP1NMfD6OhwHIzMC { top:12.5625rem;left:33.8125rem;width:13.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTvdbgJVVEcwRBKbiifDWCJZ71uifSy { width:14rem;height:2.5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbc0L1DX2yPhUlrLM873DuybUdaZcbN { display:block; }
 }@media only screen and (max-width: 763px) { #BGJGBlTZfKfQmu58wcHqmUtPJvlnoLtH { top:16.8125rem;left:23.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2eqi1gwE02w1u5useDnEiVlUNT2viO { top:16.5625rem;left:24.6875rem;width:11.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAX3RvuiHxOJDZPFei01irciTU8DCi9 { width:14rem;height:2.5rem;top:20.625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbA9ZGwxXC801QMiIiT2RD02Jb8x5JM { display:block; }
 }@media only screen and (max-width: 763px) { #oVlEkMTH7TJcK5I5cVMLPf56xenGud8D { width:14rem;height:2.5rem;top:20.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX2SeT7BL7KtAuktETmwt7NUFAZDodhN { display:block; }
 }@media only screen and (max-width: 763px) { #yBwGGZ2UKfdGEaitfpSm451VGBrqS9on { display:block; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lp9451GmdvyE61R0OBvfkLq4ADnLvcsh { width:22.9375rem;height:;top:6.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z198nUhHwTP4WFHJ6r0a35X1SZV9SduE { top:27.625rem;left:0rem;width:15rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTM8wZiD3ox3HqneIBMOuGEa6FF8Rybu { display:block; }
 }@media only screen and (max-width: 763px) { #DJ2qopVzJNfXrbPz0WzOWSRVnJbEHa3T { width:2.0625rem;height:3.25rem;top:5.4375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIerEEaGKil7T5oCrlgK4nWIJ6td8U7 { top:13rem;left:0rem;width:17.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUnoHGfO2zvnyRToxcipkxyykzSGBA7C { top:16.3125rem;left:0rem;width:8.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip1XhKN2NSShdsEQDoQEhsvMFUXE84CB { top:8.875rem;left:11.625rem;width:36.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhNpRucL7q7pHhGRyJviuV11lOTkdbP { display:block; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhuzdEXdauZPqIo1efxoWlsurcXZSvR7 { width:41.6875rem;height:23.75rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7Vh4QaDdEoC70FOvZmxvE11v4oJ229 { width:17.875rem;height:19.25rem;top:16.5625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo6ZknKy9MwCFIbObz565o965VBltNp3 { width:0.5rem;height:8.75rem;top:24.3125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilrZguuBreuUId6rUohETruP2yFVy9y { width:12.1875rem;height:15.25rem;top:19.0625rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOuCIwDz8NUTwoaUdnXOKWlNTvFCRB0h { width:39rem;height:7.125rem;top:4.5rem;left:5.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 { display:block; }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyTWVGFwI1TnEOxC7339F1quaDEy3qt { top:12.0625rem;left:0rem;width:44.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM8ud6fwgGXxBD4T0BVfyTtr34dAALOF { width:29.875rem;height:3.5625rem;top:5.1875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq { display:block; }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1XRrc6g6kAJ86LgrJzfVa2txvfpoTDs { top:2.9375rem;left:29.5rem;width:18.25rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM1uLqyxTEXTy42Zg3BMF886c0bRKh95 { top:7.75rem;left:28.875rem;width:18.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E657X8mQTwmbqE0mf1884CernCqcdET7 { width:14.875rem;height:2.8125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqPUqlMGqok7OllWT1R9Ms6sLbrdW4IJ { display:block; }
 }@media only screen and (max-width: 763px) { #HR6zDcvi8WzWwBKkyrQ9REIflCHTTq31 { top:20.8125rem;left:0rem;width:14.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5  { width:17.4375rem;height:23.5rem;top:3rem;left:15.125rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 {display:block;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 { width:17.4375rem;height:23.5rem;top:3rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #IfneQFZ5lG5oewkH6WuvcR1pPGnQX7JR {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #U9m6LfWeFHXwmGnwVoOhnKvSS5xR45zl {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #iKxPbOxNNRDv6vev2MnTAJ5FPxXyKbcJ {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #czB0MMrB2ClpO1n8WmZ64Ui3gcDQzfV6 {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #D4CHoLrQu30QKDcmZhg2oT3ZumMZuCfm {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #o0BIbioGZDBukgVkgOdCcr1toGgBz8xc {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #UMzrRZDf2QqfeOEtomvLphfy26WPaz3y {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #ZHC69iVM3DZhgSZB0FNbggstwnEUBkMi {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #mZXugN3WFOe7v7IGh16GUPJc6UUtbw8T {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #IiJ6PDHgE28vbB8IwT50FBGLVWeUmbU3 {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #KRU2nyDV3rpRi8qvAx8kW68wPIJ7CPqb {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #XKewhbz6tBWpxrOWuDZDKfT6lcLrzxUc {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #khsNtpebv6hEzya7bEn6oSzSt4L81blJ {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #x322lnI24H1qyoRRHqE6q1VhcsOt0wsE {  }
 }@media only screen and (max-width: 763px) { #mliTGu2QQvVXyHoJkwII5MJ2tiIB7wd1 { top:16.1875rem;left:36.125rem;width:11.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/406b6142-cc7a-4728-b93b-561650ea22a7/Screenshot001_04082022_093224.preview.flip.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt.adaptive-delivery-prevent-bg, #aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt.lazyload, #aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt.lazyloading { background-image: none; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container { background-color: transparent; background-image: none; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container > .video-iframe-container { display: none; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row > .video-iframe-container { display: none; }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .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); }#aWXoWfiZQ0W6EAfMuG0V6wPxtVVx6bpt > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9wne6eCSnANDn978XdaO9kWGWLRX7tR { width:9.8125rem;height:5.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN06KVTynRcQnrDb1ZpQMAEftdQx27JW { width:12.4375rem;height:4rem;top:7.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs0wmOoET74G3UTWg2VzTdUDdW7nIOXH { width:5.0625rem;height:10.875rem;top:2.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE { display:none; }#Wo5xTTNSUwJ7eTF3bX7V03cCoSfAFBvE > .row .container { width:20rem;height:27.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vng2h454H3Gn9kk7EICTqr3TFlyKwxAe { width:18.4375rem;height:14.1875rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz8PI6mO0JRbeAeEEEePMyseaTxuzKXT { width:17.5625rem;height:7.6875rem;top:18.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO { display:none; }#gfTe3RMsoyUATBs3zwmvtXTPf2BsxGZO > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO { display:block; }#HzM3EvRO1IPtvdvkpMk4dCcoT0tzd0dO > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSSDpZmpJwMW385fqZtXNtiulqHUcaog { width:13.0625rem;height:14rem;top:56.3427734375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi1KEpkXvgUZOdFIZO4vNT6drWNFKxNE { width:14.9375rem;height:2.03125rem;top:15.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO1PXRvWStDXxpWs7mb56mnONU75r9JR { width:14.9375rem;height:2.03125rem;top:33.880859375rem;left:5.0625rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #csulqR248727rc1bQEi1lxlUaprbJeUr { width:14.9375rem;height:2.03125rem;top:52.01171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2AyQlpn6AKzuuZgMi7mErqHCLMyLrd { width:14.9375rem;height:2.03125rem;top:70.3427734375rem;left:5.0625rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TKFhXXJCsW7KtkQ9Z8BUFO53KuH7Wm98 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5OBXW9qrJrBUPslBdNP2F8TD63TiFM { width:15rem;height:1rem;top:17.78125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzDy6NuczpXiuywyZmFJqzMr2xlvrQr { width:15rem;height:1rem;top:35.912109375rem;left:5rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qpXJpg0SvzxKc8i4O5pCzbwIQWbnVBE7 { width:15rem;height:1rem;top:54.04296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdPnt6vBEagqbBnoxTqgW64QU3og9Xdc { width:15rem;height:1rem;top:72.3740234375rem;left:5rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uZlGED67CbhHlI18CL3bSHSL5K9S1drh { width:14.875rem;height:0;top:23.78125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BKw8iTAEKgSOTV8svKS4GmM8t4iPV0 { width:14.9375rem;height:2.5996125rem;top:18.78125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xowZb53iCfeGJo0IKDndn4uPTwVoly43 { width:14.9375rem;height:2.5996125rem;top:36.912109375rem;left:5.0625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #N29gEmG0x2qRwiK7fSNHELeyaNu4DMaw { width:14.9375rem;height:1.29980625rem;top:55.04296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEmTCE5h0Tyk0Ry24gpB9NZQ4FTe2QSK { width:14.9375rem;height:2.5996125rem;top:73.3740234375rem;left:5.0625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kITy2QfHrb5JlbdJDJnSUdFyk2TNDRWH { width:11.625rem;height:12.5rem;top:39.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXeDb4txV0Zn4F9fbVf7QgEb2TyaLL6C { width:11.625rem;height:12.5rem;top:21.380859375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNG8JOnZbbTwNaM4lnvX24nd59RQrScQ { width:11.625rem;height:12.5rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo { display:none; }#ZFAbwIa6ACCsmTEgIHrqF8uySJvcRJyo > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UrI1uryBRkGcfLSBvKM2Vwsrs1C68TaQ { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwz6GAH0NQ2IKENog8lHFnIJW9Hhy1G8 { width:20rem;height:4rem;top:8.375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU0yDsUrvuUhUJ8cHT21H7Mm5qQD14rk { width:3.125rem;height:3.125rem;top:5.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKGFJvmvgedx0WfAkPdsNmzNJdcMOzEL { width:20rem;height:13.875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATmHMGqhmdkToI2aW9DApce2eqS1r9JW { display:block; }#ATmHMGqhmdkToI2aW9DApce2eqS1r9JW > .row .container { width:20rem;height:243.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxQtV5hSW7lraU2vwoTCNRtSUuP2KZ60 { width:14.75rem;height:2rem;top:1.25rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn3apriIQ9Rt9r9UCIqg7lTlAAOttFFL { width:14.9375rem;height:2rem;top:44rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVNxW4DJT3WzVpcg4insL0TkU2BKiRmt { width:14.875rem;height:2rem;top:86.75rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugisFpzz6kQmrTNvWaIUKJneHxKb2ztw { width:15.125rem;height:2rem;top:129.5rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e38D295L0XAHK1mK9gS4lbcINr10QgJ3 { width:15rem;height:4rem;top:3.625rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkq5N08Ogtet8hppTPweloPVRPPlAuOi { width:14.9375rem;height:4rem;top:46.375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv82yfJmockTutqK4S6CboDQUQGQ0opJ { width:15.0625rem;height:4rem;top:89.125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsOM8TFbBH9Pf3bcCpqCTDfrraQh8aoZ { width:15.0625rem;height:4rem;top:132.75rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdyNMqIT4G2WlqIXhpNN7oEXyHMNHAIp { width:2.625rem;height:2.5625rem;top:86.75rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGuiSKRgrOoFRLMbiEBr4422mrosB4hm { width:2.625rem;height:2.5625rem;top:86.75rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEzZJqKQw6XwSz1N6TcxTXTbGdxfKwEq { width:2.625rem;height:2.5625rem;top:86.75rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VK0RwVgPb4LgKxkcUeiKAD5NrrUgVeIP { width:2.625rem;height:2.5625rem;top:44rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #svQlpB7Ll4nbui1kQfRTN7OTDyoBKrI1 { width:2.625rem;height:2.5625rem;top:44rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHeyoNdcFhMKr85aVkxB2JdVGDzaSXZB { width:2.625rem;height:2.5625rem;top:44rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRpgHaCEr28bi4w1dOk5iV88TxBGxz5t { width:2.625rem;height:2.5625rem;top:1.25rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0eROeWsaz6o0dD0VW1Nh7qT4iyJQ6hF { width:2.625rem;height:2.5625rem;top:1.25rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBzyKFBiqBMmGqtqPycZFNTAkIfPSWLK { width:2.625rem;height:2.5625rem;top:1.25rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGBkG1Aufklu3d0kOgMUKWtoqTyrNwh0 { width:2.625rem;height:2.5625rem;top:142.1621125rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpbDEJ0k6wKNRFlkR3bghIz6IbcpZZTB { width:2.625rem;height:2.5625rem;top:142.1621125rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkiZIQmmb8yo7C1xryX5vlsMxMFs5oMh { width:2.625rem;height:2.5625rem;top:142.3183625rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXOGQEBR6iDCngTsEykrwnTbdpZmlDck { width:15.0625rem;height:2.9121125rem;top:9.125rem;left:2.6875rem;font-size:1rem;display:block; }#EXOGQEBR6iDCngTsEykrwnTbdpZmlDck li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
 }@media only screen and (max-width: 763px) { #q6qh2riydlSxuwhZW5qD0EETG4EThr5q { width:15.0625rem;height:2.9121125rem;top:51.875rem;left:2.6875rem;font-size:1rem;display:block; }#q6qh2riydlSxuwhZW5qD0EETG4EThr5q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
 }@media only screen and (max-width: 763px) { #BKzmNAEpvD9WoCqBTfL4sU3iV774wZxf { width:15.0625rem;height:2.8496125rem;top:94.625rem;left:2.6875rem;font-size:1rem;display:block; }#BKzmNAEpvD9WoCqBTfL4sU3iV774wZxf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
 }@media only screen and (max-width: 763px) { #IUnOpBT7MzC0HsVTSwzivhfb7dFkaTo1 { width:15.0625rem;height:2.9121125rem;top:138rem;left:2.4375rem;font-size:1rem;display:block; }#IUnOpBT7MzC0HsVTSwzivhfb7dFkaTo1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65596802-829b-4ccd-8d47-9c1025519562/Screenshot001_05082022_184055.png); }
 }@media only screen and (max-width: 763px) { #awEgBO47qpgcKAiyJRiz0Gz7QvZH1Wt9 { width:11.125rem;height:1.625rem;top:17.5rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8vlToA7edeNAGutFKRT49tqeFbiO2w0 { width:3.125rem;height:3.125rem;top:16.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwaG8H3U138lAVVverbRNRfW06gPs56p { width:3.125rem;height:3.125rem;top:59.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTqs3IIuZCDxJPK9b5uqTe0vWaTPWC5 { width:11.125rem;height:3.25rem;top:59.4375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGMQevZDrZE6rVOSzGsGPuL917FUsblp { width:3.125rem;height:3.125rem;top:157.5996125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6T6uCkbBv8V8Gl4sT18lM9IIyNS2oPv { width:11.125rem;height:3.25rem;top:157.5996125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epIJQgFqnwaaLPOJ3IrbeaiVUJBDZaOA { width:14rem;height:2.375rem;top:63.53125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRqtmq1DyMaG36rR3J3UW9la6rpy8B6r { display:block; }
 }@media only screen and (max-width: 763px) { #hA99TUbPr80z7oUOX42emFqvOU1h52tw { width:14.4375rem;height:41.5rem;top:1.25rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2eG2mrph1Z1rBdWPRfrGpIoz497NUBT { width:14.4375rem;height:41.5rem;top:44rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1PfPIJFJoVnJ4GbCmFt6bnBpg16QtSF { width:14.4375rem;height:41.5rem;top:86.75rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #apM2VnMfxwL5AJ0arUde2I0vTWukgxtK { width:14.4375rem;height:41.5rem;top:142.1621125rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXdCU8mdSPqinsLRNqpPtWJ4Ug1E7Qnw { width:13.9375rem;height:3rem;top:12.724609375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXMT1tIbaAmUb9prHLR69cKfWsKtiFMd { width:13.9375rem;height:3rem;top:55.474609375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmiKQbK6VsDFUe1zRROTsZliPLTGZuDH { width:13.9375rem;height:2rem;top:98.224609375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txcnwiZ5OpPWodeLwP1NMfD6OhwHIzMC { width:13.9375rem;height:3rem;top:153.636721875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTvdbgJVVEcwRBKbiifDWCJZ71uifSy { width:14rem;height:2.5rem;top:162.099609375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbc0L1DX2yPhUlrLM873DuybUdaZcbN { display:block; }
 }@media only screen and (max-width: 763px) { #BGJGBlTZfKfQmu58wcHqmUtPJvlnoLtH { width:2.75rem;height:2.75rem;top:165.849609375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2eqi1gwE02w1u5useDnEiVlUNT2viO { width:11.125rem;height:0;top:169.849609375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAX3RvuiHxOJDZPFei01irciTU8DCi9 { width:14rem;height:2.5rem;top:174.349609375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbA9ZGwxXC801QMiIiT2RD02Jb8x5JM { display:block; }
 }@media only screen and (max-width: 763px) { #oVlEkMTH7TJcK5I5cVMLPf56xenGud8D { width:14rem;height:2.5rem;top:178.099609375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX2SeT7BL7KtAuktETmwt7NUFAZDodhN { display:block; }
 }@media only screen and (max-width: 763px) { #yBwGGZ2UKfdGEaitfpSm451VGBrqS9on { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on.adaptive-delivery-prevent-bg, #yBwGGZ2UKfdGEaitfpSm451VGBrqS9on.lazyload, #yBwGGZ2UKfdGEaitfpSm451VGBrqS9on.lazyloading { background-image: none; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container { background-color: transparent; background-image: none; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container > .video-iframe-container { display: none; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row > .video-iframe-container { display: none; }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .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); }#yBwGGZ2UKfdGEaitfpSm451VGBrqS9on > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lp9451GmdvyE61R0OBvfkLq4ADnLvcsh { width:17.5rem;height:7rem;top:2.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z198nUhHwTP4WFHJ6r0a35X1SZV9SduE { top:25.4375rem;left:1.28125rem;width:17.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTM8wZiD3ox3HqneIBMOuGEa6FF8Rybu { display:block; }
 }@media only screen and (max-width: 763px) { #DJ2qopVzJNfXrbPz0WzOWSRVnJbEHa3T { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIerEEaGKil7T5oCrlgK4nWIJ6td8U7 { width:17.0625rem;height:2.5rem;top:10.1875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUnoHGfO2zvnyRToxcipkxyykzSGBA7C { width:8.5rem;height:2.375rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ip1XhKN2NSShdsEQDoQEhsvMFUXE84CB { height:11.17575rem;width:20rem;top:13.380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhNpRucL7q7pHhGRyJviuV11lOTkdbP { background-color:#ffffff;background-image:none;display:block; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container { background-color: transparent; background-image: none; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container > .video-iframe-container { display: none; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row > .video-iframe-container { display: none; }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .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); }#zxhNpRucL7q7pHhGRyJviuV11lOTkdbP > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhuzdEXdauZPqIo1efxoWlsurcXZSvR7 { height:11.3935625rem;width:20rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7Vh4QaDdEoC70FOvZmxvE11v4oJ229 { width:17.625rem;height:19.25rem;top:19.2685546875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo6ZknKy9MwCFIbObz565o965VBltNp3 { width:0.6875rem;height:8.75rem;top:26.7685546875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilrZguuBreuUId6rUohETruP2yFVy9y { width:12.1875rem;height:15.293rem;top:21.7685625rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOuCIwDz8NUTwoaUdnXOKWlNTvFCRB0h { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 { display:block; }#BqOBJJ8xNxVpozN5Npk8DTeAn6JVpfC3 > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyTWVGFwI1TnEOxC7339F1quaDEy3qt { width:20rem;height:21.75rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM8ud6fwgGXxBD4T0BVfyTtr34dAALOF { width:20rem;height:2.0625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq { display:block; }#cZFvdkJhwJXzoiuHrd1EePnlF9k2M5Hq > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1XRrc6g6kAJ86LgrJzfVa2txvfpoTDs { width:20rem;height:3.0234375rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM1uLqyxTEXTy42Zg3BMF886c0bRKh95 { width:18.875rem;height:1.29980625rem;top:5.5234375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E657X8mQTwmbqE0mf1884CernCqcdET7 { width:17.625rem;height:3.4375rem;top:8.07324375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqPUqlMGqok7OllWT1R9Ms6sLbrdW4IJ { display:block; }
 }@media only screen and (max-width: 763px) { #HR6zDcvi8WzWwBKkyrQ9REIflCHTTq31 { width:14.875rem;height:8.3125rem;top:40.0107421875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5  { width:17.5rem;height:23.5rem;top:12.7607421875rem;left:0rem; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 {display:block;}#XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 { width:17.5rem;height:23.5rem;top:12.7607421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #IfneQFZ5lG5oewkH6WuvcR1pPGnQX7JR {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #U9m6LfWeFHXwmGnwVoOhnKvSS5xR45zl {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #iKxPbOxNNRDv6vev2MnTAJ5FPxXyKbcJ {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #czB0MMrB2ClpO1n8WmZ64Ui3gcDQzfV6 {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #D4CHoLrQu30QKDcmZhg2oT3ZumMZuCfm {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #o0BIbioGZDBukgVkgOdCcr1toGgBz8xc {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #UMzrRZDf2QqfeOEtomvLphfy26WPaz3y {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #ZHC69iVM3DZhgSZB0FNbggstwnEUBkMi {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #mZXugN3WFOe7v7IGh16GUPJc6UUtbw8T {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #IiJ6PDHgE28vbB8IwT50FBGLVWeUmbU3 {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #KRU2nyDV3rpRi8qvAx8kW68wPIJ7CPqb {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #XKewhbz6tBWpxrOWuDZDKfT6lcLrzxUc {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #khsNtpebv6hEzya7bEn6oSzSt4L81blJ {  }
 }@media only screen and (max-width: 763px) { #XCU6CygXxDg0Wz1RPGOnWCHVGLATEzq5 #x322lnI24H1qyoRRHqE6q1VhcsOt0wsE {  }
 }@media only screen and (max-width: 763px) { #mliTGu2QQvVXyHoJkwII5MJ2tiIB7wd1 { width:11.625rem;height:12.5rem;top:49.5732421875rem;left:4.1875rem;display:block; }
 }