.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,244,240;--color-primary-1:226,217,205;--color-primary-2:197,179,154;--color-primary-3:99,90,77;--color-primary-4:30,27,23;--color-secondary-0:223,240,244;--color-secondary-1:149,205,218;--color-secondary-2:42,155,181;--color-secondary-3:21,78,91;--color-secondary-4:6,23,27;--color-tertiary-0:255,255,255;--color-tertiary-1:236,243,244;--color-tertiary-2:88,88,88;--color-tertiary-3:0,6,7;--color-tertiary-4:0,0,0;--headlines-font-family:"Assistant";--paragraphs-font-family:"Assistant"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { background-color: transparent; background-image: none; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container > .video-iframe-container { display: none; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row > .video-iframe-container { display: none; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .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); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { border-width: 0; border-radius: 0; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#OSoCIEPIuMFgHKiT7PtG7ybeWVQXoMqQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:3.8125rem;left:0rem;display:block; }
#dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.1650390625rem;left:53.875rem; }
#dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#dkaG9XxiftGn54c5WXiXuf1i2VBffckA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:1.1650390625rem;left:55.75rem; }
#dkaG9XxiftGn54c5WXiXuf1i2VBffckA > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.1650390625rem;left:57.625rem; }
#G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:1.1650390625rem;left:51.75rem; }
#Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#PDhMGXohrfan5SrOETzRnD95SQXyhceJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.1650390625rem;left:49.875rem; }
#PDhMGXohrfan5SrOETzRnD95SQXyhceJ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:1.1650390625rem;left:47.8125rem; }
#TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#uzH3DmuN4ntbZTmx96VInLF4RNUrclTR { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:1.1962890625rem;left:46.125rem; }
#uzH3DmuN4ntbZTmx96VInLF4RNUrclTR > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#M6FwfaU6mRXdThbmzGPsLl0qwiar4vZy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:0.75rem;left:-0.1875rem;overflow:hidden;display:block; }
#fGF6SqtRSwtlgpmbK4Ct1xrmOFxDkt65 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:45.75rem;top:4.4912109375rem;left:13.1875rem;overflow:hidden;display:block; }
#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5984b416-1b14-4192-b784-213f696f93b1/Bacground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.adaptive-delivery-prevent-bg, #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.lazyload, #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.lazyloading { background-image: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { background-color: transparent; background-image: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container > .video-iframe-container { display: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row > .video-iframe-container { display: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .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); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { border-width: 0; border-radius: 0; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#Z8ikkye0v0EPWlK6dEvndGL8XBluT3UC { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: none;height:19.75rem;width:38.375rem;top:19.9375rem;left:10.75rem;display:block; }
#C2QvrSvqcoszpTHdwtnlTXHdidk2NPrG { color:rgba(var(--color-tertiary-3),1);display:block;width:37.9375rem;position:absolute;font-family:amatic;font-size:5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.3125rem;left:11.03125rem;height:16.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOI8GSxi0VbwSeJTcBW0U8Jn2mNhIvPr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:60rem;top:9.7412109375rem;left:0rem;overflow:hidden;display:none; }
#RGZwXpa8xr81R8CMg7mxAcIdGA3gWaVC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:0rem;left:2.5625rem;overflow:hidden;display:none; }
#yrS7ZRaSdK4eVg1tM1c0Nd4zFC0bo9eb { z-index:15004;top:38.875rem;left:21.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid #6209c3;border-left:0.125rem solid #6209c3;border-right:0.125rem solid #6209c3;border-bottom:0.125rem solid #6209c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amatic;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CFnESMnGJSEFLKRV03lEZptVwgRwhnpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnE6b0tUDcbeVlFSsoeMligXBV6FnM39 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:38.5625rem;left:15.75rem; }
#GRNJzB5SV3f3TlOqetbXPy3QKFIEDMzn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:38.625rem;left:39.25rem; }
#lSQWP0mTX1zxskU8HfG4UBAnmcChR7R8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:15.625rem;left:20.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19083678-4b7e-4d8a-ad98-7b5227cf72dd/1920Pita.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.adaptive-delivery-prevent-bg, #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.lazyload, #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.lazyloading { background-image: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { background-color: transparent; background-image: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container > .video-iframe-container { display: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container { display: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .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); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { border-width: 0; border-radius: 0; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#cEmyAVxQTQf7l2s27TkwuhuP3wsJg2AR { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.3125rem;left:4.75rem;height:20.25rem;text-align:right;text-align-last:right;display:block; }
#aXM0wMTWM82TVTNpQaF1K1U4JtTlRXxc { position:absolute;display:block;z-index:15001;background-color:rgba(253,254,255,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:60rem;top:8.875rem;left:-0.0625rem;display:block; }
#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/90558a3d-ad6c-4dfb-999b-ce6955155d1d/1920BannerForm.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb.adaptive-delivery-prevent-bg, #XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb.lazyload, #XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb.lazyloading { background-image: none; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { background-color: transparent; background-image: none; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container > .video-iframe-container { display: none; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row > .video-iframe-container { display: none; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .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); }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { border-width: 0; border-radius: 0; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-form-header {  }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:51.875rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:51.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:51.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:51.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-checkbox { width:1rem;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; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;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:14rem;margin-bottom:0.25rem;margin-left:14rem;display:block;box-sizing:border-box;font-size:2.0625rem;font-weight:bold;color:#f2f9ff;width:23.8125rem;height:4.6875rem;font-family:amatic;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;line-height:1.2;text-align:center;text-align-last:center; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]:-moz-placeholder { color:#9ba0a4;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]::-moz-placeholder { color:#9ba0a4;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]:-ms-input-placeholder { color:#9ba0a4;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]::-webkit-input-placeholder { color:#9ba0a4;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .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.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:50.6875rem;overflow:hidden;font-style:normal;float:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .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; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-container:first-of-type{padding-top:0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-container:last-of-type{padding-bottom:0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:51.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.6875rem;top:7.0625rem;z-index:15000;position:absolute; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:51.875rem;display:block;vertical-align:top; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc {display:block;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:51.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.6875rem;top:7.0625rem;z-index:15000;position:absolute; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #TOmonRB6F7l7gTBkmQvSP3K6iIXof3Az { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #PIXwB1DGW8AUxa4k7Uz4koG9VKNXVrGG { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ZQ2SqsWLtg2fGcRmnKK8lH4r7Dkn3a7n { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #J7v8aMGaSnn8HWZiTAFOLg68NtAZEaNn { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #Fga0hSJlRxyUE1kbN2TAseEwBKTVcbTU { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #yHKO34RPc9k42WWQGbNbXKBcEaGZMb7L { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #hHoJ37M9Q7n1BzLo2BAvRWvEav4e1ER7 { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #KJ2kI7ycTFn7bddy9Icrtyih27v3m1bs { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #csZmNzCu22HKTughuVqCKZdItT3xk1pH { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ITnKdXxaTCqHMrwdA2Q98T7u3TTZ4aC2 { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #SWkaFL4Qa2H0xEr7sx613ByLHx7Faq3e { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #pghz23VHFNy5s0RCJc4vnFMvdkU1FXS8 { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #MJ8m9bZhCmbrAGntT46u6eDuKXhIumbo { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #b2gEHZ8zvdNJmxixbSk73TdIKJgtCHpU { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #uNJ0Ve6fnxTa4qmZCz7NCeTLd6amgHII { position:relative; }
#OzFz5bx1dfhGkmn2qwHigTtqoyX5oT0T { position:relative;display:block; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #oVBqxLwMTs5tATkESZwledGccTb7dse6 { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #vlHRKDWFQmMVT2rqm8sC3Q5MeiCNZNI5 { position:relative; }
#WfuHb5wim23RTii77ItBwrzVBJn8nVgB { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:amatic;font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.63671875rem;left:0rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAFGV00274sTyClUIftMPFLfg7NBNrHl { position:relative;display:block; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl { background-color: transparent; background-image: none; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container > .video-iframe-container { display: none; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row > .video-iframe-container { display: none; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .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); }#XAFGV00274sTyClUIftMPFLfg7NBNrHl { border-width: 0; border-radius: 0; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c7paDaqthbKPDJrxyIPCExCqH5wA8Ouy { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5rem;left:16.8125rem;height:4.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOIC5z4C4suZEfVbHW9Kr5TGLEqMCTVD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:3.8125rem;left:15.75rem;overflow:hidden;display:block; }
#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { position:relative;display:block; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { background-color: transparent; background-image: none; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container > .video-iframe-container { display: none; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row > .video-iframe-container { display: none; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .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); }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { border-width: 0; border-radius: 0; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rJpG4TkGWCRNAxUqfmT7UsqDEOcJvngt { position:absolute;display:block;z-index:15000;height:50.0625rem;width:46.75rem;top:0.625rem;left:7.8125rem;display:block; }
#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { position:relative;display:block; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { background-color: transparent; background-image: none; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container > .video-iframe-container { display: none; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row > .video-iframe-container { display: none; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .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); }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { border-width: 0; border-radius: 0; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W28kxM2pIunWJXNe7oPTBeWKIP39CiF4 { position:absolute;display:block;z-index:15002;height:57.4375rem;width:49.3125rem;top:0.6875rem;left:5.34375rem;display:block; }
#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { position:relative;display:block; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { background-color: transparent; background-image: none; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container > .video-iframe-container { display: none; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row > .video-iframe-container { display: none; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .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); }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { border-width: 0; border-radius: 0; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xvLBT7ksbo9GrIKAMpHA2w5BRklNBlKD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.8125rem;width:28.5625rem;top:2.21875rem;left:31.201454309274rem;display:block; }
#fxKfE1uOzMTwNg2tTxP9PNazA8G6BTAl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.875rem;width:28.8125rem;top:2.1875rem;left:0rem;display:block; }
#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { background-color: transparent; background-image: none; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container > .video-iframe-container { display: none; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row > .video-iframe-container { display: none; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .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); }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { border-width: 0; border-radius: 0; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#xTlgdOTTtttG6wyVhJGWf1yKe9f4uWAk { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.625rem;left:19.875rem;height:8.1123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7sQJ8ECNEzTr9m5dpKv4Qrn2upZmBMd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:6.6796875rem;left:18.9375rem;overflow:hidden;display:block; }
#rEI63hlW5uS9RNpveDx2oqI44XacADqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb819439-9505-4b45-94c5-b8b0304963f9/Reka1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz.adaptive-delivery-prevent-bg, #rEI63hlW5uS9RNpveDx2oqI44XacADqz.lazyload, #rEI63hlW5uS9RNpveDx2oqI44XacADqz.lazyloading { background-image: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { background-color: transparent; background-image: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.78); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container > .video-iframe-container { display: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.78); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container { display: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .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); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { border-width: 0; border-radius: 0; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { font-size:0.875rem;font-family:arial;height:80.0625rem;width:60rem;position:relative;display:block; }#es1wXgbsHLrtwT62isplQ6pQcFiE3Nsu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.5rem;width:21.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#PxkEwriQxAzd6hfnAAGFDlUMt3oLfeEg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.5rem;width:20.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1875rem;left:21.8125rem;overflow:hidden;display:block; }
#Lx3oCO8EVKazmrr0zAOTHsyeOfNQIm5J { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.0625rem;width:17.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1875rem;left:42.25rem;overflow:hidden;display:block; }
#zyX74R3iqh2onkROVzmSwQxN7U0isKGb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.9375rem;width:32.8125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.3125rem;left:27.232944867929rem;overflow:hidden;display:block; }
#FUm4AzOwfB9Q2riDf3EXtPt6AxTkVdIJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.8125rem;width:13.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.4375rem;left:14.750667259786rem;overflow:hidden;display:block; }
#hhmtGQx92q5GSenWdmH0wVcaWfWfuWyE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.25rem;width:15rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.5rem;left:0rem;overflow:hidden;display:block; }
#AzEyZOzq3XQAMN9KpMy9Dwz7dAw87ZOO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:26.875rem;width:20.0625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:53.1875rem;left:13.0234375rem;overflow:hidden;display:block; }
#QvzWFuDBhpZWV11VcUAB9PTTTTOCgpNc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.75rem;width:13.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:49.0625rem;left:-0.012755102040806rem;overflow:hidden;display:block; }
#iJX6lIOznohOZ8yXUHuOaQStXibvmZmz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19rem;width:34.3125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:34.25rem;left:0rem;overflow:hidden;display:block; }
#KQdnpboJCCKMAoeWzzK53TrkWvLCNUph { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.0625rem;width:27.125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:34.25rem;left:32.996875rem;overflow:hidden;display:block; }
#f89K3hyus0BEIUsRO4nBD55gLilI78Qv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.9375rem;width:27.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:52.5625rem;left:32.763766519824rem;overflow:hidden;display:block; }
#sCgTwO5qZJkhIFwXpDv6ppTrs13cDSZk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.1875rem;width:34.25rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:64.8125rem;left:25.927777777778rem;overflow:hidden;display:block; }
#yi8EfTumFNNNo7R2qf0xJurEBel1VXth { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.6875rem;width:13.0625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:62.375rem;left:0rem;overflow:hidden;display:block; }
#U7p3afXaor4MOV0JLERbOFRdwgUOfsSI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.9375rem;width:60rem;display:none; }
#X1uNlpO5UPyitAOCi9M1O8AAPNqbey41 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80rem;width:60rem;display:none; }
#ob8hV8FsTM9AUx02RD8RTT3sZ9Tn8OSb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.625rem;width:57.9375rem;display:none; }
#BeXT2BVqtT0qzsHosw9GfsqoJrk98JF1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;display:none; }
#GW6TAEvD3b1QtpdWhtvnynwUbFPWXNKW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;display:none; }
#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { background-color: transparent; background-image: none; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container > .video-iframe-container { display: none; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row > .video-iframe-container { display: none; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .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); }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { border-width: 0; border-radius: 0; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { font-size:0.875rem;font-family:arial;height:82.3125rem;width:60rem;position:relative;display:block; }#oI84BW0awxQfHcViwwMe4Ima3P26Gual { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:50.625rem;left:6rem;overflow:hidden;display:block; }
#lHuWwDlH7Qqr9OOlx6g2W2FOQANTd96t { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:58.25rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7gIP0uafdZyOuoFnyHFtoNxB0tq2GES { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:61.0009765625rem;left:0rem;height:16.1982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1s7O5SbhTWMGkAmZ72zLxydE2RCX5dX { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:41.0625rem;left:40.625rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euX3fZ9Hpf4wSiT5wVtv1nT0qUhgoULs { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:41.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wetzoFQinIsrfTUEbcyhTTCAcsOPw4Dd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:30.6875rem;left:48rem;overflow:hidden;display:block; }
#Ukmdtd6Ncz3X9TwOfNnMXEzSIyQwyTKp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:41.0625rem;left:20rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7NETuOocrxxaWUOSmx2RoVRlMqIgZOH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.6875rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHc8OlEO77Z9dNS4NSCcnyBU7TtPMbt2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:30.6875rem;left:26rem;overflow:hidden;display:block; }
#W3JTrPuttZGwQSNDxvt5osdvHv5uB73X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:block; }
#F1CEHycDA53p2RrsC6aTfm7Mrox6D3DP { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgzFTl53MoE5D8yyk5TWa584FsTnLyL4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbqUQJ9H2oXRFxIlxuykpIMGTnT8sRII { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:8.625rem;left:26.625rem;overflow:hidden;display:block; }
#SsT7kTgykyiupqHQMx0NkpgmT76GNfBT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.3125rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o94KCcxrgS7sic1naS3KncQfJFcvhdoo { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.9375rem;left:20.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OicrGfl6Z6lw9tW89fu9Xl5ialNxuvog { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:18.9375rem;left:40.4375rem;height:10.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z94RTf3TTSQGIMcTSPLhA2dNMEUAyBhL { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9CRR3PrMyrUqXfbFlsGKqwmVdtgULot { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:8.625rem;left:46.625rem;overflow:hidden;display:block; }
#D3NvZXthSDbGobFbrmwLOQ7sNTqTNtER { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.6328125rem;left:17rem;height:4.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdEnFqrocNs7vtnkuT1G3rSvzw7PA1FD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:5.625rem;left:17.125rem;overflow:hidden;display:block; }
#H86VfXN4H2hGy79PUThUCTuliIwT5Hs8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:30.625rem;left:5.1875rem;overflow:hidden;display:block; }
#ue4FHQZ0PukTXqmpG1gNpbmwFo11kApc { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hlfgif32yCiVFHZT7pqOhLAmgFZNavT7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:41.0625rem;left:0rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFIkHKagQedRUdcbTJddx7MdkVZcSEbG { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:61.0009765625rem;left:40.625rem;height:17.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pr6BaNFrSVUzawM0q4AI8ZseWNlaf5Zy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:50.625rem;left:46.625rem;overflow:hidden;display:block; }
#tH3EomzNRWlDOuzSV1E4axaXfdwZvEQy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:58.25rem;left:41.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gahfpcewtWQkFmPZTCL2DhLrRmO2hXS4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:50.625rem;left:26.625rem;overflow:hidden;display:block; }
#LEpThN2kiyokesMwW8LWJMWLloMKrdis { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:58.25rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUpfODJd745VpfvehyPM1vNIWpoIq5zV { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:61.0009765625rem;left:20.625rem;height:12.59864375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cdfb3fa6-71e0-412a-bc03-cf8efccb40f4/1920BannerGrafiti.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.adaptive-delivery-prevent-bg, #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.lazyload, #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.lazyloading { background-image: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { background-color: transparent; background-image: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container > .video-iframe-container { display: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container { display: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .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); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { border-width: 0; border-radius: 0; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#BfikhdPoOUe9XKhLisioRSTxFHlJtCUO { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:17.6875rem;left:4.1875rem;height:15.1875rem;text-align:right;text-align-last:right;display:block; }
#gyClh1K1O1LsmLDT47rNxgB3CO6uMFed { position:absolute;display:block;z-index:15001;background-color:rgba(253,254,255,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:60rem;top:9.75rem;left:-0.0625rem;display:block; }
#aPfW8Sl2UR5se9FRNwtIU92E7fpQQqfH { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:10.9375rem;left:18.40625rem;height:4.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHABoxwT6Km5hsmURpViWpP0MxVb0TVW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:21rem;top:14.4296875rem;left:20rem;overflow:hidden;display:block; }
#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { position:relative;display:block; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { background-color: transparent; background-image: none; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container > .video-iframe-container { display: none; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row > .video-iframe-container { display: none; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .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); }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { border-width: 0; border-radius: 0; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#onSBSzwedfkeEOzsP1VQ9d2VZsU7Pgbk { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5rem;left:16.8125rem;height:4.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzxCni6VI7ZoRkuChe2vBDzXtrX0dLKf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:3.9375rem;left:16.875rem;overflow:hidden;display:block; }
#zmi4a9g1BCVE56gLdg0NMq7oTJl8hU2V { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7rem;left:4.625rem;height:7.59375rem;text-align:right;text-align-last:right;display:block; }
#IOvF8JIHqwFuu4IvvtpTWDUaVAVwsMNa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:60rem;top:18.75rem;left:0rem;overflow:hidden;display:block; }
#GuVHysor1wtMKfrTsn8VPOTa7kmethFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f035f;background-image:url("https://images.assets-landingi.com/uc/fa1419a4-7f5a-46ac-a981-b6613c6253f5/1920BannerFuter.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp.adaptive-delivery-prevent-bg, #GuVHysor1wtMKfrTsn8VPOTa7kmethFp.lazyload, #GuVHysor1wtMKfrTsn8VPOTa7kmethFp.lazyloading { background-image: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { background-color: transparent; background-image: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container > .video-iframe-container { display: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container { display: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .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); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { border-width: 0; border-radius: 0; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#GL7twqmFz950yPLfrvRTMP1NdoJLOFoM { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:amatic;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.57421875rem;left:31.5625rem;height:6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:19.5rem;left:28.4375rem; }
#wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:19.5rem;left:33.375rem; }
#pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.5rem;left:38.75rem; }
#n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#O5t4egCDk077QSSR9LpkyPNulwOTesSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:19.5rem;left:43.1875rem; }
#O5t4egCDk077QSSR9LpkyPNulwOTesSD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.5rem;left:47.6875rem; }
#TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:19.5rem;left:52.5625rem; }
#CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QKAM9tB1t2FEOZnxp7TXMRtltHuL95am { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.5rem;left:56.875rem; }
#QKAM9tB1t2FEOZnxp7TXMRtltHuL95am > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kRa4PKdpbUdT1O8Byz42EsEpprMgpANT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.0625rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT { display:block; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSoCIEPIuMFgHKiT7PtG7ybeWVQXoMqQ { width:47.75rem;height:0.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn { width:1.25rem;height:1.25rem;top:1.125rem;left:46.5rem;display:block; }
#dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dkaG9XxiftGn54c5WXiXuf1i2VBffckA { width:1.25rem;height:1.25rem;top:1.125rem;left:46.5rem;display:block; }
#dkaG9XxiftGn54c5WXiXuf1i2VBffckA > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf { top:1.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 { width:1.25rem;height:1.25rem;top:1.125rem;left:45.625rem;display:block; }
#Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #PDhMGXohrfan5SrOETzRnD95SQXyhceJ { width:1.25rem;height:1.25rem;top:1.125rem;left:43.75rem;display:block; }
#PDhMGXohrfan5SrOETzRnD95SQXyhceJ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM { top:1.125rem;left:41.6875rem;width:1.25rem;height:1.25rem;display:block; }
#TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uzH3DmuN4ntbZTmx96VInLF4RNUrclTR { top:1.1875rem;left:40rem;width:1.1875rem;height:1.1875rem;display:block; }
#uzH3DmuN4ntbZTmx96VInLF4RNUrclTR > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #M6FwfaU6mRXdThbmzGPsLl0qwiar4vZy { top:0.75rem;left:0rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGF6SqtRSwtlgpmbK4Ct1xrmOFxDkt65 { top:4.4375rem;left:2rem;width:45.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui { display:block; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8ikkye0v0EPWlK6dEvndGL8XBluT3UC { top:19.9375rem;left:4.625rem;width:38.375rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2QvrSvqcoszpTHdwtnlTXHdidk2NPrG { top:3.3125rem;left:4.90625rem;width:37.9375rem;height:17.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOI8GSxi0VbwSeJTcBW0U8Jn2mNhIvPr { top:9.6875rem;left:0rem;width:47.75rem;height:3.2330729166667rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGZwXpa8xr81R8CMg7mxAcIdGA3gWaVC { top:0rem;left:0rem;width:9rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrS7ZRaSdK4eVg1tM1c0Nd4zFC0bo9eb { top:38.875rem;left:15.1875rem;width:17.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFnESMnGJSEFLKRV03lEZptVwgRwhnpH { display:block; }
 }@media only screen and (max-width: 763px) { #TnE6b0tUDcbeVlFSsoeMligXBV6FnM39 { top:38.5625rem;left:9.625rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRNJzB5SV3f3TlOqetbXPy3QKFIEDMzn { top:38.625rem;left:33.125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSQWP0mTX1zxskU8HfG4UBAnmcChR7R8 { top:15.625rem;left:13.96875rem;width:19.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX { display:block; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEmyAVxQTQf7l2s27TkwuhuP3wsJg2AR { top:11.3125rem;left:0rem;width:47.75rem;height:20.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXM0wMTWM82TVTNpQaF1K1U4JtTlRXxc { top:8.875rem;left:0rem;width:47.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb { display:block; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:12.1875rem; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc  { width:45.25rem;height:auto;top:7.0625rem;left:0rem; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc {display:block;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc { width:45.25rem;height:auto;top:7.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #TOmonRB6F7l7gTBkmQvSP3K6iIXof3Az {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #PIXwB1DGW8AUxa4k7Uz4koG9VKNXVrGG { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ZQ2SqsWLtg2fGcRmnKK8lH4r7Dkn3a7n {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #J7v8aMGaSnn8HWZiTAFOLg68NtAZEaNn {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #Fga0hSJlRxyUE1kbN2TAseEwBKTVcbTU { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #yHKO34RPc9k42WWQGbNbXKBcEaGZMb7L {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #hHoJ37M9Q7n1BzLo2BAvRWvEav4e1ER7 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #KJ2kI7ycTFn7bddy9Icrtyih27v3m1bs { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #csZmNzCu22HKTughuVqCKZdItT3xk1pH {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ITnKdXxaTCqHMrwdA2Q98T7u3TTZ4aC2 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #SWkaFL4Qa2H0xEr7sx613ByLHx7Faq3e { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #pghz23VHFNy5s0RCJc4vnFMvdkU1FXS8 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #MJ8m9bZhCmbrAGntT46u6eDuKXhIumbo {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #b2gEHZ8zvdNJmxixbSk73TdIKJgtCHpU { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #uNJ0Ve6fnxTa4qmZCz7NCeTLd6amgHII {  }
 }@media only screen and (max-width: 763px) { #OzFz5bx1dfhGkmn2qwHigTtqoyX5oT0T { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #oVBqxLwMTs5tATkESZwledGccTb7dse6 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #vlHRKDWFQmMVT2rqm8sC3Q5MeiCNZNI5 {  }
 }@media only screen and (max-width: 763px) { #WfuHb5wim23RTii77ItBwrzVBJn8nVgB { top:3.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFGV00274sTyClUIftMPFLfg7NBNrHl { display:block; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7paDaqthbKPDJrxyIPCExCqH5wA8Ouy { top:0.5rem;left:10.6875rem;width:23.0625rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIC5z4C4suZEfVbHW9Kr5TGLEqMCTVD { top:3.8125rem;left:9.625rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { display:block; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJpG4TkGWCRNAxUqfmT7UsqDEOcJvngt { top:0.625rem;left:1rem;width:46.75rem;height:50.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { display:block; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W28kxM2pIunWJXNe7oPTBeWKIP39CiF4 { top:0.6875rem;left:0rem;width:47.75rem;height:57.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { display:block; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvLBT7ksbo9GrIKAMpHA2w5BRklNBlKD { top:2.1875rem;left:19.1875rem;width:28.5625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxKfE1uOzMTwNg2tTxP9PNazA8G6BTAl { top:2.1875rem;left:0rem;width:28.8125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UatyaKixPCCXKe1M5sIoNJ381uvMKL { display:block; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTlgdOTTtttG6wyVhJGWf1yKe9f4uWAk { top:2.625rem;left:13.75rem;width:18rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sQJ8ECNEzTr9m5dpKv4Qrn2upZmBMd { top:6.625rem;left:12.8125rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEI63hlW5uS9RNpveDx2oqI44XacADqz { display:block; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es1wXgbsHLrtwT62isplQ6pQcFiE3Nsu { width:21.8125rem;height:13.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkEwriQxAzd6hfnAAGFDlUMt3oLfeEg { width:20.4375rem;height:13.5rem;top:3.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3oCO8EVKazmrr0zAOTHsyeOfNQIm5J { width:17.75rem;height:22.0625rem;top:3.1875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyX74R3iqh2onkROVzmSwQxN7U0isKGb { width:32.8125rem;height:17.9375rem;top:16.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUm4AzOwfB9Q2riDf3EXtPt6AxTkVdIJ { width:13.3125rem;height:17.8125rem;top:16.4375rem;left:8.6256672597862rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhmtGQx92q5GSenWdmH0wVcaWfWfuWyE { width:15rem;height:20.25rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzEyZOzq3XQAMN9KpMy9Dwz7dAw87ZOO { width:20.0625rem;height:26.875rem;top:53.1875rem;left:6.8984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzWFuDBhpZWV11VcUAB9PTTTTOCgpNc { width:13.625rem;height:24.75rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJX6lIOznohOZ8yXUHuOaQStXibvmZmz { width:34.3125rem;height:19rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQdnpboJCCKMAoeWzzK53TrkWvLCNUph { width:27.125rem;height:19.0625rem;top:34.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f89K3hyus0BEIUsRO4nBD55gLilI78Qv { width:27.3125rem;height:14.9375rem;top:52.5625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCgTwO5qZJkhIFwXpDv6ppTrs13cDSZk { width:34.25rem;height:15.1875rem;top:64.8125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi8EfTumFNNNo7R2qf0xJurEBel1VXth { width:13.0625rem;height:17.6875rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7p3afXaor4MOV0JLERbOFRdwgUOfsSI { width:47.75rem;height:35.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1uNlpO5UPyitAOCi9M1O8AAPNqbey41 { width:47.75rem;height:63.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ob8hV8FsTM9AUx02RD8RTT3sZ9Tn8OSb { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BeXT2BVqtT0qzsHosw9GfsqoJrk98JF1 { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GW6TAEvD3b1QtpdWhtvnynwUbFPWXNKW { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT { display:block; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI84BW0awxQfHcViwwMe4Ima3P26Gual { width:6.75rem;height:6.6875rem;top:50.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHuWwDlH7Qqr9OOlx6g2W2FOQANTd96t { width:18.75rem;height:1.625rem;top:58.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7gIP0uafdZyOuoFnyHFtoNxB0tq2GES { width:18.75rem;height:17.9375rem;top:61rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1s7O5SbhTWMGkAmZ72zLxydE2RCX5dX { width:18.75rem;height:5.375rem;top:41.0625rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX3fZ9Hpf4wSiT5wVtv1nT0qUhgoULs { width:18.75rem;height:1.625rem;top:38.6875rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wetzoFQinIsrfTUEbcyhTTCAcsOPw4Dd { width:6.75rem;height:6.6875rem;top:30.6875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukmdtd6Ncz3X9TwOfNnMXEzSIyQwyTKp { width:18.75rem;height:7.1875rem;top:41.0625rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7NETuOocrxxaWUOSmx2RoVRlMqIgZOH { width:18.75rem;height:1.625rem;top:38.6875rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHc8OlEO77Z9dNS4NSCcnyBU7TtPMbt2 { width:6.75rem;height:6.6875rem;top:30.6875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3JTrPuttZGwQSNDxvt5osdvHv5uB73X { width:6.75rem;height:6.6875rem;top:8.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1CEHycDA53p2RrsC6aTfm7Mrox6D3DP { width:18.75rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzFTl53MoE5D8yyk5TWa584FsTnLyL4 { width:18.75rem;height:1.625rem;top:16.6875rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbqUQJ9H2oXRFxIlxuykpIMGTnT8sRII { width:6.75rem;height:6.6875rem;top:8.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsT7kTgykyiupqHQMx0NkpgmT76GNfBT { width:18.75rem;height:1.75rem;top:18.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94KCcxrgS7sic1naS3KncQfJFcvhdoo { width:18.75rem;height:7.1875rem;top:18.9375rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OicrGfl6Z6lw9tW89fu9Xl5ialNxuvog { width:18.9375rem;height:12.5625rem;top:18.9375rem;left:28.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94RTf3TTSQGIMcTSPLhA2dNMEUAyBhL { width:18.75rem;height:1.625rem;top:16.6875rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9CRR3PrMyrUqXfbFlsGKqwmVdtgULot { width:6.75rem;height:6.6875rem;top:8.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3NvZXthSDbGobFbrmwLOQ7sNTqTNtER { top:1.625rem;left:0rem;width:23.0625rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnFqrocNs7vtnkuT1G3rSvzw7PA1FD { top:5.625rem;left:0rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H86VfXN4H2hGy79PUThUCTuliIwT5Hs8 { width:6.75rem;height:6.6875rem;top:30.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue4FHQZ0PukTXqmpG1gNpbmwFo11kApc { width:15.4375rem;height:1.625rem;top:38.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlfgif32yCiVFHZT7pqOhLAmgFZNavT7 { width:18.625rem;height:7.1875rem;top:41.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIkHKagQedRUdcbTJddx7MdkVZcSEbG { width:18.75rem;height:17.9375rem;top:61rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr6BaNFrSVUzawM0q4AI8ZseWNlaf5Zy { width:6.75rem;height:6.6875rem;top:50.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3EomzNRWlDOuzSV1E4axaXfdwZvEQy { width:18.75rem;height:1.625rem;top:58.25rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahfpcewtWQkFmPZTCL2DhLrRmO2hXS4 { width:6.75rem;height:6.6875rem;top:50.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpThN2kiyokesMwW8LWJMWLloMKrdis { width:18.75rem;height:1.625rem;top:58.25rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpfODJd745VpfvehyPM1vNIWpoIq5zV { width:18.75rem;height:12.5625rem;top:61rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU { display:block; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfikhdPoOUe9XKhLisioRSTxFHlJtCUO { top:17.6875rem;left:0rem;width:47.75rem;height:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyClh1K1O1LsmLDT47rNxgB3CO6uMFed { top:9.75rem;left:0rem;width:47.75rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPfW8Sl2UR5se9FRNwtIU92E7fpQQqfH { top:10.9375rem;left:12.28125rem;width:23.0625rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHABoxwT6Km5hsmURpViWpP0MxVb0TVW { top:14.375rem;left:13.875rem;width:21rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { display:block; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onSBSzwedfkeEOzsP1VQ9d2VZsU7Pgbk { top:0.5rem;left:10.6875rem;width:23.0625rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzxCni6VI7ZoRkuChe2vBDzXtrX0dLKf { top:3.9375rem;left:10.75rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmi4a9g1BCVE56gLdg0NMq7oTJl8hU2V { top:7rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOvF8JIHqwFuu4IvvtpTWDUaVAVwsMNa { top:18.75rem;left:0rem;width:47.75rem;height:8.4059895833331rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuVHysor1wtMKfrTsn8VPOTa7kmethFp { display:block; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL7twqmFz950yPLfrvRTMP1NdoJLOFoM { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c { top:19.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg { top:19.5rem;left:27.25rem;width:3.125rem;height:3.125rem;display:block; }
#pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 { top:19.5rem;left:32.625rem;width:3.125rem;height:3.125rem;display:block; }
#n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #O5t4egCDk077QSSR9LpkyPNulwOTesSD { top:19.5rem;left:37.0625rem;width:3.125rem;height:3.125rem;display:block; }
#O5t4egCDk077QSSR9LpkyPNulwOTesSD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 { top:19.5rem;left:41.5625rem;width:3.125rem;height:3.125rem;display:block; }
#TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 { top:19.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #QKAM9tB1t2FEOZnxp7TXMRtltHuL95am { top:19.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#QKAM9tB1t2FEOZnxp7TXMRtltHuL95am > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #kRa4PKdpbUdT1O8Byz42EsEpprMgpANT { top:2.6875rem;left:0rem;width:21.0625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT { display:none; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { width:20rem;height:11.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OSoCIEPIuMFgHKiT7PtG7ybeWVQXoMqQ { width:20rem;height:0.0625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn { width:1.5625rem;height:1.5625rem;top:4.2275390625rem;left:18.4375rem;font-size:1.125rem;display:block; }
#dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #dkaG9XxiftGn54c5WXiXuf1i2VBffckA { width:1.5625rem;height:1.5625rem;top:4.2275390625rem;left:18.4375rem;font-size:1.125rem;display:block; }
#dkaG9XxiftGn54c5WXiXuf1i2VBffckA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf { width:1.5625rem;height:1.5625rem;top:4.2275390625rem;left:18.4375rem;display:block; }
#G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 { width:1.25rem;height:1.25rem;top:4.2275390625rem;left:18.75rem;font-size:1.125rem;display:block; }
#Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #PDhMGXohrfan5SrOETzRnD95SQXyhceJ { width:1.25rem;height:1.25rem;top:4.2275390625rem;left:18.75rem;font-size:1.125rem;display:block; }
#PDhMGXohrfan5SrOETzRnD95SQXyhceJ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM { width:1.25rem;height:1.25rem;top:4.2275390625rem;left:18.75rem;display:block; }
#TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uzH3DmuN4ntbZTmx96VInLF4RNUrclTR { width:1.1875rem;height:1.1875rem;top:4.2587890625rem;left:18.8125rem;display:block; }
#uzH3DmuN4ntbZTmx96VInLF4RNUrclTR > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #M6FwfaU6mRXdThbmzGPsLl0qwiar4vZy { width:4.375rem;height:4.375rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGF6SqtRSwtlgpmbK4Ct1xrmOFxDkt65 { width:20rem;height:1.6875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5984b416-1b14-4192-b784-213f696f93b1/Bacground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.adaptive-delivery-prevent-bg, #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.lazyload, #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.lazyloading { background-image: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { background-color: transparent; background-image: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container > .video-iframe-container { display: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row > .video-iframe-container { display: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .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); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8ikkye0v0EPWlK6dEvndGL8XBluT3UC { height:11.375rem;width:19.875rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2QvrSvqcoszpTHdwtnlTXHdidk2NPrG { width:20rem;height:6.32425rem;top:12.1875rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOI8GSxi0VbwSeJTcBW0U8Jn2mNhIvPr { width:20rem;height:1.6875rem;top:0rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RGZwXpa8xr81R8CMg7mxAcIdGA3gWaVC { width:5.1875rem;height:5.1875rem;top:3rem;left:7.40625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #yrS7ZRaSdK4eVg1tM1c0Nd4zFC0bo9eb { top:35.0625rem;left:0.625rem;width:18.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFnESMnGJSEFLKRV03lEZptVwgRwhnpH { display:block; }
 }@media only screen and (max-width: 763px) { #TnE6b0tUDcbeVlFSsoeMligXBV6FnM39 { display:flex;width:5.0625rem;height:5.0625rem;top:41.51171875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRNJzB5SV3f3TlOqetbXPy3QKFIEDMzn { display:flex;width:4.8125rem;height:4.8125rem;top:47.82421875rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSQWP0mTX1zxskU8HfG4UBAnmcChR7R8 { width:19.8125rem;height:2.0996125rem;top:19.19921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2282958b-bec5-4e1e-8f73-4e27f05e80b1/noroot.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.adaptive-delivery-prevent-bg, #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.lazyload, #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.lazyloading { background-image: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { background-color: transparent; background-image: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container > .video-iframe-container { display: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container { display: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .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); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { border-width: 0; border-radius: 0; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEmyAVxQTQf7l2s27TkwuhuP3wsJg2AR { width:18.5625rem;height:33.25rem;top:10.78125rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aXM0wMTWM82TVTNpQaF1K1U4JtTlRXxc { width:20rem;height:33.6875rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb { display:block; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-button { width:8rem;margin-top:0.25rem;margin-right:4.75rem;margin-bottom:0.25rem;margin-left:4.75rem;font-size:2rem;overflow:hidden;line-height:1.2;height:4.0625rem; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc  { width:17.5rem;height:0;top:6.898925rem;left:0rem; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc {display:block;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc { width:17.5rem;height:0;top:6.898925rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #TOmonRB6F7l7gTBkmQvSP3K6iIXof3Az {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #PIXwB1DGW8AUxa4k7Uz4koG9VKNXVrGG { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ZQ2SqsWLtg2fGcRmnKK8lH4r7Dkn3a7n {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #J7v8aMGaSnn8HWZiTAFOLg68NtAZEaNn {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #Fga0hSJlRxyUE1kbN2TAseEwBKTVcbTU { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #yHKO34RPc9k42WWQGbNbXKBcEaGZMb7L {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #hHoJ37M9Q7n1BzLo2BAvRWvEav4e1ER7 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #KJ2kI7ycTFn7bddy9Icrtyih27v3m1bs { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #csZmNzCu22HKTughuVqCKZdItT3xk1pH {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ITnKdXxaTCqHMrwdA2Q98T7u3TTZ4aC2 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #SWkaFL4Qa2H0xEr7sx613ByLHx7Faq3e { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #pghz23VHFNy5s0RCJc4vnFMvdkU1FXS8 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #MJ8m9bZhCmbrAGntT46u6eDuKXhIumbo {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #b2gEHZ8zvdNJmxixbSk73TdIKJgtCHpU { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #uNJ0Ve6fnxTa4qmZCz7NCeTLd6amgHII {  }
 }@media only screen and (max-width: 763px) { #OzFz5bx1dfhGkmn2qwHigTtqoyX5oT0T { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #oVBqxLwMTs5tATkESZwledGccTb7dse6 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #vlHRKDWFQmMVT2rqm8sC3Q5MeiCNZNI5 {  }
 }@media only screen and (max-width: 763px) { #WfuHb5wim23RTii77ItBwrzVBJn8nVgB { width:20rem;height:4.3994125rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAFGV00274sTyClUIftMPFLfg7NBNrHl { display:block; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7paDaqthbKPDJrxyIPCExCqH5wA8Ouy { width:20rem;height:2.19970625rem;top:2.42578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOIC5z4C4suZEfVbHW9Kr5TGLEqMCTVD { width:20rem;height:2.669925rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { display:block; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJpG4TkGWCRNAxUqfmT7UsqDEOcJvngt { width:18.5625rem;height:46.0625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { display:block; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W28kxM2pIunWJXNe7oPTBeWKIP39CiF4 { width:18.75rem;height:56.5625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { display:block; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvLBT7ksbo9GrIKAMpHA2w5BRklNBlKD { height:11.0713125rem;width:20rem;top:13.59475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxKfE1uOzMTwNg2tTxP9PNazA8G6BTAl { height:11.0951875rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UatyaKixPCCXKe1M5sIoNJ381uvMKL { display:block; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTlgdOTTtttG6wyVhJGWf1yKe9f4uWAk { width:20rem;height:2.19970625rem;top:4.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7sQJ8ECNEzTr9m5dpKv4Qrn2upZmBMd { width:16.625rem;height:2.125rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEI63hlW5uS9RNpveDx2oqI44XacADqz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb819439-9505-4b45-94c5-b8b0304963f9/Reka1.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz.adaptive-delivery-prevent-bg, #rEI63hlW5uS9RNpveDx2oqI44XacADqz.lazyload, #rEI63hlW5uS9RNpveDx2oqI44XacADqz.lazyloading { background-image: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { background-color: transparent; background-image: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.78); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container > .video-iframe-container { display: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.78); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container { display: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .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); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { width:20rem;height:91.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es1wXgbsHLrtwT62isplQ6pQcFiE3Nsu { width:20rem;height:12.5625rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxkEwriQxAzd6hfnAAGFDlUMt3oLfeEg { width:20rem;height:13.375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Lx3oCO8EVKazmrr0zAOTHsyeOfNQIm5J { width:20rem;height:14.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zyX74R3iqh2onkROVzmSwQxN7U0isKGb { width:20rem;height:11.25rem;top:14.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUm4AzOwfB9Q2riDf3EXtPt6AxTkVdIJ { width:20rem;height:16.5625rem;top:14.625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hhmtGQx92q5GSenWdmH0wVcaWfWfuWyE { width:20rem;height:27.6875rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzEyZOzq3XQAMN9KpMy9Dwz7dAw87ZOO { width:20rem;height:22.6875rem;top:54.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvzWFuDBhpZWV11VcUAB9PTTTTOCgpNc { width:10rem;height:18rem;top:50.3125rem;left:-0.0126953125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #iJX6lIOznohOZ8yXUHuOaQStXibvmZmz { width:20rem;height:11.25rem;top:35.5rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KQdnpboJCCKMAoeWzzK53TrkWvLCNUph { width:20rem;height:13.332rem;top:46.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f89K3hyus0BEIUsRO4nBD55gLilI78Qv { width:20rem;height:11.0625rem;top:53.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCgTwO5qZJkhIFwXpDv6ppTrs13cDSZk { width:20rem;height:9rem;top:55.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yi8EfTumFNNNo7R2qf0xJurEBel1VXth { width:13.3125rem;height:17.9375rem;top:63.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7p3afXaor4MOV0JLERbOFRdwgUOfsSI { top:24.3125rem;left:0rem;width:20rem;height:14.9375rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #X1uNlpO5UPyitAOCi9M1O8AAPNqbey41 { top:26.5625rem;left:3.3125rem;width:11.375rem;height:15.25rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ob8hV8FsTM9AUx02RD8RTT3sZ9Tn8OSb { top:64.6875rem;left:0rem;width:20rem;height:13.3125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BeXT2BVqtT0qzsHosw9GfsqoJrk98JF1 { top:78rem;left:0rem;width:20rem;height:13.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GW6TAEvD3b1QtpdWhtvnynwUbFPWXNKW { top:14.75rem;left:0rem;width:20rem;height:13.25rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT { display:block; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { width:20rem;height:216.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI84BW0awxQfHcViwwMe4Ima3P26Gual { width:6.75rem;height:6.6875rem;top:43.72165625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHuWwDlH7Qqr9OOlx6g2W2FOQANTd96t { width:18.75rem;height:1.54345625rem;top:51.65915625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7gIP0uafdZyOuoFnyHFtoNxB0tq2GES { width:18.75rem;height:18.9941375rem;top:54.452125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1s7O5SbhTWMGkAmZ72zLxydE2RCX5dX { width:18.75rem;height:5.69824375rem;top:178.95015625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX3fZ9Hpf4wSiT5wVtv1nT0qUhgoULs { width:18.75rem;height:1.54345625rem;top:176.1571875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wetzoFQinIsrfTUEbcyhTTCAcsOPw4Dd { width:6.75rem;height:6.6875rem;top:168.2196875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukmdtd6Ncz3X9TwOfNnMXEzSIyQwyTKp { width:18.75rem;height:7.597625rem;top:105.0116875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7NETuOocrxxaWUOSmx2RoVRlMqIgZOH { width:18.75rem;height:1.54345625rem;top:102.21871875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHc8OlEO77Z9dNS4NSCcnyBU7TtPMbt2 { width:6.75rem;height:6.6875rem;top:94.28121875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3JTrPuttZGwQSNDxvt5osdvHv5uB73X { width:6.75rem;height:6.6875rem;top:5.11230625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1CEHycDA53p2RrsC6aTfm7Mrox6D3DP { width:18.75rem;height:1.54345625rem;top:16.29980625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzFTl53MoE5D8yyk5TWa584FsTnLyL4 { width:18.75rem;height:1.54345625rem;top:82.638625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbqUQJ9H2oXRFxIlxuykpIMGTnT8sRII { width:6.75rem;height:6.6875rem;top:74.701125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsT7kTgykyiupqHQMx0NkpgmT76GNfBT { width:18.75rem;height:1.8999rem;top:19.092775rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94KCcxrgS7sic1naS3KncQfJFcvhdoo { width:18.75rem;height:7.597625rem;top:85.43159375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OicrGfl6Z6lw9tW89fu9Xl5ialNxuvog { width:18.75rem;height:13.295875rem;top:153.670875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94RTf3TTSQGIMcTSPLhA2dNMEUAyBhL { width:18.75rem;height:1.54345625rem;top:150.87790625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9CRR3PrMyrUqXfbFlsGKqwmVdtgULot { width:6.75rem;height:6.6875rem;top:142.94040625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3NvZXthSDbGobFbrmwLOQ7sNTqTNtER { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnFqrocNs7vtnkuT1G3rSvzw7PA1FD { width:15.625rem;height:2rem;top:13.04980625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H86VfXN4H2hGy79PUThUCTuliIwT5Hs8 { width:6.75rem;height:6.6875rem;top:22.2421875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue4FHQZ0PukTXqmpG1gNpbmwFo11kApc { width:15.4375rem;height:1.54345625rem;top:30.1796875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlfgif32yCiVFHZT7pqOhLAmgFZNavT7 { width:18.625rem;height:9.4970625rem;top:32.97265625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIkHKagQedRUdcbTJddx7MdkVZcSEbG { width:18.75rem;height:18.994125rem;top:196.62984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr6BaNFrSVUzawM0q4AI8ZseWNlaf5Zy { width:6.75rem;height:6.6875rem;top:185.899375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3EomzNRWlDOuzSV1E4axaXfdwZvEQy { width:18.75rem;height:1.54345625rem;top:193.836875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahfpcewtWQkFmPZTCL2DhLrRmO2hXS4 { width:6.75rem;height:6.6875rem;top:113.8613125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpThN2kiyokesMwW8LWJMWLloMKrdis { width:18.75rem;height:1.54345625rem;top:121.7988125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpfODJd745VpfvehyPM1vNIWpoIq5zV { width:18.75rem;height:17.094725rem;top:124.59178125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cdfb3fa6-71e0-412a-bc03-cf8efccb40f4/1920BannerGrafiti.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.adaptive-delivery-prevent-bg, #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.lazyload, #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.lazyloading { background-image: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { background-color: transparent; background-image: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container > .video-iframe-container { display: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container { display: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .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); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfikhdPoOUe9XKhLisioRSTxFHlJtCUO { width:18.0625rem;height:24.375rem;top:9.125rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyClh1K1O1LsmLDT47rNxgB3CO6uMFed { width:20rem;height:34rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPfW8Sl2UR5se9FRNwtIU92E7fpQQqfH { width:20rem;height:2.19970625rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHABoxwT6Km5hsmURpViWpP0MxVb0TVW { width:15.6875rem;height:1.875rem;top:5.69921875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { display:block; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onSBSzwedfkeEOzsP1VQ9d2VZsU7Pgbk { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzxCni6VI7ZoRkuChe2vBDzXtrX0dLKf { width:16.625rem;height:2.125rem;top:5.11230625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmi4a9g1BCVE56gLdg0NMq7oTJl8hU2V { width:20rem;height:14.4375rem;top:8.48730625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOvF8JIHqwFuu4IvvtpTWDUaVAVwsMNa { width:20rem;height:3.52001875rem;top:24.17480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuVHysor1wtMKfrTsn8VPOTa7kmethFp { background-color:#3f035f;background-image:url("https://images.assets-landingi.com/uc/fa1419a4-7f5a-46ac-a981-b6613c6253f5/1920BannerFuter.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp.adaptive-delivery-prevent-bg, #GuVHysor1wtMKfrTsn8VPOTa7kmethFp.lazyload, #GuVHysor1wtMKfrTsn8VPOTa7kmethFp.lazyloading { background-image: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { background-color: transparent; background-image: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container > .video-iframe-container { display: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container { display: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .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); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL7twqmFz950yPLfrvRTMP1NdoJLOFoM { width:16.25rem;height:2.0996125rem;top:19.02490234375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c { display:flex;width:2rem;height:2rem;top:22.75rem;left:7.875rem; }
#wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg { display:flex;width:2.125rem;height:2.125rem;top:22.6875rem;left:5.25rem; }
#pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 { display:flex;width:2.1875rem;height:2.1875rem;top:22.6875rem;left:2.4375rem; }
#n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #O5t4egCDk077QSSR9LpkyPNulwOTesSD { display:flex;width:2.3125rem;height:2.3125rem;top:22.59375rem;left:10.25rem; }
#O5t4egCDk077QSSR9LpkyPNulwOTesSD > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 { display:flex;width:2.1875rem;height:2.1875rem;top:22.6875rem;left:12.875rem; }
#TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 { display:flex;width:2.3125rem;height:2.3125rem;top:22.59375rem;left:15.3125rem; }
#CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #QKAM9tB1t2FEOZnxp7TXMRtltHuL95am { display:flex;width:3.125rem;height:3.125rem;top:45.0371125rem;left:8.4375rem; }
#QKAM9tB1t2FEOZnxp7TXMRtltHuL95am > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #kRa4PKdpbUdT1O8Byz42EsEpprMgpANT { width:18.1875rem;height:18.5625rem;top:1.25rem;left:0.875rem;display:block; }
 }