.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ikKayLBO/Lic_DGyD_091.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row .container { background-color: transparent; background-image: none; }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row .container > .video-iframe-container { display: none; }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row > .video-iframe-container { display: none; }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .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); }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row .container { border-width: 0; border-radius: 0; }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#Cmwk72LCoxIhMmD2uPvOo868JDx1OeKJ { position:absolute;display:block;z-index:15007;background-color:#20447b;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:2.625rem;width:2.625rem;top:1.9375rem;left:50.6875rem;display:block; }
#iyiPCvE40CEX4r8uzZIi5JdP1k7g1ka2 { position:absolute;display:block;z-index:15008;background-color:#ff3557;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:2.625rem;width:2.625rem;top:2rem;left:53.9375rem;display:block; }
#T4ACf8wXBvPQ2MOWcXXQTnPhrKw2B5W5 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.375rem;left:54.375rem;display:block; }
#qUyBeE4UyGzQMoVK1gEScAq8pMqoF0xH { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.25rem;left:51.0625rem;display:block; }
#gsIvBvDCISfZM2IgaJFJ0qwx4a5B5I4E { position:absolute;display:block;z-index:15005;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.5rem;width:13.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#s8tTon6Z77S6OQymOE0ecEvrpO6V1IpP { position:absolute;display:block;z-index:15010;background-color:#3a96c8;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:2.625rem;width:2.625rem;top:2rem;left:57.375rem;display:block; }
#OlBtss5hgtOquRayoNskBSIm7V1WLoEB { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:2.25rem;left:57.625rem;display:block; }
#QkxiFppeOkEO5IRH50ADH2RspxpELmTp { background-color:rgba(137,142,225,0.48);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container { background-color: transparent; background-image: none; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container > .video-iframe-container { display: none; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row > .video-iframe-container { display: none; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .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); }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container { border-width: 0; border-radius: 0; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:60rem;overflow:visible;position:relative;display:block; }#NXJRT7Qt2FaP346mNQOeKp27MHPmsSL8 { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:"indivisa font";font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:26.8740234375rem;left:0rem;height:4.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HP2cPA67mpSMvgoize1xl9NGPtDr3mno { position:absolute;display:block;z-index:15010;background-color:#d7263d;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.49977019429207rem;width:12.37477016449rem;top:26.375rem;left:0rem;display:block; }
#rBLxpzaFrl7VvvBolW6Ta3W9ryHqVDJO { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"indivisa font";font-size:1.875rem;font-weight:300;z-index:15014;line-height:2.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:22.3125rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rBLxpzaFrl7VvvBolW6Ta3W9ryHqVDJO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rBLxpzaFrl7VvvBolW6Ta3W9ryHqVDJO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
#THnhkcMNxcy0SFknUsJhDsuMHutuagko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row .container { background-color: transparent; background-image: none; }#THnhkcMNxcy0SFknUsJhDsuMHutuagko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row .container > .video-iframe-container { display: none; }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row > .video-iframe-container { display: none; }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .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); }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row .container { border-width: 0; border-radius: 0; }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#GLyKmSxWvh68qpsOqFSyJep4TrBXhf1T { color:#d7263d;display:block;width:57.125rem;position:absolute;font-family:"indivisa display font";font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.25rem;height:6.662125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { background-color: transparent; background-image: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container > .video-iframe-container { display: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container { display: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .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); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { border-width: 0; border-radius: 0; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#sevDmxOmTKBGDCOZ9qIpwW4XSgOLMU59 { color:#434a54;display:block;width:22.25rem;position:absolute;font-family:"indivisa font";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.4375rem;left:12.4375rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7qaIx95K7F68dMKRJ7ytAtz0TNvkvmn { position:absolute;display:block;z-index:15007;background-color:#ffb600;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:1.6875rem;width:0.3125rem;top:6.6875rem;left:12.4375rem;display:block; }
#hWG3SRksgThT2fDJaTpxb2hHPZMawO6N { position:absolute;display:block;z-index:15008;background-color:#ec87c0;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:1.6875rem;width:0.3125rem;top:8.3125rem;left:12.4375rem;display:block; }
#k3Oowmz7qffTxtwVHs3Hu4a0oT2T0N9R { position:absolute;display:block;z-index:15009;background-color:#4fc2e9;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:1.6875rem;width:0.3125rem;top:10rem;left:12.4375rem;display:block; }
#PJ34mREKMo8d3N4cfb1caWIz8SaGwrb0 { color:#262728;display:block;width:33.8125rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:13.8125rem;height:7.3095625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DO47Dz0RkxLI2cB2RaJtIcGfwiU7KKyB { position:absolute;display:block;z-index:15010;background-color:#4679d6;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:1.6875rem;width:0.3125rem;top:11.625rem;left:12.4375rem;display:block; }
#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7263d;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; }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row .container { background-color: transparent; background-image: none; }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row .container > .video-iframe-container { display: none; }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row > .video-iframe-container { display: none; }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .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); }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row .container { border-width: 0; border-radius: 0; }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#svO7RBxCPbpNzvB1NDialRDQQfuorHNZ { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.21875rem;height:1.4625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row .container { background-color: transparent; background-image: none; }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row .container > .video-iframe-container { display: none; }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row > .video-iframe-container { display: none; }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .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); }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row .container { border-width: 0; border-radius: 0; }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#fOSUvTg9fzT8JHLf8MwGH6Zp7IG2U3Ni { color:#262728;display:block;width:15.3125rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:42.34375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RtHgdmpyZ5SqDi0AMyEZGdsvF2dtdz0S { color:#262728;display:block;width:11.9375rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.03125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcJReUWCFTtp1ybrhT1T8gkvnXU9xttz { color:#262728;display:block;width:14.1875rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.25rem;left:22.90625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4QzBaSxtHKL4nm6CaaqsTv6ac7GiEWw { position:absolute;display:block;z-index:15014;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:5.5625rem;width:5.5625rem;top:0.9375rem;left:7.25rem;overflow:hidden;display:block; }
#KbMpiqMErePti9bT91pVQNRUU34Uz72e { position:absolute;display:block;z-index:15015;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:5.5625rem;width:5.5625rem;top:0.9375rem;left:27.25rem;overflow:hidden;display:block; }
#NTKB3gJvsvZpWHOeTuSrtPzSadenhqdw { position:absolute;display:block;z-index:15016;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:5.5625rem;width:5.5625rem;top:0.9375rem;left:47.25rem;overflow:hidden;display:block; }
#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6929120a-427c-4823-a566-6e2a29ff1b1d/coloredpencils179167_1280.jpg");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; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz.adaptive-delivery-prevent-bg, #bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz.lazyload, #bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz.lazyloading { background-image: none; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container { background-color: transparent; background-image: none; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container > .video-iframe-container { display: none; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row > .video-iframe-container { display: none; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .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); }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container { border-width: 0; border-radius: 0; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#rlq0ngz5bmA4LiKQx5Uph46kJBhbanSl { position:absolute;display:block;z-index:15000;background-color:#0a1d45;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:7.4375rem;width:34.0625rem;top:5.625rem;left:2.0625rem;display:block; }
#uwfkDu1su6pQbGudFPD0fuiuSilHsAaH { position:absolute;display:block;z-index:15001;background-color:#ba011f;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:3.811525rem;width:20.499rem;top:3.125rem;left:0rem;display:block; }
#aSwFu3TAsQE3qRePxcEDDUXiCrV9ORIJ { color:#ffffff;display:block;width:15.6865rem;position:absolute;font-family:"indivisa font";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBRXTA1dUuwkncLsoWUIPUGpfEhDuyc5 { color:#ffffff;display:block;width:33.3105625rem;position:absolute;font-family:"indivisa font";font-size:3.4375rem;font-weight:300;z-index:15017;line-height:.9;letter-spacing:0;top:8.125rem;left:2.4375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ef8TDGxRB4TFAzwNTFFXf4b2c1TL4Azn { 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:24rem;width:32rem;display:none; }
#qoRszAgIK11zhIRBXQBMvfx7hI2o6HQ1 { background-color:#ba011f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"indivisa font";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.125rem;left:42.5rem;display:block; }
#USJD9OmIFBNuXaT6KJ5eQUUKxn2pSVHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row .container { background-color: transparent; background-image: none; }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row .container > .video-iframe-container { display: none; }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row > .video-iframe-container { display: none; }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .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); }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row .container { border-width: 0; border-radius: 0; }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#S2pdohh5IcczbbggX75rApZN19aqWKtu { color:#0a1d45;display:block;width:55.0625rem;position:absolute;font-family:"indivisa display font";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:2.46875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row .container { background-color: transparent; background-image: none; }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row .container > .video-iframe-container { display: none; }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row > .video-iframe-container { display: none; }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .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); }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row .container { border-width: 0; border-radius: 0; }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#reJwNErrnrXoZ0ZevUXq1BJdmXbKMSrk { color:#262728;display:block;width:16.125rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:34.5625rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbNp7sfwucyU6Ctd368o2GqvfFW9D7FD { 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:25.5625rem;width:16.9375rem;top:2.03125rem;left:12.9375rem;overflow:hidden;display:block; }
#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7263d;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; }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row .container { background-color: transparent; background-image: none; }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row .container > .video-iframe-container { display: none; }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row > .video-iframe-container { display: none; }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .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); }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row .container { border-width: 0; border-radius: 0; }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#PMrxmzWrgtxcObZCnITCFqKasXiO7mIQ { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:"indivisa display font";font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.96875rem;left:14.875rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row .container { background-color: transparent; background-image: none; }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row .container > .video-iframe-container { display: none; }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row > .video-iframe-container { display: none; }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .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); }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row .container { border-width: 0; border-radius: 0; }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#KElM1XbcB98M1TWQ65ImQWeI59CWOMeg { position:absolute;display:block;z-index:15011;background-color:#ffb600;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:2rem;width:0.375rem;top:3rem;left:9.875rem;display:block; }
#i4Zl6lbosJLub9SPTR4hG0oJiBwcqPq7 { position:absolute;display:block;z-index:15012;background-color:#ec87c0;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:2rem;width:0.375rem;top:5rem;left:9.875rem;display:block; }
#un4AimGImzrLT2Kcgb9UsTeiSdCJfXbs { position:absolute;display:block;z-index:15013;background-color:#4fc2e9;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:2rem;width:0.375rem;top:7rem;left:9.875rem;display:block; }
#pZTRlJZq7XXAWOCZKywxE3GTiXt853HV { position:absolute;display:block;z-index:15014;background-color:#4679d6;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:2rem;width:0.375rem;top:9rem;left:9.875rem;display:block; }
#FaC9Q4qGh9uCAQXb49ON20lPMTO1Vk75 { color:#000000;display:block;width:10rem;position:absolute;font-family:"indivisa font";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:11.125rem;height:15.9140625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tl0slKniV7UalSuRhKeqGXtTHpOd5AEP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.5625rem;top:3.5rem;left:22.75rem;display:block; }
#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row .container { background-color: transparent; background-image: none; }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row .container > .video-iframe-container { display: none; }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row > .video-iframe-container { display: none; }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .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); }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row .container { border-width: 0; border-radius: 0; }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#f4dRBwFl6r7X7IkVI4s1i7n5UXBv1mkT { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"indivisa font";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:3.6875rem;left:40.9375rem;height:11.3671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RE2xIXIpv3wKRGnND0dhCKNKEVAbnw84 { position:absolute;display:block;z-index:15020;background-color:#4679d6;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:2rem;width:0.375rem;top:9.6875rem;left:39.5rem;display:block; }
#gegRtvzyaDpwlRufvzHCOJ0d7dJIdU0B { position:absolute;display:block;z-index:15019;background-color:#4fc2e9;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:2rem;width:0.375rem;top:7.6875rem;left:39.5rem;display:block; }
#W2tLlSpsmF5uWJTc5POJIyv5WKSH9X0q { position:absolute;display:block;z-index:15018;background-color:#ec87c0;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:2rem;width:0.375rem;top:5.6875rem;left:39.5rem;display:block; }
#clX8BG3AhMlvpkQumrNZlWO6WveqBtz9 { position:absolute;display:block;z-index:15017;background-color:#ffb600;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:2rem;width:0.375rem;top:3.6875rem;left:39.5rem;display:block; }
#GeZpr41X0rGx4ZQRWFhZ2FT2LJkbtM8Z { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.5625rem;top:1.15625rem;left:8.875rem;display:block; }
#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row .container { background-color: transparent; background-image: none; }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row .container > .video-iframe-container { display: none; }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row > .video-iframe-container { display: none; }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .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); }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row .container { border-width: 0; border-radius: 0; }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#x3IgQpnGkHNuueegF3ogZXTFImCFVgz6 { position:absolute;display:block;z-index:15017;background-color:#ffb600;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:2rem;width:0.375rem;top:2.1875rem;left:16.375rem;display:block; }
#zyDmy95TOIaaPipgzuOT9HsoJD27wa0d { position:absolute;display:block;z-index:15018;background-color:#ec87c0;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:2rem;width:0.375rem;top:4.1875rem;left:10.1875rem;display:block; }
#c4dPMo0uQJeuDGFsF7fBr4TF8UMyZeU3 { position:absolute;display:block;z-index:15019;background-color:#4fc2e9;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:2rem;width:0.375rem;top:6.1875rem;left:10.1875rem;display:block; }
#DQsvgodOkDavZtF2TQC0RW9i2oiiEPgy { position:absolute;display:block;z-index:15020;background-color:#4679d6;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:2rem;width:0.375rem;top:8.1875rem;left:10.1875rem;display:block; }
#t3vsd0gSb6ONtCa4MTCDkT5UZOeUlaGQ { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"indivisa font";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.1875rem;left:11.125rem;height:14.77734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KXRJ65Ohzez356A1PilWRMEBRsyTMqZc { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5rem;width:29.5rem;top:2.125rem;left:23.4375rem;display:block; }
#wSTXvPOEtyF2E3uhb37xll625uELJVHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7263d;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; }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row .container { background-color: transparent; background-image: none; }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row .container > .video-iframe-container { display: none; }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row > .video-iframe-container { display: none; }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .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); }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row .container { border-width: 0; border-radius: 0; }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#Xw4KwndIePxce8kBJm4BByHtmmnaXozq { color:#ffffff;display:block;width:55.0625rem;position:absolute;font-family:"indivisa font";font-size:1.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:2.46875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBO2kFauMHFsr2mOZ2qOvSoCuQqa3cLg { color:#262728;display:block;width:47.6875rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:6.15625rem;height:1.4624rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row .container { background-color: transparent; background-image: none; }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row .container > .video-iframe-container { display: none; }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row > .video-iframe-container { display: none; }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .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); }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row .container { border-width: 0; border-radius: 0; }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:block; }#SEVDhLhmMqXao7P399B97rVk5nvutENt { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem dotted #4fc2e9;border-left:0.125rem dotted #4fc2e9;border-right:0.125rem dotted #4fc2e9;border-bottom:0.125rem dotted #4fc2e9;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.625rem;width:14.625rem;top:1.125rem;left:2.5625rem;display:block; }
#xssbOzzkFi8WFzefooZxGa2f1iRmsubX { 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:5.9375rem;width:6.375rem;top:5.59375rem;left:6.8125rem;overflow:hidden;display:block; }
#s2J7gMeNh8Fq01OS1JTuVGzq8L5zuIRl { color:#d7263d;display:block;width:14.1875rem;position:absolute;font-family:"indivisa font";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:17.4375rem;left:2.90625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJdF8xcR8Km3b5CB6JXlQQHlyILRdQdz { color:#262728;display:block;width:17.1875rem;position:absolute;font-family:"indivisa font";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5rem;left:1.40625rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghfsqzITJfT85g9gBv9obXnWLBvBmS5O { color:#262728;display:block;width:13.9375rem;position:absolute;font-family:"indivisa font";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5rem;left:23.03125rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#II4VhZaWK6hFL01M385oJESSXEXsiUx4 { color:#d7263d;display:block;width:17rem;position:absolute;font-family:"indivisa font";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:17.4375rem;left:21.5rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgaaqfezvN00sdVZOkJlVucxry9BaUOA { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem dotted #ec87c0;border-left:0.125rem dotted #ec87c0;border-right:0.125rem dotted #ec87c0;border-bottom:0.125rem dotted #ec87c0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.625rem;width:14.625rem;top:1.125rem;left:22.5625rem;display:block; }
#yEsohUFdyU0n2GqSr7qHRyWZw89JZfMe { position:absolute;display:block;z-index:15005;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:5.0625rem;width:5.625rem;top:6.03125rem;left:27.1875rem;overflow:hidden;display:block; }
#U4BNdEVF1lBZszubfkJpvxdrelCoKHLE { color:#262728;display:block;width:15.3125rem;position:absolute;font-family:"indivisa font";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.5rem;left:42.34375rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbP7hUuR3Vazfz8Mi6FOQuAzlU2rt2cG { color:#d7263d;display:block;width:16.875rem;position:absolute;font-family:"indivisa font";font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:17.4375rem;left:41.5625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9SiEI1lLe3zc1f5rQIc5Egx6SrdcQn3 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem dotted #ffb600;border-left:0.125rem dotted #ffb600;border-right:0.125rem dotted #ffb600;border-bottom:0.125rem dotted #ffb600;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.625rem;width:14.625rem;top:1.125rem;left:42.5625rem;display:block; }
#ZkSUOnu4LZIyQIexMOEAlzC0cq8R16yA { position:absolute;display:block;z-index:15009;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:5.625rem;width:5.625rem;top:5.75rem;left:47.1875rem;overflow:hidden;display:block; }
#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7263d;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; }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row .container { background-color: transparent; background-image: none; }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row .container > .video-iframe-container { display: none; }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row > .video-iframe-container { display: none; }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .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); }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row .container { border-width: 0; border-radius: 0; }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row .container { background-color: transparent; background-image: none; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row .container > .video-iframe-container { display: none; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row > .video-iframe-container { display: none; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .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); }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row .container { border-width: 0; border-radius: 0; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#vHAJkPIleGELDv3DeymI6P4vMkSRRC69 { color:#000000;display:block;width:34.749rem;position:absolute;font-family:"indivisa font";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:12.6240234375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0abce33-82c9-4244-833d-7c8930b68777/handdrawingthedreamtravelaroundtheworldinawhiteboardSBI300073916.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V.adaptive-delivery-prevent-bg, #XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V.lazyload, #XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V.lazyloading { background-image: none; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row .container { background-color: transparent; background-image: none; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row .container > .video-iframe-container { display: none; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row > .video-iframe-container { display: none; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .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); }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row .container { border-width: 0; border-radius: 0; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V::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; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;position:relative;display:block; }#zlizaGAk1PdFNRwoTxwdqKTaTJ99d2sA { color:#ffa53c;display:block;width:27.1875rem;position:absolute;font-family:"indivisa font";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5625rem;left:1.40625rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nNBqVR336U0c2CnUXV1K9yQomVg56taa { position:absolute;display:block;z-index:15012;background-color:#ba011f;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.3125rem;width:5rem;top:6.6875rem;left:23.6875rem;display:block; }
#H9uHWpFuu1lmSq3GaSBPTPr3MnSGKdt9 { position:absolute;display:block;z-index:15012;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.5625rem;width:59.1875rem;top:8.4375rem;left:0.8125rem;overflow:hidden;display:block; }
#BD26S1W9HS5SgqXCceTWUqL5weK9TkWA { color:#ffffff;display:block;width:54rem;position:absolute;font-family:"indivisa font";font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:48.1953125rem;left:3.40625rem;height:5.2431625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container { background-color: transparent; background-image: none; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container > .video-iframe-container { display: none; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row > .video-iframe-container { display: none; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .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); }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container { border-width: 0; border-radius: 0; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#zFuVKnmyTTtAsJ99h6QmicG2E1tqcrIZ { color:#d50d44;display:block;width:44.3125rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.9931640625rem;left:7.84375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOHHRwTAr4L432xqM2H54z80yXgbu88A { color:#000000;display:block;width:54rem;position:absolute;font-family:"indivisa font";font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1328125rem;left:3rem;height:3.5371125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/T2BEBr29/Lic_DGyD_079.jpg");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; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq.adaptive-delivery-prevent-bg, #b96tX8NQEpfhmrHlrrhs9At13OQq72Lq.lazyload, #b96tX8NQEpfhmrHlrrhs9At13OQq72Lq.lazyloading { background-image: none; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container { background-color: transparent; background-image: none; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(146,148,233,0.58); }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container > .video-iframe-container { display: none; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(146,148,233,0.58); }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row > .video-iframe-container { display: none; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .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); }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container { border-width: 0; border-radius: 0; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq::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; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container { font-size:0.875rem;font-family:"indivisa font";height:43.875rem;width:60rem;position:relative;display:block; }#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-form-header {  }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-regular-label { height:auto;display:block;font-family:"indivisa font";font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"indivisa font";vertical-align:top; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-text {padding-top: 0; padding-bottom: 0;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"indivisa font";vertical-align:top; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"indivisa font";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-select {padding-top: 0; padding-bottom: 0;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .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; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-button { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;background-color:#ff3557;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.5625rem;height:3.4375rem;font-family:"indivisa font";overflow:hidden; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .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:"indivisa font";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .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; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .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:"indivisa font";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-container:first-of-type{padding-top:0;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-container:last-of-type{padding-bottom:0;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.5rem;left:39.1875rem; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem;display:block;vertical-align:top; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-info-text { display:block;height:auto;font-family:"indivisa font";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz {display:block;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.5rem;left:39.1875rem; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #l5gIH2zicWTrSywOXC2H4VBJlDvhDIOi { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ZTCeXKBhXeUxPBomUWEzAa5GvO8GrZfE { position:relative;display:block; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #twwKddqep9CZ9nomO8MZrefAgsfC1SAL { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #SbtCPnrZLAvNEOctOOu2Oxf8BQOtSruy { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #fSxU2VDRQvsyshDnba9PX2BuT8wTEhyA { position:relative;display:block; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #zzJNi7T8OmtkpLvrtDIvDpOZLk7xaFmf { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ym6mtQsPEDaeDiNxiW9xsAnO4ebDBWs4 { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #vuAN8oQdKoOgEaL7u067XIUrPXT1WHgy { position:relative;display:block; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #M5DKBETekBB46IsN2DR1tH1ny9fxCxW4 { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ATNhR3HgTfdqfLX820V5LDZSDDAhyQq2 { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #fx9Cqbrd6KNFNKKdX3VGPlIqOVwDyyLZ { position:relative;display:block; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #XPNWb0PZ1dkwVT6RqtD8yLo3gfpkwwR5 { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #rveAv39Lq3GVHeL7F0cTFPrREuWKn0Th { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Oh4m1CTvIemHvi1SonCUD1nDnTf3Xorf { position:relative;display:block; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #aB3Qidl56B9Jp7vo6buxkrTsTOcCX51i { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #C93t9pPDfvdtZUAWybDqRuvyHSv4Oa6B { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #NBPEHs46aM4aIQre9D3aktg3ixfwXNIT { position:relative;z-index:2; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Q9s62woTxBL9OMsoUu4vXlyVwL7IUXVa { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Nu5aVDigwyTn8PLto6g9LuFyFT75hWRd { position:relative;display:block;z-index:15000; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #mKBVmXevEPQuuLB0e9kCLZfTTbuvkQph { position:relative;display:block;z-index:15000; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #POzJvxH6A2eBLCq3BUNODAELnteh8mz8 { position:relative; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ziLxcr7MELz5eNs9G37JSc6b6FGS0cTb { position:relative; }
#mJh7ZMhAJZJz3BoK2ocKwoTTrIPbxrsP { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"indivisa font";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:41.9375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCM4Ltoc2oyGarXaFZUefI8yrTkLNXsh { position:absolute;display:block;z-index:15005;background-color:#d50d44;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:3.8120403289795rem;width:20.499769210816rem;top:2.4375rem;left:0rem;display:block; }
#JhDIZ1MJETV4lKaVwfaxhoCfW75MT7fq { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"indivisa font";font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.9375rem;left:1.3125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#os2y2qMafBownECuX81Z8ccbiTfDzTcx { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"indivisa font";font-size:3.5rem;font-weight:300;z-index:15021;line-height:.9;letter-spacing:0;top:7.1875rem;left:3.4375rem;height:3.1499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FNvpEBkscHlzhouiAkBVcrWqRkHOsa0l { position:absolute;display:block;z-index:15004;background-color:#0a1d45;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:7.125rem;width:37rem;top:4.9375rem;left:1.3125rem;display:block; }
#kTHBmomt2iE3GhoIEVxopA5iUokplpC9 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24df300b-3047-4225-ac9a-fd1062b809ca/diseno.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:29.8125rem;top:14.0625rem;left:4.90625rem;display:block; }#kTHBmomt2iE3GhoIEVxopA5iUokplpC9.adaptive-delivery-prevent-bg, #kTHBmomt2iE3GhoIEVxopA5iUokplpC9.lazyload, #kTHBmomt2iE3GhoIEVxopA5iUokplpC9.lazyloading { background-image: none; }
#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row .container { background-color: transparent; background-image: none; }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row .container > .video-iframe-container { display: none; }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row > .video-iframe-container { display: none; }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .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); }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row .container { border-width: 0; border-radius: 0; }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row .container { font-size:0.875rem;font-family:"indivisa font";height:7.6875rem;width:60rem;position:relative;display:block; }#DxmvvAek0GRouC9mVsw5x1nPk7dPDuBi { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:2.0625rem;left:1.5rem;display:block; }
#RswTqMqCy3xkzNV79TXRaEDq8fvg13Sc { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.0625rem;left:4.625rem;display:block; }
#T5wgXBcdz2wPNRNcGRN3NIqTodSghRVb { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.0625rem;left:7.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 { display:block; }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cmwk72LCoxIhMmD2uPvOo868JDx1OeKJ { width:2.625rem;height:2.625rem;top:1.9375rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiPCvE40CEX4r8uzZIi5JdP1k7g1ka2 { width:2.625rem;height:2.625rem;top:2rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ACf8wXBvPQ2MOWcXXQTnPhrKw2B5W5 { width:1.875rem;height:1.875rem;top:2.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUyBeE4UyGzQMoVK1gEScAq8pMqoF0xH { width:2rem;height:2rem;top:2.25rem;left:44.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsIvBvDCISfZM2IgaJFJ0qwx4a5B5I4E { top:0rem;left:0rem;width:13.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8tTon6Z77S6OQymOE0ecEvrpO6V1IpP { width:2.625rem;height:2.625rem;top:2rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlBtss5hgtOquRayoNskBSIm7V1WLoEB { top:2.25rem;left:45.625rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkxiFppeOkEO5IRH50ADH2RspxpELmTp { display:block; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXJRT7Qt2FaP346mNQOeKp27MHPmsSL8 { width:35.8125rem;height:4rem;top:26.8125rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP2cPA67mpSMvgoize1xl9NGPtDr3mno { width:12.3125rem;height:0.4375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLxpzaFrl7VvvBolW6Ta3W9ryHqVDJO { width:24.5rem;height:4.125rem;top:22.3125rem;left:0rem;font-size:1.875rem;display:block; }#rBLxpzaFrl7VvvBolW6Ta3W9ryHqVDJO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #THnhkcMNxcy0SFknUsJhDsuMHutuagko { display:block; }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLyKmSxWvh68qpsOqFSyJep4TrBXhf1T { width:47.75rem;height:6.625rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { display:block; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sevDmxOmTKBGDCOZ9qIpwW4XSgOLMU59 { width:22.25rem;height:1.625rem;top:3.4375rem;left:6.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7qaIx95K7F68dMKRJ7ytAtz0TNvkvmn { width:0.3125rem;height:1.6875rem;top:6.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWG3SRksgThT2fDJaTpxb2hHPZMawO6N { width:0.3125rem;height:1.6875rem;top:8.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Oowmz7qffTxtwVHs3Hu4a0oT2T0N9R { width:0.3125rem;height:1.6875rem;top:10rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ34mREKMo8d3N4cfb1caWIz8SaGwrb0 { width:33.8125rem;height:7.3125rem;top:6.6875rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO47Dz0RkxLI2cB2RaJtIcGfwiU7KKyB { width:0.3125rem;height:1.6875rem;top:11.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt { display:block; }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svO7RBxCPbpNzvB1NDialRDQQfuorHNZ { width:41.5625rem;height:1.4375rem;top:1.625rem;left:3.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk { display:block; }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSUvTg9fzT8JHLf8MwGH6Zp7IG2U3Ni { width:15.3125rem;height:1.4375rem;top:7.25rem;left:32.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtHgdmpyZ5SqDi0AMyEZGdsvF2dtdz0S { width:11.9375rem;height:1.4375rem;top:7.25rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcJReUWCFTtp1ybrhT1T8gkvnXU9xttz { width:14.1875rem;height:1.4375rem;top:7.25rem;left:16.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4QzBaSxtHKL4nm6CaaqsTv6ac7GiEWw { top:0.9375rem;left:5.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbMpiqMErePti9bT91pVQNRUU34Uz72e { top:0.9375rem;left:21.0625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKB3gJvsvZpWHOeTuSrtPzSadenhqdw { top:0.9375rem;left:36.9375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz { display:block; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlq0ngz5bmA4LiKQx5Uph46kJBhbanSl { top:5.625rem;left:0rem;width:34.0625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwfkDu1su6pQbGudFPD0fuiuSilHsAaH { top:3.125rem;left:0rem;width:20.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSwFu3TAsQE3qRePxcEDDUXiCrV9ORIJ { width:15.625rem;height:2.8125rem;top:3.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBRXTA1dUuwkncLsoWUIPUGpfEhDuyc5 { width:33.25rem;height:3.0625rem;top:8.125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef8TDGxRB4TFAzwNTFFXf4b2c1TL4Azn { width:26.5625rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoRszAgIK11zhIRBXQBMvfx7hI2o6HQ1 { width:17.5rem;height:3.4375rem;top:32.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJD9OmIFBNuXaT6KJ5eQUUKxn2pSVHt { display:block; }
 }@media only screen and (max-width: 763px) { #ANJtm9oVMItCbauy1t5GoaEA36r3tTsA { display:block; }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2pdohh5IcczbbggX75rApZN19aqWKtu { width:47.75rem;height:2.5rem;top:0.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI7m0PKV0cnDTGm12d0FvGfOcmroO41i { display:block; }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reJwNErrnrXoZ0ZevUXq1BJdmXbKMSrk { width:16.125rem;height:19.5rem;top:5.0625rem;left:28.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbNp7sfwucyU6Ctd368o2GqvfFW9D7FD { top:2rem;left:6.8125rem;width:16.9375rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG { display:block; }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMrxmzWrgtxcObZCnITCFqKasXiO7mIQ { width:30.25rem;height:2.5rem;top:0.9375rem;left:8.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM { display:block; }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KElM1XbcB98M1TWQ65ImQWeI59CWOMeg { width:0.375rem;height:2rem;top:3rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Zl6lbosJLub9SPTR4hG0oJiBwcqPq7 { width:0.375rem;height:2rem;top:5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #un4AimGImzrLT2Kcgb9UsTeiSdCJfXbs { width:0.375rem;height:2rem;top:7rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTRlJZq7XXAWOCZKywxE3GTiXt853HV { width:0.375rem;height:2rem;top:9rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaC9Q4qGh9uCAQXb49ON20lPMTO1Vk75 { top:3rem;left:8.0625rem;width:10rem;height:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl0slKniV7UalSuRhKeqGXtTHpOd5AEP { top:3.5rem;left:0rem;width:29.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 { display:block; }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4dRBwFl6r7X7IkVI4s1i7n5UXBv1mkT { top:3.6875rem;left:31.75rem;width:10.9375rem;height:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2xIXIpv3wKRGnND0dhCKNKEVAbnw84 { width:0.375rem;height:2rem;top:9.6875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gegRtvzyaDpwlRufvzHCOJ0d7dJIdU0B { width:0.375rem;height:2rem;top:7.6875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2tLlSpsmF5uWJTc5POJIyv5WKSH9X0q { width:0.375rem;height:2rem;top:5.6875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clX8BG3AhMlvpkQumrNZlWO6WveqBtz9 { width:0.375rem;height:2rem;top:3.6875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeZpr41X0rGx4ZQRWFhZ2FT2LJkbtM8Z { top:1.125rem;left:0rem;width:29.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam { display:block; }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3IgQpnGkHNuueegF3ogZXTFImCFVgz6 { width:0.375rem;height:2rem;top:2.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyDmy95TOIaaPipgzuOT9HsoJD27wa0d { width:0.375rem;height:2rem;top:4.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4dPMo0uQJeuDGFsF7fBr4TF8UMyZeU3 { width:0.375rem;height:2rem;top:6.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQsvgodOkDavZtF2TQC0RW9i2oiiEPgy { width:0.375rem;height:2rem;top:8.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3vsd0gSb6ONtCa4MTCDkT5UZOeUlaGQ { top:2.1875rem;left:5rem;width:11.625rem;height:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRJ65Ohzez356A1PilWRMEBRsyTMqZc { top:2.125rem;left:17.3125rem;width:29.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTXvPOEtyF2E3uhb37xll625uELJVHQ { display:block; }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw4KwndIePxce8kBJm4BByHtmmnaXozq { width:47.75rem;height:2.5rem;top:0.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBO2kFauMHFsr2mOZ2qOvSoCuQqa3cLg { width:47.6875rem;height:1.4375rem;top:3.4375rem;left:0.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI { display:block; }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEVDhLhmMqXao7P399B97rVk5nvutENt { width:14.625rem;height:14.625rem;top:1.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xssbOzzkFi8WFzefooZxGa2f1iRmsubX { width:6.375rem;height:5.9375rem;top:5.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2J7gMeNh8Fq01OS1JTuVGzq8L5zuIRl { width:14.1875rem;height:4.125rem;top:17.4375rem;left:0.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJdF8xcR8Km3b5CB6JXlQQHlyILRdQdz { width:17.1875rem;height:6.875rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghfsqzITJfT85g9gBv9obXnWLBvBmS5O { width:13.9375rem;height:5.5rem;top:22.5rem;left:16.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #II4VhZaWK6hFL01M385oJESSXEXsiUx4 { width:17rem;height:4.125rem;top:17.4375rem;left:14.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgaaqfezvN00sdVZOkJlVucxry9BaUOA { width:14.625rem;height:14.625rem;top:1.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEsohUFdyU0n2GqSr7qHRyWZw89JZfMe { width:5.625rem;height:5.0625rem;top:6rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4BNdEVF1lBZszubfkJpvxdrelCoKHLE { width:15.3125rem;height:5.5rem;top:22.5rem;left:32.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbP7hUuR3Vazfz8Mi6FOQuAzlU2rt2cG { width:16.875rem;height:4.125rem;top:17.4375rem;left:30.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9SiEI1lLe3zc1f5rQIc5Egx6SrdcQn3 { width:14.625rem;height:14.625rem;top:1.125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkSUOnu4LZIyQIexMOEAlzC0cq8R16yA { width:5.625rem;height:5.625rem;top:5.75rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 { display:block; }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV { display:block; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHAJkPIleGELDv3DeymI6P4vMkSRRC69 { top:0.8125rem;left:6.4990234375rem;width:34.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V { display:block; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlizaGAk1PdFNRwoTxwdqKTaTJ99d2sA { width:27.1875rem;height:6.1875rem;top:0.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBqVR336U0c2CnUXV1K9yQomVg56taa { width:5rem;height:0.3125rem;top:6.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9uHWpFuu1lmSq3GaSBPTPr3MnSGKdt9 { top:8.4375rem;left:0rem;width:47.75rem;height:31.110612460401rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD26S1W9HS5SgqXCceTWUqL5weK9TkWA { width:47.75rem;height:5.1875rem;top:48.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 { display:block; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFuVKnmyTTtAsJ99h6QmicG2E1tqcrIZ { width:44.3125rem;height:3.375rem;top:0.9375rem;left:1.71875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOHHRwTAr4L432xqM2H54z80yXgbu88A { width:47.75rem;height:3.5rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b96tX8NQEpfhmrHlrrhs9At13OQq72Lq { display:block; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-regular-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-text {padding-top: 0; padding-bottom: 0;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-select {padding-top: 0; padding-bottom: 0;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz  { width:17.5625rem;height:auto;top:8.5rem;left:27.6875rem; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz {display:block;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz { width:17.5625rem;height:auto;top:8.5rem;left:27.6875rem; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #l5gIH2zicWTrSywOXC2H4VBJlDvhDIOi {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ZTCeXKBhXeUxPBomUWEzAa5GvO8GrZfE { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #twwKddqep9CZ9nomO8MZrefAgsfC1SAL {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #SbtCPnrZLAvNEOctOOu2Oxf8BQOtSruy {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #fSxU2VDRQvsyshDnba9PX2BuT8wTEhyA { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #zzJNi7T8OmtkpLvrtDIvDpOZLk7xaFmf {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ym6mtQsPEDaeDiNxiW9xsAnO4ebDBWs4 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #vuAN8oQdKoOgEaL7u067XIUrPXT1WHgy { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #M5DKBETekBB46IsN2DR1tH1ny9fxCxW4 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ATNhR3HgTfdqfLX820V5LDZSDDAhyQq2 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #fx9Cqbrd6KNFNKKdX3VGPlIqOVwDyyLZ { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #XPNWb0PZ1dkwVT6RqtD8yLo3gfpkwwR5 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #rveAv39Lq3GVHeL7F0cTFPrREuWKn0Th {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Oh4m1CTvIemHvi1SonCUD1nDnTf3Xorf { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #aB3Qidl56B9Jp7vo6buxkrTsTOcCX51i {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #C93t9pPDfvdtZUAWybDqRuvyHSv4Oa6B {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #NBPEHs46aM4aIQre9D3aktg3ixfwXNIT {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Q9s62woTxBL9OMsoUu4vXlyVwL7IUXVa {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Nu5aVDigwyTn8PLto6g9LuFyFT75hWRd {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #mKBVmXevEPQuuLB0e9kCLZfTTbuvkQph {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #POzJvxH6A2eBLCq3BUNODAELnteh8mz8 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ziLxcr7MELz5eNs9G37JSc6b6FGS0cTb {  }
 }@media only screen and (max-width: 763px) { #mJh7ZMhAJZJz3BoK2ocKwoTTrIPbxrsP { width:14.5625rem;height:2.5625rem;top:5.9375rem;left:33.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCM4Ltoc2oyGarXaFZUefI8yrTkLNXsh { top:2.4375rem;left:0rem;width:20.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhDIZ1MJETV4lKaVwfaxhoCfW75MT7fq { width:17.875rem;height:2.8125rem;top:2.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2y2qMafBownECuX81Z8ccbiTfDzTcx { width:36.4375rem;height:3.125rem;top:7.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNvpEBkscHlzhouiAkBVcrWqRkHOsa0l { top:4.9375rem;left:0rem;width:37rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHBmomt2iE3GhoIEVxopA5iUokplpC9 { top:14.0625rem;left:0rem;width:29.8125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ { display:block; }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxmvvAek0GRouC9mVsw5x1nPk7dPDuBi { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswTqMqCy3xkzNV79TXRaEDq8fvg13Sc { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5wgXBcdz2wPNRNcGRN3NIqTodSghRVb { top:2.0625rem;left:1.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/E536azKH/Lic_DGyD_057.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 { display:block; }#N4A0ULKVxtzuyMJn7psBop4BHD4IBEN1 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cmwk72LCoxIhMmD2uPvOo868JDx1OeKJ { width:2.6240808963776rem;height:2.6240808963776rem;top:6.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiPCvE40CEX4r8uzZIi5JdP1k7g1ka2 { width:2.6240808963776rem;height:2.6240808963776rem;top:6.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ACf8wXBvPQ2MOWcXXQTnPhrKw2B5W5 { width:1.875rem;height:1.875rem;top:6.9375rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUyBeE4UyGzQMoVK1gEScAq8pMqoF0xH { width:1.9990807771682rem;height:1.9990807771682rem;top:6.875rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsIvBvDCISfZM2IgaJFJ0qwx4a5B5I4E { width:13.374310493469rem;height:6.4993104934694rem;top:0rem;left:3.3111211061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8tTon6Z77S6OQymOE0ecEvrpO6V1IpP { width:2.6240808963776rem;height:2.6240808963776rem;top:6.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlBtss5hgtOquRayoNskBSIm7V1WLoEB { width:2.1243104934692rem;height:2.1243104934692rem;top:6.75rem;left:14.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkxiFppeOkEO5IRH50ADH2RspxpELmTp { background-color:transparent;background-image:url("https://images.assets-landingi.com/E536azKH/Lic_DGyD_057.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp.adaptive-delivery-prevent-bg, #QkxiFppeOkEO5IRH50ADH2RspxpELmTp.lazyload, #QkxiFppeOkEO5IRH50ADH2RspxpELmTp.lazyloading { background-image: none; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container { background-color: transparent; background-image: none; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,64,151,0.41); }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container > .video-iframe-container { display: none; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,64,151,0.41); }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row > .video-iframe-container { display: none; }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .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); }#QkxiFppeOkEO5IRH50ADH2RspxpELmTp > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXJRT7Qt2FaP346mNQOeKp27MHPmsSL8 { width:20rem;height:5.9125rem;top:14.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP2cPA67mpSMvgoize1xl9NGPtDr3mno { width:12.3125rem;height:0.4375rem;top:12.26171875rem;left:3.84375rem;background-color:#ff3557;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rBLxpzaFrl7VvvBolW6Ta3W9ryHqVDJO { width:13.125rem;height:4.3984375rem;top:10.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.6;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.73);display:block; }#rBLxpzaFrl7VvvBolW6Ta3W9ryHqVDJO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #THnhkcMNxcy0SFknUsJhDsuMHutuagko { display:block; }#THnhkcMNxcy0SFknUsJhDsuMHutuagko > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLyKmSxWvh68qpsOqFSyJep4TrBXhf1T { width:20rem;height:6.3375rem;top:0.9560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { display:block; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sevDmxOmTKBGDCOZ9qIpwW4XSgOLMU59 { width:20rem;height:1.58125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7qaIx95K7F68dMKRJ7ytAtz0TNvkvmn { width:0.3125rem;height:1.6875rem;top:33.875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWG3SRksgThT2fDJaTpxb2hHPZMawO6N { width:0.3125rem;height:1.6875rem;top:30.9375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3Oowmz7qffTxtwVHs3Hu4a0oT2T0N9R { width:0.3125rem;height:1.6875rem;top:36.8125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ34mREKMo8d3N4cfb1caWIz8SaGwrb0 { width:18.3125rem;height:12.42775rem;top:4.4375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO47Dz0RkxLI2cB2RaJtIcGfwiU7KKyB { width:0.3125rem;height:1.6875rem;top:11.625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt { display:block; }#eTBB6cR1hpyONSL38bZMiCPSG3sMNVdt > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svO7RBxCPbpNzvB1NDialRDQQfuorHNZ { width:17rem;height:4.142575rem;top:0.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk { display:block; }#rb9xgkXlp4GPap9WPw7WcFiNwke8rPIk > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSUvTg9fzT8JHLf8MwGH6Zp7IG2U3Ni { width:15.3125rem;height:1.38125rem;top:25.5rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtHgdmpyZ5SqDi0AMyEZGdsvF2dtdz0S { width:11.9375rem;height:1.38125rem;top:7.5rem;left:4.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcJReUWCFTtp1ybrhT1T8gkvnXU9xttz { width:14.1875rem;height:1.38125rem;top:16.875rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4QzBaSxtHKL4nm6CaaqsTv6ac7GiEWw { width:5.5625rem;height:5.5625rem;top:1.3125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbMpiqMErePti9bT91pVQNRUU34Uz72e { width:5.5625rem;height:5.5625rem;top:10.3125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKB3gJvsvZpWHOeTuSrtPzSadenhqdw { width:5.5625rem;height:5.5625rem;top:19.625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz { background-color:transparent;background-image:url("https://images.assets-landingi.com/WjuK4Yw4/section_main.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz.adaptive-delivery-prevent-bg, #bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz.lazyload, #bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz.lazyloading { background-image: none; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container { background-color: transparent; background-image: none; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container > .video-iframe-container { display: none; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row > .video-iframe-container { display: none; }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .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); }#bZTO05QuvyOHQfKfKpLs5qwDf5yLxBnz > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlq0ngz5bmA4LiKQx5Uph46kJBhbanSl { width:20rem;height:5.25rem;top:3.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwfkDu1su6pQbGudFPD0fuiuSilHsAaH { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSwFu3TAsQE3qRePxcEDDUXiCrV9ORIJ { width:13.4375rem;height:2.4375rem;top:0.65625rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBRXTA1dUuwkncLsoWUIPUGpfEhDuyc5 { width:20rem;height:1.6875rem;top:5.5546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef8TDGxRB4TFAzwNTFFXf4b2c1TL4Azn { top:9.0234375rem;left:1.25rem;width:17.5rem;height:13.125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qoRszAgIK11zhIRBXQBMvfx7hI2o6HQ1 { width:17.5rem;height:3.4375rem;top:21.99609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJD9OmIFBNuXaT6KJ5eQUUKxn2pSVHt { display:block; }
 }@media only screen and (max-width: 763px) { #ANJtm9oVMItCbauy1t5GoaEA36r3tTsA { display:block; }#ANJtm9oVMItCbauy1t5GoaEA36r3tTsA > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2pdohh5IcczbbggX75rApZN19aqWKtu { width:20rem;height:3.736325rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI7m0PKV0cnDTGm12d0FvGfOcmroO41i { display:block; }#EI7m0PKV0cnDTGm12d0FvGfOcmroO41i > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reJwNErrnrXoZ0ZevUXq1BJdmXbKMSrk { width:17.25rem;height:13.808625rem;top:17.999998092651rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbNp7sfwucyU6Ctd368o2GqvfFW9D7FD { width:9.125rem;height:13.6875rem;top:1.9992189407349rem;left:5.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG { display:block; }#gxi1yAoUgautLmCuE1DLmLEDWH5Zq8XG > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMrxmzWrgtxcObZCnITCFqKasXiO7mIQ { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM { display:block; }#O01cDTdn1UrRHviaPrwKkGHkNLGDO4EM > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KElM1XbcB98M1TWQ65ImQWeI59CWOMeg { width:0.375rem;height:2rem;top:3rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4Zl6lbosJLub9SPTR4hG0oJiBwcqPq7 { width:0.375rem;height:2rem;top:5rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #un4AimGImzrLT2Kcgb9UsTeiSdCJfXbs { width:0.375rem;height:2rem;top:7rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZTRlJZq7XXAWOCZKywxE3GTiXt853HV { width:0.375rem;height:2rem;top:9rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaC9Q4qGh9uCAQXb49ON20lPMTO1Vk75 { width:16rem;height:14.29785rem;top:18.625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tl0slKniV7UalSuRhKeqGXtTHpOd5AEP { height:11.120125rem;width:20rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 { display:block; }#lCu2kZKiBIhBfzvpUWt6SkIJOuobTRI8 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4dRBwFl6r7X7IkVI4s1i7n5UXBv1mkT { width:15.625rem;height:10.39841875rem;top:18.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RE2xIXIpv3wKRGnND0dhCKNKEVAbnw84 { width:0.375rem;height:2rem;top:9.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gegRtvzyaDpwlRufvzHCOJ0d7dJIdU0B { width:0.375rem;height:2rem;top:7.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2tLlSpsmF5uWJTc5POJIyv5WKSH9X0q { width:0.375rem;height:2rem;top:5.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #clX8BG3AhMlvpkQumrNZlWO6WveqBtz9 { width:0.375rem;height:2rem;top:3.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeZpr41X0rGx4ZQRWFhZ2FT2LJkbtM8Z { height:11.120125rem;width:20rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam { display:block; }#oqrDeOOrqobwiBAHO8JZrn7Qmgfriuam > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3IgQpnGkHNuueegF3ogZXTFImCFVgz6 { width:0.375rem;height:2rem;top:2.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyDmy95TOIaaPipgzuOT9HsoJD27wa0d { width:0.375rem;height:2rem;top:4.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4dPMo0uQJeuDGFsF7fBr4TF8UMyZeU3 { width:0.375rem;height:2rem;top:6.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQsvgodOkDavZtF2TQC0RW9i2oiiEPgy { width:0.375rem;height:2rem;top:8.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3vsd0gSb6ONtCa4MTCDkT5UZOeUlaGQ { width:17.1875rem;height:12.99803125rem;top:19.375rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXRJ65Ohzez356A1PilWRMEBRsyTMqZc { height:11.186440677966rem;width:20rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTXvPOEtyF2E3uhb37xll625uELJVHQ { display:block; }#wSTXvPOEtyF2E3uhb37xll625uELJVHQ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw4KwndIePxce8kBJm4BByHtmmnaXozq { width:17.75rem;height:3.8984375rem;top:1rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBO2kFauMHFsr2mOZ2qOvSoCuQqa3cLg { width:17.875rem;height:4.142575rem;top:5.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI { display:block; }#SHRLQi0XiipUOTqZ1ABHfDRnUL2AuAtI > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEVDhLhmMqXao7P399B97rVk5nvutENt { width:15.25rem;height:15.25rem;top:0.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xssbOzzkFi8WFzefooZxGa2f1iRmsubX { width:7rem;height:6.5625rem;top:5.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2J7gMeNh8Fq01OS1JTuVGzq8L5zuIRl { width:16.25rem;height:3.1625rem;top:17rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJdF8xcR8Km3b5CB6JXlQQHlyILRdQdz { width:16.125rem;height:8.285125rem;top:20.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghfsqzITJfT85g9gBv9obXnWLBvBmS5O { width:16.875rem;height:4.142575rem;top:49.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #II4VhZaWK6hFL01M385oJESSXEXsiUx4 { width:20rem;height:1.58125rem;top:47.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgaaqfezvN00sdVZOkJlVucxry9BaUOA { width:15.25rem;height:15.25rem;top:31.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEsohUFdyU0n2GqSr7qHRyWZw89JZfMe { width:6.25rem;height:5.6875rem;top:36.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4BNdEVF1lBZszubfkJpvxdrelCoKHLE { width:17.6875rem;height:4.142575rem;top:76.8125rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbP7hUuR3Vazfz8Mi6FOQuAzlU2rt2cG { width:14.5625rem;height:3.1625rem;top:72.5rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9SiEI1lLe3zc1f5rQIc5Egx6SrdcQn3 { width:15.25rem;height:15.25rem;top:55.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkSUOnu4LZIyQIexMOEAlzC0cq8R16yA { width:6.25rem;height:6.25rem;top:60.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 { display:block; }#TfPVwnxWLTCFdqzeFR5WgwImIXOdEoZ3 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV { display:block; }#t1yaExqB5mtcnAHIZsHNVMOUUG4TSBVV > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHAJkPIleGELDv3DeymI6P4vMkSRRC69 { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V { display:block; }#XIb3pUminwBZ96fOlsIwa5ZnpFSZWg2V > .row .container { width:20rem;height:35.544921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlizaGAk1PdFNRwoTxwdqKTaTJ99d2sA { width:19.625rem;height:9.2480625rem;top:0.6875rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBqVR336U0c2CnUXV1K9yQomVg56taa { width:2.625rem;height:0.3125rem;top:9.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9uHWpFuu1lmSq3GaSBPTPr3MnSGKdt9 { width:20rem;height:13.1074375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD26S1W9HS5SgqXCceTWUqL5weK9TkWA { width:20rem;height:11.375rem;top:24.169921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HzYgQ0Jb/editable_landing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89.adaptive-delivery-prevent-bg, #Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89.lazyload, #Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89.lazyloading { background-image: none; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container { background-color: transparent; background-image: none; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container > .video-iframe-container { display: none; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row > .video-iframe-container { display: none; }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .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); }#Tg4poU9bJ6Zp4R9Qr9EgtIIwKyBvPB89 > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFuVKnmyTTtAsJ99h6QmicG2E1tqcrIZ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOHHRwTAr4L432xqM2H54z80yXgbu88A { width:20rem;height:8.125rem;top:7.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b96tX8NQEpfhmrHlrrhs9At13OQq72Lq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a8c9086-7c2c-492e-a103-5b297663b9f2/forextradegraphchartconcept.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq.adaptive-delivery-prevent-bg, #b96tX8NQEpfhmrHlrrhs9At13OQq72Lq.lazyload, #b96tX8NQEpfhmrHlrrhs9At13OQq72Lq.lazyloading { background-image: none; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container { background-color: transparent; background-image: none; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,12,239,0.8); }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container > .video-iframe-container { display: none; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,12,239,0.8); }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row > .video-iframe-container { display: none; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .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); }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container { border-width: 0; border-radius: 0; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq::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; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b96tX8NQEpfhmrHlrrhs9At13OQq72Lq > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-text {padding-top: 0; padding-bottom: 0;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-select {padding-top: 0; padding-bottom: 0;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz  { width:17.436809539795rem;height:32.428768157959rem;top:14.8125rem;left:0rem; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz {display:block;}#d0JxqvzCybrOlNyHK9CKorEhFVse3qwz { width:17.436809539795rem;height:32.428768157959rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #l5gIH2zicWTrSywOXC2H4VBJlDvhDIOi {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ZTCeXKBhXeUxPBomUWEzAa5GvO8GrZfE { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #twwKddqep9CZ9nomO8MZrefAgsfC1SAL {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #SbtCPnrZLAvNEOctOOu2Oxf8BQOtSruy {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #fSxU2VDRQvsyshDnba9PX2BuT8wTEhyA { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #zzJNi7T8OmtkpLvrtDIvDpOZLk7xaFmf {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ym6mtQsPEDaeDiNxiW9xsAnO4ebDBWs4 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #vuAN8oQdKoOgEaL7u067XIUrPXT1WHgy { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #M5DKBETekBB46IsN2DR1tH1ny9fxCxW4 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ATNhR3HgTfdqfLX820V5LDZSDDAhyQq2 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #fx9Cqbrd6KNFNKKdX3VGPlIqOVwDyyLZ { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #XPNWb0PZ1dkwVT6RqtD8yLo3gfpkwwR5 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #rveAv39Lq3GVHeL7F0cTFPrREuWKn0Th {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Oh4m1CTvIemHvi1SonCUD1nDnTf3Xorf { display:block; }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #aB3Qidl56B9Jp7vo6buxkrTsTOcCX51i {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #C93t9pPDfvdtZUAWybDqRuvyHSv4Oa6B {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #NBPEHs46aM4aIQre9D3aktg3ixfwXNIT {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Q9s62woTxBL9OMsoUu4vXlyVwL7IUXVa {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #Nu5aVDigwyTn8PLto6g9LuFyFT75hWRd {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #mKBVmXevEPQuuLB0e9kCLZfTTbuvkQph {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #POzJvxH6A2eBLCq3BUNODAELnteh8mz8 {  }
 }@media only screen and (max-width: 763px) { #d0JxqvzCybrOlNyHK9CKorEhFVse3qwz #ziLxcr7MELz5eNs9G37JSc6b6FGS0cTb {  }
 }@media only screen and (max-width: 763px) { #mJh7ZMhAJZJz3BoK2ocKwoTTrIPbxrsP { width:14.56227016449rem;height:2.19375rem;top:12.8125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCM4Ltoc2oyGarXaFZUefI8yrTkLNXsh { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhDIZ1MJETV4lKaVwfaxhoCfW75MT7fq { width:15.625rem;height:2.4375rem;top:2.2495422363281rem;left:2.3747692108154rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2y2qMafBownECuX81Z8ccbiTfDzTcx { width:20rem;height:1.8rem;top:6.466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNvpEBkscHlzhouiAkBVcrWqRkHOsa0l { width:20rem;height:6.375rem;top:3.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHBmomt2iE3GhoIEVxopA5iUokplpC9 { width:20rem;height:29.8125rem;top:50.9911875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ { position:relative;z-index:auto;display:block; }#Np9m0KE1dy3blVhhOU8NuT0ddbBz62QQ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxmvvAek0GRouC9mVsw5x1nPk7dPDuBi { width:3.125rem;height:3.125rem;top:1.75rem;left:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswTqMqCy3xkzNV79TXRaEDq8fvg13Sc { width:3.125rem;height:3.125rem;top:1.8125rem;left:10.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5wgXBcdz2wPNRNcGRN3NIqTodSghRVb { width:3.125rem;height:3.125rem;top:1.8125rem;left:14.875rem;font-size:2.1875rem;display:block; }
 }