.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8Ek9hTPb/Frame_13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06171c;background-image:none;position:relative;display:none; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { border-width: 0; border-radius: 0; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row > .video-iframe-container {  }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wSRXESZi/Frame_13_5_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX.adaptive-delivery-prevent-bg, #GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX.lazyload, #GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX.lazyloading { background-image: none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container { background-color: transparent; background-image: none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container > .video-iframe-container { display: none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row > .video-iframe-container { display: none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .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); }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container { border-width: 0; border-radius: 0; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row > .video-iframe-container {  }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#tzUGT3eTDTTMV62nvXOR2FxCkfBk8zPh { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:24.0625rem;top:8.5rem;left:0.625rem;overflow:hidden;display:block; }
#BVHJmZnLX8yCbt8QlPG2Pp1Uoe7plPhG { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:26.125rem;top:18.25rem;left:1.75rem;overflow:hidden;display:block; }
#NJHyDD4KiB6yhNBTBekpt1lFKMzgF1Ru { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:21rem;top:12.125rem;left:51.437501907349rem;overflow:hidden;display:block; }
#Ugi2VlFPeKJVnWd9Mu1nvVS9XrafHRKZ { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:5.3125rem;width:12.125rem;top:23.5625rem;left:31.4375rem;display:block; }
#vvsS0GV4EBwRss4P8IC8VePubyScuxpx { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:24.625rem;left:32.875rem;overflow:hidden;display:block; }
#k5eVzuROZO6hUBg4IhsZGw4QiOMJsTZr { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:24.6875rem;left:36.375rem;height:2.7rem;font-style:normal;display:block; }
#pAq0ULMsDH2NSv98Id57chX7tH3gqBsh { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:5.3125rem;left:2.625rem;height:1.13606875rem;display:block; }
#cnV63tIyRIbmBM5c5TyMvDNDbETBDAW5 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:7.8125rem;top:5.125rem;left:14.9375rem;overflow:hidden;display:block; }
#L4hOdIbLbtnm9h6Uca31N7QXaK5ps8mr { position:absolute;display:block;z-index:100002;background-color:rgba(138,109,241,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;height:3.625rem;width:22.125rem;top:4rem;left:1.625rem;display:block; }
#xAsL0IsGDBWocczLPMdciCULJrc8EoGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:none;position:relative;display:block; }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row .container { background-color: transparent; background-image: none; }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row .container > .video-iframe-container { display: none; }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row > .video-iframe-container { display: none; }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .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); }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row .container { border-width: 0; border-radius: 0; }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row > .video-iframe-container {  }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#uxzl3b2qi7xkavGBRxhtWTkHi7MxR3Ri { color:#efefef;display:block;width:24.4375rem;position:absolute;font-family:rubik;font-size:2.4375rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:3.25rem;left:9.75rem;height:3.16731875rem;font-style:normal;display:block; }
#hwP2CKtbVgEP3MXGWUywNQF4vcedzhWl { color:#efefef;display:block;width:29.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:2.875rem;left:35.4375rem;height:4.87305rem;font-style:normal;display:block; }
#Zbr34fnulbXbBVL5CJ5NggzIMuO83dxw { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:22.9375rem;top:5.875rem;left:9.75rem;overflow:hidden;display:block; }
#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row .container { background-color: transparent; background-image: none; }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row .container > .video-iframe-container { display: none; }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row > .video-iframe-container { display: none; }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .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); }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row .container { border-width: 0; border-radius: 0; }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row > .video-iframe-container {  }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#v71aSEr9CKA3URUG7NzDToWc62HzHp20 { color:#e8f7ff;display:block;width:26.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.25rem;left:41.4375rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FBA13hkU1dgtVv1yplNhZS5pFOSEHgh0 { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:21.875rem;left:41.375rem;height:5.2rem;font-style:normal;display:block; }
#MO9WHwLZmsmVSNEfT2kbP1NzDWbn6NPM { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:6.625rem;left:41.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W0y9mBy4u2fvTrzT7Jt35LgnUaCs24LN { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:21.625rem;top:11.5625rem;left:41.0625rem;overflow:hidden;display:block; }
#u1LBPaav8qvSzP3kNtOtXTmsqZRw0T8O { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.5625rem;height:3.575rem;font-style:normal;display:block; }
#x9VEOSG3irTELbHLW4xalAl9N2N4zs7n { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:21.125rem;left:2.5625rem;display:block; }
#aDHkaa9o7hNQfIoiyVJzdSTBaXmTi1PU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LVN6xTBsdTFnmwBkWS2l3T9Sdq8PXh3R { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:12.5rem;left:2.5625rem;overflow:hidden;display:block; }
#nkgUH1TmIhWbK0kId5NBQoQwtXFpctZo { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100030;line-height:1.2;letter-spacing:0;top:12.875rem;left:4.9375rem;height:5.99826875rem;font-style:normal;display:block; }
#ICvFgfEB9G0SUemfyT3PTaqHe5yDzmLi { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:15.90625rem;left:2.5625rem;overflow:hidden;display:block; }
#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9eb;background-image:url("https://images.assets-landingi.com/JGx6Oe3g/FONDO_r.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko.adaptive-delivery-prevent-bg, #FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko.lazyload, #FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko.lazyloading { background-image: none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { background-color: transparent; background-image: none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container > .video-iframe-container { display: none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row > .video-iframe-container { display: none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .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); }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { border-width: 0; border-radius: 0; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row > .video-iframe-container {  }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#LzbkQnuyJWohxGh3b4lbaT2E1CU2L2iU { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:27.4375rem;top:9.8125rem;left:4.375rem;overflow:hidden;display:block; }
#tp1mFTuFCi89u8ZX1ONI8lG5fZhdAGTP { color:#000000;display:block;width:17.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:3.9539108276367rem;left:8.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#aWIf68BMXDWPMgQ6NIH8Dhylgvy7h50D { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:100024;line-height:1;letter-spacing:0;top:2.125rem;left:44.5rem;height:6.3736875rem;text-align:center;text-align-last:center;display:block; }
#Efl95bzVEw42b3yrLBG7WF58XSCKlPvL { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:21.875rem;left:56.937498092651rem;height:6.09266875rem;text-align:left;text-align-last:left;display:block; }
#xDJRKAVqylrr0Bv1kvTOy78JEAPNpZFB { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:11.0625rem;top:6.4406280517575rem;left:11.75rem;overflow:hidden;display:block; }
#HTafEEWLXpXHLPLTBbd9cJRr7H3ipT34 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:11.8125rem;top:7.499218940735rem;left:50.5rem;overflow:hidden;display:block; }
#HLdDum4HUHlwKxZ5L4cT43Nw7VPNt19a { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:12.020833015442rem;left:45.0625rem;height:0;font-style:normal;display:none; }
#U2DWTs7XsKwTETJuwbm8JVuMgrEBQ42e { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:11.0625rem;left:10.25rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#W4xFHMDX87ZkHd1hL8ZTbXg55ppzldaI { color:#ffffff;display:block;width:21rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.9375rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#mwKpsODwoukK5mUAu215zv2nF07g6o2L { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:17.625rem;left:9.1875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#yNVN6lR1avWATVZFIBdFGlWbDcDe3LVQ { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:22.375rem;left:10.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ZZ9EQNgmzfhL7kxv0p7TcfKlNRfTqS0p { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100032;line-height:1.1;letter-spacing:0;top:24.25rem;left:9.6875rem;height:2.8841125rem;text-align:center;text-align-last:center;display:block; }
#A07y1X4F1B51JJJbiaPse6CpEcaK8vzD { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:14rem;left:45.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#xq6TqZnzinJ2AA75vbUwKKreR144t1LX { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.2;letter-spacing:0;top:13.125rem;left:56.8125rem;height:4.80035rem;text-align:center;text-align-last:center;display:block; }
#d2RZre7IiEcqOBxdQ687zJB6VCTT0pPr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.25rem;width:21.0625rem;top:9.8125rem;left:45.4375rem;overflow:hidden;display:block; }
#N3q5VLSKeWQTwHkzZMC4vl6u4LuBDJe9 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:24.625rem;left:45.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9eb;background-image:url("https://images.assets-landingi.com/JGx6Oe3g/FONDO_r.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan.adaptive-delivery-prevent-bg, #xNbp2gRRkr2a03a6ren9b5lxCEm1KCan.lazyload, #xNbp2gRRkr2a03a6ren9b5lxCEm1KCan.lazyloading { background-image: none; }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row .container { border-width: 0; border-radius: 0; }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row > .video-iframe-container {  }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:none; }#ivf4pldfc8AFJ3xi7UG0nAFa4Cr1ueka { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5625rem;width:19.75rem;top:8.9348955154419rem;left:46.4375rem;overflow:hidden;display:block; }
#NoVCc4UWvv9gSu4EwzTfWnFL2w61glzz { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:100024;line-height:1;letter-spacing:0;top:3.2507810592651rem;left:44.5rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#gTU31DkBLQOFTrTMWbbMv2mpP6tV7AZG { color:#000000;display:block;width:24.75rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:28.980904579163rem;left:44.46875rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#d6SuakCtQcJxcFSBcSQW0QNDffdGLCvT { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:11.8125rem;top:7.499218940735rem;left:50.5rem;overflow:hidden;display:block; }
#fd6Jzc8hec8QUJUOs0DTTvIF4f0bITkT { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:12.020833015442rem;left:45.0625rem;height:0;font-style:normal;display:none; }
#dFTE3yLLusGx8lQM3otFHunR0O9Oqsq4 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:12.881250190549rem;left:46.250001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#SoRFXBX7KF6AGl0ERQcA2T2Tvn28KiHM { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100032;line-height:1.2;letter-spacing:0;top:12.5625rem;left:57.187498092651rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#GUyLoQWxghquu6Q3TF3STMAnra8QnR94 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:22.75rem;left:47.000001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Diov1bZSnJv1uxCiMMowgPxKTnnf3JQl { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:22.5625rem;left:56.999998092651rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#B7t3stV1E9V9gzg3vO1ohxD1uBaFkwSK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5625rem;width:19.75rem;top:8.9348955154419rem;left:46.4375rem;overflow:hidden;display:none; }
#Akz6mlGKDIynopZiyJrrMhhq7lcl0q5T { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:100024;line-height:1;letter-spacing:0;top:3.2507810592651rem;left:44.5rem;height:4.25rem;text-align:center;text-align-last:center;display:none; }
#zSMo7eRhtSgCeP2yeGf3URaLNQQSi39u { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:11.8125rem;top:7.499218940735rem;left:50.5rem;overflow:hidden;display:none; }
#Ga5STEuNAEaHGaeVKHKsauiPoReXI7d8 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:12.881250190549rem;left:46.250001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#eeIgeXFuiPD6T9PLaHtv1V2iOwgoCoTR { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100032;line-height:1.2;letter-spacing:0;top:12.5625rem;left:57.187498092651rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#wdQax26cx39EwUt3XaDIqrmWEXFVk8cT { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:22.75rem;left:47.000001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#itV3P2zgZZLV4uF1FxeyaNbvNsLLqirx { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:22.5625rem;left:56.999998092651rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#GQBWGu0fzH9Q2NI1TUtPgW9JsLeaGliQ { color:#000000;display:block;width:24.75rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:28.980904579163rem;left:44.46875rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#UroeETqc9qOL2RTmBtAuVS6iepLq0wco { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:100024;line-height:1;letter-spacing:0;top:3.2507810592651rem;left:44.5rem;height:4.25rem;text-align:center;text-align-last:center;display:none; }
#hVdChUtSbpqEs2xaGuTuAca1sTEwTwTr { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:11.8125rem;top:7.499218940735rem;left:50.5rem;overflow:hidden;display:none; }
#rNnSHqKOOlV9IULdI95u9nNaX4xPeIN2 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:3.9539108276367rem;left:8.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:none; }
#zy999wI5n81bhzZWHsaFSMKil5nKkNdV { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:11.0625rem;top:6.4406280517575rem;left:11.75rem;overflow:hidden;display:none; }
#xbJKlJ2bKTPX3KkBTa4Wag2nSzbyssdc { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#toU1ZmEp388qnd2TPuZkFwwIzHpbT5v1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:12.4375rem;left:8rem;display:none; }
#siNw6VqTzAIvemk4mf2J1MxkAeowk9Ar { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#maemuvhIm3TD5lQUeWbD8fTFcS0vgIz1 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:22.125rem;left:5.125rem;display:none; }
#AkHxBgJ7UEfTAMR71TJWt0G6XiOOH8NX { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#BSfemrQ5BLvlFro31DX85aAvK6mHOn1a { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:21.625rem;left:4.5rem;display:none; }
#gLLDrVN5bKN7Kk5dhaQhO2tOWO0aTgDU { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#vDXG3SuCJ5GmAJyCgqprBfUuXrGxCLmS { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:18.375rem;left:5.75rem;display:none; }
#JszKeJFebSzyfCm0dkuI20dHyD1G8KKo { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5.5rem;top:30.25rem;left:1.25rem;display:none; }
#TNDbHVURLkEg2FeduMm06OcSATPHyLfH { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#BhIZzpnw2PaeUTuX1cumTsLvTAVAmVJZ { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:31.375rem;left:4.4375rem;display:none; }
#qhL0CWSw4H8SNGJeFRZCqpTKlv2JgVZl { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#i3db26a8i1Aow204E2Tb6a4UNAwHLwGy { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:32.5rem;left:6.5rem;display:none; }
#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9.adaptive-delivery-prevent-bg, #ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9.lazyload, #ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9.lazyloading { background-image: none; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { background-color: transparent; background-image: none; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container > .video-iframe-container { display: none; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row > .video-iframe-container { display: none; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .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); }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { border-width: 0; border-radius: 0; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row > .video-iframe-container {  }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#Zz5l3ksPLUkpHzH2lOakpApkRi1JAZia { color:#1db2af;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:7.3750009536744rem;left:26.875rem;height:1.7875rem;font-style:normal;display:block; }
#ofXdU5AOL8r4iLAGrX1OGwBglCSnpBO7 { position:absolute;display:block;z-index:100008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9375rem;top:1.875rem;left:29.25rem;display:none; }
#k5T86uMaGweytZOkmVXBu2mPnU05DyEb { background-color:#8d72ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;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:rubik;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.62413125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:22.248264312744rem;left:27.1875rem;display:block; }
#HBD1oWBkgwuAOmv7Udg5UgblDrRECdB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Sur3qBtdrbsICBVdGKqbfa3RsrKa7IB0 { color:#0b1e23;display:block;width:28.375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:4.4375002384186rem;left:24.625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGLGg7rF0VE7tNlkdbcAe4RElM1unAku { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125.375rem;width:42.8125rem;display:none; }
#ViaXoO6pTR6nxo0cTlk04pTqtncTVfR9 { position:absolute;display:block;z-index:100014;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:3.5rem;width:13.4375rem;top:11.8125rem;left:9.5rem;display:block; }
#NEVDVKUeX2WLN1ACD7fZ8Gwdk9Af22hF { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:12.58749961853rem;left:11rem;height:1.86889375rem;display:block; }
#bCAmdsWyaPuRlrVtspnyybm75UUcBr8i { position:absolute;display:block;z-index:100016;background-color:rgba(230,230,230,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:3.5rem;width:13.4375rem;top:11.8125rem;left:23.75rem;display:block; }
#AkdpTeEJooqSZpHFZFCI6rMJtTBtTMzk { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:100017;line-height:1.1;letter-spacing:0;top:12.175001144409rem;left:23.5rem;height:2.610675rem;text-align:center;text-align-last:center;display:block; }
#Be9Z0sO2b99lQzMM0Lr1PF7JTpOycrr4 { position:absolute;display:block;z-index:100016;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:3.5rem;width:13.4375rem;top:11.8125rem;left:37.875rem;display:block; }
#wSP8W8Z7wgX5uiLppJTq5gJP1DODqB4u { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:12.625rem;left:39rem;height:1.86889375rem;display:block; }
#DeFNZ2ktKWdyv7wNg97niCkwqLP50Xiu { position:absolute;display:block;z-index:100018;background-color:rgba(230,230,230,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:3.5rem;width:13.4375rem;top:11.75rem;left:51.8125rem;display:block; }
#evUli1RqHOmpOmFqUH33o8xpO6cb15gk { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:12.1875rem;left:54.125rem;height:1.462675rem;display:block; }
#HUopCcOMlD4t8VCQJKTHqwab3CMRelUn { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:13.47500038147rem;left:55.5rem;height:1.462675rem;display:block; }
#vf9JzydNTlA2wwamPde5cJWNiV1dFJUD { position:absolute;display:block;z-index:100023;background-color:rgba(230,230,230,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:3.5rem;width:13.4375rem;top:16.0625rem;left:9.5rem;display:block; }
#eDAu6v09QTlFNDShDdT1OqIgM2yJyCaQ { position:absolute;display:block;z-index:100025;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:3.5rem;width:13.4375rem;top:16.0625rem;left:23.75rem;display:block; }
#Hhk1LdEqNEgd8oxCSEKWOvDGgDELIwP8 { position:absolute;display:block;z-index:100025;background-color:rgba(230,230,230,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:3.5rem;width:13.4375rem;top:16.0625rem;left:37.875rem;display:block; }
#HohzdFnou0oXpruaEhJl0ksrFz4C96HT { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:17.0625rem;left:10.6875rem;height:1.462675rem;display:block; }
#LKBODpTnm6mOO92mui5gw1sUNfsG9RSv { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:100026;line-height:1.1;letter-spacing:0;top:17.165625095367rem;left:23.5rem;height:1.30625rem;text-align:center;text-align-last:center;display:block; }
#QQRNz8BoSfcvr3mf4PAtGyuv2vHvKlqu { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:16.8125rem;left:39.0625rem;height:1.86889375rem;display:block; }
#PApqeCcpygBNFr2ELKPiXQXALWk2T5WL { position:absolute;display:block;z-index:100027;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:3.5rem;width:13.4375rem;top:16.0625rem;left:51.75rem;display:block; }
#OiBmKumMsHgLTTomGgPwpZ3f7wXlVz8F { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:16.4375rem;left:54.1875rem;height:1.462675rem;display:block; }
#ERrMkXd0k7mxtAdzfuxQD1mPxuHUgQaH { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:17.8125rem;left:55.75rem;height:1.462675rem;display:block; }
#QReR846E4xJdAUyJf8lVhTHtzI3zSCVE { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:13rem;top:3.875rem;left:37.1875rem;overflow:hidden;display:block; }
#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { background-color: transparent; background-image: none; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container > .video-iframe-container { display: none; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row > .video-iframe-container { display: none; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .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); }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { border-width: 0; border-radius: 0; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row > .video-iframe-container {  }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#Rh9oJqPLcDWs1r7WmbIQDMXVi29gNE4S { color:#000000;display:block;width:36.75rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.625rem;left:19.125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RasX1tDena7V4Wux36NzzMPCAE9wg62W { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:6.1875rem;top:3.5625rem;left:43.25rem;overflow:hidden;display:block; }
#HxmTfNzkUocRUF78WKPguKV9R8tHXtRh { position:absolute;display:block;z-index:100003;height:18.375rem;width:75rem;top:9rem;left:0rem;display:block; }
#KPW3EHpTSFGKFgtzHEUTrt8iTgkaObRz { position:absolute;display:block;z-index:100000;height:11.25rem;width:20rem;display:none; }
#t2NZ9hWS8HqxvmimsvhWbUTNCzMkGZiF { color:#5a5a5a;display:block;width:16.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#MV5SrOIuwk6W4wItiuatdlviOgspiXLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { background-color: transparent; background-image: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container > .video-iframe-container { display: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container { display: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .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); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { border-width: 0; border-radius: 0; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container {  }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-form-header {  }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .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 dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:24.125rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .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 dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:24.125rem;box-sizing:border-box;height:4.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .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 dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:24.125rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-family:rubik;font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-checkbox { width:0.99975625rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:18.8125rem;height:3.25rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]:-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]::-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]:-ms-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]::-webkit-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .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:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:300;color:#0b1e23;vertical-align:top;width:25.67896875rem;overflow:hidden;font-style:normal; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .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; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:first-of-type{padding-top:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:last-of-type{padding-bottom:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.86646875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;position:absolute;top:3.5rem;left:40.5625rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem;display:block;vertical-align:top; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.86646875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;position:absolute;top:3.5rem;left:40.5625rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #re0aBlJtsxRviict1aKgOOTbAwpnZZHl { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #TZFfelZno415nTDsowpfte6wXIkbR2SR { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #nTWalKwmkuMOTTgGG2Kkc31iHNAsDbwM { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #xVElWmZiST7PH9B3v5Ihu8dgyNIZZLEz { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JPcOmnV5JF5Vc2qAgE5MCcwV7PDZTQme { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #H675Tt1B8OozXQCDh8aH6uxp0uuml3Tc { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #B05TRcBUJ4Dg0sPBT3hnUhaQ5rLALekn { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #OQTiwlGQgyUJzL46R9F15ceIikq4VsBy { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #HQo9LrhVyhHNEhHOFH6DMnHLqgT4THFN { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #R9sAiItBqBMf0yPEnnytDniqzpq9Jyee { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #EAoWvT6XoaMPbU7E2mC42dhyOzJs76S9 { position:relative;z-index:2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #D9SUPi3wHTq90wc7Dadec7Z9Rqh4yipV { position:relative; }
#F8h0FpFyx4BPW5qUTQ9ZwlDGd9gkpHJC { position:relative;display:block; }
#hABdxCWh2b7JxzgDy1grZ8AzvTX7vxJ6 { position:relative;display:block; }
#uLL6gAPDVAdT98x7Li5v3IJfTBntsyQg { position:relative;display:block; }
#i0OgTodJgAfS66rGQ4tyLsifcUQeU0kR { position:relative;display:block; }
#IgZL1Z3p2TgylKIfL5yXXQDyu2KcumpD { position:relative;display:block; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 { position:relative; }
#IvTsiSIaoGnNszGlipemI4IANTp0nX2m { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:22.061416625976rem;left:42.999135017395rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#JiJwP0Tx4EXL5e0ppXJPh9zgCcAhyEey { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:5.4375rem;left:7.1875rem;height:12.076825rem;display:block; }
#oyDf2qS1TfIgRClTTOlTz7NVhErkFWAZ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.25rem;top:18.375rem;left:7.1875rem;overflow:hidden;display:block; }
#bJeVLSzAhMR5xvKQkJL3rGzeiZrVAECU { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:2.0500001907349rem;left:49.718751907349rem;height:2.01280625rem;display:block; }
#JaoTTg9epcQxLtsTEUn40meXn1uhq04G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060b0c;background-image:none;position:relative;display:block; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { background-color: transparent; background-image: none; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container > .video-iframe-container { display: none; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row > .video-iframe-container { display: none; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .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); }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { border-width: 0; border-radius: 0; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row > .video-iframe-container {  }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#pUfFs4TyHQNHC2vFgSTbJUMX15kDtuGN { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aCyUeebR3x4HfQa81LbUIZmJ1WIBWU5Z { color:#000000;display:block;width:27.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:6.3125rem;left:2.5625rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#KoK48FSUEDaIOs1PWNWqB6xVxTMuClo1 { background-color:#8d72ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:10.75rem;left:2.25rem;display:block; }
#m8GqmEQ2wTUXD6XFACrfkDv035lX5CuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O4Rf6RKLPcpb252nvV7mMPapUPVcNEyP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:19.875rem;top:4.375rem;left:49.5625rem;overflow:hidden;display:block; }
#ykNZGZvzzcXWgJBzXKshPleDbeJTodzb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:16.5625rem;top:2.625rem;left:14.9375rem;overflow:hidden;display:block; }
#GVcemHwq3ZFTbnVn8sEg6ObuDaASSWgn { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:13.375rem;left:54.375rem;height:1.78819375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { display:block; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX { display:block; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzUGT3eTDTTMV62nvXOR2FxCkfBk8zPh { top:8.5rem;left:0rem;width:24.0625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVHJmZnLX8yCbt8QlPG2Pp1Uoe7plPhG { top:18.25rem;left:0rem;width:26.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJHyDD4KiB6yhNBTBekpt1lFKMzgF1Ru { top:12.125rem;left:26.75rem;width:21rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugi2VlFPeKJVnWd9Mu1nvVS9XrafHRKZ { top:23.5625rem;left:17.8125rem;width:12.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvsS0GV4EBwRss4P8IC8VePubyScuxpx { top:24.625rem;left:19.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eVzuROZO6hUBg4IhsZGw4QiOMJsTZr { top:24.6875rem;left:22.75rem;width:6.1875rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAq0ULMsDH2NSv98Id57chX7tH3gqBsh { top:5.3125rem;left:0rem;width:12.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnV63tIyRIbmBM5c5TyMvDNDbETBDAW5 { top:5.125rem;left:1.3125rem;width:7.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4hOdIbLbtnm9h6Uca31N7QXaK5ps8mr { top:4rem;left:0rem;width:22.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAsL0IsGDBWocczLPMdciCULJrc8EoGo { display:block; }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzl3b2qi7xkavGBRxhtWTkHi7MxR3Ri { top:3.25rem;left:0rem;width:24.4375rem;height:3.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwP2CKtbVgEP3MXGWUywNQF4vcedzhWl { top:2.875rem;left:17.9375rem;width:29.8125rem;height:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbr34fnulbXbBVL5CJ5NggzIMuO83dxw { top:5.875rem;left:0rem;width:22.9375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP { display:block; }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v71aSEr9CKA3URUG7NzDToWc62HzHp20 { top:13.25rem;left:21.3125rem;width:26.4375rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBA13hkU1dgtVv1yplNhZS5pFOSEHgh0 { top:21.875rem;left:21.1875rem;width:26.5625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO9WHwLZmsmVSNEfT2kbP1NzDWbn6NPM { top:6.625rem;left:23.4375rem;width:24.3125rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0y9mBy4u2fvTrzT7Jt35LgnUaCs24LN { top:11.5625rem;left:23.875rem;width:21.625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1LBPaav8qvSzP3kNtOtXTmsqZRw0T8O { top:7.5rem;left:0rem;width:26.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9VEOSG3irTELbHLW4xalAl9N2N4zs7n { width:17.5rem;height:3.4375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDHkaa9o7hNQfIoiyVJzdSTBaXmTi1PU { display:block; }
 }@media only screen and (max-width: 763px) { #LVN6xTBsdTFnmwBkWS2l3T9Sdq8PXh3R { top:12.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkgUH1TmIhWbK0kId5NBQoQwtXFpctZo { top:12.875rem;left:0rem;width:18.8125rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICvFgfEB9G0SUemfyT3PTaqHe5yDzmLi { top:15.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko { display:block; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzbkQnuyJWohxGh3b4lbaT2E1CU2L2iU { top:9.8125rem;left:0rem;width:27.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp1mFTuFCi89u8ZX1ONI8lG5fZhdAGTP { top:3.9375rem;left:1.875rem;width:17.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWIf68BMXDWPMgQ6NIH8Dhylgvy7h50D { top:2.125rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efl95bzVEw42b3yrLBG7WF58XSCKlPvL { top:21.875rem;left:36.0625rem;width:11.6875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDJRKAVqylrr0Bv1kvTOy78JEAPNpZFB { top:6.4375rem;left:4.9375rem;width:11.0625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTafEEWLXpXHLPLTBbd9cJRr7H3ipT34 { top:7.4375rem;left:30.0625rem;width:11.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLdDum4HUHlwKxZ5L4cT43Nw7VPNt19a { top:12.625rem;left:24.625rem;width:7.0625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2DWTs7XsKwTETJuwbm8JVuMgrEBQ42e { top:11.0625rem;left:3.4375rem;width:14.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4xFHMDX87ZkHd1hL8ZTbXg55ppzldaI { top:12.5625rem;left:0.125rem;width:21rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwKpsODwoukK5mUAu215zv2nF07g6o2L { top:17.625rem;left:2.375rem;width:17.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVN6lR1avWATVZFIBdFGlWbDcDe3LVQ { top:22.375rem;left:4rem;width:14.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9EQNgmzfhL7kxv0p7TcfKlNRfTqS0p { top:24.25rem;left:2.875rem;width:16.875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07y1X4F1B51JJJbiaPse6CpEcaK8vzD { top:14rem;left:25.5rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq6TqZnzinJ2AA75vbUwKKreR144t1LX { top:13.125rem;left:36.375rem;width:9.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2RZre7IiEcqOBxdQ687zJB6VCTT0pPr { top:9.8125rem;left:25rem;width:21.0625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3q5VLSKeWQTwHkzZMC4vl6u4LuBDJe9 { top:24.625rem;left:25.5rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNbp2gRRkr2a03a6ren9b5lxCEm1KCan { display:none; }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ivf4pldfc8AFJ3xi7UG0nAFa4Cr1ueka { top:8.875rem;left:26rem;width:19.75rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoVCc4UWvv9gSu4EwzTfWnFL2w61glzz { top:3.25rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTU31DkBLQOFTrTMWbbMv2mpP6tV7AZG { top:28.9375rem;left:23rem;width:24.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6SuakCtQcJxcFSBcSQW0QNDffdGLCvT { top:7.4375rem;left:30.0625rem;width:11.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd6Jzc8hec8QUJUOs0DTTvIF4f0bITkT { top:12.625rem;left:24.625rem;width:7.0625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFTE3yLLusGx8lQM3otFHunR0O9Oqsq4 { top:12.875rem;left:25.812501907349rem;width:10.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoRFXBX7KF6AGl0ERQcA2T2Tvn28KiHM { top:12.5625rem;left:36.749998092651rem;width:7.125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUyLoQWxghquu6Q3TF3STMAnra8QnR94 { top:22.75rem;left:26.5625rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diov1bZSnJv1uxCiMMowgPxKTnnf3JQl { top:22.5625rem;left:36.562498092651rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7t3stV1E9V9gzg3vO1ohxD1uBaFkwSK { top:8.875rem;left:26rem;width:19.75rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Akz6mlGKDIynopZiyJrrMhhq7lcl0q5T { top:3.25rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSMo7eRhtSgCeP2yeGf3URaLNQQSi39u { top:7.4375rem;left:30.0625rem;width:11.8125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ga5STEuNAEaHGaeVKHKsauiPoReXI7d8 { top:12.875rem;left:25.812501907349rem;width:10.3125rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeIgeXFuiPD6T9PLaHtv1V2iOwgoCoTR { top:12.5625rem;left:36.749998092651rem;width:7.125rem;height:3.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdQax26cx39EwUt3XaDIqrmWEXFVk8cT { top:22.75rem;left:26.5625rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #itV3P2zgZZLV4uF1FxeyaNbvNsLLqirx { top:22.5625rem;left:36.562498092651rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQBWGu0fzH9Q2NI1TUtPgW9JsLeaGliQ { top:28.9375rem;left:23rem;width:24.75rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UroeETqc9qOL2RTmBtAuVS6iepLq0wco { top:3.25rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVdChUtSbpqEs2xaGuTuAca1sTEwTwTr { top:7.4375rem;left:30.0625rem;width:11.8125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNnSHqKOOlV9IULdI95u9nNaX4xPeIN2 { top:3.25rem;left:0rem;width:17.25rem;height:7.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy999wI5n81bhzZWHsaFSMKil5nKkNdV { top:6.4375rem;left:4.9375rem;width:11.0625rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbJKlJ2bKTPX3KkBTa4Wag2nSzbyssdc { display:none; }
 }@media only screen and (max-width: 763px) { #toU1ZmEp388qnd2TPuZkFwwIzHpbT5v1 { top:12.4375rem;left:1.21875rem;width:12.5rem;height:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #siNw6VqTzAIvemk4mf2J1MxkAeowk9Ar { display:none; }
 }@media only screen and (max-width: 763px) { #maemuvhIm3TD5lQUeWbD8fTFcS0vgIz1 { top:22.125rem;left:0rem;width:8.4375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkHxBgJ7UEfTAMR71TJWt0G6XiOOH8NX { display:none; }
 }@media only screen and (max-width: 763px) { #BSfemrQ5BLvlFro31DX85aAvK6mHOn1a { top:21.625rem;left:0rem;width:11rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLLDrVN5bKN7Kk5dhaQhO2tOWO0aTgDU { display:none; }
 }@media only screen and (max-width: 763px) { #vDXG3SuCJ5GmAJyCgqprBfUuXrGxCLmS { top:18.375rem;left:0rem;width:8.4375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JszKeJFebSzyfCm0dkuI20dHyD1G8KKo { top:30.25rem;left:0rem;width:17.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNDbHVURLkEg2FeduMm06OcSATPHyLfH { display:none; }
 }@media only screen and (max-width: 763px) { #BhIZzpnw2PaeUTuX1cumTsLvTAVAmVJZ { top:31.375rem;left:0rem;width:11rem;height:1.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhL0CWSw4H8SNGJeFRZCqpTKlv2JgVZl { display:none; }
 }@media only screen and (max-width: 763px) { #i3db26a8i1Aow204E2Tb6a4UNAwHLwGy { top:32.5rem;left:0rem;width:8.4375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 { display:block; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz5l3ksPLUkpHzH2lOakpApkRi1JAZia { top:7.375rem;left:13.25rem;width:21.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofXdU5AOL8r4iLAGrX1OGwBglCSnpBO7 { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5T86uMaGweytZOkmVXBu2mPnU05DyEb { width:20.625rem;height:3.5625rem;top:22.1875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBD1oWBkgwuAOmv7Udg5UgblDrRECdB3 { display:block; }
 }@media only screen and (max-width: 763px) { #Sur3qBtdrbsICBVdGKqbfa3RsrKa7IB0 { top:4.4375rem;left:11rem;width:28.375rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGLGg7rF0VE7tNlkdbcAe4RElM1unAku { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViaXoO6pTR6nxo0cTlk04pTqtncTVfR9 { top:11.8125rem;left:0rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEVDVKUeX2WLN1ACD7fZ8Gwdk9Af22hF { top:12.5625rem;left:0rem;width:7.1875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCAmdsWyaPuRlrVtspnyybm75UUcBr8i { top:11.8125rem;left:10.125rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdpTeEJooqSZpHFZFCI6rMJtTBtTMzk { top:12.125rem;left:9.875rem;width:13.75rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9Z0sO2b99lQzMM0Lr1PF7JTpOycrr4 { top:11.8125rem;left:24.25rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSP8W8Z7wgX5uiLppJTq5gJP1DODqB4u { top:12.625rem;left:25.375rem;width:12.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeFNZ2ktKWdyv7wNg97niCkwqLP50Xiu { top:11.75rem;left:34.3125rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evUli1RqHOmpOmFqUH33o8xpO6cb15gk { top:12.1875rem;left:38.25rem;width:9.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUopCcOMlD4t8VCQJKTHqwab3CMRelUn { top:13.4375rem;left:41.375rem;width:6.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf9JzydNTlA2wwamPde5cJWNiV1dFJUD { top:16.0625rem;left:0rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDAu6v09QTlFNDShDdT1OqIgM2yJyCaQ { top:16.0625rem;left:10.125rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhk1LdEqNEgd8oxCSEKWOvDGgDELIwP8 { top:16.0625rem;left:24.25rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HohzdFnou0oXpruaEhJl0ksrFz4C96HT { top:17.0625rem;left:0rem;width:11.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKBODpTnm6mOO92mui5gw1sUNfsG9RSv { top:17.125rem;left:9.875rem;width:13.75rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQRNz8BoSfcvr3mf4PAtGyuv2vHvKlqu { top:16.8125rem;left:25.4375rem;width:11.4375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApqeCcpygBNFr2ELKPiXQXALWk2T5WL { top:16.0625rem;left:34.3125rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiBmKumMsHgLTTomGgPwpZ3f7wXlVz8F { top:16.4375rem;left:38.25rem;width:9.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERrMkXd0k7mxtAdzfuxQD1mPxuHUgQaH { top:17.8125rem;left:41.375rem;width:6.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QReR846E4xJdAUyJf8lVhTHtzI3zSCVE { top:3.875rem;left:23.5625rem;width:13rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP { display:block; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rh9oJqPLcDWs1r7WmbIQDMXVi29gNE4S { top:3.625rem;left:5.5rem;width:36.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RasX1tDena7V4Wux36NzzMPCAE9wg62W { top:3.5625rem;left:29.625rem;width:6.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxmTfNzkUocRUF78WKPguKV9R8tHXtRh { top:9rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPW3EHpTSFGKFgtzHEUTrt8iTgkaObRz { display:none; }
 }@media only screen and (max-width: 763px) { #t2NZ9hWS8HqxvmimsvhWbUTNCzMkGZiF { top:6.5625rem;left:15.5625rem;width:16.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5SrOIuwk6W4wItiuatdlviOgspiXLM { display:block; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-checkbox-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #re0aBlJtsxRviict1aKgOOTbAwpnZZHl {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #TZFfelZno415nTDsowpfte6wXIkbR2SR {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #nTWalKwmkuMOTTgGG2Kkc31iHNAsDbwM {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #xVElWmZiST7PH9B3v5Ihu8dgyNIZZLEz {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JPcOmnV5JF5Vc2qAgE5MCcwV7PDZTQme {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #H675Tt1B8OozXQCDh8aH6uxp0uuml3Tc {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #B05TRcBUJ4Dg0sPBT3hnUhaQ5rLALekn {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #OQTiwlGQgyUJzL46R9F15ceIikq4VsBy {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #HQo9LrhVyhHNEhHOFH6DMnHLqgT4THFN {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #R9sAiItBqBMf0yPEnnytDniqzpq9Jyee {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #EAoWvT6XoaMPbU7E2mC42dhyOzJs76S9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #D9SUPi3wHTq90wc7Dadec7Z9Rqh4yipV {  }
 }@media only screen and (max-width: 763px) { #F8h0FpFyx4BPW5qUTQ9ZwlDGd9gkpHJC { display:block; }
 }@media only screen and (max-width: 763px) { #hABdxCWh2b7JxzgDy1grZ8AzvTX7vxJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #uLL6gAPDVAdT98x7Li5v3IJfTBntsyQg { display:block; }
 }@media only screen and (max-width: 763px) { #i0OgTodJgAfS66rGQ4tyLsifcUQeU0kR { display:block; }
 }@media only screen and (max-width: 763px) { #IgZL1Z3p2TgylKIfL5yXXQDyu2KcumpD { display:block; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 {  }
 }@media only screen and (max-width: 763px) { #IvTsiSIaoGnNszGlipemI4IANTp0nX2m { top:22rem;left:24.875rem;width:22.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJwP0Tx4EXL5e0ppXJPh9zgCcAhyEey { top:5.4375rem;left:0rem;width:24.5625rem;height:12.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyDf2qS1TfIgRClTTOlTz7NVhErkFWAZ { top:18.375rem;left:0rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJeVLSzAhMR5xvKQkJL3rGzeiZrVAECU { top:2rem;left:36.093751907349rem;width:7.25rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaoTTg9epcQxLtsTEUn40meXn1uhq04G { display:block; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUfFs4TyHQNHC2vFgSTbJUMX15kDtuGN { top:3.3125rem;left:0rem;width:33.4375rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCyUeebR3x4HfQa81LbUIZmJ1WIBWU5Z { top:6.3125rem;left:0rem;width:27.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoK48FSUEDaIOs1PWNWqB6xVxTMuClo1 { width:17.5625rem;height:3.4375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8GqmEQ2wTUXD6XFACrfkDv035lX5CuG { display:block; }
 }@media only screen and (max-width: 763px) { #O4Rf6RKLPcpb252nvV7mMPapUPVcNEyP { top:4.375rem;left:27.875rem;width:19.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykNZGZvzzcXWgJBzXKshPleDbeJTodzb { top:2.625rem;left:1.3125rem;width:16.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVcemHwq3ZFTbnVn8sEg6ObuDaASSWgn { top:13.375rem;left:31.375rem;width:16.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { display:block; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wSRXESZi/Frame_13_5_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX.adaptive-delivery-prevent-bg, #GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX.lazyload, #GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX.lazyloading { background-image: none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container { background-color: transparent; background-image: none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container > .video-iframe-container { display: none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row > .video-iframe-container { display: none; }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .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); }#GfuXHJvt4dGkUGMlaPvXzGL03AXumXFX > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzUGT3eTDTTMV62nvXOR2FxCkfBk8zPh { width:17.25rem;height:6.6875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVHJmZnLX8yCbt8QlPG2Pp1Uoe7plPhG { width:18.3125rem;height:4rem;top:30.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJHyDD4KiB6yhNBTBekpt1lFKMzgF1Ru { width:13.625rem;height:5.625rem;top:0.87265623826531rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugi2VlFPeKJVnWd9Mu1nvVS9XrafHRKZ { width:10.875rem;height:3.9375rem;top:36.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvsS0GV4EBwRss4P8IC8VePubyScuxpx { width:1.9375rem;height:1.9375rem;top:37.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eVzuROZO6hUBg4IhsZGw4QiOMJsTZr { width:5.1875rem;height:2.400175rem;top:37.125rem;left:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAq0ULMsDH2NSv98Id57chX7tH3gqBsh { width:12.3125rem;height:0.975rem;top:21.625rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnV63tIyRIbmBM5c5TyMvDNDbETBDAW5 { width:6.625rem;height:1.1875rem;top:21.5rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4hOdIbLbtnm9h6Uca31N7QXaK5ps8mr { width:19.0625rem;height:2.8125rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAsL0IsGDBWocczLPMdciCULJrc8EoGo { display:block; }#xAsL0IsGDBWocczLPMdciCULJrc8EoGo > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzl3b2qi7xkavGBRxhtWTkHi7MxR3Ri { width:20rem;height:2.68125rem;top:1.8125rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwP2CKtbVgEP3MXGWUywNQF4vcedzhWl { width:20rem;height:5.525rem;top:6.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zbr34fnulbXbBVL5CJ5NggzIMuO83dxw { width:20rem;height:1.3079019073569rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP { display:block; }#T2TAqDsSUk3cIhPrTquqXyzsdThWzLcP > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v71aSEr9CKA3URUG7NzDToWc62HzHp20 { width:17.5rem;height:9.1rem;top:8.125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBA13hkU1dgtVv1yplNhZS5pFOSEHgh0 { width:19.25rem;height:5.6875rem;top:17.3125rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MO9WHwLZmsmVSNEfT2kbP1NzDWbn6NPM { width:20rem;height:2.7rem;top:3.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W0y9mBy4u2fvTrzT7Jt35LgnUaCs24LN { width:15.5625rem;height:0.625rem;top:6.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1LBPaav8qvSzP3kNtOtXTmsqZRw0T8O { width:20rem;height:5.3625rem;top:25.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9VEOSG3irTELbHLW4xalAl9N2N4zs7n { width:17.5rem;height:3.4375rem;top:44.999990463257rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDHkaa9o7hNQfIoiyVJzdSTBaXmTi1PU { display:block; }
 }@media only screen and (max-width: 763px) { #LVN6xTBsdTFnmwBkWS2l3T9Sdq8PXh3R { width:1.75rem;height:1.75rem;top:34.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkgUH1TmIhWbK0kId5NBQoQwtXFpctZo { width:14.375rem;height:7.5rem;top:34.5625rem;left:3.5rem;font-size:1.25rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #ICvFgfEB9G0SUemfyT3PTaqHe5yDzmLi { width:1.75rem;height:1.75rem;top:38rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko { background-color:#9883f7;background-image:none;display:block; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { background-color: transparent; background-image: none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container > .video-iframe-container { display: none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row > .video-iframe-container { display: none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .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); }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzbkQnuyJWohxGh3b4lbaT2E1CU2L2iU { width:20rem;height:13.625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp1mFTuFCi89u8ZX1ONI8lG5fZhdAGTP { width:17.25rem;height:2.6rem;top:2.0625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWIf68BMXDWPMgQ6NIH8Dhylgvy7h50D { width:17.25rem;height:6rem;top:22.0055rem;left:1.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Efl95bzVEw42b3yrLBG7WF58XSCKlPvL { width:20rem;height:2.11230625rem;top:26.13037109375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDJRKAVqylrr0Bv1kvTOy78JEAPNpZFB { width:11.0625rem;height:0.75rem;top:4.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTafEEWLXpXHLPLTBbd9cJRr7H3ipT34 { width:11.8125rem;height:0.75rem;top:27.2555rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLdDum4HUHlwKxZ5L4cT43Nw7VPNt19a { width:6.25rem;height:0;top:21.724826812744rem;left:6.875rem;font-size:0.625rem;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #U2DWTs7XsKwTETJuwbm8JVuMgrEBQ42e { width:14.4375rem;height:1.21875rem;top:6.8125rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4xFHMDX87ZkHd1hL8ZTbXg55ppzldaI { width:17.9375rem;height:0.975rem;top:8rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwKpsODwoukK5mUAu215zv2nF07g6o2L { width:9.875rem;height:2.25rem;top:10.9375rem;left:5.1875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yNVN6lR1avWATVZFIBdFGlWbDcDe3LVQ { width:14.4375rem;height:1.21875rem;top:14.9375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9EQNgmzfhL7kxv0p7TcfKlNRfTqS0p { width:14.5625rem;height:2.475rem;top:16.3125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07y1X4F1B51JJJbiaPse6CpEcaK8vzD { width:10.3125rem;height:2.4375rem;top:25.75rem;left:4.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xq6TqZnzinJ2AA75vbUwKKreR144t1LX { width:7.125rem;height:3.8984375rem;top:29.4375rem;left:6.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2RZre7IiEcqOBxdQ687zJB6VCTT0pPr { width:9.5625rem;height:9.1875rem;top:20.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3q5VLSKeWQTwHkzZMC4vl6u4LuBDJe9 { width:9.25rem;height:auto;top:24.625rem;left:5.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNbp2gRRkr2a03a6ren9b5lxCEm1KCan { background-color:#b9a7f7;background-image:none;display:block; }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row .container { background-color: transparent; background-image: none; }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row .container > .video-iframe-container { display: none; }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row > .video-iframe-container { display: none; }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .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); }#xNbp2gRRkr2a03a6ren9b5lxCEm1KCan > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivf4pldfc8AFJ3xi7UG0nAFa4Cr1ueka { width:13.75rem;height:12.9375rem;top:33.3359375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NoVCc4UWvv9gSu4EwzTfWnFL2w61glzz { width:17.25rem;height:6rem;top:22.0055rem;left:1.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTU31DkBLQOFTrTMWbbMv2mpP6tV7AZG { width:20rem;height:2.11230625rem;top:26.13037109375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6SuakCtQcJxcFSBcSQW0QNDffdGLCvT { width:11.8125rem;height:0.75rem;top:27.2555rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd6Jzc8hec8QUJUOs0DTTvIF4f0bITkT { width:6.25rem;height:0;top:21.724826812744rem;left:6.875rem;font-size:0.625rem;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #dFTE3yLLusGx8lQM3otFHunR0O9Oqsq4 { width:10.3125rem;height:2.4375rem;top:25.75rem;left:4.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoRFXBX7KF6AGl0ERQcA2T2Tvn28KiHM { width:7.125rem;height:3.8984375rem;top:29.4375rem;left:6.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUyLoQWxghquu6Q3TF3STMAnra8QnR94 { width:8.4375rem;height:2.4375rem;top:34.5875rem;left:5.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Diov1bZSnJv1uxCiMMowgPxKTnnf3JQl { width:8.4375rem;height:2.4375rem;top:38.275rem;left:5.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7t3stV1E9V9gzg3vO1ohxD1uBaFkwSK { width:13.75rem;height:12.9375rem;top:15.625rem;left:3.90625rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #Akz6mlGKDIynopZiyJrrMhhq7lcl0q5T { width:17.25rem;height:0;top:17.8779296875rem;left:1.96875rem;font-size:2rem;z-index:100032;display:none; }
 }@media only screen and (max-width: 763px) { #zSMo7eRhtSgCeP2yeGf3URaLNQQSi39u { width:11.8125rem;height:0.75rem;top:22.126953125rem;left:7.96875rem;z-index:100035;display:none; }
 }@media only screen and (max-width: 763px) { #Ga5STEuNAEaHGaeVKHKsauiPoReXI7d8 { width:10.3125rem;height:0;top:26.0712890625rem;left:3.71875rem;font-size:0.9375rem;z-index:100039;display:none; }
 }@media only screen and (max-width: 763px) { #eeIgeXFuiPD6T9PLaHtv1V2iOwgoCoTR { width:7.125rem;height:0;top:24.6279296875rem;left:14.0302734375rem;font-size:0.8125rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #wdQax26cx39EwUt3XaDIqrmWEXFVk8cT { width:8.4375rem;height:0;top:26.0654296875rem;left:4.46875rem;font-size:0.9375rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #itV3P2zgZZLV4uF1FxeyaNbvNsLLqirx { width:8.4375rem;height:0;top:26.0654296875rem;left:12.7177734375rem;font-size:0.9375rem;z-index:100041;display:none; }
 }@media only screen and (max-width: 763px) { #GQBWGu0fzH9Q2NI1TUtPgW9JsLeaGliQ { width:20rem;height:0;top:26.4208984375rem;left:1.1875rem;font-size:0.8125rem;z-index:100033;display:none; }
 }@media only screen and (max-width: 763px) { #UroeETqc9qOL2RTmBtAuVS6iepLq0wco { width:17.25rem;height:0;top:12.0625rem;left:3.90625rem;font-size:2rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #hVdChUtSbpqEs2xaGuTuAca1sTEwTwTr { width:11.8125rem;height:0.75rem;top:16.3115234375rem;left:9.34375rem;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #rNnSHqKOOlV9IULdI95u9nNaX4xPeIN2 { width:17.25rem;height:3.4125rem;top:2rem;left:1.375rem;font-size:1.3125rem;z-index:100024;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zy999wI5n81bhzZWHsaFSMKil5nKkNdV { width:11.0625rem;height:0.75rem;top:5.412109375rem;left:3.84375rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #xbJKlJ2bKTPX3KkBTa4Wag2nSzbyssdc { top:7.5625rem;left:3.75rem;width:12.5rem;height:8.875rem;z-index:100042;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#6e57c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #toU1ZmEp388qnd2TPuZkFwwIzHpbT5v1 { top:10.76171875rem;left:5.84375rem;width:8.4375rem;height:3.4125rem;z-index:100043;font-family:rubik;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #siNw6VqTzAIvemk4mf2J1MxkAeowk9Ar { top:7rem;left:8.15625rem;width:2.6875rem;height:2.6875rem;z-index:100044;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;background-color:#a18af4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #maemuvhIm3TD5lQUeWbD8fTFcS0vgIz1 { top:7.5rem;left:5.21875rem;width:8.4375rem;height:1.7068125rem;z-index:100044;font-family:rubik;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AkHxBgJ7UEfTAMR71TJWt0G6XiOOH8NX { top:18.625rem;left:3.75rem;width:12.5rem;height:8.875rem;z-index:100046;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#6e57c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BSfemrQ5BLvlFro31DX85aAvK6mHOn1a { top:21rem;left:4.5625rem;width:11rem;height:5.2rem;z-index:100047;font-family:rubik;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gLLDrVN5bKN7Kk5dhaQhO2tOWO0aTgDU { top:17.25rem;left:8.6875rem;width:2.6875rem;height:2.6875rem;z-index:100048;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;background-color:#a18af4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vDXG3SuCJ5GmAJyCgqprBfUuXrGxCLmS { top:17.75rem;left:5.75rem;width:8.4375rem;height:1.7068125rem;z-index:100048;font-family:rubik;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JszKeJFebSzyfCm0dkuI20dHyD1G8KKo { top:39.25rem;left:1.2812501192093rem;width:17.4375rem;height:5.525rem;z-index:100057;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #TNDbHVURLkEg2FeduMm06OcSATPHyLfH { top:28.9375rem;left:3.75rem;width:12.5rem;height:8.875rem;z-index:100050;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#6e57c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BhIZzpnw2PaeUTuX1cumTsLvTAVAmVJZ { top:32.112501144409rem;left:5.4687498807907rem;width:9.0625rem;height:3.575rem;z-index:100051;font-family:rubik;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qhL0CWSw4H8SNGJeFRZCqpTKlv2JgVZl { top:28.0625rem;left:8.6562503576281rem;width:2.6875rem;height:2.6875rem;z-index:100052;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;background-color:#a18af4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i3db26a8i1Aow204E2Tb6a4UNAwHLwGy { top:28.55312538147rem;left:5.7812498807907rem;width:8.4375rem;height:1.7068125rem;z-index:100052;font-family:rubik;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 { display:block; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz5l3ksPLUkpHzH2lOakpApkRi1JAZia { width:16.9375rem;height:1.3rem;top:3.6875rem;left:1.5312501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofXdU5AOL8r4iLAGrX1OGwBglCSnpBO7 { width:17.9365rem;height:3.125rem;top:31.75rem;left:1.03125rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #k5T86uMaGweytZOkmVXBu2mPnU05DyEb { width:17.5rem;height:3.4375rem;top:44.685158729553rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBD1oWBkgwuAOmv7Udg5UgblDrRECdB3 { display:block; }
 }@media only screen and (max-width: 763px) { #Sur3qBtdrbsICBVdGKqbfa3RsrKa7IB0 { width:17.8125rem;height:1.25rem;top:1.75rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGLGg7rF0VE7tNlkdbcAe4RElM1unAku { top:3.9248046875rem;left:0rem;width:19.6875rem;height:57.6875rem;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ViaXoO6pTR6nxo0cTlk04pTqtncTVfR9 { width:13.4375rem;height:3.5rem;top:6.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEVDVKUeX2WLN1ACD7fZ8Gwdk9Af22hF { width:7.1875rem;height:1.86889375rem;top:7.625rem;left:4.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCAmdsWyaPuRlrVtspnyybm75UUcBr8i { width:13.4375rem;height:3.5rem;top:11.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdpTeEJooqSZpHFZFCI6rMJtTBtTMzk { width:13.75rem;height:2.6125rem;top:11.875rem;left:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9Z0sO2b99lQzMM0Lr1PF7JTpOycrr4 { width:13.4375rem;height:3.5rem;top:16rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSP8W8Z7wgX5uiLppJTq5gJP1DODqB4u { width:12.75rem;height:1.86889375rem;top:16.8125rem;left:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeFNZ2ktKWdyv7wNg97niCkwqLP50Xiu { width:13.4375rem;height:3.5rem;top:20.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evUli1RqHOmpOmFqUH33o8xpO6cb15gk { width:9.5rem;height:1.462675rem;top:21.1875rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUopCcOMlD4t8VCQJKTHqwab3CMRelUn { width:6.375rem;height:1.462675rem;top:22.4375rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf9JzydNTlA2wwamPde5cJWNiV1dFJUD { width:13.4375rem;height:3.5rem;top:25.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDAu6v09QTlFNDShDdT1OqIgM2yJyCaQ { width:13.4375rem;height:3.5rem;top:30.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhk1LdEqNEgd8oxCSEKWOvDGgDELIwP8 { width:13.4375rem;height:3.5rem;top:34.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HohzdFnou0oXpruaEhJl0ksrFz4C96HT { width:11.75rem;height:1.462675rem;top:26.5rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKBODpTnm6mOO92mui5gw1sUNfsG9RSv { width:13.75rem;height:1.30625rem;top:31.25rem;left:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQRNz8BoSfcvr3mf4PAtGyuv2vHvKlqu { width:11.4375rem;height:1.86889375rem;top:35.6875rem;left:4.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApqeCcpygBNFr2ELKPiXQXALWk2T5WL { width:13.4375rem;height:3.5rem;top:39.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiBmKumMsHgLTTomGgPwpZ3f7wXlVz8F { width:9.5rem;height:1.462675rem;top:40.0625rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERrMkXd0k7mxtAdzfuxQD1mPxuHUgQaH { width:6.375rem;height:1.462675rem;top:41.4375rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QReR846E4xJdAUyJf8lVhTHtzI3zSCVE { width:8.6875rem;height:2.3125rem;top:1.1875rem;left:8.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { background-color: transparent; background-image: none; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container > .video-iframe-container { display: none; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row > .video-iframe-container { display: none; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .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); }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { border-width: 0; border-radius: 0; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row > .video-iframe-container {  }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rh9oJqPLcDWs1r7WmbIQDMXVi29gNE4S { width:20rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RasX1tDena7V4Wux36NzzMPCAE9wg62W { width:4.9375rem;height:2.1875rem;top:1.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxmTfNzkUocRUF78WKPguKV9R8tHXtRh { width:20rem;height:28rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPW3EHpTSFGKFgtzHEUTrt8iTgkaObRz { top:6.625rem;left:0.75rem;width:18.5rem;height:41.4375rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #t2NZ9hWS8HqxvmimsvhWbUTNCzMkGZiF { width:16.6875rem;height:1.3rem;top:4.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5SrOIuwk6W4wItiuatdlviOgspiXLM { background-color:#000000;background-image:none;display:block; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { background-color: transparent; background-image: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container > .video-iframe-container { display: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container { display: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .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); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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;height:1.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;line-height:1.2;height:2.8125rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-checkbox-label { width:16.3726625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:first-of-type{padding-top:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:last-of-type{padding-bottom:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { width:17.5596875rem;height:auto;top:15.315971374512rem;left:0rem;z-index:100004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { width:17.5596875rem;height:auto;top:15.315971374512rem;left:0rem;z-index:100004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #re0aBlJtsxRviict1aKgOOTbAwpnZZHl {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #TZFfelZno415nTDsowpfte6wXIkbR2SR {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #nTWalKwmkuMOTTgGG2Kkc31iHNAsDbwM {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #xVElWmZiST7PH9B3v5Ihu8dgyNIZZLEz {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JPcOmnV5JF5Vc2qAgE5MCcwV7PDZTQme {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #H675Tt1B8OozXQCDh8aH6uxp0uuml3Tc {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #B05TRcBUJ4Dg0sPBT3hnUhaQ5rLALekn {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #OQTiwlGQgyUJzL46R9F15ceIikq4VsBy {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #HQo9LrhVyhHNEhHOFH6DMnHLqgT4THFN {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #R9sAiItBqBMf0yPEnnytDniqzpq9Jyee {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #EAoWvT6XoaMPbU7E2mC42dhyOzJs76S9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #D9SUPi3wHTq90wc7Dadec7Z9Rqh4yipV {  }
 }@media only screen and (max-width: 763px) { #F8h0FpFyx4BPW5qUTQ9ZwlDGd9gkpHJC { display:block; }
 }@media only screen and (max-width: 763px) { #hABdxCWh2b7JxzgDy1grZ8AzvTX7vxJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #uLL6gAPDVAdT98x7Li5v3IJfTBntsyQg { display:block; }
 }@media only screen and (max-width: 763px) { #i0OgTodJgAfS66rGQ4tyLsifcUQeU0kR { display:block; }
 }@media only screen and (max-width: 763px) { #IgZL1Z3p2TgylKIfL5yXXQDyu2KcumpD { display:block; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 {  }
 }@media only screen and (max-width: 763px) { #IvTsiSIaoGnNszGlipemI4IANTp0nX2m { width:16.936875rem;height:0.84375rem;top:33.560333251953rem;left:2.3747830986977rem;font-size:0.5625rem;line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JiJwP0Tx4EXL5e0ppXJPh9zgCcAhyEey { width:20rem;height:7.875rem;top:4.3734371187166rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyDf2qS1TfIgRClTTOlTz7NVhErkFWAZ { width:9.2480625rem;height:1.875rem;top:40.91797542572rem;left:5.3754344582558rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJeVLSzAhMR5xvKQkJL3rGzeiZrVAECU { width:7.249375rem;height:1.3125rem;top:13.879119873047rem;left:7.1560330986975rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaoTTg9epcQxLtsTEUn40meXn1uhq04G { display:block; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUfFs4TyHQNHC2vFgSTbJUMX15kDtuGN { width:18.125rem;height:1.444225rem;top:2.375rem;left:0.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aCyUeebR3x4HfQa81LbUIZmJ1WIBWU5Z { width:18.375rem;height:2.925rem;top:5.0625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoK48FSUEDaIOs1PWNWqB6xVxTMuClo1 { width:18.75rem;height:3.125rem;top:8.7984380722044rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8GqmEQ2wTUXD6XFACrfkDv035lX5CuG { display:block; }
 }@media only screen and (max-width: 763px) { #O4Rf6RKLPcpb252nvV7mMPapUPVcNEyP { width:16.3125rem;height:6.9375rem;top:13.423438072204rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykNZGZvzzcXWgJBzXKshPleDbeJTodzb { width:9.9375rem;height:2.3125rem;top:1.9406251907349rem;left:8.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVcemHwq3ZFTbnVn8sEg6ObuDaASSWgn { width:16.375rem;height:0.8941rem;top:21.360242843628rem;left:1.8750000596046rem;font-size:0.6875rem;display:block; }
 }